0

This code filters the CASE_STATUS values into Confirmed and Probable cases with Probable on the bottom of the y-axis I would like to reverse this so Probable is on top because there are a lot less probable cases.

geom_col(aes(x = Date, y = Cases, fill = CASE_STATUS))+
Z.Lin
  • 25,090
  • 5
  • 44
  • 85
John
  • 35
  • 6

0 Answers0