Wijmo UI for the Web
chart_animation Interface
wijmo.chart Namespace : chart_animation Interface

The animation option defines the animation effect and controls other aspects of the widget's animation, such as duration and easing. See Animation for more information about supported animation effects and easing.

Type: Object

Default: {enabled:true, duration:400, easing: "easeInCubic"}

Fields
 NameDescription
 Field

The duration option defines the length of the animation effect in milliseconds.

Type: Number

Default: 400

 
 Field

Sets the type of animation easing effect that users experience when seriesList data loads or changes.

Type: String

Default: "easeInCubic"

 
 Field

A value that determines whether to show animation. Set this option to false in order to disable animation.

Type: Boolean

Default: true

 
Top
See Also

Reference

wijmo.chart Namespace