Hi,
I am trying to display a map (Plotly) using shiny. How can I make sure that the map fills the entire area? I have tried setting height and width to 100%. It still does not cover the whole page.
ui <- fluidPage(plotlyOutput(outputId = "map", width = '100%', height = '100%'))