dagrejs / dagre

Directed graph layout for JavaScript
MIT License
4.63k stars 600 forks source link

Reducing overlapping edges #281

Open tew3bud opened 5 years ago

tew3bud commented 5 years ago

Hello, I'm looking for a way to reduce overlapping edges when the graph is rendered. Even if I give an input graph with the same data for nodes and edges over and over, the graph renders differently almost every time. I want to know if there is a way to have a consistent rendering of the graph since the given data is always the same or at the very least reduce the overlapping of edges when a node is the target of multiple edges. I saw this issue request from a long time ago https://github.com/dagrejs/dagre/issues/145 and noticed that there used to be functionality to reduce edge crossing. Is there any way for this or something similar to be re-implemented?

gongtiexin commented 4 years ago

Hello, I am having the same problem, is your problem solved please? @tew3bud

TheOsadxen commented 1 year ago

any updates on this?

johannbuscail commented 10 months ago

any update ?

tbotnz commented 7 months ago

same issue