]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add borderDash options to arc element (#11127)
authorstockiNail <stocki.nail@gmail.com>
Sun, 12 Feb 2023 22:46:05 +0000 (23:46 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Feb 2023 22:46:05 +0000 (17:46 -0500)
commit7f9bca68442236d334fcdd9ac61e0372be25f97e
tree0df4d91ad7c778ca4fdda267504c139eb019fad4
parent6cf9de968194259922328c99acfa84a8c2508276
Add borderDash options to arc element (#11127)
14 files changed:
docs/charts/doughnut.md
docs/charts/polar.md
docs/configuration/elements.md
src/controllers/controller.doughnut.js
src/elements/element.arc.ts
src/types/index.d.ts
test/fixtures/controller.doughnut/borderDash/scriptable.js [new file with mode: 0644]
test/fixtures/controller.doughnut/borderDash/scriptable.png [new file with mode: 0644]
test/fixtures/controller.doughnut/borderDash/value.js [new file with mode: 0644]
test/fixtures/controller.doughnut/borderDash/value.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderDash/scriptable.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderDash/scriptable.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderDash/value.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderDash/value.png [new file with mode: 0644]