]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Tooltip colorbox supports configurable borderWidth, borderRadius, and dash effect...
authorEvert Timberg <evert.timberg+github@gmail.com>
Sat, 10 Apr 2021 17:37:22 +0000 (13:37 -0400)
committerGitHub <noreply@github.com>
Sat, 10 Apr 2021 17:37:22 +0000 (13:37 -0400)
commit7ee498e4124599b22b2b15fa13399baab5a9ccf0
treeb901f4cc055bb263894eda829c901a2100b893d6
parenta84347b0353bf1ffc4759ed4fc10066500854692
Tooltip colorbox supports configurable borderWidth, borderRadius, and dash effect (#8874)

* Start on extending tooltip style
* Correct borderRadius implementation
* Tests of updated tooltip styling
* Update docs
docs/configuration/tooltip.md
src/elements/element.bar.js
src/helpers/helpers.canvas.js
src/plugins/plugin.tooltip.js
test/fixtures/plugin.tooltip/color-box-border-dash.js [new file with mode: 0644]
test/fixtures/plugin.tooltip/color-box-border-dash.png [new file with mode: 0644]
test/fixtures/plugin.tooltip/color-box-border-radius.js [new file with mode: 0644]
test/fixtures/plugin.tooltip/color-box-border-radius.png [new file with mode: 0644]
test/specs/plugin.tooltip.tests.js
types/index.esm.d.ts