Small updates.

This commit is contained in:
James Cole
2015-03-15 09:34:57 +01:00
parent 8b4f656d90
commit f572445a65
4 changed files with 49 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ function googleChart(chartType, URL, container, options) {
/*
Create a new google charts object.
*/
var chart = false
var chart = false;
var options = false;
var isMaterialDesign = false;
if (chartType === 'line') {