]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Lazy Update and Render option
authorTanner Linsley <tannerlinsley@gmail.com>
Fri, 19 Jun 2015 19:29:36 +0000 (13:29 -0600)
committerTanner Linsley <tannerlinsley@gmail.com>
Fri, 19 Jun 2015 19:29:36 +0000 (13:29 -0600)
commit85e928b42619fc3278b74c4f5829465fe8aa9d8a
tree70fc4de8a35b7b6a30bf1de52551bef48a34c0dc
parent5f6e2a0af3cf6d9509ebeccc7c1b459d83f34a55
Lazy Update and Render option

Usage: `.update(animationDuration, [bool])`
Tooltip animations are now "lazy” by default, meaning they can be
interrupted and pivoted by other animations. All others internal
updates are by nature non-interruptible, so hovering over a chart
during a regular `update()` cycle will pivot the tooltip correctly.
Chart.js
Chart.min.js
src/core/core.animation.js
src/core/core.controller.js