alibaba / GGEditor

A visual graph editor based on G6 and React
https://ggeditor.com
MIT License
3.41k stars 573 forks source link

[Question] Is there a way to auto-locate or organize nodes? #174

Open jahirfiquitiva opened 5 years ago

jahirfiquitiva commented 5 years ago

Hello

Using vis.js one can set physics and a graph "organizer" so all nodes, edges and labels are visible and easy to move and stuff.

Is there a way to use something similar with GGEditor?

Thanks in advance!

wxy1995 commented 5 years ago

You can auto-locate nodes by using layout plugin.

eg: dagre, forceAtlas2