dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.86k stars 592 forks source link

Setting minlen to 0? #186

Open polyrhythmatic opened 9 years ago

polyrhythmatic commented 9 years ago

Really enjoying the results I'm getting with dagre-d3, but is there any way to specify node alignment between two connected nodes?

screen shot 2015-08-10 at 10 16 44 pm

I am trying to align the modulator and gainNode nodes vertically to indicate they have a different connection type. I've tried changing the connection minlen, and also changing the ranking but none of these work. Is there any way to accomplish this?

EmilStenstrom commented 4 years ago

I think this would be solved by merging https://github.com/dagrejs/dagre/pull/271