]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix for allowing parsing:false with stacks (#8934)
authorPrateek R Patil <prateek.patil@gmail.com>
Sun, 18 Apr 2021 11:28:56 +0000 (04:28 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Apr 2021 11:28:56 +0000 (07:28 -0400)
commitc107f895aa1e2fd9aac92b3fdb9761145569f14f
treecaa400ee6193272d29cbffa4cacf1dd4ade671fa
parentaf7965fc31655f13a99e145f15bb73637b840b14
Fix for allowing parsing:false with stacks (#8934)

* Initial fix for allowing parsing:false with stacks

* Added test from #8935 as requested.

Co-authored-by: tinfoilpancakes <tfm357@gmail.com>
src/core/core.datasetController.js
test/specs/core.datasetController.tests.js