File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ protected function _renderHorizontalAxisSettings() {
230
230
self ::_renderSectionEnd ();
231
231
}
232
232
233
- if ( $ this ->_verticalGridLines ) {
233
+ if ( $ this ->_horizontalGridLines ) {
234
234
self ::_renderSectionStart ( esc_html__ ( 'View Window ' , 'visualizer ' ), false );
235
235
self ::_renderTextItem (
236
236
esc_html__ ( 'Maximum Value ' , 'visualizer ' ),
@@ -346,7 +346,7 @@ protected function _renderVerticalAxisSettings() {
346
346
self ::_renderSectionEnd ();
347
347
}
348
348
349
- if ( $ this ->_horizontalGridLines ) {
349
+ if ( $ this ->_verticalGridLines ) {
350
350
self ::_renderSectionStart ( esc_html__ ( 'View Window ' , 'visualizer ' ), false );
351
351
self ::_renderTextItem (
352
352
esc_html__ ( 'Maximum Value ' , 'visualizer ' ),
You can’t perform that action at this time.
0 commit comments