We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The "download plot as a png" toolbar button is not working properly under IE and Edge.
Firstly, I get an SVG instead of an PNG.
Secondly, the SVG is URI encoded, which makes it unusable.
This can be reproduced with the "Hello World" plot from the "Getting started" page: http://codepen.io/plotly/pen/PPVeer
This is the "SVG" I get: http://pastebin.com/dKzyFyXx
I'm using these versions of the browsers (from the stable win10 available at https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/): IE 11.0.14393 Edge 38.14393
The text was updated successfully, but these errors were encountered:
And there's a thirdly!
A more complex plot has yet another issue: http://codepen.io/bruno-rino/pen/xqxwXJ
After URL decoding the downloaded "SVG", the xml has a few errors related to mismatched quotes:
clip-path='url("clip037303xyplot')'
and
clip-path='url('#legend037303")'
Sorry, something went wrong.
duplicate of #699
No branches or pull requests
The "download plot as a png" toolbar button is not working properly under IE and Edge.
Firstly, I get an SVG instead of an PNG.
Secondly, the SVG is URI encoded, which makes it unusable.
This can be reproduced with the "Hello World" plot from the "Getting started" page:
http://codepen.io/plotly/pen/PPVeer
This is the "SVG" I get:
http://pastebin.com/dKzyFyXx
I'm using these versions of the browsers (from the stable win10 available at https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/):
IE 11.0.14393
Edge 38.14393
The text was updated successfully, but these errors were encountered: