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
420 stars 114 forks source link

How to make tree graph like the mindmap #65

Open iamhiutrun opened 2 years ago

iamhiutrun commented 2 years ago

I would like to tree like the image below, but my issue is connecting to the root tree (yellow color) from the left to it, but only 1 node success. What essential if the graph allows adding from many sides: RTL, LTR, TTB, BTT in a configuration.


this is a design that I'm following

Screenshot 2022-01-07 094322
amebrahimi commented 2 years ago

Have you found any solution to this?