mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 00:20:03 +00:00
Routes and JS cleanup.
This commit is contained in:
@@ -4,10 +4,11 @@ if (typeof(google) != 'undefined') {
|
||||
|
||||
|
||||
function drawChart() {
|
||||
googleColumnChart('report/chart/in-out/' + year + shared, 'income-expenses-chart');
|
||||
googleColumnChart('report/chart/in-out-sum/' + year + shared, 'income-expenses-sum-chart')
|
||||
googleColumnChart('chart/report/in-out/' + year + shared, 'income-expenses-chart');
|
||||
googleColumnChart('chart/report/in-out-sum/' + year + shared, 'income-expenses-sum-chart');
|
||||
|
||||
googleStackedColumnChart('report/chart/budgets/' + year + shared, 'budgets');
|
||||
googleStackedColumnChart('chart/budget/year/' + year + shared, 'budgets');
|
||||
googleStackedColumnChart('chart/category/year/' + year + shared, 'categories');
|
||||
}
|
||||
|
||||
$(function () {
|
||||
|
||||
Reference in New Issue
Block a user