Update plot

This commit is contained in:
2026-02-07 18:52:13 +01:00
parent 688573fe02
commit cee19cefe0

View File

@@ -264,6 +264,7 @@ server <- function(input, output, session) {
)
) %>%
layout(
autosize = TRUE,
xaxis = list(
title = "<br><br><b>Straftat<b>",
tickangle = 0,
@@ -272,7 +273,7 @@ server <- function(input, output, session) {
yaxis = list(
title = "<b>Anzahl erfasster Fälle<b>"
),
margin = list(b = 160, r = 60, pad = 5)
margin = list(pad = 5)
) %>%
config(
staticPlot = TRUE