]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Implement scriptable options for points in radar charts (#6041)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Sat, 9 Feb 2019 22:07:54 +0000 (06:07 +0800)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 9 Feb 2019 22:07:54 +0000 (23:07 +0100)
commit8b07cc2f28b042ab0706d8ee9f5a8d5adb3ca2a5
tree590df9538646db86f1b5bf0e1b9920554b11e34e
parent0ed652b39f7fc96cfcbfd916081d5d930850a231
Implement scriptable options for points in radar charts (#6041)
40 files changed:
docs/charts/radar.md
src/controllers/controller.line.js
src/controllers/controller.radar.js
test/fixtures/controller.radar/backgroundColor/indexable.js [new file with mode: 0644]
test/fixtures/controller.radar/backgroundColor/indexable.png [new file with mode: 0644]
test/fixtures/controller.radar/backgroundColor/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/backgroundColor/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/backgroundColor/value.js [new file with mode: 0644]
test/fixtures/controller.radar/backgroundColor/value.png [new file with mode: 0644]
test/fixtures/controller.radar/borderColor/indexable.js [new file with mode: 0644]
test/fixtures/controller.radar/borderColor/indexable.png [new file with mode: 0644]
test/fixtures/controller.radar/borderColor/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/borderColor/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/borderColor/value.js [new file with mode: 0644]
test/fixtures/controller.radar/borderColor/value.png [new file with mode: 0644]
test/fixtures/controller.radar/borderWidth/indexable.js [new file with mode: 0644]
test/fixtures/controller.radar/borderWidth/indexable.png [new file with mode: 0644]
test/fixtures/controller.radar/borderWidth/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/borderWidth/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/borderWidth/value.js [new file with mode: 0644]
test/fixtures/controller.radar/borderWidth/value.png [new file with mode: 0644]
test/fixtures/controller.radar/pointStyle/indexable.js [new file with mode: 0644]
test/fixtures/controller.radar/pointStyle/indexable.png [new file with mode: 0644]
test/fixtures/controller.radar/pointStyle/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/pointStyle/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/pointStyle/value.js [new file with mode: 0644]
test/fixtures/controller.radar/pointStyle/value.png [new file with mode: 0644]
test/fixtures/controller.radar/radius/indexable.js [new file with mode: 0644]
test/fixtures/controller.radar/radius/indexable.png [new file with mode: 0644]
test/fixtures/controller.radar/radius/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/radius/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/radius/value.js [new file with mode: 0644]
test/fixtures/controller.radar/radius/value.png [new file with mode: 0644]
test/fixtures/controller.radar/rotation/indexable.js [new file with mode: 0644]
test/fixtures/controller.radar/rotation/indexable.png [new file with mode: 0644]
test/fixtures/controller.radar/rotation/scriptable.js [new file with mode: 0644]
test/fixtures/controller.radar/rotation/scriptable.png [new file with mode: 0644]
test/fixtures/controller.radar/rotation/value.js [new file with mode: 0644]
test/fixtures/controller.radar/rotation/value.png [new file with mode: 0644]
test/specs/controller.radar.tests.js