Alternatives for interactive visualization

What visualization tools does the R community recommend? I am looking to place interactive visualizations into a shiny app. I have used ggplot for static charts, but need to produce graphics that support scrolling, mouseovers, etc. I have tried working with r2d3, but haven't made much progress.

What alternatives exist for interactive visualizations in a shiny app?
TIA

plotly is probably the most popular.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.