File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ protected function _renderVerticalAxisGeneralSettings() {
88
88
parent ::_renderVerticalAxisGeneralSettings ();
89
89
self ::_renderColorPickerItem (
90
90
esc_html__ ( 'Axis Text Color ' , 'visualizer ' ),
91
- 'hAxis [textStyle] ' ,
92
- isset ( $ this ->hAxis ['textStyle ' ] ) ? $ this ->hAxis ['textStyle ' ] : null ,
91
+ 'vAxis [textStyle] ' ,
92
+ isset ( $ this ->vAxis ['textStyle ' ] ) ? $ this ->vAxis ['textStyle ' ] : null ,
93
93
'#000 '
94
94
);
95
95
}
@@ -105,8 +105,8 @@ protected function _renderHorizontalAxisGeneralSettings() {
105
105
parent ::_renderHorizontalAxisGeneralSettings ();
106
106
self ::_renderColorPickerItem (
107
107
esc_html__ ( 'Axis Text Color ' , 'visualizer ' ),
108
- 'vAxis [textStyle] ' ,
109
- isset ( $ this ->vAxis ['textStyle ' ] ) ? $ this ->vAxis ['textStyle ' ] : null ,
108
+ 'hAxis [textStyle] ' ,
109
+ isset ( $ this ->hAxis ['textStyle ' ] ) ? $ this ->hAxis ['textStyle ' ] : null ,
110
110
'#000 '
111
111
);
112
112
}
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ protected function _renderHorizontalAxisGeneralSettings() {
94
94
95
95
self ::_renderColorPickerItem (
96
96
esc_html__ ( 'Axis Text Color ' , 'visualizer ' ),
97
- 'vAxis [textStyle] ' ,
98
- isset ( $ this ->vAxis ['textStyle ' ] ) ? $ this ->vAxis ['textStyle ' ] : null ,
97
+ 'hAxis [textStyle] ' ,
98
+ isset ( $ this ->hAxis ['textStyle ' ] ) ? $ this ->hAxis ['textStyle ' ] : null ,
99
99
'#000 '
100
100
);
101
101
@@ -114,8 +114,8 @@ protected function _renderVerticalAxisGeneralSettings() {
114
114
115
115
self ::_renderColorPickerItem (
116
116
esc_html__ ( 'Axis Text Color ' , 'visualizer ' ),
117
- 'hAxis [textStyle] ' ,
118
- isset ( $ this ->hAxis ['textStyle ' ] ) ? $ this ->hAxis ['textStyle ' ] : null ,
117
+ 'vAxis [textStyle] ' ,
118
+ isset ( $ this ->vAxis ['textStyle ' ] ) ? $ this ->vAxis ['textStyle ' ] : null ,
119
119
'#000 '
120
120
);
121
121
You can’t perform that action at this time.
0 commit comments