]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Support boundary filling modes in radialLinear scale (#6281)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Tue, 21 May 2019 09:15:33 +0000 (17:15 +0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 21 May 2019 09:15:33 +0000 (11:15 +0200)
commitcfcdcccc32e2ad41b281ea842720d7cf623e1c4a
treef0b3e6aa9360ddce033bf163b0e8299cb907ff0e
parent7d8526f691c13d065fbf24f574b2cb628ed57c91
Support boundary filling modes in radialLinear scale (#6281)
22 files changed:
src/plugins/plugin.filler.js
src/scales/scale.radialLinear.js
test/fixtures/plugin.filler/fill-radar-boundary-end-circular.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-end-circular.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-end.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-end.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-origin-circular.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-origin-circular.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline.png
test/fixtures/plugin.filler/fill-radar-boundary-origin.json
test/fixtures/plugin.filler/fill-radar-boundary-origin.png
test/fixtures/plugin.filler/fill-radar-boundary-start-circular.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-start-circular.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-start.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-start.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-dataset-border.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-dataset-border.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-dataset-spline.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-dataset-spline.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-dataset.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-dataset.png [new file with mode: 0644]