dagrejs / dagre-d3

A D3-based renderer for Dagre
MIT License
2.85k stars 587 forks source link

Layout Questions For DAGs #392

Open noahbetzen-wk opened 4 years ago

noahbetzen-wk commented 4 years ago

I'm pulling Jira ticket data and dependencies and attempting to graph them. This is the result I have so far using all of Dagre's default sorting values.

Screen Shot 2020-02-05 at 10 37 38 AM

There are many overlapping lines that I've been unable to fix using Dagre's various configuration options.

This is what a very similar dependency graph looks like using graphviz with default settings (and some more custom styling):

photo_2020-02-05_11-44-32

Does anyone have any ideas for things I could try to get better node/edge layouts?

pmjhonwang commented 4 years ago

https://github.com/dagrejs/dagre-d3/tree/master/lib/intersect @noahbetzen-wk

History-1024 commented 1 year ago

Have you solved your problem? I have a similar problem at the moment