Wijmo UI for the Web
easing Field
wijmo.chart Namespace > piechart_animation Interface : easing 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"

Syntax
var instance; // Type: wijmo.chart.piechart_animation;
var value; // Type: string
value = instance.easing;
var easing : string;
Remarks

Valid values:

Easing is defined in Raphael. You can visit the external documentation here: http://raphaeljs.com/reference.html#Raphael.easing_formulas

You can also create custom easing animations using jQuery UI Easings.

See Also

Reference

piechart_animation Interface