]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix interaction on partially visible bar (#9446)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Tue, 20 Jul 2021 11:57:56 +0000 (14:57 +0300)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 11:57:56 +0000 (07:57 -0400)
commitba2f158dc6c71ffe7bb92a235dfab6aed69f138d
tree6a3c6661959e951168249addc23c4105ab8cfd85
parentc73add9d6cd2a26d16300c94244d0f0e244357c6
Fix interaction on partially visible bar (#9446)
src/core/core.interaction.js
test/fixtures/core.interaction/nearest-partial-bar.js [new file with mode: 0644]
test/fixtures/core.interaction/nearest-partial-bar.png [new file with mode: 0644]
test/fixtures/core.interaction/nearest-point-behind-scale.js [new file with mode: 0644]
test/fixtures/core.interaction/nearest-point-behind-scale.png [new file with mode: 0644]
test/specs/core.interaction.tests.js