Wijmo UI for the Web
seriesTransition Option
wijmo.chart.wijpiechart Namespace > options type : seriesTransition Option

Type: wijmo.chart.chart_animation

A value that indicates whether to show animation and the duration for the animation when reload data.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.chart.chart_animation
    returnsValue = $(".selector").wijpiechart("option", "seriesTransition");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_animation
    $(".selector").wijpiechart("option", "seriesTransition", newValue);
        
});
var seriesTransition : chart_animation;
See Also

Reference

options type
wijpiechart Method