]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Versatile clipping for lines (#6660)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Thu, 31 Oct 2019 21:16:46 +0000 (23:16 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sat, 2 Nov 2019 17:43:33 +0000 (13:43 -0400)
commit201fe46f4aee461da42868a587b055afb43e5b3d
treea55e669fb7888ad1e6467eef26a871d707152c50
parentad26311058990e9d71cfefb31043455bb2b5377b
Versatile clipping for lines (#6660)
16 files changed:
docs/charts/line.md
src/controllers/controller.line.js
test/fixtures/controller.line/clip/default-x-max.json [new file with mode: 0644]
test/fixtures/controller.line/clip/default-x-max.png [new file with mode: 0644]
test/fixtures/controller.line/clip/default-x-min.json [new file with mode: 0644]
test/fixtures/controller.line/clip/default-x-min.png [new file with mode: 0644]
test/fixtures/controller.line/clip/default-x.json [new file with mode: 0644]
test/fixtures/controller.line/clip/default-x.png [new file with mode: 0644]
test/fixtures/controller.line/clip/default-y-max.json [new file with mode: 0644]
test/fixtures/controller.line/clip/default-y-max.png [new file with mode: 0644]
test/fixtures/controller.line/clip/default-y-min.json [new file with mode: 0644]
test/fixtures/controller.line/clip/default-y-min.png [new file with mode: 0644]
test/fixtures/controller.line/clip/default-y.json [new file with mode: 0644]
test/fixtures/controller.line/clip/default-y.png [new file with mode: 0644]
test/fixtures/controller.line/clip/specified.json [new file with mode: 0644]
test/fixtures/controller.line/clip/specified.png [new file with mode: 0644]