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
geom_curve is missing from the geoms that can be automatically converted from ggplot2.
There have been issues around this in the past but those were closed: #555 .
The function mentions to open an issue if such an uncovered geom is used.
Amongst others, I'm trying to use this geom to have tooltips for lines. Since traces show tooltips over the entire length, having a tiny curvature for a line might show the tooltips. I've also created a related Stackoverflow issue.
The text was updated successfully, but these errors were encountered:
Any updates on this? I am also trying to plot curve but I get the same error
Warning in geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomCurve() has yet to be implemented in plotly.
If you'd like to see this geom implemented,
Please open an issue with your example code at
https://github.com/ropensci/plotly/issues
geom_curve is missing from the geoms that can be automatically converted from ggplot2.
There have been issues around this in the past but those were closed: #555 .
Example:
The function mentions to open an issue if such an uncovered geom is used.
Amongst others, I'm trying to use this geom to have tooltips for lines. Since traces show tooltips over the entire length, having a tiny curvature for a line might show the tooltips. I've also created a related Stackoverflow issue.
The text was updated successfully, but these errors were encountered: