Releases: timelyportfolio/sunburstR
Releases · timelyportfolio/sunburstR
0.6.4
sunburstR 0.6.4
see treemap example
0.6.2
0.6.0
CRAN initial release
https://cran.r-project.org/web/packages/sunburstR/index.html
advanced customization arguments
Add elementId
and sizingPolicy
arguments for advanced customization of sunburst
.
0.3.0 implement resize
Proactively implement a resize
handler so sunburstR
works in the new RStudio tabsets
, flexdashboard
, and rmarkdown
slide frameworks.
0.2.4 breadcrumb wrapper
- Determine breadcrumb sizing with
getBoundingClientRect
- Wrap
percentageString
at tail end of breadcrumb if exceed width - Remove explicit height on breadcrumb so that it can go into chart area
- Make
w:0
default, since this is such an improvement
Thanks again @fbreitwieser!
0.2.3 custom sorting
Add sortFunction
argument to override default sorting by size
. This might be useful for doing something like a calendar sunburst.
legend sizing
I did not realize that I have not been tagging versions, so I'll start here. This version adds a legend
argument for legend sizing (see #4).