Here's my situation. My dashboard has 8 main panels, with between 2 and 6 boxes on each panel (although the majority of the panels have 4 boxes).
All of the panels are rendered using a single fluidRow call (specifically "fluidRow(uiOutput("ui"))", where "ui" is a complex list of the panels, boxes, plots and tables to be displayed).
When I look at my dashboard on my desktop screen, everything is visible. However, when I look at my smaller laptop screen, the boxes are cut off, They extend beyond the vertical dimension of the screen. A similar thing happens when I display the dashboard on a much larger LCD screen in a conference room.
I was wondering if there was any way to scale the dashboard elements so that they display on any screen?
Thanks