dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.83k stars 588 forks source link

Converging nodes / paths #348

Open ralphreijs opened 5 years ago

ralphreijs commented 5 years ago

Hi, I've been playing with Dagre-d3 and love what it allows me to do! I've mostly adapted the ETL Visualisation, but I'm running into an issue.

Everything works fine and as expected when diverging on continuing with current path.. But when multiple nodes lead back to 1 node, only the first path gets drawn and the others stay disconnected.

I have been looking at code, but can't figure out what I need to modify so that my nodes on the right of the graph have converging paths back to 1 node.

Thanks! Keep up the awesome work! <3