Plotly: ggplotly issue with geom_text and angle aesthetic

Created on 6 Sep 2016  路  5Comments  路  Source: ropensci/plotly

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:
result

expected result:
expected

ggplotly plotly.js

Most helpful comment

All 5 comments

I got the same problem. Is there any solution?

@cpsievert Is anyone working on this issue?

Also am having this issue, am wondering if any progress has been made

Anything new?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

johncarew picture johncarew  路  6Comments

cpsievert picture cpsievert  路  5Comments

kranthikandi picture kranthikandi  路  4Comments

gtumuluri picture gtumuluri  路  7Comments

fabiangehring picture fabiangehring  路  4Comments