Recently I started working with the new shapviz package. In particular, the waterfall plot was working just fine for what I needed to visualise. Unfortunately, I was unable to use ggplotly to render the plots in plotly.
Warning message in geom2trace.default(dots[[1L]][[1L]], dots[[2L]][[1L]], dots[[3L]][[1L]]):
“geom_GeomGeneArrow() 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](https://github.com/ropensci/plotly/issues)
In addition, geom_GeomFitText, which is needed for rendering text over plot elements is also unimplemented.
geom_GeomFitText() 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](https://github.com/ropensci/plotly/issues)
Expected Output should render similar to this (original ggplot):
The text was updated successfully, but these errors were encountered:
madprogramer
changed the title
geom_GeomGeneArrow() and geom_fit_text() not implemented in plotly
geom_GeomGeneArrow() and geom_GeomFitText() not implemented in plotly
Jun 23, 2022
madprogramer
changed the title
geom_GeomGeneArrow() and geom_GeomFitText() not implemented in plotly
geom_GeomGeneArrow() and geom_GeomFitText() has yet to be implemented in plotly
Jun 23, 2022
madprogramer
changed the title
geom_GeomGeneArrow() and geom_GeomFitText() has yet to be implemented in plotly
geom_GeomGeneArrow() and geom_GeomFitText() has yet to be implemented in plotly [shapviz]
Jun 23, 2022
@madprogramer : Thanks for pushing this! I'd love to see these geoms available. The current release of "shapviz" at least plays well together with plotly regarding the dependence plot and the (new) default importance plot.
Recently I started working with the new shapviz package. In particular, the waterfall plot was working just fine for what I needed to visualise. Unfortunately, I was unable to use
ggplotlyto render the plots in plotly.As it turns out, the waterfall plot is different from plotly's waterfall chart as it is built on the GeomGeneArrow geom from
from https://github.com/wilkox/gggenes.
In addition, geom_GeomFitText, which is needed for rendering text over plot elements is also unimplemented.
Reprex adapted from the default shapviz example below:
Expected Output should render similar to this (original ggplot):

The text was updated successfully, but these errors were encountered: