Add heatmap headline
This commit is contained in:
3
ui.R
3
ui.R
@@ -65,6 +65,8 @@ ui <- function() {
|
||||
plugins = list('dropdown_header')
|
||||
)
|
||||
),
|
||||
div(
|
||||
tags$h5("Heatmap zur Häufigkeit der Straftaten:", style = "font-weight: bold; margin-bottom: 10px;"),
|
||||
selectizeInput(
|
||||
inputId = "heatmap",
|
||||
label = "Wähle eine Straftat:",
|
||||
@@ -75,6 +77,7 @@ ui <- function() {
|
||||
plugins = list('clear_button')
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user