This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
Chart.js
Watch
2
Star
0
Fork
0
You've already forked Chart.js
mirror of
https://github.com/chartjs/Chart.js.git
synced
2026-03-08 01:06:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c4da135fe0df6143a729782dbad4551d5f8aeadf
Chart.js
/
test
History
Evert Timberg
ce623075e3
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.
2015-08-30 17:42:42 -04:00
..
controller.bar.tests.js
Finish up bar controller tests
2015-08-30 10:42:00 -04:00
controller.doughnut.tests.js
Doughnut controller tests
2015-08-30 14:56:48 -04:00
controller.line.tests.js
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.
2015-08-30 17:42:42 -04:00
core.helpers.tests.js
Start writing tests for core.helpers. Fix a number of small bugs found during testing
2015-08-28 22:32:56 -04:00
element.arc.tests.js
Arc element tests
2015-08-29 12:31:44 -04:00
element.line.tests.js
Initial line element tests. Did not test the skipNull functionality since it seems to be broken.
2015-08-29 14:16:37 -04:00
element.point.tests.js
Do mock context properties better
2015-08-28 23:20:01 -04:00
element.rectangle.tests.js
Rectangle element tests
2015-08-29 08:53:42 -04:00
mockContext.js
Initial line element tests. Did not test the skipNull functionality since it seems to be broken.
2015-08-29 14:16:37 -04:00
scale.linear.tests.js
Initial scale tests
2015-08-23 17:17:46 -04:00