| @@ -59,9 +59,9 @@ | ||
| 59 | 59 | esc_html__( 'Is Stacked', 'visualizer' ), |
| 60 | 60 | 'isStacked', |
| 61 | 61 | $this->isStacked, |
| 62 | 62 | $this->_yesno, |
| 63 | - esc_html__( 'When enabled, series elements are stacked.', 'visualizer' ) | |
| 63 | + esc_html__( 'If set to yes, series elements are stacked.', 'visualizer' ) | |
| 64 | 64 | ); |
| 65 | 65 | |
| 66 | 66 | echo '<div class="viz-section-delimiter"></div>'; |
| 67 | 67 | |
| @@ -109,5 +109,6 @@ | ||
| 109 | 109 | isset( $this->hAxis['textStyle'] ) ? $this->hAxis['textStyle'] : null, |
| 110 | 110 | '#000' |
| 111 | 111 | ); |
| 112 | 112 | } |
| 113 | + | |
| 113 | 114 | } |