plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

geom_GeomFitText() yet to be implemented in plotly

Open Ongomola opened this issue 11 months ago • 0 comments

Tried to convert ggplot object to an interactive plotly object using ggplotly(), the geom_GeomFitText() component isn't supported and won't render properly. summary_cat <- inspect_cat(ebola_sierra_leone) show_plot(summary_cat) summary_cat_plot <- show_plot(summary_cat) ggplotly(summary_cat_plot)

Warning: In geom2trace.default(dots[[1L]][[11L]], dots[[2L]][[1L]], ... : geom_GeomFitText() has yet to be implemented in plotly.

Ongomola avatar Jan 26 '25 08:01 Ongomola