]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
- Added dataset option |cubicInterpolationMode| to allow for curves with different...
authorMatthieuRivaud <matthieu.rivaud+github@gmail.com>
Mon, 8 Aug 2016 13:35:46 +0000 (15:35 +0200)
committerMatthieuRivaud <matthieu.rivaud+github@gmail.com>
Mon, 8 Aug 2016 13:35:46 +0000 (15:35 +0200)
commitd06fbc772f727ae7ab3fec7d7b18f9271d4df6ee
tree4ec7f4f4cc7880862cf3e7ee063c16088b1238bc
parent2409908027a3762f142a04e7583bd2e88681a867
- Added dataset option |cubicInterpolationMode| to allow for curves with different interpolation modes on the same graph (updated doc accordingly)
- Added new sample file to demonstrate the monotone cubic interpolation mode
- Fixed a typo in a comment in updateBezierControlPoints
docs/03-Line-Chart.md
samples/line-cubicInterpolationMode.html [new file with mode: 0644]
src/controllers/controller.line.js