Skip to content

vellumplot 0.7.0

Choose a tag to compare

@schochastics schochastics released this 21 Jul 21:08
· 148 commits to main since this release
8134b0d

Breaking

  • New vhierarchy() replaces vsunburst(). One constructor draws a parent-list tree four ways via type =: "sunburst" (default), "icicle", "treemap", "circlepack". vsunburst() / mark_sunburst() are removed; use vhierarchy(..., 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.