You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to add geom_text to the pyramid chart, the text only appears on one side of the bar chart (on the right). Changing the hjust setting does not help.
Example:
data <- data.frame(
age_category = rep(c("18-29"), 2),
gender = rep(c("Female", "Male"), each = 1),
percentage = c(40,60) # Positive values for percentages
)
When I try to add geom_text to the pyramid chart, the text only appears on one side of the bar chart (on the right). Changing the hjust setting does not help.
Example:
The text was updated successfully, but these errors were encountered: