-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Plotly IE9 error #315
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
I haven't tried. But this issue may be solved by adding |
Could you provide the HTML file you're using? |
please find attached the html that I am using thanks in advance |
Looks like your importing the unminified version of plotly.js, You should then import with: <script type="text/javascript" src="plotly.js" charset="utf-8"></script> More info here. |
I've tried that too but nothing changed. I tried importing the minified of both plotly and typedarrays but nothing changed. |
@fixxxr can you open https://jsfiddle.net/plotlygraphs/gqdme3r2/4/ and confirm whether the graph is showing or not? |
@etpinard yes I can see the graph. |
@etpinard I just tested your fiddle on a machine running IE9 and everything is OK. Apparently it was just the syntax... Thank you very much for your effort. |
Hi there,
I need to run a heatmap chart on a machine using IE9 so I used the tag to obtain IE9 compatibility
<script>if(typeof window.Int16Array !== 'function')document.write("<scri"+"pt src=typedarray.js'></scr"+"ipt>");</script>
but I get the following error in run-time:
What I am doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: