Closed
Description
I haven't yet found the actual limiting condition, but after some threshold of plot width/height/number of data points, I am unable to download a png of a Plotly plot. See following codepen:
https://codepen.io/anon/pen/WWZBOB
With n = 20000
, I can't download the png, Chrome just shows the following message:
With n = 10000
, it works. It also works with a 2000x2000 figure layout and 20000 points.