Use plotly for better graphs

This commit is contained in:
2026-02-05 16:23:45 +01:00
parent d31650131b
commit dc790f554d
3 changed files with 12 additions and 10 deletions

4
ui.R
View File

@@ -227,7 +227,7 @@ ui <- function() {
uiOutput("txt_map_selection_bezirk"),
uiOutput("txt_map_selection_stadtteil"),
),
plotOutput("grph_top3"),
plotlyOutput("grph_top3", width = "484px", height = "667px"),
),
col_widths = breakpoints(
sm = c(12, 12), # Auf kleinen Bildschirmen: untereinander (100% Breite)
@@ -305,7 +305,7 @@ ui <- function() {
),
card(
card_header(uiOutput("vergleichs_titel")), # Dynamischer Titel
plotOutput("vergleich_balkendiagramm")
plotlyOutput("vergleich_balkendiagramm")
)
)
),