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've tested this running Chrome 74.0.3729.169 (64-bit) and Firefox 64.0.2 (64-bit) on Windows 10.
It looks like something silently fails when using Plotly.downloadImage to get an SVG of a 50m resolution choropleth in Chrome. It works in Firefox.
To test this I'm making two plots of the same data. One at 110 resolution and one at 50. I then try to save both plots as PNG then SVG. Only the PNG file saves for the 50m map in Chrome, but both save for the 110m. All four images save in Firefox. No errors are generated (except the ones related to my failed understanding of the promise chain, which don't seem to affect anything.)
I've tested this running Chrome 74.0.3729.169 (64-bit) and Firefox 64.0.2 (64-bit) on Windows 10.
It looks like something silently fails when using Plotly.downloadImage to get an SVG of a 50m resolution choropleth in Chrome. It works in Firefox.
To test this I'm making two plots of the same data. One at 110 resolution and one at 50. I then try to save both plots as PNG then SVG. Only the PNG file saves for the 50m map in Chrome, but both save for the 110m. All four images save in Firefox. No errors are generated (except the ones related to my failed understanding of the promise chain, which don't seem to affect anything.)
Could it be due to the file size?
https://codepen.io/Thlayli/pen/LoBgaZ
The text was updated successfully, but these errors were encountered: