@@ -711,17 +711,6 @@ protected function _renderChartControlsSettings() {
711
711
false
712
712
);
713
713
714
- self ::_renderSelectItem (
715
- esc_html__ ( 'Case Sensitive ' , 'visualizer ' ),
716
- 'controls[caseSensitive] ' ,
717
- ! empty ( $ this ->controls ['caseSensitive ' ] ) ? $ this ->controls ['caseSensitive ' ] : '' ,
718
- array (
719
- 'false ' => esc_html__ ( 'False ' , 'visualizer ' ),
720
- 'true ' => esc_html__ ( 'True ' , 'visualizer ' ),
721
- ),
722
- '' ,
723
- false
724
- );
725
714
self ::_renderSectionEnd ();
726
715
727
716
self ::_renderSectionStart ( esc_html__ ( 'UI Options ' , 'visualizer ' ), false );
@@ -755,8 +744,8 @@ protected function _renderChartControlsSettings() {
755
744
756
745
self ::_renderSelectItem (
757
746
esc_html__ ( 'Label Stacking ' , 'visualizer ' ),
758
- 'controls[labelStacking] ' ,
759
- ! empty ( $ this ->controls ['labelStacking ' ] ) ? $ this ->controls ['labelStacking ' ] : '' ,
747
+ 'controls[ui][ labelStacking] ' ,
748
+ ! empty ( $ this ->controls ['ui ' ][ ' labelStacking ' ] ) ? $ this ->controls [ ' ui ' ] ['labelStacking ' ] : '' ,
760
749
array (
761
750
'horizontal ' => esc_html__ ( 'Horizontal ' , 'visualizer ' ),
762
751
'vertical ' => esc_html__ ( 'Vertical ' , 'visualizer ' ),
@@ -767,8 +756,8 @@ protected function _renderChartControlsSettings() {
767
756
768
757
self ::_renderSelectItem (
769
758
esc_html__ ( 'Orientation ' , 'visualizer ' ),
770
- 'controls[orientation] ' ,
771
- ! empty ( $ this ->controls ['orientation ' ] ) ? $ this ->controls ['orientation ' ] : '' ,
759
+ 'controls[ui][ orientation] ' ,
760
+ ! empty ( $ this ->controls ['ui ' ][ ' orientation ' ] ) ? $ this ->controls [ ' ui ' ] ['orientation ' ] : '' ,
772
761
array (
773
762
'horizontal ' => esc_html__ ( 'Horizontal ' , 'visualizer ' ),
774
763
'vertical ' => esc_html__ ( 'Vertical ' , 'visualizer ' ),
0 commit comments