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 show the node without edge? #97

Closed CorvusYe closed 1 year ago

CorvusYe commented 1 year ago

Hello, could you help me to show the node when the node has no edge ?

CorvusYe commented 1 year ago

I got it.

Use graph.addNode or graph.addNodes.