Skip to content

emeeks/d3.sankey-multipart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multipart Sankey Diagrams

Extended from Mike Bostock's original d3.sankey.

Demo

npm install d3-sankey-multipart

var sankey = d3.sankey()
    .size([width, height])
    .nodeWidth(15)
    .nodePadding(10)
    .nodes(energy.nodes)
    .links(energy.links)
    .layout(32);
var path = sankey.link();

About

An extension of d3.sankey that draws multipart edges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published