We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211cbdc + 26f8cc7 commit 9bdac9fCopy full SHA for 9bdac9f
classes/Visualizer/Render/Sidebar/Graph.php
@@ -242,7 +242,7 @@ protected function _renderHorizontalAxisSettings() {
242
esc_html__( 'Specify 0 to disable the minor gridlines.', 'visualizer' ),
243
0,
244
'number',
245
- array( 'min' => 0, 'max' => 1, 'step' => 1 )
+ array( 'min' => 0, 'step' => 1 )
246
);
247
248
self::_renderColorPickerItem(
@@ -358,7 +358,7 @@ protected function _renderVerticalAxisSettings() {
358
359
360
361
362
363
364
0 commit comments