| @@ -221,9 +221,9 @@ | ||
| 221 | 221 | v.renderChart(id); |
| 222 | 222 | } |
| 223 | 223 | }; |
| 224 | 224 | |
| 225 | - g.charts.load("current", {packages: ["corechart", "geochart", "gauge", "table", "timeline"], mapsApiKey: v.map_api_key, 'language' : v.language}); | |
| 225 | + g.charts.load("current", {packages: ["corechart", "geochart", "gauge", "table", "timeline"], mapsApiKey: v.map_api_key}); | |
| 226 | 226 | g.charts.setOnLoadCallback(function() { |
| 227 | 227 | gv = g.visualization; |
| 228 | 228 | v.render(); |
| 229 | 229 | }); |