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.
1 parent 26165de commit 87d5506Copy full SHA for 87d5506
classes/Visualizer/Render/Sidebar.php
@@ -363,7 +363,7 @@ protected function _renderAnimationSettings() {
363
self::_renderCheckboxItem(
364
esc_html__( 'Animate on startup', 'visualizer' ),
365
'animation[startup]',
366
- $this->animation['startup'],
+ isset( $this->animation['startup'] ) ? $this->animation['startup'] : 0,
367
true,
368
esc_html__( 'Determines if the chart will animate on the initial draw.', 'visualizer' )
369
);
0 commit comments