commit | d2c86bb9d7ba07fc306e2b9b5d14c6b769322b6b | [log] [tgz] |
---|---|---|
author | Subin Tom <subin-home@Subins-MacBook-Air.local> | Thu Jul 01 19:59:08 2021 +0530 |
committer | Subin Tom <subin-home@Subins-MacBook-Air.local> | Thu Jul 01 19:59:08 2021 +0530 |
tree | 0323aa195aa0b6355c6fffe037b542293ca0d15a | |
parent | f5961b30db04056eadaed73fb37726b4237730aa [diff] |
fix: Fixed Budget Variance Graph color from all black to default
diff --git a/erpnext/accounts/report/budget_variance_report/budget_variance_report.py b/erpnext/accounts/report/budget_variance_report/budget_variance_report.py index 9c9ada8..f1b231b 100644 --- a/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +++ b/erpnext/accounts/report/budget_variance_report/budget_variance_report.py
@@ -397,6 +397,7 @@ {'name': 'Budget', 'chartType': 'bar', 'values': budget_values}, {'name': 'Actual Expense', 'chartType': 'bar', 'values': actual_values} ] - } + }, + 'type' : 'bar' }