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
424 stars 117 forks source link

Add a feature to see the all nodes #5

Closed JosePedroNobre closed 3 years ago

JosePedroNobre commented 4 years ago

Allow the user to see the all nodes to allow him to have a perpective of everything. I am having this issue where I can't zoom out more.

Screenshot 2020-09-11 at 22 49 58
nabil6391 commented 3 years ago

Released 0.6.1 to fix the problem.

JosePedroNobre commented 3 years ago

What should I change for this to happen? @nabil6391

nabil6391 commented 3 years ago

See the updated example from TreeViewPage.dart