PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.3.4
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.3.4
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 3.10.4 All 148 releases
← All changes | js/preview.js +2 -2 3.0.53.3.4 View file →
@@ -16,9 +16,9 @@
16 16 delete settings['width'];
17 17 delete settings['height'];
18 18
19 19 v.charts.canvas.settings = settings;
20 - v.render();
20 + v.update();
21 21 }, 1000);
22 22 }
23 23
24 24 function validateJSON() {
@@ -30,9 +30,9 @@
30 30 }
31 31 }
32 32
33 33 $('.control-text').change(updateChart).keyup(updateChart);
34 - $('.control-select, .control-checkbox').change(updateChart);
34 + $('.control-select, .control-checkbox, .control-check').change(updateChart);
35 35 $('.color-picker-hex').wpColorPicker({
36 36 change: updateChart,
37 37 clear: updateChart
38 38 });