]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Tooltip specific scriptable context (#8561)
authorEvert Timberg <evert.timberg+github@gmail.com>
Thu, 4 Mar 2021 13:25:24 +0000 (08:25 -0500)
committerGitHub <noreply@github.com>
Thu, 4 Mar 2021 13:25:24 +0000 (08:25 -0500)
commit91628c144944029505de093c43733961ab4f420f
tree4c253916b2936fa702e3850a96a998bd10e72fb5
parent3e551d5f27d98cc4d2107eeae1548e0d90e57698
Tooltip specific scriptable context (#8561)

* Update plugin to use it's own tooltip context

* Scriptable tooltip option types

* Tests

* Update types to use UnionToIntersection

* Update TooltipItem to use UnionToIntersection
src/plugins/plugin.tooltip.js
test/specs/plugin.tooltip.tests.js
types/index.esm.d.ts
types/tests/plugins/plugin.tooltip/tooltip_scriptable_background_color.ts [new file with mode: 0644]