]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix inRange for full circle arc (#9871)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Wed, 17 Nov 2021 22:10:19 +0000 (00:10 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Nov 2021 22:10:19 +0000 (00:10 +0200)
commit0c5db4973e29d3f77f8bf45bbee8170a86608ed1
treecd971d805efb4811778c620d364b00a681b1d49d
parent0dc733a96ce758f22e61d22222264d2593474a78
Fix inRange for full circle arc (#9871)

* Update misleading sample comment

* Fix inRange for full circle arc
src/elements/element.arc.js
src/elements/element.bar.js
src/helpers/helpers.math.js
src/helpers/helpers.segment.js
src/plugins/plugin.filler.js
src/plugins/plugin.legend.js
test/specs/element.arc.tests.js