neo4j-contrib / neovis.js

Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.
Apache License 2.0
1.59k stars 324 forks source link

Help: How to separate each "dot" without overlapping #332

Open XinyeYang opened 1 year ago

XinyeYang commented 1 year ago
image

I have changed physics solver from "barnesHut" to "repulsion", "hierarchicalRepulsion", "forceAtlas2Based" and also set the property "avoidOverlap = 1". The dots still overlap.