Wijmo UI for the Web
seriesTransition Option

Type: wijmo.chart.chart_animation

The seriesTransition option is used to animate series in the chart when just their values change. This is helpful for visually showing changes in data for the same series.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var value; // Type:  wijmo.chart.chart_animation
    value = $(".selector").wijbubblechart("option", "seriesTransition");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_animation
    $(".selector").wijbubblechart("option", "seriesTransition", newValue);
        
});
Javascript (Specification) 
var seriesTransition : chart_animation;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijbubblechart jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.