Various date localisation. [skip ci]

This commit is contained in:
James Cole
2015-05-14 13:41:21 +02:00
parent de9ac97887
commit 417766f0db
8 changed files with 39 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
var google = google || {};
google.load('visualization', '1.1', {'packages': ['corechart', 'bar', 'line', 'sankey', 'table']});
google.load('visualization', '1.1', {'packages': ['corechart', 'bar', 'line'],'language': language });
function googleChart(chartType, URL, container, options) {
if ($('#' + container).length === 1) {