The "angle" aesthetic of (ggplotly) geom_text is not working (R 3.3.1 and plotly 3.6.0 4.5.2).
Executing the following line:
ggplotly( ggplot(data=mtcars) + geom_text(aes(wt, mpg, label=rownames(mtcars)), angle=45) )
it returns no error but the labels are not rotated.
result:
expected result:
I got the same problem. Is there any solution?
waiting for https://github.com/plotly/plotly.js/issues/1210
@cpsievert Is anyone working on this issue?
Also am having this issue, am wondering if any progress has been made
Anything new?
Most helpful comment
waiting for https://github.com/plotly/plotly.js/issues/1210