From 5eefe3fe0210b0bdeecbfc3cdbde4904c5bf5ee2 Mon Sep 17 00:00:00 2001 From: Millicool Date: Fri, 6 Feb 2026 15:40:25 +0100 Subject: [PATCH] Fix paranthesis and clean up --- ui.R | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ui.R b/ui.R index e20e26d..b57213d 100644 --- a/ui.R +++ b/ui.R @@ -226,8 +226,8 @@ ui <- function() { style ="padding: 0 15px; margin-top: 10px;", uiOutput("txt_map_selection_bezirk"), uiOutput("txt_map_selection_stadtteil"), - ), - plotlyOutput("grph_top3", width = "484px", height = "667px"), + plotlyOutput("grph_top3", width = "484px", height = "667px") + ) ), col_widths = breakpoints( sm = c(12, 12), # Auf kleinen Bildschirmen: untereinander (100% Breite) @@ -241,7 +241,6 @@ ui <- function() { choices = c("Bezirke", "Stadtteile"), selected = "Bezirke" ), - selectizeInput( inputId = "search", label = tags$span(icon("search"),"Suche"), @@ -300,8 +299,8 @@ ui <- function() { "vergleichs_jahr", "Jahr wählen:", choices = c(2024, 2023), - selected = 2024, - ), + selected = 2024 + ) ), card( card_header(uiOutput("vergleichs_titel")), # Dynamischer Titel