-
Notifications
You must be signed in to change notification settings - Fork 31
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
[ChartJs] Charts not displayed on first load when on Safari #47
Comments
Does it work if you hover your mouse over the empty canvas? Because I experienced the same with IE10, from the issue you just referenced. |
@byCedric No: it seems to be working only when I delete and recreate the chart, once the page is fully loaded. It looks very similar to a bug I experienced with ChartJs v1 where it was impossible to draw a chart when the chart div container was invisible (display: none)... I will investigate this one further with @alexnoox and submit a pull request to ChartJs 2.0 if we find something |
was anyone able to solve the chart problem for safari (not displayed on first load) |
@augusto-velez: not really: what we do is that we keep looping until the parent element is visible. Then we draw the chart. |
What do you mean that you loop intil the parent is visible, by the parent you mean the iframe? if that how do you check if the iframe is visible. Thanks for the help |
Problem tied to chartjs. May have something to do with chartjs/Chart.js#1622
The text was updated successfully, but these errors were encountered: