Browse Source
Merge pull request #26289 from nemesis189/fixed-budget-variance-report-color
fix: Fixed Budget Variance Graph color from all black to default
develop
Deepesh Garg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
erpnext/accounts/report/budget_variance_report/budget_variance_report.py
|
|
@ -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' |
|
|
|
} |
|
|
|
|
|
|
|