You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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):
Does anyone have any ideas for things I could try to get better node/edge layouts?
The text was updated successfully, but these errors were encountered:
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.
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):Does anyone have any ideas for things I could try to get better node/edge layouts?
The text was updated successfully, but these errors were encountered: