File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,21 +224,21 @@ protected function _renderColorAxisSettings() {
224
224
self ::_renderColorPickerItem (
225
225
esc_html__ ( 'Minimum Value ' , 'visualizer ' ),
226
226
'colorAxis[colors][] ' ,
227
- ! empty ( $ this ->colorAxis ['color ' ][0 ] ) ? $ this ->colorAxis ['color ' ][0 ] : null ,
227
+ ! empty ( $ this ->colorAxis ['colors ' ][0 ] ) ? $ this ->colorAxis ['colors ' ][0 ] : null ,
228
228
'#efe6dc '
229
229
);
230
230
231
231
self ::_renderColorPickerItem (
232
232
esc_html__ ( 'Intermediate Value ' , 'visualizer ' ),
233
233
'colorAxis[colors][] ' ,
234
- ! empty ( $ this ->colorAxis ['color ' ][1 ] ) ? $ this ->colorAxis ['color ' ][1 ] : null ,
234
+ ! empty ( $ this ->colorAxis ['colors ' ][1 ] ) ? $ this ->colorAxis ['colors ' ][1 ] : null ,
235
235
'#82bf7c '
236
236
);
237
237
238
238
self ::_renderColorPickerItem (
239
239
esc_html__ ( 'Maximum Value ' , 'visualizer ' ),
240
240
'colorAxis[colors][] ' ,
241
- ! empty ( $ this ->colorAxis ['color ' ][2 ] ) ? $ this ->colorAxis ['color ' ][2 ] : null ,
241
+ ! empty ( $ this ->colorAxis ['colors ' ][2 ] ) ? $ this ->colorAxis ['colors ' ][2 ] : null ,
242
242
'#109618 '
243
243
);
244
244
You can’t perform that action at this time.
0 commit comments