Add legend to comparison
This commit is contained in:
8
server.R
8
server.R
@@ -312,6 +312,14 @@ server <- function(input, output, session) {
|
|||||||
yaxis = list(
|
yaxis = list(
|
||||||
title = "<b>Straftat<b>",
|
title = "<b>Straftat<b>",
|
||||||
tickangle = "-90"
|
tickangle = "-90"
|
||||||
|
),
|
||||||
|
legend = list(
|
||||||
|
orientation = "h",
|
||||||
|
x = 0.5,
|
||||||
|
itemwidth = 40,
|
||||||
|
xanchor = "center",
|
||||||
|
yanchor = "top",
|
||||||
|
valign = "top"
|
||||||
)
|
)
|
||||||
) %>%
|
) %>%
|
||||||
config(
|
config(
|
||||||
|
|||||||
Reference in New Issue
Block a user