Chart.js/test
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
..
controller.bar.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
controller.bubble.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
controller.doughnut.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
controller.line.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
controller.polarArea.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
controller.radar.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
core.controller.tests.js Fix iframe resize handler when re-attached to DOM (#3527) 2016-10-31 08:47:28 +01:00
core.datasetController.tests.js Better animation when adding or removing data 2016-10-03 16:01:38 -04:00
core.element.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
core.helpers.tests.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00
core.interaction.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
core.layoutService.tests.js Fix eslint errors in layout service test 2016-10-18 22:00:55 +00:00
core.legend.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
core.plugin.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
core.scaleService.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
core.title.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
core.tooltip.tests.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00
defaultConfig.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
element.arc.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
element.line.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
element.point.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
element.rectangle.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
mockContext.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
scale.category.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
scale.linear.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
scale.logarithmic.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00
scale.radialLinear.tests.js Spelling fixes (#3522) 2016-10-27 21:18:31 +02:00
scale.time.tests.js Extend eslint to test files (#3473) 2016-10-16 17:34:59 -04:00