Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Damonamajor committed Jan 10, 2025
1 parent 444d3cd commit b7297cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reports/performance/_outcomes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ plots <- map(strata_groups, ~ {
title = paste("Strata", unique(.x$meta_strata_1)),
color = "Township"
) +
scale_x_continuous(limits = c(0, 2000000), labels = dollar) + # Cap x-axis and format as dollars
scale_y_continuous(limits = c(0, 2000000), labels = dollar) + # Cap y-axis and format as dollars
scale_x_continuous(limits = c(0, 2000000), labels = dollar) +
scale_y_continuous(limits = c(0, 2000000), labels = dollar) +
theme_minimal()
ggplotly(p, tooltip = "text")
Expand Down

0 comments on commit b7297cd

Please sign in to comment.