Fix formatting

This commit is contained in:
2026-02-07 22:09:22 +01:00
parent 9ebc754c44
commit 7da43631ff

View File

@@ -270,13 +270,15 @@ server <- function(input, output, session) {
) %>%
layout(
autosize = TRUE,
separators = ",.",
xaxis = list(
title = "<br><br><b>Straftat<b>",
tickangle = 0,
ticklabeloverflow = "allow"
),
yaxis = list(
title = "<b>Anzahl erfasster Fälle<b>"
title = "<b>Anzahl erfasster Fälle<b>",
tickformat=",.0d"
),
margin = list(pad = 5)
) %>%
@@ -332,9 +334,11 @@ server <- function(input, output, session) {
plot <- plot_ly() %>%
layout(
barmode = 'group',
separators = ",.",
colorway = blue_palette(6),
xaxis = list(
title = "<b>Anzahl erfasster Fälle<b>"
title = "<b>Anzahl erfasster Fälle<b>",
tickformat=",.0d"
),
yaxis = list(
title = "<b>Straftat<b>",