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

Collapsing of Nodes #106

Open sanghvi-develop opened 1 year ago

sanghvi-develop commented 1 year ago

There is no option to collapse nodes. If my tree is to large for example my tree goes till 5 layers I want to collapse the last two layers untill I click on it. Is there a feature to do so.

kaumudpa commented 5 months ago

+1

oNguyenDucManh commented 3 months ago

I need this feature, waiting…..

svnty commented 1 month ago

I also need something similar to this, i have tried to create my own version of it by removing and adding nodes but it turns into a mess

Screenshot 2024-05-19 at 11 59 00 am