| @@ -28,9 +28,9 @@ | ||
| 28 | 28 | * |
| 29 | 29 | * @since 1.0.0 |
| 30 | 30 | * @abstract |
| 31 | 31 | */ |
| 32 | -abstract class Visualizer_Render_Sidebar_Graph extends Visualizer_Render_Sidebar_Google { | |
| 32 | +abstract class Visualizer_Render_Sidebar_Graph extends Visualizer_Render_Sidebar { | |
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | 35 | * Determines whether we need to render vertical gridlines options or not. |
| 36 | 36 | * |
| @@ -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 #%% 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' ), | |
| 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 #%% 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' ), | |
| 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 | ) |