-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Plotly graphs not displayed on IE 11. #4015
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
Comments
Thanks for reporting! Can you tell us which plotly.js trace types you're using? Better yet, can you send us the HTML files that you exported to help us debug? Thanks for very much. |
@jasonrims Could you possibly try replacing the data with some other unreal data? |
Hi, Here is a sample html file. x_values = np.linspace(0, 1, 100) trace0 = go.Scatter( |
@jasonrims are there any error messages in the IE11 browser console? |
I tested a few plots through our test dashboard on browserstack, everything seems to work ok in IE11. Maybe something is up with jupyter. @jasonrims can you try opening https://plot.ly/~etpinard/7329.embed in IE11? |
Or maybe this report is a duplicate of #895 - where some IE11-version dependent bug was observed. |
@etpinard i am able to open the test dashboard you sent on IE11, but the HTML notebook created from jupyter notebook displays empty graphs. |
@etpinard i have been able to open other versions of my plots with IE11, but in the latest version where i have added, a color background for the graph, changed legend position and added legend color background, it doesnt render plots anymore on IE11. |
@jasonrims what about changing only one of the three & testing them individually? That can help debugging which item may cause a problem. |
@etpinard I tried changing each individually but still no fix. Since my data increases and so do the bars on the plot, could a size problem cause this? |
Just to double check: |
@archmoj It works perfectly well on google chrome and other browsers |
A few more questions:
Thanks! |
@jasonrims could you please test to see if this setup works? |
@etpinard |
Yes, but which version? |
This looks more and more like a plotly.py problem, so this issue will now be tracked in plotly/plotly.py#1693 related: https://community.plot.ly/t/plotly-charts-not-displaying-in-ie/26506/2 |
I am using plotly for creating reports in my company. Most of my stakeholders use IE11. In the past everything has been ok with the html files which i send to them having the charts created with my jupyter notebook using python.Recently i made some changes(added graph background color and legend background color) and all of a sudden these charts are not visible on IE anymore and can just be viewed on chrome. I have tried to update my plotly and ran into thesame results when trying to open the downloaded html file in IE.
The text was updated successfully, but these errors were encountered: