Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I stop the movement of the nodes in Neo4j?

I'm using Neo4j with webadmin interface.

When I run a query I display the nodes and relationships graphically. However, whenever I move a node, the other nodes connected to it move too. How can I stop this "force-attraction" effect?

Thank you very much

like image 240
RioMario Avatar asked Sep 26 '14 10:09

RioMario


1 Answers

There's no way to turn off this behaviour specifically within the browser although when you manually move a node, it becomes "pinned" to that location so will then not move when its neighbours do.

If you think you would find more control over the node movements useful, you could always raise an issue or pull request on GitHub.

like image 134
Nigel Small Avatar answered Oct 14 '22 21:10

Nigel Small