Fix name and style of former heatmap
This commit is contained in:
29
ui.R
29
ui.R
@@ -255,23 +255,24 @@ ui <- function() {
|
||||
plugins = list('dropdown_header')
|
||||
)
|
||||
),
|
||||
tags$hr(style = "border-top: 2px solid #d7dbde; margin: 20px 0 0 0;"), # The divider line
|
||||
div(
|
||||
tags$h5(
|
||||
"Heatmap zur Häufigkeit der Straftaten:",
|
||||
style = "font-weight: bold; margin-bottom: 10px;"
|
||||
),
|
||||
selectizeInput(
|
||||
inputId = "heatmap",
|
||||
label = "Wähle eine Straftat:",
|
||||
choices = list_of_crimes,
|
||||
selected = NULL,
|
||||
options = list(
|
||||
placeholder = "Keine Auswahl",
|
||||
plugins = list('clear_button')
|
||||
)
|
||||
style = "margin-top: 20px; margin-bottom: 0px;",
|
||||
tags$h5(
|
||||
"Geografische Verteilung nach Fallzahlen",
|
||||
style = "font-weight: 600; line-height: 1.1; margin-bottom: 5px;")
|
||||
),
|
||||
selectizeInput(
|
||||
inputId = "heatmap",
|
||||
label = "Wähle eine Straftat:",
|
||||
choices = list_of_crimes,
|
||||
selected = NULL,
|
||||
options = list(
|
||||
placeholder = "Keine Auswahl",
|
||||
plugins = list('clear_button')
|
||||
)
|
||||
)
|
||||
),
|
||||
)
|
||||
)
|
||||
),
|
||||
nav_panel("Interaktiver Vergleich",
|
||||
|
||||
Reference in New Issue
Block a user