Chart.js/test
Simon Brunel 3fe198c860 Fix responsive issue when the chart is recreated (#4774)
Chrome specific issue that happens when destroying a chart and re-creating it immediately (same animation frame?). The CSS animation used to detect when the canvas become visible is not re-evaluated, breaking responsiveness. Accessing the `offsetParent` property will force a reflow and re-evaluate the CSS animation.
2017-10-07 17:43:09 +02:00
..
fixtures Implement scale label padding (#4646) 2017-09-10 13:15:47 -04:00
specs Fix responsive issue when the chart is recreated (#4774) 2017-10-07 17:43:09 +02:00
.eslintrc Rewrite unit test waitForResize helper (#4566) 2017-07-26 13:33:45 +02:00
jasmine.context.js Cleanup and reorganize core and canvas helpers 2017-06-24 13:28:52 -04:00
jasmine.index.js Introduce scriptable options (bubble chart) (#4671) 2017-08-24 09:34:38 +02:00
jasmine.matchers.js Add support for detached canvas element (#4591) 2017-08-01 14:28:45 +02:00
jasmine.utils.js Fix responsive issue when the chart is recreated (#4774) 2017-10-07 17:43:09 +02:00