Bar Graph Y Axis Ordering

You have to map a numeric variable to the y axis and then you can add formatting within the scale_y_continuous() function, you are getting the y axis alphabetically because the mapped variable is of character class, try converting it to numeric first.

If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.