PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.3.1
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.3.1
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 | classes/Visualizer/Render/Sidebar/ChartJS.php +4 -0 3.3.03.3.1 View file →
@@ -94,8 +94,12 @@
94 94 * @access protected
95 95 */
96 96 protected function _renderSeriesSettings() {
97 97 self::_renderGroupStart( esc_html__( 'Series Settings', 'visualizer' ) );
98 + self::_renderSectionStart();
99 + self::_renderSectionDescription( esc_html__( 'If you have just updated/modified the chart data, you may need to save it before the new data reflects in the settings.', 'visualizer' ), 'viz-info-msg' );
100 + self::_renderSectionEnd();
101 +
98 102 for ( $i = 1, $cnt = count( $this->__series ); $i < $cnt; $i++ ) {
99 103 if ( ! empty( $this->__series[ $i ]['label'] ) ) {
100 104 self::_renderSectionStart( esc_html( $this->__series[ $i ]['label'] ), false );
101 105 $this->_renderSeries( $i - 1 );