Wijmo UI for the Web
seriesTransition Option
wijmo.chart.wijlinechart Namespace > options type : 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
$(function () {
    
    // Get value
    var returnsValue; // Type:  wijmo.chart.chart_animation
    returnsValue = $(".selector").wijlinechart("option", "seriesTransition");
    
    // Set value
    var newValue; // Type:  wijmo.chart.chart_animation
    $(".selector").wijlinechart("option", "seriesTransition", newValue);
        
});
var seriesTransition : chart_animation;
See Also

Reference

options type
wijlinechart jQuery Widget