Make map fill the entire page

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%'))

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.