Skip to content

Commit

Permalink
Merge pull request #26289 from nemesis189/fixed-budget-variance-repor…
Browse files Browse the repository at this point in the history
…t-color

fix: Fixed Budget Variance Graph color from all black to default
  • Loading branch information
deepeshgarg007 committed Jul 6, 2021
2 parents 3af607b + d2c86bb commit bd40669
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def get_chart_data(filters, columns, data):
{'name': 'Budget', 'chartType': 'bar', 'values': budget_values},
{'name': 'Actual Expense', 'chartType': 'bar', 'values': actual_values}
]
}
},
'type' : 'bar'
}

0 comments on commit bd40669

Please sign in to comment.