Skip to content

Commit e36ea20

Browse files
committed
increased limit of the bar graph years
1 parent 65628af commit e36ea20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helpers/project_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ def project_budget_per_fyv2(projectId)
13721372

13731373
currentFinancialYear = financial_year
13741374

1375-
range = if series.size < 7 then
1375+
range = if series.size < 900 then
13761376
series
13771377
# if the last item in the list is less than or equal to
13781378
# the current financial year get the last 6

0 commit comments

Comments
 (0)