plots: Use grey background in scores_by_position

This commit is contained in:
Elias Projahn 2025-02-23 16:03:47 +01:00
parent e4d1d6203a
commit d584cfe12d

View file

@ -718,8 +718,9 @@ plot_scores_by_position <- function(ranking,
"Percentile: {round(percentile * 100, digits = 2)}%" "Percentile: {round(percentile * 100, digits = 2)}%"
), ),
marker = list( marker = list(
color = base_color(), size = 3,
size = 5 color = "#919191",
opacity = 0.5
), ),
hoverinfo = "text" hoverinfo = "text"
) |> ) |>