11

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

RioMario
  • 121
  • 1
  • 5
  • 1
    When I export the graph as a PNG for example, it stops the movement of the nodes. – Jeroen Steen Mar 23 '17 at 14:47
  • 1
    The "export PNG" option works for me, but is a disaster for large graphs. So sad that you still can't turn off this confusing animation. – Johannes Nov 06 '17 at 09:03

1 Answers1

2

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.

Nigel Small
  • 4,475
  • 1
  • 17
  • 15