Skip to content

Commit

Permalink
apply autoformat to reportCharts
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenke-pik committed Sep 29, 2023
1 parent af9eae9 commit 5fdaa4c
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 219 deletions.
2 changes: 1 addition & 1 deletion R/reportCharts.R
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ reportCharts <- function(gdx = NULL, regionMapping = NULL, hist = NULL, reportfi

series <- regionMapping %>%
group_by(name = .data$RegionCode) %>%
do(data = list_parse(select(.data, CountryCode))) %>%
do(data = list_parse(select(.data, !!sym("CountryCode")))) %>%
ungroup()
series$color <- colors[series$name]

Expand Down
Loading

0 comments on commit 5fdaa4c

Please sign in to comment.