-
Notifications
You must be signed in to change notification settings - Fork 611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compound Graph: Unable to draw edge from a child node to a parent node. Error: Uncaught TypeError: Cannot set property ‘rank’ of undefined #236
Comments
Here's an example that has loop in it (1 -> 2 -> 5 -> 1) and there doesn't seem to be any problem? |
@jemerald Hi, I think you misunderstood my problem here. The problem is that I couldn't draw an edge from a node to a parent node which contains a nested node. Does this make sense? Please see the question description in this link as I included more descriptions dagrejs/dagre-d3#319 Thanks! |
Any workaround ? |
Is there a solution?I have the same problem |
also looking for a solution. any updates? |
I am now facing the same problem. There is no update on this for 7 years? |
I’m currently using dagre.js for my visualisation graph, it’s great. But I can’t draw any edge from a child node to a parent node, if I try to do so I will get the following error: Uncaught TypeError: Cannot set property ‘rank’ of undefined.
I think this is a bug, but I can’t find a way to fix this issue. The parent of a node is a node, so we should be able to draw edges to it.
Can someone please help?
Much appreciated,
Michael
The text was updated successfully, but these errors were encountered: