]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add support for 'inner' border for arc elements (#5841)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Tue, 18 Dec 2018 12:58:02 +0000 (21:58 +0900)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 18 Dec 2018 12:58:02 +0000 (13:58 +0100)
commitdb8f6c38dcd5eabba33c261ed32a73046572c16c
tree567bcf11f880b5685be9b3f743430dad3755379b
parent4fb259e3acbecf83e7c9db285f5aac333cf4e706
Add support for 'inner' border for arc elements (#5841)
21 files changed:
docs/charts/doughnut.md
docs/charts/polar.md
src/controllers/controller.doughnut.js
src/controllers/controller.polarArea.js
src/elements/element.arc.js
test/context.js
test/fixtures/controller.doughnut/doughnut-border-align-center.json [new file with mode: 0644]
test/fixtures/controller.doughnut/doughnut-border-align-center.png [new file with mode: 0644]
test/fixtures/controller.doughnut/doughnut-border-align-inner.json [new file with mode: 0644]
test/fixtures/controller.doughnut/doughnut-border-align-inner.png [new file with mode: 0644]
test/fixtures/controller.doughnut/pie-border-align-center.json [new file with mode: 0644]
test/fixtures/controller.doughnut/pie-border-align-center.png [new file with mode: 0644]
test/fixtures/controller.doughnut/pie-border-align-inner.json [new file with mode: 0644]
test/fixtures/controller.doughnut/pie-border-align-inner.png [new file with mode: 0644]
test/fixtures/controller.polarArea/border-align-center.json [new file with mode: 0644]
test/fixtures/controller.polarArea/border-align-center.png [new file with mode: 0644]
test/fixtures/controller.polarArea/border-align-inner.json [new file with mode: 0644]
test/fixtures/controller.polarArea/border-align-inner.png [new file with mode: 0644]
test/specs/controller.doughnut.tests.js
test/specs/core.tooltip.tests.js
test/specs/element.arc.tests.js