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
By the way: Arrows are not shown either. The following code works for shiny (only) but not for plotly: geom_path(size=1,aes(colour=mycolA), arrow = arrow(type="closed", length = unit(0.1, "inches")))
The text was updated successfully, but these errors were encountered:
I have a shiny app with server.R and ui.R.
This is the code in server.R:
This is the code in ui.R:
It returns:
As you see, there is no line at all in plotly.
(See also stackoverflow)
By the way: Arrows are not shown either. The following code works for shiny (only) but not for plotly:
geom_path(size=1,aes(colour=mycolA), arrow = arrow(type="closed", length = unit(0.1, "inches")))
The text was updated successfully, but these errors were encountered: