| @@ -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 ); |