Update plot
This commit is contained in:
3
server.R
3
server.R
@@ -264,6 +264,7 @@ server <- function(input, output, session) {
|
|||||||
)
|
)
|
||||||
) %>%
|
) %>%
|
||||||
layout(
|
layout(
|
||||||
|
autosize = TRUE,
|
||||||
xaxis = list(
|
xaxis = list(
|
||||||
title = "<br><br><b>Straftat<b>",
|
title = "<br><br><b>Straftat<b>",
|
||||||
tickangle = 0,
|
tickangle = 0,
|
||||||
@@ -272,7 +273,7 @@ server <- function(input, output, session) {
|
|||||||
yaxis = list(
|
yaxis = list(
|
||||||
title = "<b>Anzahl erfasster Fälle<b>"
|
title = "<b>Anzahl erfasster Fälle<b>"
|
||||||
),
|
),
|
||||||
margin = list(b = 160, r = 60, pad = 5)
|
margin = list(pad = 5)
|
||||||
) %>%
|
) %>%
|
||||||
config(
|
config(
|
||||||
staticPlot = TRUE
|
staticPlot = TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user