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-06 08:24:05 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4a3a9f1a214d2729f9ff409c68ace6224281ed73
Chart.js
/
src
History
Evert Timberg
4a3a9f1a21
Change the scale fitting code from 2 pass fit to a 2.5 pass fit. The fit function is now passed a margin object that contains the margins on the left, top, right, and bottom of the scale. This is useful to know if you can draw outside of the width. This is used by the dataset scale so that extra padding is only added for long labels if absolutely required. If there is unused space underneath the vertical axes, that space is used first.
2015-06-06 09:27:03 -04:00
..
Chart.Bar.js
Bar config cleanup + some initial docs
2015-06-03 20:55:17 -04:00
Chart.Core.js
Fix angle calculation in determining which arcs are underneath the event point
2015-06-04 18:31:44 -04:00
Chart.Doughnut.js
Doughnut/Pie Fixes
2015-06-04 16:39:05 -06:00
Chart.Line.js
Cleaned up line docs a bit and remove unnecessary options
2015-06-03 20:25:43 -04:00
Chart.PolarArea.js
Reset elements for polar area chart
2015-06-03 19:24:29 -04:00
Chart.Radar.js
Radar Chart skipNull & bezier fixes
2015-06-03 12:05:04 -06:00
Chart.Scale.js
Change the scale fitting code from 2 pass fit to a 2.5 pass fit. The fit function is now passed a margin object that contains the margins on the left, top, right, and bottom of the scale. This is useful to know if you can draw outside of the width. This is used by the dataset scale so that extra padding is only added for long labels if absolutely required. If there is unused space underneath the vertical axes, that space is used first.
2015-06-06 09:27:03 -04:00
Chart.Scatter.js
Scatter tooltips
2015-06-02 20:50:36 -04:00