|
30 | 30 | button.html( button.attr( 'data-t-chart' ) ); |
31 | 31 | button.attr( 'data-current', 'chart' ); |
32 | 32 | $('p.viz-editor-selection').show(); |
| 33 | + $('p.viz-info-msg').hide(); |
33 | 34 | $('.viz-text-editor').hide(); |
34 | 35 | $('.viz-simple-editor').hide(); |
35 | 36 | $( '#canvas' ).css('z-index', '1').show(); |
|
40 | 41 | button.html( button.attr( 'data-t-editor' ) ); |
41 | 42 | button.attr( 'data-current', 'editor' ); |
42 | 43 | $('p.viz-editor-selection').hide(); |
| 44 | + $('p.viz-info-msg').show(); |
43 | 45 | $('.viz-text-editor').css('z-index', '9999').show(); |
44 | 46 | $('.viz-simple-editor').css('z-index', '9999').show(); |
45 | 47 | $( '#canvas' ).css('z-index', '-100').hide(); |
|
53 | 55 | button.html( button.attr( 'data-t-chart' ) ); |
54 | 56 | button.attr( 'data-current', 'chart' ); |
55 | 57 | $('p.viz-editor-selection').show(); |
| 58 | + $('p.viz-info-msg').hide(); |
56 | 59 | $('.viz-text-editor').hide(); |
57 | 60 | $('.viz-simple-editor').hide(); |
58 | 61 | $( '#canvas' ).css('z-index', '1').show(); |
|
74 | 77 | button.html( button.attr( 'data-t-chart' ) ); |
75 | 78 | button.attr( 'data-current', 'chart' ); |
76 | 79 | $('p.viz-editor-selection').show(); |
| 80 | + $('p.viz-info-msg').hide(); |
77 | 81 | $('.viz-table-editor').hide(); |
78 | 82 | $('.viz-simple-editor').hide(); |
79 | 83 | $( '#canvas' ).css('z-index', '1').show(); |
|
84 | 88 | button.html( button.attr( 'data-t-editor' ) ); |
85 | 89 | button.attr( 'data-current', 'editor' ); |
86 | 90 | $('p.viz-editor-selection').hide(); |
| 91 | + $('p.viz-info-msg').show(); |
87 | 92 | $( '.viz-table-editor' ).css("z-index", "9999").show(); |
88 | 93 | $('.viz-simple-editor').css('z-index', '9999').show(); |
89 | 94 | $('body').trigger('visualizer:db:editor:table:redraw', {}); |
|
98 | 103 | button.html( button.attr( 'data-t-chart' ) ); |
99 | 104 | button.attr( 'data-current', 'chart' ); |
100 | 105 | $('p.viz-editor-selection').show(); |
| 106 | + $('p.viz-info-msg').hide(); |
101 | 107 | $('.viz-table-editor').hide(); |
102 | 108 | $('.viz-simple-editor').hide(); |
103 | 109 | $( '#canvas' ).css('z-index', '1').show(); |
|
0 commit comments