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
428 stars 119 forks source link

How to add edge weight or value in Directed graph? #9

Closed archit-aggarwal closed 2 years ago

archit-aggarwal commented 4 years ago

Hi I want to use directed graphs but with Edge weights. How can I use directed graphs from your library?

nabil6391 commented 4 years ago

Hi. There is no option to do it now. Neither am I planning to add it any sooner.