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
I'm thinking about how to do this and I'm wondering ... can plotly shapes can have legend entries?
If not, then we will run into problems, since geom_hline and geom_vline can generate legends in ggplot2. In this case we should keep these as traces of mode "lines" which will result in plotly legends.
currently these are implemented as traces of mode "lines"
http://ropensci.github.io/plotly-test-table/tables/00a5c8df16e2b19a6629c32ed42ef3a76d6fbac6/vline-multiple.html
but should we implement them as shapes?
https://plot.ly/~etpinard/1647/plotly-shapes/
The text was updated successfully, but these errors were encountered: