New resources mostly.

This commit is contained in:
James Cole
2015-02-06 07:23:26 +01:00
parent bc16298b6e
commit 1bd02529e0
98 changed files with 16671 additions and 431 deletions

9
public/js/index.js Normal file
View 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')
}