PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.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/simple-editor.js +0 -22 3.10.153.4.2 View file →
@@ -23,19 +23,8 @@
23 23 }
24 24
25 25 function showTextEditor(button) {
26 26 if( button.attr( 'data-current' ) === 'chart'){
27 -
28 - $('body').off('visualizer:change:action').on('visualizer:change:action', function(e){
29 - button.val( button.attr( 'data-t-chart' ) );
30 - button.html( button.attr( 'data-t-chart' ) );
31 - button.attr( 'data-current', 'chart' );
32 - $('p.viz-editor-selection').show();
33 - $('.viz-text-editor').hide();
34 - $('.viz-simple-editor').hide();
35 - $( '#canvas' ).css('z-index', '1').show();
36 - });
37 -
38 27 // showing the editor
39 28 button.val( button.attr( 'data-t-editor' ) );
40 29 button.html( button.attr( 'data-t-editor' ) );
41 30 button.attr( 'data-current', 'editor' );
@@ -67,19 +56,8 @@
67 56 }
68 57
69 58 function showTableEditor(button) {
70 59 if( button.attr( 'data-current' ) === 'chart'){
71 -
72 - $('body').off('visualizer:change:action').on('visualizer:change:action', function(e){
73 - button.val( button.attr( 'data-t-chart' ) );
74 - button.html( button.attr( 'data-t-chart' ) );
75 - button.attr( 'data-current', 'chart' );
76 - $('p.viz-editor-selection').show();
77 - $('.viz-table-editor').hide();
78 - $('.viz-simple-editor').hide();
79 - $( '#canvas' ).css('z-index', '1').show();
80 - });
81 -
82 60 // showing the editor
83 61 button.val( button.attr( 'data-t-editor' ) );
84 62 button.html( button.attr( 'data-t-editor' ) );
85 63 button.attr( 'data-current', 'editor' );