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-08 01:06:51 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e39298db3c2a72dd03abce1364c569c4bdafc377
Chart.js
/
src
/
core
History
Evert Timberg
e39298db3c
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.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
Helper to determine if a dataset is visible or not
2015-10-07 19:10:10 -04:00
core.js
Don't increase canvas css size during a retina scale. Reset the canvas style exactly as it was set before during destroy. Ensure coordinates are translated over correctly into model coordinates. Fixed a bug during destroy when unscaling the canvas
2015-09-22 19:22:55 -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