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 draw dashed lines ? #98

Open kadirfayzi opened 1 year ago

kadirfayzi commented 1 year ago

I want to draw both dashed and straight lines on graph. How to achieve this?