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

The animation option defines the animation effect and controls other aspects of the widget's animation, such as duration and easing.

Type: Object

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

Fields
 NameDescription
 Field

A value that determines whether the animation that renders the lines in the chart animates horizontally or vertically.

Type: string

Default: horizontal

 
 Field

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

Type: Number

Default: 2000

 
 Field

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"

 
 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