R ggplotly not maintaining margins from ggplot object
I’m creating a group of bar charts in R using facet_grid and because some of my grid labels are long, I’m increasing the margins and rotating the labels so they fit using margin = margin(15, 10, 15, 10), angle = 0
.