Skip to content

Sankeys with Cycles

Compare
Choose a tag to compare
@emeeks emeeks released this 11 Dec 19:00
· 2444 commits to main since this release

Features

  • Sankeys in NetworkFrame now accept networks with cycles and render them using Tom Shanley's d3-sankey-circular layout.
    screen shot 2017-12-11 at 10 55 21 am
  • Add a relative tag to bucketized summaryTypes in ORFrame to allow the visualization to display the relative size of the data (with the max being the max value for that category) as opposed to the default behavior which sizes graphical elements by the max value across all categories.

Fixes

  • Margin has been fixed so that passing a numerical value is properly treated as margin for all sides.