]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
radialLinear: fix positioning & scaling (#10021)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Thu, 23 Dec 2021 18:47:36 +0000 (20:47 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Dec 2021 18:47:36 +0000 (20:47 +0200)
commit1da9fdd5194e84ca008aea9b2ef1a357b5909eef
tree883b4eb4ea3fb94b64064150f914856c3ffd3fe5
parentd24fe14e711a48f3299d0e4894c5e3a34fb3cbb8
radialLinear: fix positioning & scaling (#10021)

* radialLinear: fix positioning & scaling

* bloody pixels

* better radar fixtures
55 files changed:
src/scales/scale.radialLinear.js
test/fixtures/controller.polarArea/pointLabels/centered-180.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/centered-180.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/centered-45.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/centered-45.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/centered.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/centered.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/default-180.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/default-180.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/default-45.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/default-45.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/default.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/default.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/bottom-centered-45.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/bottom-centered-45.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/bottom-centered.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/bottom-centered.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/left-centered-45.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/left-centered-45.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/left-centered.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/left-centered.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/right-centered-45.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/right-centered-45.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/right-centered.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/right-centered.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/top-centered-45.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/top-centered-45.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/top-centered.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/top-centered.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/top-default-45.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/top-default-45.png [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/top-default.js [new file with mode: 0644]
test/fixtures/controller.polarArea/pointLabels/withTitle/top-default.png [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/135.js [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/135.png [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/180.js [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/180.png [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/225.js [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/225.png [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/270.js [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/270.png [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/315.js [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/315.png [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/45.js [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/45.png [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/90.js [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/90.png [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/default.js [new file with mode: 0644]
test/fixtures/controller.radar/startAngle/default.png [new file with mode: 0644]
test/fixtures/scale.radialLinear/pointLabels/background.png
test/fixtures/scale.radialLinear/pointLabels/padding.png
test/specs/controller.polarArea.tests.js
test/specs/controller.radar.tests.js
test/specs/core.layouts.tests.js
test/specs/scale.radialLinear.tests.js