dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.78k stars 229 forks source link

[Feature Request] Ability to resize the windows in esquisseContainer()'s panels. #166

Closed mihirp161 closed 3 years ago

mihirp161 commented 3 years ago

Hello! Amazing package, thanks for your hard work. I know we can size/re-size the whole module itself using the width and height arguments in

esquisseContainer(width = "100%", height = "700px", fixed = FALSE) 

But I was wondering if we can set the panel's window height and width themselves in the future? For instance take a look at this image- image

We can see that due to Data having a lot of elements, some portions of header hides underneath the navbarPage.

At the moment, workaround is to set the height = "800px" however then whole shiny panel moves down a bit-

image

Even though it's not urgent, I believe ability to adjust the height & width of the dropdown menus would be a nice option to have. Thanks for your time :)

mihirp161 commented 3 years ago

Thinking about it, I think current options are nice... one can focus on cleaning the dataset before using esquisse.