Chart.js/src/core
Simon Brunel 7f71990a40 Decomplexify Chart.core.controller.eventHandler
Refactor redundant code, use local variables and introduce a new helper to compare arrays (Chart.helpers.arrayEquals).
2016-05-22 00:58:02 +02:00
..
core.animation.js Optimize animation frame requests (#2268) 2016-04-15 20:15:54 -04:00
core.controller.js Decomplexify Chart.core.controller.eventHandler 2016-05-22 00:58:02 +02:00
core.datasetController.js Refactor addElements and addElementAndReset 2016-05-22 00:25:51 +02:00
core.element.js Remove useless hasOwnProperty checks 2016-05-17 19:49:17 +02:00
core.helpers.js Decomplexify Chart.core.controller.eventHandler 2016-05-22 00:58:02 +02:00
core.js Fixed the generateLegend function 2016-04-13 16:03:08 +01:00
core.layoutService.js Only update the size of boxes that are not full width 2016-04-24 08:20:36 -04:00
core.legend.js Minor legend fix when going to next line 2016-05-04 21:06:19 -04:00
core.plugin.js Performance and minification improvements 2016-05-13 22:07:39 -05:00
core.scale.js Refactor scale base pixel and point calculation. 2016-05-20 20:17:28 +02:00
core.scaleService.js Allow updating scale defaults 2016-05-07 11:43:24 -04:00
core.title.js Revert unnecessary changes 2016-05-07 17:04:34 -04:00
core.tooltip.js Fixed tooltip not showing in NULL datapoint in multi line chart 2016-05-16 21:02:57 +02:00