Slightly different chart on index.

This commit is contained in:
James Cole
2015-05-01 08:34:44 +02:00
parent 8b40d3346d
commit 66a04d8365
2 changed files with 5 additions and 4 deletions

View File

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