]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Line hide (#7612)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Mon, 13 Jul 2020 17:20:05 +0000 (20:20 +0300)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2020 17:20:05 +0000 (13:20 -0400)
commit91164e8c66a4d767fc629d0a98ae5cce263efbbf
tree54a0c7c483189810c92b50493abafc880b784ee2
parentb8ad2a6a0a49cedbf8c0e84b716721f963f619e6
Line hide (#7612)

* Add support for description in fixtures
* Update datasetController to draw active(s) last
* Handle hiding of line by borderWidth
* Disable filling of scatter charts by default
* Make radar chart consistent with line
24 files changed:
src/controllers/controller.line.js
src/controllers/controller.radar.js
src/controllers/controller.scatter.js
src/core/core.datasetController.js
src/elements/element.line.js
test/fixture.js
test/fixtures/controller.line/borderWidth/zero.js [new file with mode: 0644]
test/fixtures/controller.line/borderWidth/zero.png [new file with mode: 0644]
test/fixtures/controller.line/showLines/dataset.js [new file with mode: 0644]
test/fixtures/controller.line/showLines/dataset.png [new file with mode: 0644]
test/fixtures/controller.line/showLines/false.js [new file with mode: 0644]
test/fixtures/controller.line/showLines/false.png [new file with mode: 0644]
test/fixtures/controller.radar/borderWidth/zero.js [new file with mode: 0644]
test/fixtures/controller.radar/borderWidth/zero.png [new file with mode: 0644]
test/fixtures/controller.radar/showLines/value.js [new file with mode: 0644]
test/fixtures/controller.radar/showLines/value.png [new file with mode: 0644]
test/fixtures/controller.scatter/showLines/true.js [new file with mode: 0644]
test/fixtures/controller.scatter/showLines/true.png [new file with mode: 0644]
test/fixtures/controller.scatter/showLines/undefined.js [new file with mode: 0644]
test/fixtures/controller.scatter/showLines/undefined.png [new file with mode: 0644]
test/matchers.js
test/specs/controller.line.tests.js
test/specs/controller.radar.tests.js
test/specs/controller.scatter.tests.js