Create multi-level interactive drill-down graphs with simple configuration.
- Use data frame, which is very natural and easy to prepare in R
- df columns should follow hierarchy, e.g. Continent, country, state, city ...
- Drilldown using only one numeric value
- Drill down can be simplified into: filter until the level, and use that level and numeric value to plot
- plot types can be flexible, use r2d3 to ensure customization, built it outside of shiny
- supported chart types: packed bubble, bar chart, pie chart.
- support different chart in different levels
- onlick to send values
- support uniform value formatting.
- Available functions:
- d3_drilldown_bar
- d3_drilldown_bubble
- d3_drilldown_pie
- d3_drilldown_donut
- d3_drilldown_plot pass: bar,bubble,pie,donut as function to each level # extra config to each level
- support go back to previous levels.
- helper functions
- d3_simple_bar
- d3_simple_bubble
- d3_simple_pie
- d3_simple_donut