]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Allow styling of line segments (#8844)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Thu, 8 Apr 2021 22:02:12 +0000 (01:02 +0300)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 22:02:12 +0000 (18:02 -0400)
commit4eb59454be0bdb740550479207a559dc01c178e0
tree002c25e5ad98c041ec7d1b91470675f30902827e
parentefc1902da7213cd3dbdba02ac6609388e4a2ce2f
Allow styling of line segments (#8844)

Allow styling of line segments

* docs & sample
* Types
* update sample
15 files changed:
docs/.vuepress/config.js
docs/charts/line.md
docs/samples/line/segments.md [new file with mode: 0644]
src/controllers/controller.line.js
src/elements/element.line.js
src/elements/element.point.js
src/helpers/helpers.segment.js
test/fixtures/controller.line/segments/gap.js [new file with mode: 0644]
test/fixtures/controller.line/segments/gap.png [new file with mode: 0644]
test/fixtures/controller.line/segments/range.js [new file with mode: 0644]
test/fixtures/controller.line/segments/range.png [new file with mode: 0644]
test/fixtures/controller.line/segments/slope.js [new file with mode: 0644]
test/fixtures/controller.line/segments/slope.png [new file with mode: 0644]
types/index.esm.d.ts
types/tests/controllers/line_segments.ts [new file with mode: 0644]