]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Support monotone cubic interpolation for vertical line charts (#9084)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Fri, 14 May 2021 21:07:26 +0000 (05:07 +0800)
committerGitHub <noreply@github.com>
Fri, 14 May 2021 21:07:26 +0000 (17:07 -0400)
commit0ba5c70618863dd0c415f08da80889dc18460677
treec5fc7dbfe8cc8ce8f3c7b1a18ac846745cda5763
parent927f24a809834100c138dc70cffd9e9b920478a5
Support monotone cubic interpolation for vertical line charts (#9084)

* Support monotone cubic interpolation for vertical line charts

* Use more more intuitive veriable names
src/controllers/controller.line.js
src/elements/element.line.js
src/helpers/helpers.curve.js
src/plugins/plugin.filler.js
test/fixtures/element.line/cubicInterpolationMode/monotone-horizontal.js [moved from test/fixtures/element.line/cubicInterpolationMode/monotone.js with 100% similarity]
test/fixtures/element.line/cubicInterpolationMode/monotone-horizontal.png [moved from test/fixtures/element.line/cubicInterpolationMode/monotone.png with 100% similarity]
test/fixtures/element.line/cubicInterpolationMode/monotone-vertical.js [new file with mode: 0644]
test/fixtures/element.line/cubicInterpolationMode/monotone-vertical.png [new file with mode: 0644]
types/helpers/helpers.curve.d.ts
types/index.esm.d.ts