Skip to content

Releases: timelyportfolio/sunburstR

0.6.4

08 Apr 16:17
Compare
Choose a tag to compare

sunburstR 0.6.4

see treemap example

  • add valueField argument to sunburst() to allow fields in json
    to be something other than "size" commit
  • add ability to supply a JavaScript function to colors for
    advanced color customization or to use a color field from data
    as the color fill commit

0.6.2

20 Sep 18:32
Compare
Choose a tag to compare

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_shiny and provide examples commit and commit

Bug Fix

  • try to fix breadcrumb sizing bug for Firefox, Safari commit

0.6.0

25 Aug 21:11
Compare
Choose a tag to compare

advanced customization arguments

24 May 19:07
Compare
Choose a tag to compare

Add elementId and sizingPolicy arguments for advanced customization of sunburst.

0.3.0 implement resize

24 May 14:10
Compare
Choose a tag to compare

Proactively implement a resize handler so sunburstR works in the new RStudio tabsets, flexdashboard, and rmarkdown slide frameworks.

0.2.4 breadcrumb wrapper

18 May 22:21
Compare
Choose a tag to compare
  • 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

08 Mar 15:51
Compare
Choose a tag to compare

Add sortFunction argument to override default sorting by size. This might be useful for doing something like a calendar sunburst.

legend sizing

08 Mar 15:27
Compare
Choose a tag to compare

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).