PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 1.7.6
Visualizer – Tables & Charts Manager with Built-in AI Generator v1.7.6
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 +5 -5 3.0.71.7.6 View file →
@@ -112,9 +112,9 @@
112 112 isset( $this->titleTextStyle['color'] ) ? $this->titleTextStyle['color'] : null,
113 113 '#000'
114 114 );
115 115
116 - echo '<div class="viz-section-delimiter"></div>';
116 + echo '<div class="section-delimiter"></div>';
117 117
118 118 self::_renderSelectItem(
119 119 esc_html__( 'Axes Titles Position', 'visualizer' ),
120 120 'axisTitlesPosition',
@@ -425,14 +425,14 @@
425 425 sprintf(
426 426 '%s<br><br>%s<br><br>%s',
427 427 esc_html__( 'Enter custom format pattern to apply to horizontal axis labels.', 'visualizer' ),
428 428 sprintf(
429 - esc_html__( 'For number axis labels, this is a subset of the decimal formatting %1$sICU pattern set%2$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #&#37;&#37; percentage format then your values will be multiplied by 100.', 'visualizer' ),
429 + esc_html__( 'For number axis labels, this is a subset of the decimal formatting %1$sICU pattern set%2$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #&#37;&#37; percentage format then your values will be multiplied by 100.','visualizer' ),
430 430 '<a href="http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details" target="_blank">',
431 431 '</a>'
432 432 ),
433 433 sprintf(
434 - esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%2$s.', 'visualizer' ),
434 + esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%2$s.','visualizer' ),
435 435 '<a href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" target="_blank">',
436 436 '</a>'
437 437 )
438 438 )
@@ -454,14 +454,14 @@
454 454 sprintf(
455 455 '%s<br><br>%s<br><br>%s',
456 456 esc_html__( 'Enter custom format pattern to apply to vertical axis labels.', 'visualizer' ),
457 457 sprintf(
458 - esc_html__( 'For number axis labels, this is a subset of the decimal formatting %1$sICU pattern set%2$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #&#37;&#37; percentage format then your values will be multiplied by 100.', 'visualizer' ),
458 + esc_html__( 'For number axis labels, this is a subset of the decimal formatting %1$sICU pattern set%2$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #&#37;&#37; percentage format then your values will be multiplied by 100.','visualizer' ),
459 459 '<a href="http://icu-project.org/apiref/icu4c/classDecimalFormat.html#_details" target="_blank">',
460 460 '</a>'
461 461 ),
462 462 sprintf(
463 - esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%2$s.', 'visualizer' ),
463 + esc_html__( 'For date axis labels, this is a subset of the date formatting %1$sICU date and time format%2$s.','visualizer' ),
464 464 '<a href="http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax" target="_blank">',
465 465 '</a>'
466 466 )
467 467 )