You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to load the graph as image in a separate image tag by following the example given here, As of now its working fine for Chrome, FireFox but when I try with IE 11 (Specific: 11.0.9600.18499) it fails to load the image in the image tag.
@etpinard I have tried the solution mentioned in the links, the solution for me works in chrome and firefox but not in IE11 Given is the canvas solution I have implemented which so far works in all the browser apart from IE 11.
I am trying to load the graph as image in a separate image tag by following the example given here, As of now its working fine for Chrome, FireFox but when I try with IE 11 (Specific: 11.0.9600.18499) it fails to load the image in the image tag.
Reference link: https://plot.ly/javascript/static-image-export/#saving-as-png
Code I am using is given below
Same code is working for all the other browsers apart from IE 11, would like to know how can I resolve this issue.
Here is a sample fiddle on the same request to run the fiddle in chrome and then IE to spot the difference.
Thanks
The text was updated successfully, but these errors were encountered: