mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 22:35:03 +00:00
Fixed lots of chart references.
This commit is contained in:
@@ -2,11 +2,12 @@ google.setOnLoadCallback(drawChart);
|
||||
|
||||
|
||||
function drawChart() {
|
||||
googleLineChart('chart/home/account', 'accounts-chart');
|
||||
//googleColumnChart('chart/home/budgets', 'budgets-chart');
|
||||
googleStackedColumnChart('chart/home/budgets', 'budgets-chart');
|
||||
googleColumnChart('chart/home/categories', 'categories-chart');
|
||||
googlePieChart('chart/home/bills', 'bills-chart');
|
||||
googleLineChart('chart/account/frontpage', 'accounts-chart');
|
||||
googlePieChart('chart/bill/frontpage', 'bills-chart');
|
||||
googleStackedColumnChart('chart/budget/frontpage', 'budgets-chart');
|
||||
googleColumnChart('chart/category/frontpage', 'categories-chart');
|
||||
|
||||
|
||||
getBoxAmounts();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user