eisman / neo4jd3

Neo4j graph visualization using D3.js
https://eisman.github.io/neo4jd3/
MIT License
1.37k stars 422 forks source link

Load new data on the center #31

Open nighto opened 6 years ago

nighto commented 6 years ago

New data loaded from Neo4J is being loaded on coordinates 0,0, i.e. the top left corner.

image

It'd be nice if they're loaded on the center.

Just created a fork, will be proposing a PR soon.