Plotly.toImage and Plotly.downloadImage not working correctly
See original GitHub issueIt appears to work on the most recent Ubuntu version of Chrome, but on OSX Google Chrome v51.0.2704.79
, things are no bueno.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Low quality of 'download plot as png' in browser
The issue is with HiDPI screens. Plotly.toImage doesn't take the so called 'scale factor' into account and so the images look blurry on...
Read more >Function reference in JavaScript - Plotly
Plotly.js function reference. How to create, update, and modify graphs drawn with Plotly's JavaScript Graphing Library. New to Plotly?
Read more >React react-plotly.js toImage functionality
I am trying to export the graph to png programmatically, and as part of the standard plotly.js there is the toImage function referenced ......
Read more >Plotly JS toimage and downloadimage not working in Chrome ...
Hi, I think we've found a problem with Plotly JS using Chrome with iOS. The toImage function does not seem to be returning...
Read more >Configuration options in JavaScript - Plotly
When users hover over a figure generated with plotly.js , a modebar appears in the top-right of the figure. This presents users with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
So this does not work http://codepen.io/timelyportfolio/pen/MyzGWY?
All three work in Firefox, but none are working in Chrome. Additionally,
downloadImage
seems to be broken in Firefox when usingformat: svg
.