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-07 16:56:50 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d476934486182e0f4bd4829997b6927409de8a9
Chart.js
/
src
/
controllers
History
Evert Timberg
8d47693448
Make sure that doughnut and polar area inner & outer radius is >= 0
2015-09-18 18:59:55 -04:00
..
controller.bar.js
Finish up bar controller tests
2015-08-30 10:42:00 -04:00
controller.doughnut.js
Make sure that doughnut and polar area inner & outer radius is >= 0
2015-09-18 18:59:55 -04:00
controller.line.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
controller.polarArea.js
Make sure that doughnut and polar area inner & outer radius is >= 0
2015-09-18 18:59:55 -04:00
controller.radar.js
Tooltip Title width now accurately measured
2015-06-19 12:36:22 -06:00