File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ protected function _renderHorizontalAxisGeneralSettings() {
141
141
142
142
self ::_renderSelectItem (
143
143
esc_html__ ( 'Text Position ' , 'visualizer ' ),
144
- 'vAxis [textPosition] ' ,
145
- isset ( $ this ->vAxis ['textPosition ' ] ) ? $ this ->vAxis ['textPosition ' ] : '' ,
144
+ 'hAxis [textPosition] ' ,
145
+ isset ( $ this ->hAxis ['textPosition ' ] ) ? $ this ->hAxis ['textPosition ' ] : '' ,
146
146
$ this ->_positions ,
147
147
esc_html__ ( 'Position of the horizontal axis text, relative to the chart area. ' , 'visualizer ' )
148
148
);
@@ -253,8 +253,8 @@ protected function _renderVerticalAxisGeneralSettings() {
253
253
254
254
self ::_renderSelectItem (
255
255
esc_html__ ( 'Text Position ' , 'visualizer ' ),
256
- 'hAxis [textPosition] ' ,
257
- isset ( $ this ->hAxis ['textPosition ' ] ) ? $ this ->hAxis ['textPosition ' ] : '' ,
256
+ 'vAxis [textPosition] ' ,
257
+ isset ( $ this ->vAxis ['textPosition ' ] ) ? $ this ->vAxis ['textPosition ' ] : '' ,
258
258
$ this ->_positions ,
259
259
esc_html__ ( 'Position of the vertical axis text, relative to the chart area. ' , 'visualizer ' )
260
260
);
You can’t perform that action at this time.
0 commit comments