bobthekingofegypt / dagre-reactjs

React component for rendering a dagre graph layout without any dependency on d3
MIT License
28 stars 8 forks source link

How to create an Edge point to Nodes which contains child-node #15

Closed Heidernlee closed 2 years ago

Heidernlee commented 2 years ago

Thanks for providing such a good library.

I think Dagre-D3 has a fatal Issus , It cannot draw an edge to nodes which contains child-node , like this :

HeidernleeExample

Dagre-D3 cannot draw an edge from [Child Node1-1] to [Parent Node2]

Did your library solved this Issue? Guys from Dagre-D3 are waiting.....

bobthekingofegypt commented 2 years ago

Hello, I don't believe this feature is supported in dagre itself so I'm afraid it is not supported here. I don't even support compound graphs at all.

Heidernlee commented 2 years ago

That's so bad , I'll keep trying. Thanks for your response.