nabil6391 / graphview

Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
MIT License
415 stars 115 forks source link

How to config Directed graph #124

Open DanielErnany opened 3 months ago

DanielErnany commented 3 months ago

How can I make sure that nodes do not overlap when using the Fruchtermam reingold algorithm, I am having to show a large number of nodes approximately 50 and they cannot be on top of each other, I changed the repulsion and attraction but they still continue to overlap .