mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Line chart
This commit is contained in:
parent
a25a499ed4
commit
68be58c9f2
@ -8,11 +8,15 @@
|
||||
* See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
/** global: budgetChartUri */
|
||||
/** global: budgetChartUri,budgetLimitID */
|
||||
|
||||
$(function () {
|
||||
"use strict";
|
||||
|
||||
columnChart(budgetChartUri, 'budgetOverview');
|
||||
if (budgetLimitID > 0) {
|
||||
lineChart(budgetChartUri, 'budgetOverview');
|
||||
}
|
||||
if (budgetLimitID == 0) {
|
||||
columnChart(budgetChartUri, 'budgetOverview');
|
||||
}
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user