]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add drawTime option to filler plugin (#8796)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Sat, 3 Apr 2021 12:13:00 +0000 (15:13 +0300)
committerGitHub <noreply@github.com>
Sat, 3 Apr 2021 12:13:00 +0000 (08:13 -0400)
commit6df7fae6257cd95fde4457b3e81c8376d0b48b78
treec9ad6fce9cfae1833a26ce64ca05655352a23690
parentbd1df1bc34b19e3f5e601f47a83b31c16a7f1030
Add drawTime option to filler plugin (#8796)
97 files changed:
docs/.vuepress/config.js
docs/charts/area.md
docs/samples/area/line-drawtime.md [new file with mode: 0644]
src/plugins/plugin.filler.js
test/fixtures/plugin.filler/line/before-dataset-draw.js [new file with mode: 0644]
test/fixtures/plugin.filler/line/before-dataset-draw.png [new file with mode: 0644]
test/fixtures/plugin.filler/line/before-datasets-draw.js [new file with mode: 0644]
test/fixtures/plugin.filler/line/before-datasets-draw.png [new file with mode: 0644]
test/fixtures/plugin.filler/line/boundary/end-span.json [moved from test/fixtures/plugin.filler/fill-line-boundary-end-span.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/end-span.png [moved from test/fixtures/plugin.filler/fill-line-boundary-end-span.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/end.json [moved from test/fixtures/plugin.filler/fill-line-boundary-end.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/end.png [moved from test/fixtures/plugin.filler/fill-line-boundary-end.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-span-dual.json [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-span-dual.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-span-dual.png [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-span-dual.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-span.json [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-span.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-span.png [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-span.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-spline-above.json [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-spline-above.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-spline-above.png [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-spline-above.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-spline-span.json [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-spline-span.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-spline-span.png [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-spline-span.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-spline.json [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-spline.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-spline.png [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-spline.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-stepped-span.json [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-stepped-span.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-stepped-span.png [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-stepped-span.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-stepped.json [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-stepped.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin-stepped.png [moved from test/fixtures/plugin.filler/fill-line-boundary-origin-stepped.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin.json [moved from test/fixtures/plugin.filler/fill-line-boundary-origin.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/origin.png [moved from test/fixtures/plugin.filler/fill-line-boundary-origin.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/start-span.json [moved from test/fixtures/plugin.filler/fill-line-boundary-start-span.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/start-span.png [moved from test/fixtures/plugin.filler/fill-line-boundary-start-span.png with 100% similarity]
test/fixtures/plugin.filler/line/boundary/start.json [moved from test/fixtures/plugin.filler/fill-line-boundary-start.json with 100% similarity]
test/fixtures/plugin.filler/line/boundary/start.png [moved from test/fixtures/plugin.filler/fill-line-boundary-start.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/border.json [moved from test/fixtures/plugin.filler/fill-line-dataset-border.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/border.png [moved from test/fixtures/plugin.filler/fill-line-dataset-border.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/dual.json [moved from test/fixtures/plugin.filler/fill-line-dataset-dual.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/dual.png [moved from test/fixtures/plugin.filler/fill-line-dataset-dual.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/interpolated.js [moved from test/fixtures/plugin.filler/fill-line-dataset-interpolated.js with 100% similarity]
test/fixtures/plugin.filler/line/dataset/interpolated.png [moved from test/fixtures/plugin.filler/fill-line-dataset-interpolated.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/no-border.json [moved from test/fixtures/plugin.filler/fill-line-dataset.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/no-border.png [moved from test/fixtures/plugin.filler/fill-line-dataset.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/span-dual.json [moved from test/fixtures/plugin.filler/fill-line-dataset-span-dual.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/span-dual.png [moved from test/fixtures/plugin.filler/fill-line-dataset-span-dual.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/span.json [moved from test/fixtures/plugin.filler/fill-line-dataset-span.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/span.png [moved from test/fixtures/plugin.filler/fill-line-dataset-span.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/spline-span-above.json [moved from test/fixtures/plugin.filler/fill-line-dataset-spline-span-above.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/spline-span-above.png [moved from test/fixtures/plugin.filler/fill-line-dataset-spline-span-above.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/spline-span-below.json [moved from test/fixtures/plugin.filler/fill-line-dataset-spline-span-below.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/spline-span-below.png [moved from test/fixtures/plugin.filler/fill-line-dataset-spline-span-below.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/spline-span.json [moved from test/fixtures/plugin.filler/fill-line-dataset-spline-span.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/spline-span.png [moved from test/fixtures/plugin.filler/fill-line-dataset-spline-span.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/spline.json [moved from test/fixtures/plugin.filler/fill-line-dataset-spline.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/spline.png [moved from test/fixtures/plugin.filler/fill-line-dataset-spline.png with 100% similarity]
test/fixtures/plugin.filler/line/dataset/stepped.json [moved from test/fixtures/plugin.filler/fill-line-dataset-stepped.json with 100% similarity]
test/fixtures/plugin.filler/line/dataset/stepped.png [moved from test/fixtures/plugin.filler/fill-line-dataset-stepped.png with 100% similarity]
test/fixtures/plugin.filler/line/points-outside-canvas-initial.js [moved from test/fixtures/plugin.filler/points-outside-canvas-initial.js with 100% similarity]
test/fixtures/plugin.filler/line/points-outside-canvas-initial.png [moved from test/fixtures/plugin.filler/points-outside-canvas-initial.png with 100% similarity]
test/fixtures/plugin.filler/line/points-outside-canvas-update.js [moved from test/fixtures/plugin.filler/points-outside-canvas-update.js with 100% similarity]
test/fixtures/plugin.filler/line/points-outside-canvas-update.png [moved from test/fixtures/plugin.filler/points-outside-canvas-update.png with 100% similarity]
test/fixtures/plugin.filler/line/stack.json [moved from test/fixtures/plugin.filler/fill-line-stack.json with 100% similarity]
test/fixtures/plugin.filler/line/stack.png [moved from test/fixtures/plugin.filler/fill-line-stack.png with 100% similarity]
test/fixtures/plugin.filler/line/value.json [moved from test/fixtures/plugin.filler/fill-line-value.json with 100% similarity]
test/fixtures/plugin.filler/line/value.png [moved from test/fixtures/plugin.filler/fill-line-value.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/end-circular.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-end-circular.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/end-circular.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-end-circular.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/end-span.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-end-span.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/end-span.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-end-span.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/end.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-end.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/end.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-end.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin-circular.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin-circular.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin-circular.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin-circular.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin-span.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin-span.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin-span.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin-span.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin-spline-span.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin-spline-span.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin-spline-span.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin-spline-span.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin-spline.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin-spline.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin-spline.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin-spline.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/origin.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-origin.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/start-circular.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-start-circular.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/start-circular.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-start-circular.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/start-span.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-start-span.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/start-span.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-start-span.png with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/start.json [moved from test/fixtures/plugin.filler/fill-radar-boundary-start.json with 100% similarity]
test/fixtures/plugin.filler/radar/boundary/start.png [moved from test/fixtures/plugin.filler/fill-radar-boundary-start.png with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/border.json [moved from test/fixtures/plugin.filler/fill-radar-dataset-border.json with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/border.png [moved from test/fixtures/plugin.filler/fill-radar-dataset-border.png with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/default.json [moved from test/fixtures/plugin.filler/fill-radar-dataset.json with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/default.png [moved from test/fixtures/plugin.filler/fill-radar-dataset.png with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/order.js [moved from test/fixtures/plugin.filler/fill-radar-dataset-order.js with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/order.png [moved from test/fixtures/plugin.filler/fill-radar-dataset-order.png with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/span.json [moved from test/fixtures/plugin.filler/fill-radar-dataset-span.json with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/span.png [moved from test/fixtures/plugin.filler/fill-radar-dataset-span.png with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/spline.json [moved from test/fixtures/plugin.filler/fill-radar-dataset-spline.json with 100% similarity]
test/fixtures/plugin.filler/radar/dataset/spline.png [moved from test/fixtures/plugin.filler/fill-radar-dataset-spline.png with 100% similarity]
test/fixtures/plugin.filler/radar/value.json [moved from test/fixtures/plugin.filler/fill-radar-value.json with 100% similarity]
test/fixtures/plugin.filler/radar/value.png [moved from test/fixtures/plugin.filler/fill-radar-value.png with 100% similarity]
types/index.esm.d.ts