This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
Chart.js
Watch
1
Star
0
Fork
0
You've already forked Chart.js
mirror of
https://github.com/chartjs/Chart.js.git
synced
2025-12-08 20:36:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Chart.js
/
src
History
Evert Timberg
d689e0fc47
When only the dataset array changes scales did not update correctly. This was due to the fact that the new datasets did not have scale IDs yet. By building the controllers first, the IDs are mapped if necessary. Then we can correctly update scales.
2015-12-08 19:57:58 -05:00
..
charts
Remove commented code
2015-11-19 21:20:04 -05:00
controllers
Add tooltipFormat option to time scale options.
2015-12-05 19:33:33 -05:00
core
When only the dataset array changes scales did not update correctly. This was due to the fact that the new datasets did not have scale IDs yet. By building the controllers first, the IDs are mapped if necessary. Then we can correctly update scales.
2015-12-08 19:57:58 -05:00
elements
Start fixing code climate issues
2015-12-07 18:19:56 -05:00
scales
Add tooltipFormat option to time scale options.
2015-12-05 19:33:33 -05:00