I have a couple of charts in my Main Panel in my Shiny Dashboard
, and I was wondering how to extend the whitespace at the bottom of the main panel? How should I modify my ui.R
to do this?
dashboardBody(
tabItems(
tabItem("dashboard",
mainPanel(
showOutput("plot3", "Nvd3"),
showOutput("plot4", "Nvd3")
)),
Update:
Adding HTML("<br><br><br>")
in the Main Panel only created a wider dark panel:
")` inside the `mainPanel`? – maloneypatr Oct 21 '15 at 18:03
")`? It'll give you a horizontal line, but should be harmless? – maloneypatr Oct 21 '15 at 18:10