entviz
entviz copied to clipboard
overlapping nodes and edges for more complex relations
Hi,
the default settings of vis.js used by entviz produces overlapping edges and nodes for more complex relations:
(I censored the names because this is from work).
I tried to play around with the physics settings inside the HTML produced by entviz but did not find a solution.
I ended up changing the layout hierarchical layout to false. This allowed me to move around the boxes.
layout: {
improvedLayout: true,
hierarchical: {
enabled: false,
levelSeparation: 250,
},
},