]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Turns off interpolation per default (#7386)
authorSebastian Niemann <5516578+sebiniemann@users.noreply.github.com>
Fri, 12 Jun 2020 22:03:52 +0000 (00:03 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 22:03:52 +0000 (18:03 -0400)
commit8b628c33b2bdb891d367447212e92076aa01226c
tree5e55c73439382dd2c89832e7afe7c46fea911db1
parent1bfd1daa75481968b4fa58cb88b46c2db8fa05f3
Turns off interpolation per default (#7386)

Co-authored-by: Sebastian Niemann <sn@wertpapiertreuhand.de>
46 files changed:
docs/docs/charts/line.mdx
package-lock.json
src/elements/element.line.js
test/fixtures/controller.line/backgroundColor/scriptable.png
test/fixtures/controller.line/backgroundColor/value.png
test/fixtures/controller.line/borderColor/scriptable.png
test/fixtures/controller.line/borderColor/value.png
test/fixtures/controller.line/borderDash/scriptable.png
test/fixtures/controller.line/borderDash/value.png
test/fixtures/controller.line/borderWidth/scriptable.png
test/fixtures/controller.line/borderWidth/value.png
test/fixtures/controller.line/clip/default-x-max.png
test/fixtures/controller.line/clip/default-x-min.png
test/fixtures/controller.line/clip/default-x.png
test/fixtures/controller.line/clip/default-y-max.png
test/fixtures/controller.line/clip/default-y-min.png
test/fixtures/controller.line/clip/default-y.png
test/fixtures/controller.line/clip/specified.png
test/fixtures/controller.line/cubicInterpolationMode/scriptable.js
test/fixtures/controller.line/cubicInterpolationMode/value.js
test/fixtures/controller.line/fill/order-default.png
test/fixtures/controller.line/fill/order.png
test/fixtures/controller.line/fill/scriptable.png
test/fixtures/controller.line/fill/value.png
test/fixtures/controller.line/non-numeric-y.png
test/fixtures/controller.line/stacking/order-default.png
test/fixtures/controller.line/stacking/order-specified.png
test/fixtures/core.layouts/long-labels.png
test/fixtures/element.line/default.png
test/fixtures/element.line/tension/default.png
test/fixtures/plugin.filler/fill-line-boundary-origin-spline-above.png
test/fixtures/plugin.filler/fill-line-boundary-origin-spline-span.png
test/fixtures/plugin.filler/fill-line-boundary-origin-spline.png
test/fixtures/plugin.filler/fill-line-dataset-spline-span-above.png
test/fixtures/plugin.filler/fill-line-dataset-spline-span-below.png
test/fixtures/plugin.filler/fill-line-dataset-spline-span.png
test/fixtures/plugin.filler/fill-line-dataset-spline.png
test/fixtures/plugin.filler/fill-line-dataset-stepped.png
test/fixtures/scale.time/data-ty.png
test/fixtures/scale.time/data-xy.png
test/fixtures/scale.time/source-auto-linear.png
test/fixtures/scale.time/source-data-linear.png
test/fixtures/scale.time/source-labels-linear-offset-min-max.png
test/fixtures/scale.time/source-labels-linear.png
test/fixtures/scale.time/ticks-reverse-linear-min-max.png
test/fixtures/scale.time/ticks-reverse-linear.png