-
I was testing out the graphology-layout-tree mentioned in this discussion #1477 (comment) and for the most part it looks good, but is there a way to prevent the nodes from overlapping as shown in the image here? Also if I set the itemSizesReference to "positions" as in the storybook all the nodes grow in size and overlap one another so I didn't use that settings (honestly I'm not entirely sure what it's doing since I'm still learning the details of how the rendering works) I recognize that this isn't necessarily a released feature, but thought I'd ask since my dagre implementation I mentioned in 1477 gets mixed results and this seems much more "native". |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @Rich5, There are two different issues here, I think:
Also, there are some options you can give some options to the
Combining these options with sigma's setting |
Beta Was this translation helpful? Give feedback.
Hi @Rich5,
There are two different issues here, I think:
Also, there are some options you can give some options to the
treeLayout
function:xGroupsOffset
is the horizontal space between two consecutive depth levels, in pixelsyInGroupOffset
is the vertical space between two consecutive nodes in the same group, in pixelsyGroupsOffset
is the ve…