]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Handle animating stacked bars from null values (#8872)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 10 Apr 2021 17:31:14 +0000 (13:31 -0400)
committerGitHub <noreply@github.com>
Sat, 10 Apr 2021 17:31:14 +0000 (20:31 +0300)
commita84347b0353bf1ffc4759ed4fc10066500854692
treed026026a3be01edd4d8d01d904161837d38ea6a7
parent7fab66ccd1637808868fc8b70b753642e82bd3b3
Handle animating stacked bars from null values (#8872)

* Handle animating stacked bars from null values

* Skipped bars / points should be in the reset state
src/controllers/controller.bar.js
src/controllers/controller.line.js
test/specs/controller.bar.tests.js
test/specs/controller.line.tests.js