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
424 stars 117 forks source link

Length of edges #10

Closed federaimondi82 closed 2 years ago

federaimondi82 commented 3 years ago

Hello, how I can resize the length of edges? Graphs don't enter into the web page

nabil6391 commented 3 years ago

There is no option to do it. It does not fit the web page?

federaimondi82 commented 3 years ago

Unfortunately not. There is a large graph even using only four or five elements and edges are too long. Can you write this property,pls?

nabil6391 commented 3 years ago

Perhaps there is an issue. because if there are four or five elements it should not be the case. Problem is the length of edges is actually calculated for directed graph. For others you can actually set the levels