Skip to content

Animations

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtlan jtlan released this 22 May 01:40
· 8687 commits to master since this release

Good evening,

Charts now animate when their data changes, or when rendering for the first time. Animations can be enabled by calling .animate(true) on Circle, Line, Area, or (Horizontal)Bar Renderers. For an example, please see quicktests/animations-quicktest.html.

In addition, OrdinalScale now defaults to "bands" mode.