]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add centerPointLabels option for linear radial scale (#9949)
authort-mangoe <m.takashi.raruba.101.112@gmail.com>
Tue, 21 Dec 2021 18:27:07 +0000 (03:27 +0900)
committerGitHub <noreply@github.com>
Tue, 21 Dec 2021 18:27:07 +0000 (20:27 +0200)
commit961533c115175536d9b90d544f46c56ed0475c17
tree865c6082570ad4e2018851f4999dee34e8ff4c97
parent0d250a1fbf117a826d9318bb308dd620c1357358
Add centerPointLabels option for linear radial scale (#9949)

* center point labels to slices in polar chart

* remove unnecessary comments

* put the code together in one line

* fix the code according to the code review

* Undo changes related to the createContext function

* add documentation and types.
docs/axes/radial/linear.md
src/scales/scale.radialLinear.js
test/specs/scale.radialLinear.tests.js
types/index.esm.d.ts