Skip to content

Commit

Permalink
Fix world map
Browse files Browse the repository at this point in the history
  • Loading branch information
azvoleff committed Sep 6, 2024
1 parent 24980ea commit 529717e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status/usage_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ top_x_country_users %>%
position = position_stack(vjust = 0.5), size=5)
group_by(user, country) %>% summarise(n=n()) -> user_countries
group_by(user_past_year, country) %>% summarise(n=n()) -> user_countries
# Fix some names so our users data matches with the R boundary data
user_countries$country[user_countries$country == 'United States'] <- 'United States of America'
Expand Down

0 comments on commit 529717e

Please sign in to comment.