From 2af26d5f54ca9cd3b6033f163eed6a073a423366 Mon Sep 17 00:00:00 2001 From: Millicool Date: Sat, 7 Feb 2026 22:32:28 +0100 Subject: [PATCH] Change bar colors for more contrast --- server.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.R b/server.R index 61315b9..ad1f4d7 100644 --- a/server.R +++ b/server.R @@ -260,7 +260,7 @@ server <- function(input, output, session) { textposition = "outside", type = "bar", marker = list( - color = c("#b8ecff", "#d5f4ff", "#e6f9ff") + color = c("#698eb5", "#a2c1e0", "#cfe5fa") ) ) %>% layout(