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

Support for geom_lolli and geom_flame from heatwaveR in plotly

Open Brishan200 opened this issue 1 year ago • 0 comments

Brief description of the problem

I am trying to render a plotly plot on a shiny app. the package heatwaveR has created geom_flame and geom_lolli whcih aren't yet supported in plotly is there are way to make them compatible so they render in the plotly plot?

In geom2trace.default(dots[[1L]][[5L]], dots[[2L]][[1L]], ... : geom_GeomFlame() 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 In geom2trace.default(dots[[1L]][[5L]], dots[[2L]][[1L]], ... : geom_GeomLolli() 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

Brishan200 avatar Mar 01 '24 09:03 Brishan200