Skip to content

Commit

Permalink
#1085 shiny app: manual fill colour for anomalous ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol committed Jan 9, 2025
1 parent 4609952 commit ee775d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion volumes/ecocounter/qc/qc_shiny_app.r
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,10 @@ server <- function(input, output, session) {
y = max(limits$daily_volume),
label = stringr::str_wrap(notes, 35),
hjust = 0,
vjust = 1))
vjust = 1)),
scale_fill_manual(
values = c("#00BFC4", "#F8766D"),
limits = c("valid-caveat", "do-not-use"))
)
return(layers)
})
Expand Down

0 comments on commit ee775d3

Please sign in to comment.