Skip to content

Commit

Permalink
Merge pull request #110 from CDCgov/dev
Browse files Browse the repository at this point in the history
HOTFIX: changing breaks for top-10 incidence table
  • Loading branch information
beansrowning authored Aug 4, 2023
2 parents d1e0212 + c0eefcc commit b8fda2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/viz_tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ table_10incidence <- function(df, time_step = 7, region = NULL, data_as_of = NUL
columns = c(ave_incidence),
colors = scales::col_bin(
palette = c("#f1e5a1", "#e7b351", "#d26230", "#aa001e"),
bins = c(0, 1, 10, 25, Inf),
bins = c(0, 1, 5, 10, Inf),
na.color = "white"
)
) %>%
Expand Down

0 comments on commit b8fda2d

Please sign in to comment.