]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Fix arc size calculation when circumference is under 2PI (#6224)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Wed, 1 May 2019 16:05:34 +0000 (00:05 +0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Wed, 1 May 2019 16:05:34 +0000 (18:05 +0200)
commit4f722ab619be071e90dd9ea67db27032dc9edd2a
treed157584fe0af9bd5c9ba81018bfe5b7b071a2615
parent1a2a87be3b6eb85d7749fb13e13910e58ba2a735
Fix arc size calculation when circumference is under 2PI (#6224)
src/controllers/controller.doughnut.js
test/fixtures/controller.doughnut/doughnut-circumference.json [new file with mode: 0644]
test/fixtures/controller.doughnut/doughnut-circumference.png [new file with mode: 0644]
test/fixtures/controller.doughnut/pie-circumference.json [new file with mode: 0644]
test/fixtures/controller.doughnut/pie-circumference.png [new file with mode: 0644]