From b389ff1338ad7f2776df207c4b6be81d9d6405ff Mon Sep 17 00:00:00 2001 From: Millicool Date: Fri, 6 Feb 2026 15:42:12 +0100 Subject: [PATCH] Add title to plot back --- ui.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui.R b/ui.R index 86305d7..3e3efb8 100644 --- a/ui.R +++ b/ui.R @@ -223,7 +223,10 @@ ui <- function() { ) ), 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_stadtteil"), plotlyOutput("grph_top3", width = "484px", height = "667px")