]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Support spanGaps in radar charts (#6289)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Wed, 19 Jun 2019 11:12:53 +0000 (19:12 +0800)
committerEvert Timberg <evert.timberg@gmail.com>
Wed, 19 Jun 2019 11:12:53 +0000 (07:12 -0400)
commite3e80c9ac61c582381ea6d4e1fc48ce55ae04dc6
tree63fbde36a47d982d0b44706265f71e1f6d79e69a
parentd81914ea29aa8fd26a6aef286b37922a267b2252
Support spanGaps in radar charts (#6289)

* Support spanGaps in radar charts

* Minor fixes based on feedback
29 files changed:
docs/charts/radar.md
src/controllers/controller.radar.js
src/elements/element.line.js
src/plugins/plugin.filler.js
test/fixtures/plugin.filler/fill-radar-boundary-end-circular.json
test/fixtures/plugin.filler/fill-radar-boundary-end-circular.png
test/fixtures/plugin.filler/fill-radar-boundary-end-span.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-end-span.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-end.json
test/fixtures/plugin.filler/fill-radar-boundary-end.png
test/fixtures/plugin.filler/fill-radar-boundary-origin-circular.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-span.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-origin-span.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline-span.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline-span.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline.json
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
test/fixtures/plugin.filler/fill-radar-boundary-start-circular.png
test/fixtures/plugin.filler/fill-radar-boundary-start-span.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-start-span.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-boundary-start.json
test/fixtures/plugin.filler/fill-radar-boundary-start.png
test/fixtures/plugin.filler/fill-radar-dataset-border.json
test/fixtures/plugin.filler/fill-radar-dataset-span.json [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-dataset-span.png [new file with mode: 0644]
test/fixtures/plugin.filler/fill-radar-dataset-spline.json
test/fixtures/plugin.filler/fill-radar-dataset.json