Change bar colors for more contrast
This commit is contained in:
2
server.R
2
server.R
@@ -260,7 +260,7 @@ server <- function(input, output, session) {
|
|||||||
textposition = "outside",
|
textposition = "outside",
|
||||||
type = "bar",
|
type = "bar",
|
||||||
marker = list(
|
marker = list(
|
||||||
color = c("#b8ecff", "#d5f4ff", "#e6f9ff")
|
color = c("#698eb5", "#a2c1e0", "#cfe5fa")
|
||||||
)
|
)
|
||||||
) %>%
|
) %>%
|
||||||
layout(
|
layout(
|
||||||
|
|||||||
Reference in New Issue
Block a user