Add title to plot back
This commit is contained in:
5
ui.R
5
ui.R
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user