radiant-rstats / radiant

Business analytics using R and Shiny. The radiant app combines the menus from radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate.
https://radiant-rstats.github.io/docs/
Other
459 stars 136 forks source link

cant adjust height of shiny apps launched in Report>R or Report>Rmd #200

Closed tvdvinw closed 1 year ago

tvdvinw commented 1 year ago

In report>R or report>Rmd if I try to launch a shiny app, for instance: https://shiny.rstudio.com/gallery/tabsets.html It works. I can style the body to have a yellow background. But I cant seem to change the height. With a fluidpage I can scroll but the max height seems to be about 1/4 of the browser page. This is when using radiant in Chrome browser.

tvdvinw commented 1 year ago

Fixed. It did work with "options = list(height = 3000)"

vnijs commented 1 year ago

Glad you were able to resolve.