We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075f3dc + 92c5800 commit ae8d494Copy full SHA for ae8d494
classes/Visualizer/Render/Sidebar/Google.php
@@ -59,7 +59,7 @@ public function __construct( $data = array() ) {
59
parent::__construct( $data );
60
61
$this->_legendPositions = array(
62
- '' => '',
+ '' => esc_html__( 'Default', 'visualizer' ),
63
'left' => esc_html__( 'Left of the chart', 'visualizer' ),
64
'right' => esc_html__( 'Right of the chart', 'visualizer' ),
65
'top' => esc_html__( 'Above the chart', 'visualizer' ),
0 commit comments