Chart.js/src/platforms
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
..
platform.basic.js Add platform basic implementation (fallback) (#4708) 2017-09-02 11:04:10 +02:00
platform.dom.js Fix responsive issue when the chart is recreated (#4774) 2017-10-07 17:43:09 +02:00
platform.js Add platform basic implementation (fallback) (#4708) 2017-09-02 11:04:10 +02:00