]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix: applyStack() returned the sum of all values for hidden dataset indices, which...
authorNikolai Iakovlev <deylak@yandex.ru>
Thu, 24 Oct 2024 15:55:58 +0000 (18:55 +0300)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 15:55:58 +0000 (11:55 -0400)
commit6dd448b9337842b5c2f597306c28fccdfef6d3c6
tree29ffa0e55b53dea3ac1c644fc0742a5315e2db8c
parentbb5ca384a373af5e9d4a2056fd3c8d06df1e9f13
Fix: applyStack() returned the sum of all values for hidden dataset indices, which resulted in wrong show animations (#11938)
src/core/core.datasetController.js
test/specs/controller.bar.tests.js