Name | Description | |
---|---|---|
direction | A value that determines whether the animation that renders the lines in the chart animates horizontally or vertically. Type: string Default: horizontal | |
duration | The duration option defines the length of the animation effect in milliseconds. Type: Number Default: 2000 | |
easing | Sets the type of animation easing effect that users experience when the wijlinechart series loads on the page. For example, the line series can bounce several times as it loads. Type: String Default: "easeInCubic" | |
enabled | A value that determines whether to show animation. Set this option to false in order to disable animation. Type: Boolean Default: true |