Animations
Implicit Animations for Charts.
Last updated
Implicit Animations for Charts.
Last updated
All Animations in the chart widgets are Implicitly Animated. The default animation behaviour for all chart widgets is:
animates when the widget loads for the first time.
animates for every new data updates.
You can override the default behaviour using the animateOnLoad
and animateOnUpdate
properties at top level widget.
All animations in the widget are handled internally. However, if you wish to control your own animation, then you can provide your own custom AnimationController to the top level property animation
.