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-05 16:04:03 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
55cf07926c78ddd0ddd9f310775992feb21ad065
Chart.js
/
src
History
Evert Timberg
55cf07926c
By default use toLocaleString() when generating labels for the axes. This prevents misformatted numbers due to doubles. It also makes large numbers nicer with commas by default.
2015-06-10 20:08:12 -04:00
..
Chart.Bar.js
chart.update(animationDuration) support
2015-06-08 15:57:47 -06:00
Chart.Core.js
Merge pull request
#1187
from etimberg/fix/config-merge-clone
2015-06-09 20:36:44 -04:00
Chart.Doughnut.js
chart.update(animationDuration) support
2015-06-08 15:57:47 -06:00
Chart.Line.js
By default use toLocaleString() when generating labels for the axes. This prevents misformatted numbers due to doubles. It also makes large numbers nicer with commas by default.
2015-06-10 20:08:12 -04:00
Chart.PolarArea.js
By default use toLocaleString() when generating labels for the axes. This prevents misformatted numbers due to doubles. It also makes large numbers nicer with commas by default.
2015-06-10 20:08:12 -04:00
Chart.Radar.js
By default use toLocaleString() when generating labels for the axes. This prevents misformatted numbers due to doubles. It also makes large numbers nicer with commas by default.
2015-06-10 20:08:12 -04: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
By default use toLocaleString() when generating labels for the axes. This prevents misformatted numbers due to doubles. It also makes large numbers nicer with commas by default.
2015-06-10 20:08:12 -04:00