Chart.js/src/core
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