mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
New resources mostly.
This commit is contained in:
9
public/js/index.js
Normal file
9
public/js/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
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')
|
||||
}
|
Reference in New Issue
Block a user