]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add option to include invisible points (#10362)
authorYiwen Wang <vicey@live.com>
Wed, 25 May 2022 10:25:27 +0000 (18:25 +0800)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 10:25:27 +0000 (13:25 +0300)
commitebcaff15c2bd8aa74b1d8c1d082aee783f700f1b
tree5847003b8069e88307d433ca984a6e187bb18139
parentcf780a5db52e991c8c29577557c28277e35e040e
Add option to include invisible points (#10362)

* Add option to include invisible points

* Minor fixes

* Add doc for newly added option

* Fix typo

* Add test for newly added option

* Improve description of the new option

* Update docs/configuration/interactions.md

Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
* Apply suggestions from code review

Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Co-authored-by: Yiwen Wang 🌊 <yiwwan@microsoft.com>
Co-authored-by: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
docs/configuration/interactions.md
src/core/core.defaults.js
src/core/core.interaction.js
src/platform/platform.dom.js
test/specs/core.interaction.tests.js
types/index.esm.d.ts