mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Updated chart, closed magic number issue.
This commit is contained in:
@@ -8,7 +8,7 @@ $(function () {
|
||||
|
||||
|
||||
if (typeof budgetID != 'undefined' && typeof repetitionID == 'undefined') {
|
||||
googleColumnChart('chart/budget/' + budgetID + '/spending/' + year, 'budgetOverview');
|
||||
googleColumnChart('chart/budget/' + budgetID + '/spending', 'budgetOverview');
|
||||
}
|
||||
if (typeof budgetID != 'undefined' && typeof repetitionID != 'undefined') {
|
||||
googleLineChart('chart/budget/' + budgetID + '/' + repetitionID, 'budgetOverview');
|
||||
|
Reference in New Issue
Block a user