Files
firefly-iii/public/assets/javascript/firefly/reports.js

8 lines
322 B
JavaScript
Raw Normal View History

2014-11-02 18:46:01 +01:00
google.setOnLoadCallback(drawChart);
function drawChart() {
googleColumnChart('chart/reports/income-expenses/' + year, 'income-expenses-chart');
googleColumnChart('chart/reports/income-expenses-sum/' + year, 'income-expenses-sum-chart')
2014-11-07 22:06:30 +01:00
googleStackedColumnChart('chart/reports/budgets/' + year, 'budgets');
2014-11-02 18:46:01 +01:00
}