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
self::_renderSectionDescription( esc_html__( 'Configure the total size of the chart. Two formats are supported: a number, or a number followed by %. A simple number is a value in pixels; a number followed by % is a percentage.', 'visualizer' ) );
361
361
362
362
echo'<div class="viz-section-item">';
@@ -375,57 +375,14 @@ protected function _renderViewSettings() {
375
375
echo'</table>';
376
376
377
377
echo'<p class="viz-section-description">';
378
-
esc_html_e( 'Determines the total width and height of the chart.', 'visualizer' );
378
+
esc_html_e( 'Determines the total width and height of the chart. This will only show in the front-end.', 'visualizer' );
self::_renderSectionDescription( esc_html__( 'Configure the placement and size of the chart area (where the chart itself is drawn, excluding axis and legends). Two formats are supported: a number, or a number followed by %. A simple number is a value in pixels; a number followed by % is a percentage.', 'visualizer' ) );
0 commit comments