]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Implement scriptable options for polar area charts (#5976)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sun, 13 Jan 2019 20:17:27 +0000 (15:17 -0500)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sun, 13 Jan 2019 20:17:27 +0000 (21:17 +0100)
commitf3dd96779abd7b0032f8ee6c6bf13bc5ac576828
treedbb52a81ba119d69f3c9482b85166fc51489e03d
parent9d1d2023d42ac1fdadceea4ba6ec239abd22322c
Implement scriptable options for polar area charts (#5976)
53 files changed:
docs/charts/polar.md
src/controllers/controller.doughnut.js
src/controllers/controller.polarArea.js
src/elements/element.arc.js
test/fixtures/controller.polarArea/backgroundColor/indexable-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/indexable-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/indexable-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/indexable-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/scriptable-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/scriptable-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/scriptable-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/scriptable-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/value-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/value-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/value-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/backgroundColor/value-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/indexable-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/indexable-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/indexable-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/indexable-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/scriptable-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/scriptable-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/scriptable-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/scriptable-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/value-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/value-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/value-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderAlign/value-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/indexable-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/indexable-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/indexable-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/indexable-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/scriptable-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/scriptable-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/scriptable-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/scriptable-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/value-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/value-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/value-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderColor/value-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/indexable-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/indexable-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/indexable-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/indexable-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/scriptable-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/scriptable-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/scriptable-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/scriptable-element-options.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/value-dataset.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/value-dataset.png [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/value-element-options.js [new file with mode: 0644]
test/fixtures/controller.polarArea/borderWidth/value-element-options.png [new file with mode: 0644]
test/specs/controller.polarArea.tests.js