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

Add option for different types of lines for Sugiyama #122

Open Tarlison opened 4 months ago

Tarlison commented 4 months ago

Added dot, dash and sine line options for Sugiyama graph. If the lineType property is not supplied, the normal line is drawn. Does not work for curved lines, only for straight edges from node to node.