Skip to content

Commit ae8d494

Browse files
Merge pull request #1005 from Codeinwp/bugfix/1003
Added legend position default label text
2 parents 075f3dc + 92c5800 commit ae8d494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Render/Sidebar/Google.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function __construct( $data = array() ) {
5959
parent::__construct( $data );
6060

6161
$this->_legendPositions = array(
62-
'' => '',
62+
'' => esc_html__( 'Default', 'visualizer' ),
6363
'left' => esc_html__( 'Left of the chart', 'visualizer' ),
6464
'right' => esc_html__( 'Right of the chart', 'visualizer' ),
6565
'top' => esc_html__( 'Above the chart', 'visualizer' ),

0 commit comments

Comments
 (0)