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
a90aac7b26f49f40cd06e8838c3a0fa6d8d3aa2c
Chart.js
/
src
/
core
History
Evert Timberg
a90aac7b26
Change scale
show
properties to
display
and update tests
2015-11-24 19:18:15 -05:00
..
core.animation.js
More Accurate animation frame dropper
2015-08-03 17:17:49 -06:00
core.controller.js
Reference data from the main controller wherever possible. Updated tests to account for this.
2015-11-13 09:38:35 -05:00
core.element.js
Handle transitioning NaNs
2015-11-14 22:49:53 -05:00
core.helpers.js
Stored pixel ratio in a variable with a fallback value for browsers that doesn't support
window.devicePixelRatio
fixing rendering issues for IE10 and IE9. (issue
#1622
)
2015-11-24 11:26:24 +01:00
core.js
Do not bind to touchend events. This is the same as v1.x
2015-11-11 21:21:25 -05:00
core.scale.js
Change scale
show
properties to
display
and update tests
2015-11-24 19:18:15 -05: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
Update tooltip colour draw code
2015-11-13 08:20:39 -05:00