| @@ -421,8 +421,11 @@ | ||
| 421 | 421 | 'series[' . $index . '][color]', |
| 422 | 422 | isset( $this->series[ $index ]['color'] ) ? $this->series[ $index ]['color'] : null, |
| 423 | 423 | null |
| 424 | 424 | ); |
| 425 | + | |
| 426 | + $this->_renderRoleField( $index ); | |
| 427 | + | |
| 425 | 428 | } |
| 426 | 429 | |
| 427 | 430 | /** |
| 428 | 431 | * Renders format field for horizontal axis. |