Recent Releases of sunburstR
sunburstR - 2.0.0
sunburstR 2.0.0
add
sumNodesargument to correctly handle pre-summed trees, liketreemap::treemapto not double count the aggregate (see issue)add
sund2b()htmlwidget for a d2b sunburst chartallow turning off the legend with argument
legend = FALSE(see issue)fix bug to not duplicate svg for breadcrumbs on resize or re-render
- JavaScript
Published by timelyportfolio almost 8 years ago
sunburstR - 0.6.4
sunburstR 0.6.4
see treemap example
- add
valueFieldargument tosunburst()to allow fields in json to be something other than"size"commit - add ability to supply a JavaScript
functiontocolorsfor advanced color customization or to use a color field from data as the color fill commit
- JavaScript
Published by timelyportfolio almost 9 years ago
sunburstR - 0.6.2
sunburstR 0.6.2
Updates
- update d3.js to most recent tagged v3 release commit
sunburstR 0.6.1
New Features
- add click to dispatch for click event handling commit
- add click to
add_shinyand provide examples commit and commit
Bug Fix
- try to fix breadcrumb sizing bug for Firefox, Safari commit
- JavaScript
Published by timelyportfolio over 9 years ago
sunburstR - advanced customization arguments
Add elementId and sizingPolicy arguments for advanced customization of sunburst.
- JavaScript
Published by timelyportfolio over 9 years ago
sunburstR - 0.3.0 implement resize
Proactively implement a resize handler so sunburstR works in the new RStudio tabsets, flexdashboard, and rmarkdown slide frameworks.
- JavaScript
Published by timelyportfolio over 9 years ago
sunburstR - 0.2.4 breadcrumb wrapper
- Determine breadcrumb sizing with
getBoundingClientRect - Wrap
percentageStringat tail end of breadcrumb if exceed width - Remove explicit height on breadcrumb so that it can go into chart area
- Make
w:0default, since this is such an improvement
Thanks again @fbreitwieser!
- JavaScript
Published by timelyportfolio almost 10 years ago
sunburstR - 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.
- JavaScript
Published by timelyportfolio almost 10 years ago
sunburstR - 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).
- JavaScript
Published by timelyportfolio almost 10 years ago