Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

overlapping nodes and edges for more complex relations #16

Open
bodokaiser opened this issue Aug 20, 2022 · 1 comment
Open

overlapping nodes and edges for more complex relations #16

bodokaiser opened this issue Aug 20, 2022 · 1 comment

Comments

@bodokaiser
Copy link

Hi,

the default settings of vis.js used by entviz produces overlapping edges and nodes for more complex relations:

Screen Shot 2022-08-20 at 10 38 30

(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.

@hi2gage
Copy link

hi2gage commented Sep 8, 2023

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,
  },
},

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants