| @@ -34,10 +34,8 @@ | ||
| 34 | 34 | 'left' => esc_html__( 'Left of the chart', 'visualizer' ), |
| 35 | 35 | 'right' => esc_html__( 'Right of the chart', 'visualizer' ), |
| 36 | 36 | 'top' => esc_html__( 'Above the chart', 'visualizer' ), |
| 37 | 37 | 'bottom' => esc_html__( 'Below the chart', 'visualizer' ), |
| 38 | - 'bottom' => esc_html__( 'Below the chart', 'visualizer' ), | |
| 39 | - 'none' => esc_html__( 'Omit the legend', 'visualizer' ), | |
| 40 | 38 | ); |
| 41 | 39 | |
| 42 | 40 | } |
| 43 | 41 | |