graph » series » animation
animation
[ root » graph » series » animation]
Controls chart animation on initialization and refresh. When using effects, methods, and sequences, you can use the numeric code or string name. When using the string name, remember that you must prefix the string with ANIMATION_
(e.g., ANIMATION_BACK_EASE_OUT
). Refer to the Animation Tutorial for more information.
Attribute | Type | Description |
---|---|---|
delay | String | Sets the delay in milliseconds between each step of the animation. Default Value: null |
delay | Number | Sets the delay in milliseconds between each step of the animation. Default Value: 0 |
effect | Number | Sets the animation effect. Default Value: 0 |
method | Number | Sets the method used for each animation effect. Default Value: 0 |
sequence | Number | Determines animation groups. Default Value: 0 |
speed | Number | Sets the length of the animation in milliseconds. Default Value: 0.6 |