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

10 lines
303 B
JavaScript
Raw Normal View History

google.setOnLoadCallback(drawChart);
function drawChart() {
googleLineChart('chart/home/account', 'accounts-chart');
2014-10-29 10:30:52 +01:00
googleBarChart('chart/home/budgets','budgets-chart');
googleColumnChart('chart/home/categories','categories-chart');
2014-12-29 20:28:17 +01:00
googlePieChart('chart/home/bills','bills-chart')
}