I would like to bold the summary of my stats that I will be putting at the top of the bar. This code takes the values in the stacked bar and puts their sum at the top.
Here is the code:
stat_summary(fun.y = sum, aes(label = ..y.., group = Week, col = "#FF4500"), geom = "text", vjust = -.5)
Does anyone have any suggestions?