-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Network graph shifts each layer to the left. #3008
Comments
Well whoop-dee-doo, and another one. This particular report is a duplicate of #1735. |
FWIW, I can get a pretty decent layout if I set the following options for
|
I have deduced in other issues that there is something awry with option But with physics enabled, it can fix itself to something presentable, see previous comment. |
The problem is in method By disabling the method, a decent network is shown for multiple parents as well, like image above. |
@johnwmoody, could you live with the following layout? It's like your jsbin of |
This find, BTW, definitely marks the issue as a duplicate of #1735. I am closing this issue and continuing the work there. Feel free to reopen/add info if necessary. |
When numerous layers are added to a network, each layer is shifted slightly to the left.
See:
http://jsbin.com/qihipebeto/edit?html,output
I noted that in an older version (4.9.0) it appears to be more central:
http://jsbin.com/xipeqohuna/edit?html,output
Centrally aligned would be ideal, including centrally horizontal.
Kudos to the work, this is a fantastic project.
EDIT:
Further example (v4.19.1) looks to just display a line http://jsbin.com/fobuloxayi/edit?html,output (Theres a network there I promise!)
Using (v4.9.0) it actually looks really good: http://jsbin.com/veqehewada/edit?html,output
EDIT v2:
Using (v4.10.0) is perfect: http://jsbin.com/kurukuxeza/edit?html,output
The text was updated successfully, but these errors were encountered: