Chart.js/src/core
Evert Timberg 63b14dc2a9 Merge pull request #1810 from olyckne/fix/ticks_callback
Fix ticks callback and auto skip
2015-12-21 08:23:55 -05:00
..
core.animation.js Call animation callbacks. Created a sample file that shows their use by updating a progress bar during the animation. Updated the documentation to show how they are called. 2015-12-12 10:01:08 -05:00
core.controller.js Call animation callbacks. Created a sample file that shows their use by updating a progress bar during the animation. Updated the documentation to show how they are called. 2015-12-12 10:01:08 -05:00
core.datasetController.js All dataset controllers now inherit from a common base class Chart.DatasetController. This makes writing external controllers much easier 2015-12-13 14:35:40 -05:00
core.element.js Handle transitioning NaNs 2015-11-14 22:49:53 -05:00
core.helpers.js Split out data limits step of scales into it's own step. Wire up callbacks from the options to those in the scale life-cycle. Updated the docs accordingly 2015-12-17 09:21:04 -05:00
core.js Remove old and stuff. Use the correct color variable instead of window.color 2015-12-02 22:15:03 -05:00
core.layoutService.js Merge branch 'v2.0-dev' into v2.0-legend 2015-12-03 21:21:10 -05:00
core.legend.js Better sizing when not displaying 2015-12-07 21:58:48 -05:00
core.scale.js Merge pull request #1810 from olyckne/fix/ticks_callback 2015-12-21 08:23:55 -05:00
core.scaleService.js Update scale fitting to prevent horizontal scales from jumping around. 2015-12-01 21:01:13 -05:00
core.title.js Docs + move defaults to correct place. 2015-12-06 11:19:55 -05:00
core.tooltip.js Fix sizing of tooltip when beforeBody or afterBody is very line 2015-12-20 18:48:44 -05:00