vellumplot 0.7.0
Breaking
- New
vhierarchy()replacesvsunburst(). One constructor draws a parent-list tree four ways viatype =:"sunburst"(default),"icicle","treemap","circlepack".vsunburst()/mark_sunburst()are removed; usevhierarchy(..., type = "sunburst")/mark_hierarchy().
Also in this release
- Sunbursts, polar pies, and self-loops render un-mirrored (requires vellum >= 0.5.1).
select_point(group_by=)links whole groups.- Declarative interactivity:
select_point()/select_interval()as part of the plot spec.
See NEWS.md for the full list.