A ggplot2 theme tailored for sunburst and donut charts. Based on
ggplot2::theme_void() with centred bold title, legend at bottom,
and tidy margins.
Value
A ggplot2 ggplot2::theme() object.
Examples
sb <- sunburst_data("((a, b, c), (d, e));")
sunburst(sb, fill = "depth") + theme_sunburst()
