PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.7.9
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.7.9
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
← All changes | classes/Visualizer/Render/Sidebar/Graph.php +4 -4 3.10.03.7.9 View file →
@@ -241,9 +241,9 @@
241 241 isset( $this->hAxis['minorGridlines']['count'] ) ? $this->hAxis['minorGridlines']['count'] : '',
242 242 esc_html__( 'Specify 0 to disable the minor gridlines.', 'visualizer' ),
243 243 0,
244 244 'number',
245 - array( 'min' => 0, 'step' => 1 )
245 + array( 'min' => 0, 'max' => 1, 'step' => 1 )
246 246 );
247 247
248 248 self::_renderColorPickerItem(
249 249 esc_html__( 'Color', 'visualizer' ),
@@ -357,9 +357,9 @@
357 357 isset( $this->vAxis['minorGridlines']['count'] ) ? $this->vAxis['minorGridlines']['count'] : '',
358 358 esc_html__( 'Specify 0 to disable the minor gridlines.', 'visualizer' ),
359 359 0,
360 360 'number',
361 - array( 'min' => 0, 'step' => 1 )
361 + array( 'min' => 0, 'max' => 1, 'step' => 1 )
362 362 );
363 363
364 364 self::_renderColorPickerItem(
365 365 esc_html__( 'Color', 'visualizer' ),
@@ -480,9 +480,9 @@
480 480 '</a>'
481 481 ),
482 482 sprintf(
483 483 esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%2$s.', 'visualizer' ),
484 - '<a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax" target="_blank">',
484 + '<a href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" target="_blank">',
485 485 '</a>'
486 486 )
487 487 )
488 488 );
@@ -509,9 +509,9 @@
509 509 '</a>'
510 510 ),
511 511 sprintf(
512 512 esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%2$s.', 'visualizer' ),
513 - '<a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax" target="_blank">',
513 + '<a href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" target="_blank">',
514 514 '</a>'
515 515 )
516 516 )
517 517 );