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
4a48e19cacb9fb8fc199be635b36aeac2a60f646
Chart.js
/
src
/
core
History
Lucas Styles
4a48e19cac
Fix HTMLIframeElement remove/removeNode issue in removeResizeListener method
2015-10-17 00:35:47 +01:00
..
core.animation.js
More Accurate animation frame dropper
2015-08-03 17:17:49 -06:00
core.controller.js
Update controllers to handle datasets that are not visible
2015-10-07 19:54:11 -04:00
core.element.js
New controllers, bar drawing (with errors)
2015-06-15 14:36:02 -06:00
core.helpers.js
Fix HTMLIframeElement remove/removeNode issue in removeResizeListener method
2015-10-17 00:35:47 +01:00
core.js
Put comment back in correct spot
2015-10-12 09:19:14 -04:00
core.scale.js
Before labels can rotate, we need the appropriate left, right, top, & bottom attributes of the scale set with default values so that tick spacing can be determined. After ensuring that this happens, tests needed to be updated. Added unit testing for the scale service.
2015-10-13 11:43:00 -04:00
core.scaleService.js
Only merge scale defaults with the global scale defaults when getting the scale defaults. Otherwise, the user does not have the ability to change them via the global settings since registration occurs when the library is loaded.
2015-10-12 08:58:03 -04:00
core.tooltip.js
Let tooltips use time formatted labels if they exist
2015-09-11 12:20:32 -06:00