]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add circular prop to arc element (#10405)
authorSlava Terekhov <thabarbados@gmail.com>
Sat, 30 Jul 2022 15:08:38 +0000 (19:08 +0400)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2022 15:08:38 +0000 (11:08 -0400)
commitf0be17c85993aff79db293d6bdf5c7e07f90169f
tree78c4fafa8ee995e2605f84055739bb513133eb60
parent1fef75d990ccdb557f19d9be5e67f217d8b5c90d
Add circular prop to arc element (#10405)

* feat: add circular prop to arc element draw actions
* test: add test for arc element with circular:false prop
* feat: add circular prop to Arc element options
* docs: add decriptiption for new Polar area chart prop
* docs: fix circular prop description
* docs: add info about arc element circular prop to elements docs
* docs: move circular prop from general options to styling
docs/charts/polar.md
docs/configuration/elements.md
src/elements/element.arc.js
test/specs/element.arc.tests.js
types/index.esm.d.ts