anvaka / ngraph.forcelayout

Force directed graph layout
https://anvaka.github.io/ngraph.forcelayout/
BSD 3-Clause "New" or "Revised" License
163 stars 32 forks source link

Node too close in v3 #47

Open s-dezign opened 2 years ago

s-dezign commented 2 years ago

Tested v1 and v3. With ngraph.graph v19.0.2 and ngraph.forcelayout v.1.0.0 — all good and nodes has some space between to see the links with ngraph.graph v20.0.0 and ngraph.forcelayout v.3.3.0 — all nodes are super close links are not visible.

What is the problem can be ?

anvaka commented 2 years ago

Do you see any errors/warnings on the console?

Also would it be possible to share a simple page to help me reproduce this (e.g. on https://jsbin.com/)?