plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

Change default plot height from 450px to something user-selected.

Open le-raman opened this issue 1 year ago • 0 comments

Hi devs,

I'm using plotly::plotlyOutput() within a shinyjqui::jqui_resizable() element in a shiny application, which works perfectly, by setting plotly::plotlyOutput(..., height = "100%"). However, all plots are initialized by default with a height of 450px (before any resizing). Is it possible to change this default, e.g., by use options(...)?

Thanks!

Best, Lennart

le-raman avatar May 28 '24 17:05 le-raman