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
The plotly package doesn't, and probably cannot, support ggflags. But ggiraph can! It currently works fine with the output, but the flags aren't interactive at all.
I propose geom_flag_interactive based on geom_point_interactive. Not sure how well it'll go with package access, but we can give it a try!
The
plotly
package doesn't, and probably cannot, supportggflags
. Butggiraph
can! It currently works fine with the output, but the flags aren't interactive at all.I propose
geom_flag_interactive
based ongeom_point_interactive
. Not sure how well it'll go with package access, but we can give it a try!https://github.com/davidgohel/ggiraph/blob/master/R/geom_point_interactive.R
The text was updated successfully, but these errors were encountered: