neo4j-contrib / neovis.js

Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Help: How to separate each "dot" without overlapping

XinyeYang opened this issue · comments

image

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