jQuery.wijmo.wijbubblechart Namespace > options type : seriesTransition Field |
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.
Javascript (Usage) | |
---|---|
var value; // Type: chart_animation value = jQuery.wijmo.wijbubblechart.options.seriesTransition; |
Javascript (Specification) | |
---|---|
var seriesTransition : chart_animation; |