Wijmo UI for the Web
piechart_animation Interface
wijmo.chart Namespace : piechart_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: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 the wijpiechart series reloads after changing the data for the seriesList option.

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

 
 Field

A value that indicates the offset from the center for an explode animation.

Type: number

Default: 10

 
Top
See Also

Reference

wijmo.chart Namespace