fix: Fixed Budget Variance Graph color from all black to default (#26368)

This commit is contained in:
Subin Tom 2021-07-09 14:33:00 +05:30 committed by GitHub
parent eb0dea09bb
commit d53991857c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
}