christophergandrud
released this
02 Oct 12:39
·
181 commits
to master
since this release
Version 0.2.4
- More robust margin argument for
diagonalNetwork
andradialNetwork
allows
for a single value or specification oftop
,right
,bottom
, andleft
by
namedvector
orlist
. - Responsive sizing using the
viewBox
attribute ofsvg
fordiagonalNetwork
andradialNetwork
should allow for fitting in the container with no fiddling.
Version 0.2.3
- Internal improvements to reduce dependencies: longer depends on RCurl,
plyr, and rjson. - Updated examples:
- Using jsonlite makes JSONtoDF obsolete with the
fromJSON
function. - All Github data links now use the CDN link from
rawgit, so the examples should be more inline with
Github raw policies
- Using jsonlite makes JSONtoDF obsolete with the
Version 0.2.2
- sankeyNetwork
- Removes forced font family in favor of inherited from css or specified
through the fontFamily argument - Fixes issue with backslashes in the label for links
- Puts unicode right arrow in the tooltip
- Adds argument to specify units for the tooltip label
- Handles cycles by updating this forked
https://github.com/soxofaan/d3-plugin-captain-sankey - Makes assumptions that
Source
is column 1 andTarget
is column 2 if not
provided
- Removes forced font family in favor of inherited from css or specified