Support for geom_lolli and geom_flame from heatwaveR in plotly
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 2.7k
- Forks
- 641
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported geom2trace.default warnings and reproduce the heatwaveR geom_flame and geom_lolli plots in a Shiny app. Compare the required rendering behavior with plotly.R's existing geom conversion behavior. Done means both geoms render in plotly without the unimplemented warnings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100