Add title to plot back

This commit is contained in:
2026-02-06 15:42:12 +01:00
parent 2094db061d
commit b389ff1338

5
ui.R
View File

@@ -223,7 +223,10 @@ ui <- function() {
) )
), ),
div( div(
style ="padding: 0 15px; margin-top: 10px;", style ="padding: 0 15px; margin-top: 0px; overflow: hidden; display: block;",
h5("Statistisch am häufigsten polizeilich registrierte Straftaten",
style = "font-weight: 600; margin-top: 0px; margin-bottom: 25px; letter-spacing: -0.5px;"
),
uiOutput("txt_map_selection_bezirk"), uiOutput("txt_map_selection_bezirk"),
uiOutput("txt_map_selection_stadtteil"), uiOutput("txt_map_selection_stadtteil"),
plotlyOutput("grph_top3", width = "484px", height = "667px") plotlyOutput("grph_top3", width = "484px", height = "667px")