Optimized chart code.

This commit is contained in:
James Cole
2016-11-16 20:35:25 +01:00
parent cb02e0ee71
commit 4ef324cf24
20 changed files with 191 additions and 405 deletions

View File

@@ -1,10 +1,7 @@
/* globals google, accountIds, budgetYearOverviewUri */
var chartDrawn;
var budgetChart;
$(function () {
"use strict";
chartDrawn = false;
drawChart();
loadAjaxPartial('budgetOverview',budgetYearOverviewUri);