Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix responsive issue when the chart is recreated #4774

Merged
merged 1 commit into from Oct 7, 2017

Commits on Sep 18, 2017

  1. Fix responsive issue when the chart is recreated

    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.
    simonbrunel committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    49d07f0 View commit details
    Browse the repository at this point in the history