wijmo.chart.wijbarchart Namespace > options type : animation Option |
The animation option determines whether and how the animation is shown.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: wijmo.chart.chart_animation value = $(".selector").wijbarchart("option", "animation"); // Set value var newValue; // Type: wijmo.chart.chart_animation $(".selector").wijbarchart("option", "animation", newValue); }); |
Javascript (Specification) | |
---|---|
var animation : chart_animation; |