| @@ -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 | ); |