Chart.js/src/core
Simon Brunel 5012dcbdae Fix iframe resize handler when re-attached to DOM (#3527)
When the iframe is attached to the DOM, its content is reloaded (invaliding the resize listener) so make sure to install the handler after the iframe is loaded. Optimize resize events by throttling resize process until the next animation frame. Rewrite the unit test "waitForResize" method, the previous one (timeout) was too weak and most tests was failing on FF.
2016-10-31 08:47:28 +01:00
..
core.animation.js When an event triggers an update while the bufferedUpdate state is true, we need to do that render with priority over any other renders that take place for animations and tooltips 2016-10-30 16:58:40 -05:00
core.canvasHelpers.js First round of eslint fixes 2016-09-14 18:05:19 +00:00
core.controller.js When an event triggers an update while the bufferedUpdate state is true, we need to do that render with priority over any other renders that take place for animations and tooltips 2016-10-30 16:58:40 -05:00
core.datasetController.js Bar chart performance improvements 2016-10-14 06:20:08 -05:00
core.element.js Fix more style errors in controllers, elements, and scales 2016-09-14 22:34:41 +00:00
core.helpers.js Fix iframe resize handler when re-attached to DOM (#3527) 2016-10-31 08:47:28 +01:00
core.interaction.js Fix bug in 'y' tooltip mode 2016-10-23 16:33:25 -05:00
core.js Enhance context acquisition on chart creation 2016-10-16 08:25:13 -05:00
core.layoutService.js Layout service now supports configurable padding on left, top, right and bottom. 2016-10-17 16:59:47 -05:00
core.legend.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00
core.plugin.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00
core.scale.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00
core.scaleService.js First round of eslint fixes 2016-09-14 18:05:19 +00:00
core.ticks.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00
core.title.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00
core.tooltip.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00