Open agillen opened 2 years ago
The dot plots now have 45 degree labels by default, but there's no reason not to make this a setting. Leaving out the 90 degrees option may save some necks 😉.
This is a good issue for @jairav or @srg0502.
Challenge accepted
+ theme(axis.text.x = element_text(angle = 45, hjust = 1))
). Possibly 90 degrees as an option as well (+ theme(axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1))
)?+ coord_flip()
).Both of these could be implemented easily as checkboxes.