Moved some stuff around.

This commit is contained in:
James Cole
2015-05-16 09:09:52 +02:00
parent 3270d3bf96
commit 69143399d1
7 changed files with 169 additions and 181 deletions

View File

@@ -4,10 +4,10 @@ if (typeof(google) != 'undefined') {
function drawChart() {
googleColumnChart('chart/reports/income-expenses/' + year + shared, 'income-expenses-chart');
googleColumnChart('chart/reports/income-expenses-sum/' + year + shared, 'income-expenses-sum-chart')
googleColumnChart('report/chart/in-out/' + year + shared, 'income-expenses-chart');
googleColumnChart('report/chart/in-out-sum/' + year + shared, 'income-expenses-sum-chart')
googleStackedColumnChart('chart/budgets/spending/' + year + shared, 'budgets');
googleStackedColumnChart('report/chart/budgets/' + year + shared, 'budgets');
}
$(function () {