| @@ -369,8 +369,10 @@ | ||
| 369 | 369 | ), |
| 370 | 370 | esc_html__( 'Determines whether the series has to be presented in the legend or not.', Visualizer_Plugin::NAME ) |
| 371 | 371 | ); |
| 372 | 372 | |
| 373 | + $this->_renderFormatField( $index ); | |
| 374 | + | |
| 373 | 375 | self::_renderColorPickerItem( |
| 374 | 376 | esc_html__( 'Color', Visualizer_Plugin::NAME ), |
| 375 | 377 | 'series[' . $index . '][color]', |
| 376 | 378 | isset( $this->series[$index]['color'] ) ? $this->series[$index]['color'] : null, |