neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
693 stars 347 forks source link

Visualizer zooms to fit after initial render is default behaviour #1796

Closed noahmay closed 2 years ago

noahmay commented 2 years ago

Adds a wait until the initial graph render is done and then zooms to fit the graph. The wait is because of the initial wiggle of the nodes, if we do not wait the zoom to fit can get the incorrect scale.

noahmay commented 2 years ago

Closed since #1801 solves the same issue