You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: classes/Visualizer/Render/Sidebar/Graph.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -426,12 +426,12 @@ protected function _renderHorizontalAxisFormatField() {
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%1$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #%3$% 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 #%% percentage format then your values will be multiplied by 100.','visualizer' ),
@@ -455,12 +455,12 @@ protected function _renderVerticalAxisFormatField() {
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%1$s. For instance, $#,###.## will display values $1,234.56 for value 1234.56. Pay attention that if you use #%3$% 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 #%% percentage format then your values will be multiplied by 100.','visualizer' ),
Description: A simple, easy to use and quite powerful tool to create, manage and embed interactive charts into your WordPress posts and pages. The plugin uses Google Visualization API to render charts, which supports cross-browser compatibility (adopting VML for older IE versions) and cross-platform portability to iOS and new Android releases.
0 commit comments