wijmo.chart.wijpiechart Namespace > options type : animation Option |
The animation option defines the animation effect and controls other aspects of the widget's animation, such as duration and easing.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: wijmo.chart.piechart_animation value = $(".selector").wijpiechart("option", "animation"); // Set value var newValue; // Type: wijmo.chart.piechart_animation $(".selector").wijpiechart("option", "animation", newValue); }); |
Javascript (Specification) | |
---|---|
var animation : piechart_animation; |