| @@ -368,8 +368,12 @@ | ||
| 368 | 368 | * @access protected |
| 369 | 369 | */ |
| 370 | 370 | protected function _renderSeriesSettings() { |
| 371 | 371 | self::_renderGroupStart( esc_html__( 'Series Settings', 'visualizer' ) ); |
| 372 | + self::_renderSectionStart(); | |
| 373 | + 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' ); | |
| 374 | + self::_renderSectionEnd(); | |
| 375 | + | |
| 372 | 376 | for ( $i = 1, $cnt = count( $this->__series ); $i < $cnt; $i++ ) { |
| 373 | 377 | if ( ! empty( $this->__series[ $i ]['label'] ) ) { |
| 374 | 378 | self::_renderSectionStart( esc_html( $this->__series[ $i ]['label'] ), false ); |
| 375 | 379 | $this->_renderSeries( $i - 1 ); |