]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Add line controller tests. Fixed an issue when the number of data points changes... 1427/head
authorEvert Timberg <evert.timberg@gmail.com>
Sun, 30 Aug 2015 21:42:42 +0000 (17:42 -0400)
committerEvert Timberg <evert.timberg@gmail.com>
Sun, 30 Aug 2015 21:42:42 +0000 (17:42 -0400)
commitce623075e336cef842253f0ddc7c7767b40c167a
treeefd1aebd5539bd4a6ca80c3a7e07ce5a930f320d
parent8e9de00529b00a3811b09d969a4b7bc87ca8be16
Add line controller tests. Fixed an issue when the number of data points changes. When adding the tension to a point, get the same tension as the line if it has been overridden at the dataset level. When setting the hover style of a point, allow setting the radius independently of the regular radius. Use the hoverRadius property in point.custom or the dataset.pointHoverRadius. Allow setting the border width independently at the dataset level. Use dataset.pointHoverBorderWidth. This can be an array or a number.
src/controllers/controller.line.js
test/controller.line.tests.js [new file with mode: 0644]