You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self::_renderSectionDescription( esc_html__( 'These values will be applied once you save the chart.', 'visualizer' ) );
252
+
self::_renderSectionDescription( esc_html__( 'These values may not reflect on preview and will be applied once you save and reload the chart.', 'visualizer' ) );
253
253
254
254
self::_renderColorPickerItem(
255
255
esc_html__( 'Background Color', 'visualizer' ),
@@ -281,7 +281,7 @@ protected function _renderTableSettings() {
self::_renderSectionDescription( esc_html__( 'These values will be applied once you save the chart.', 'visualizer' ) );
284
+
self::_renderSectionDescription( esc_html__( 'These values may not reflect on preview and will be applied once you save and reload the chart.', 'visualizer' ) );
285
285
286
286
self::_renderColorPickerItem(
287
287
esc_html__( 'Background Color', 'visualizer' ),
@@ -313,7 +313,7 @@ protected function _renderTableSettings() {
self::_renderSectionDescription( esc_html__( 'These values will be applied once you save the chart.', 'visualizer' ) );
316
+
self::_renderSectionDescription( esc_html__( 'These values may not reflect on preview and will be applied once you save and reload the chart.', 'visualizer' ) );
317
317
318
318
self::_renderColorPickerItem(
319
319
esc_html__( 'Background Color', 'visualizer' ),
@@ -345,7 +345,7 @@ protected function _renderTableSettings() {
self::_renderSectionDescription( esc_html__( 'These values will be applied once you save the chart.', 'visualizer' ) );
348
+
self::_renderSectionDescription( esc_html__( 'These values may not reflect on preview and will be applied once you save and reload the chart.', 'visualizer' ) );
0 commit comments