-
Notifications
You must be signed in to change notification settings - Fork 5
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
TypeError: Cannot set property 'order' of undefined #3
Comments
Can you reproduce the issue here: https://mermaidjs.github.io/mermaid-live-editor/ ? If so, please post the link back and I will definitely take a look. |
+1 here. Would having too many nodes and edges be the reason? My data had 1k+ nodes.. |
@tylerlong I will try to reproduce it there. @frozenL I was able to reproduce it in a graph with about 15 nodes. |
@josejulio I was using dagre itself and was able to reproduce directly in dagre. I cross posted the issue over here since some development was going on in this port as well. |
Not sure if you have any interest in this. I am cross posting this from the main dagre repo. Basically I have a graph that when laid out throws the following error:
I was able to replicate this, in this fork also. Here is the relevant gist.
https://gist.github.com/mmacfadden/2c923a6c7209308745296d489289f316
Here is the Dagre issue: dagrejs/dagre#234
The text was updated successfully, but these errors were encountered: