fbreitwieser / sankeyD3

D3 Sankey Network Graphs from R
65 stars 27 forks source link

NodePosY feature for Grouped Nodes #6

Open jrangeles opened 7 years ago

jrangeles commented 7 years ago

I'm wondering how to implement a NodePosY feature where I could re-order the rows of grouped nodes in a per column/group fashion.

The problem is that I'm working on data that has a lot of grouped nodes, and I'm encountering an issue where the nodes that do not branch out are buried under nodes that extend further.

Basically I would like to re-order the Y axis of the grouped nodes, in order to easily identify nodes that do and do not branch out.

Any assistance to solve this issue would be appreciated.