Add heatmap headline

This commit is contained in:
2025-12-16 19:17:58 +01:00
parent 3cab59b60f
commit 81d63ae727

3
ui.R
View File

@@ -65,6 +65,8 @@ ui <- function() {
plugins = list('dropdown_header') plugins = list('dropdown_header')
) )
), ),
div(
tags$h5("Heatmap zur Häufigkeit der Straftaten:", style = "font-weight: bold; margin-bottom: 10px;"),
selectizeInput( selectizeInput(
inputId = "heatmap", inputId = "heatmap",
label = "Wähle eine Straftat:", label = "Wähle eine Straftat:",
@@ -75,6 +77,7 @@ ui <- function() {
plugins = list('clear_button') plugins = list('clear_button')
) )
) )
)
), ),
) )
), ),