d3 / d3-plugins

[DEPRECATED] A repository for sharing D3.js V3 plugins.
https://github.com/d3/d3/wiki/Plugins
Other
1.81k stars 684 forks source link

Sankey improvements #73

Open mbostock opened 11 years ago

mbostock commented 11 years ago

The Sankey plugin could use some improvements, such as options for disabling the move-sinks-right and enabling move-sources-right. Also, being able to set the x-position of the nodes in a Sankey diagram would be useful for alluvial diagrams; it might also be useful to control the y-order of nodes for a given x-value.

thiloplanz commented 9 years ago

For manually setting the x-position, see #88

soxofaan commented 9 years ago

FYI: I merged #91 in the master branch of my subtree fork of the sankey plugin at https://github.com/soxofaan/d3-plugin-captain-sankey (also see #133 )