]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Enable point labels hiding when overlapped (#11055)
authorstockiNail <stocki.nail@gmail.com>
Thu, 27 Apr 2023 22:28:55 +0000 (00:28 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 22:28:55 +0000 (18:28 -0400)
commiteff39c076942e51f25a383b9293733a04bec43d1
tree283d30defeb68ecddf869c20fb4a828295c5365f
parentee7e928cfe821e2a283a05afa47f0ac2c8b83d40
Enable point labels hiding when overlapped (#11055)

* Enable point labels hiding when overlapped

* fix cc

* fallback CC updates

* fixes CC
docs/axes/radial/linear.md
src/scales/scale.radialLinear.js
src/types/index.d.ts
test/fixtures/controller.polarArea/pointLabels/displayAuto-180.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/displayAuto-180.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/displayAuto.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/displayAuto.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/overlapping.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/overlapping.png [new file with mode: 0644]