Update app.R
Browse files
app.R
CHANGED
@@ -205,7 +205,7 @@ server <- function(input, output, session) {
|
|
205 |
scale_fill_viridis_c(option = "D", na.value = "white") +
|
206 |
coord_sf(expand = FALSE) +
|
207 |
# Use a generic base_family to avoid font errors
|
208 |
-
theme_void(base_size = 14, base_family = "
|
209 |
labs(
|
210 |
fill = paste(index_col, "Index"),
|
211 |
title = "Country Representation Rankings",
|
|
|
205 |
scale_fill_viridis_c(option = "D", na.value = "white") +
|
206 |
coord_sf(expand = FALSE) +
|
207 |
# Use a generic base_family to avoid font errors
|
208 |
+
theme_void(base_size = 14, base_family = "Courier New") +
|
209 |
labs(
|
210 |
fill = paste(index_col, "Index"),
|
211 |
title = "Country Representation Rankings",
|