]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add tests and a sample for radar scriptable line options (#6263)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Tue, 21 May 2019 22:06:12 +0000 (06:06 +0800)
committerEvert Timberg <evert.timberg@gmail.com>
Tue, 21 May 2019 22:06:12 +0000 (18:06 -0400)
commitbd3ab17ef7476feea02d6b010f67f01976120999
tree172541226937974b2e2e54cf7a46008601d2be9d
parentabbddd1298c6dee2e294bf6689b4e62160087347
Add tests and a sample for radar scriptable line options (#6263)

* Add tests and a sample for radar scriptable line options

* Improve image tests
53 files changed:
docs/charts/radar.md
samples/scriptable/radar.html
test/fixtures/controller.radar/backgroundColor/scriptable.js
test/fixtures/controller.radar/backgroundColor/scriptable.png
test/fixtures/controller.radar/backgroundColor/value.js
test/fixtures/controller.radar/backgroundColor/value.png
test/fixtures/controller.radar/borderCapStyle/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/borderCapStyle/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/borderCapStyle/value.js [new file with mode: 0644]
test/fixtures/controller.radar/borderCapStyle/value.png [new file with mode: 0644]
test/fixtures/controller.radar/borderColor/indexable.png [deleted file]
test/fixtures/controller.radar/borderColor/scriptable.js
test/fixtures/controller.radar/borderColor/scriptable.png
test/fixtures/controller.radar/borderColor/value.js
test/fixtures/controller.radar/borderColor/value.png
test/fixtures/controller.radar/borderDash/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/borderDash/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/borderDash/value.js [new file with mode: 0644]
test/fixtures/controller.radar/borderDash/value.png [new file with mode: 0644]
test/fixtures/controller.radar/borderDashOffset/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/borderDashOffset/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/borderDashOffset/value.js [new file with mode: 0644]
test/fixtures/controller.radar/borderDashOffset/value.png [new file with mode: 0644]
test/fixtures/controller.radar/borderJoinStyle/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/borderJoinStyle/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/borderJoinStyle/value.js [new file with mode: 0644]
test/fixtures/controller.radar/borderJoinStyle/value.png [new file with mode: 0644]
test/fixtures/controller.radar/borderWidth/scriptable.js
test/fixtures/controller.radar/borderWidth/scriptable.png
test/fixtures/controller.radar/borderWidth/value.js
test/fixtures/controller.radar/borderWidth/value.png
test/fixtures/controller.radar/fill/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/fill/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/fill/value.js [new file with mode: 0644]
test/fixtures/controller.radar/fill/value.png [new file with mode: 0644]
test/fixtures/controller.radar/pointBackgroundColor/indexable.js [moved from test/fixtures/controller.radar/backgroundColor/indexable.js with 93% similarity]
test/fixtures/controller.radar/pointBackgroundColor/indexable.png [moved from test/fixtures/controller.radar/backgroundColor/indexable.png with 100% similarity]
test/fixtures/controller.radar/pointBackgroundColor/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/pointBackgroundColor/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/pointBackgroundColor/value.js [new file with mode: 0644]
test/fixtures/controller.radar/pointBackgroundColor/value.png [new file with mode: 0644]
test/fixtures/controller.radar/pointBorderColor/indexable.js [moved from test/fixtures/controller.radar/borderColor/indexable.js with 91% similarity]
test/fixtures/controller.radar/pointBorderColor/indexable.png [new file with mode: 0644]
test/fixtures/controller.radar/pointBorderColor/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/pointBorderColor/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/pointBorderColor/value.js [new file with mode: 0644]
test/fixtures/controller.radar/pointBorderColor/value.png [new file with mode: 0644]
test/fixtures/controller.radar/pointBorderWidth/indexable.js [moved from test/fixtures/controller.radar/borderWidth/indexable.js with 92% similarity]
test/fixtures/controller.radar/pointBorderWidth/indexable.png [moved from test/fixtures/controller.radar/borderWidth/indexable.png with 100% similarity]
test/fixtures/controller.radar/pointBorderWidth/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/pointBorderWidth/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/pointBorderWidth/value.js [new file with mode: 0644]
test/fixtures/controller.radar/pointBorderWidth/value.png [new file with mode: 0644]