Update app.R
Browse files
app.R
CHANGED
|
@@ -118,7 +118,7 @@ ui <- dashboardPage(
|
|
| 118 |
title = strong("Global Leadership Project (GLP)"),
|
| 119 |
solidHeader = TRUE,
|
| 120 |
div(
|
| 121 |
-
style = "height:
|
| 122 |
girafeOutput("cartogramPlot", width = "100%", height = "100%")
|
| 123 |
)
|
| 124 |
)
|
|
|
|
| 118 |
title = strong("Global Leadership Project (GLP)"),
|
| 119 |
solidHeader = TRUE,
|
| 120 |
div(
|
| 121 |
+
style = "height: 60vh; padding: 10px;", # Adjusted height to make space
|
| 122 |
girafeOutput("cartogramPlot", width = "100%", height = "100%")
|
| 123 |
)
|
| 124 |
)
|