PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.9.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.9.2
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | js/render-google.js +2 -2 3.10.33.9.2 View file →
@@ -39,9 +39,9 @@
39 39
40 40 function renderSpecificChart(id, chart) {
41 41 var render, container, series, data, table, settings, i, j, row, date, axis, property, format, formatter;
42 42
43 - if ( $('#' + id).hasClass('visualizer-chart-loaded') || ( 'canvas' !== id && $('#' + id).children( ':not(.loader)' ).length > 0 ) ) {
43 + if ( $('#' + id).hasClass('visualizer-chart-loaded') || $('#' + id).children( ':not(.loader)' ).length > 0 ) {
44 44 return;
45 45 }
46 46
47 47 if(chart.library !== 'google'){
@@ -570,9 +570,9 @@
570 570
571 571 objects = {};
572 572 if ( 'object' === typeof google ) {
573 573 $chart_types.push( 'controls' );
574 - google.load( 'visualization', '51', {packages: $chart_types, mapsApiKey: v.map_api_key, 'language' : v.language,
574 + google.load( 'visualization', 'current', {packages: $chart_types, mapsApiKey: v.map_api_key, 'language' : v.language,
575 575 callback: function () {
576 576 gv = google.visualization;
577 577 all_charts = v.charts;
578 578 if(v.is_front == true && typeof v.id !== 'undefined'){ // jshint ignore:line