Help with parameters to optimise layout #353
Replies: 2 comments 6 replies
-
|
You can play around with AvoidOvelap with value from 0 to 1. -HierarchicalRepulsionAvoidOverlapAccepted range: [0 .. 1]. When larger than 0, the size of the node is taken into account. The distance will be calculated from the radius of the encompassing circle of the node for both the gravity model. Value 1 is maximum overlap avoidance. It's part of New-DiagramOptionsPhysics. Depending which physics you use there are 3 different overalps. It's demonstrated here: https://visjs.github.io/vis-network/examples/network/layout/hierarchicalLayoutOverlapAvoidance.html Alternatively there are other options demonstrated here: Those should be available to be set, unless I've forgot to add them. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @PrzemyslawKlys, thank you for your reply. this is what I can get now with the following parameters it seems a little bit better, thank you so much. |
Beta Was this translation helpful? Give feedback.







Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this module is amazing. I'm trying to use it to draw dynamically a schema that is representing Microsoft Intune setup, retrieving information from Azure AD about groups (nested, dynamics, etc). A the top level, I will have the master group, below level(s) the groups that will include the main one and as last level the the Intune configurations and applications. I don't understand which parameters i should use to keep enough space between so the labels will not overlap (like in the screenshot). Thank you in avance
Beta Was this translation helpful? Give feedback.
All reactions