Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  wijmo.chart.chart_animation
    value = $(".selector").wijpiechart("option", "seriesTransition");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_animation
    $(".selector").wijpiechart("option", "seriesTransition", newValue);
        
});
Javascript (Specification) 
var seriesTransition : chart_animation;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijpiechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.