Use plotly for better graphs
This commit is contained in:
4
ui.R
4
ui.R
@@ -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")
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user