-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello,
I'm experienced an issue with the 'download as png' tool from the hover toolbar : downloaded chart is very little (with overlapping of annotations, ...), clearly not the same than it appears in the browser, like it was in previous versions.
In fact, I use plotly on Shiny for a while and I've compared some plots by couple, one made now and one made with app that I didn't update since this spring. It seems that kind of representation isn't involved (I've tested barchart, boxplot and lines).
I think we can see this with a simple plot, like :
plot_ly(data = iris, x = ~Sepal.Length, y = ~Petal.Length)
The size of the png isn't the same than in the browser. This is a big limitation to me. Is there a workaround?
Have a nice day.
P.S : by the way, thanks for plotly, this is a great tool!