First functional run of new layout.

This commit is contained in:
James Cole
2015-06-20 07:48:44 +02:00
parent 4d017dc8a9
commit ae92e409d9
9 changed files with 69 additions and 62 deletions

View File

@@ -4,7 +4,7 @@ google.setOnLoadCallback(drawChart);
function drawChart() {
"use strict";
googleLineChart('chart/account/frontpage', 'accounts-chart');
googleAreaChart('chart/account/frontpage', 'accounts-chart');
googlePieChart('chart/bill/frontpage', 'bills-chart');
googleStackedColumnChart('chart/budget/frontpage', 'budgets-chart');
googleColumnChart('chart/category/frontpage', 'categories-chart');