]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add borderJoinStyle option for arc elements (#9877)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Sun, 5 Dec 2021 13:56:37 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 13:56:37 +0000 (08:56 -0500)
commitcd9d5289a49a9252a230b749acf34823382d99a4
tree053b04e7e0804c1d75c6fcae2d123904b01735e6
parent9fa26f9247419e61e0aa527c34aec3c74273acb2
Add borderJoinStyle option for arc elements (#9877)

* Add borderJoinStyle option for arc elements
* docs + types
* Consistently enumerate the possible choices
14 files changed:
docs/charts/doughnut.md
docs/charts/line.md
docs/charts/polar.md
docs/charts/radar.md
docs/configuration/elements.md
src/elements/element.arc.js
test/fixtures/controller.doughnut/borderJoinStyle/bevel-default.js [new file with mode: 0644]
test/fixtures/controller.doughnut/borderJoinStyle/bevel-default.png [new file with mode: 0644]
test/fixtures/controller.doughnut/borderJoinStyle/miter.js [new file with mode: 0644]
test/fixtures/controller.doughnut/borderJoinStyle/miter.png [new file with mode: 0644]
test/fixtures/controller.doughnut/borderJoinStyle/round.js [new file with mode: 0644]
test/fixtures/controller.doughnut/borderJoinStyle/round.png [new file with mode: 0644]
types/index.esm.d.ts
types/tests/elements/scriptable_element_options.ts