Is it possible to recreate this effect in plotly? http://www.highcharts.com/demo/column-drilldown256
I'm looking to have a chart that allows a user to explore a series in a trace through simply clicking on one portion of the chart.
Is it possible to recreate this effect in plotly? http://www.highcharts.com/demo/column-drilldown256
I'm looking to have a chart that allows a user to explore a series in a trace through simply clicking on one portion of the chart.
Yes, I have an article that walks through how to add interactivity to a highcharter
plot: https://rviews.rstudio.com/2017/09/20/dashboards-with-r-and-databases/
Will this work only with Highchart. I am trying to see if this can be incorporated with Sankey diagram as well. Thank you
The drill down should work with any htmlwidget
that offers that integration. I have an updated article that shows how to do this using the new r2d3
package: http://db.rstudio.com/best-practices/dashboards/