firefly-iii/public/js/index.js
2015-02-06 07:23:26 +01:00

10 lines
303 B
JavaScript

google.setOnLoadCallback(drawChart);
function drawChart() {
googleLineChart('chart/home/account', 'accounts-chart');
googleBarChart('chart/home/budgets','budgets-chart');
googleColumnChart('chart/home/categories','categories-chart');
googlePieChart('chart/home/bills','bills-chart')
}