graphview
graphview copied to clipboard
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.
How can I print plot a different color for some of edges and how can I listen to the edge onTag event?
 Hello, We use the plugin (graphview: ^1.1.1) with the Sugiyama algorithm. In more complex graphs, the individual nodes often overlap. As can be seen...
hello, How to implement the closing arm of the nodes? @nabil6391
Hi, I have observed that in GraphView.dart, when we pass a key to GraphView, you are passing it to both super constructor, as well as the widget being returned in...
Hello, I am using graphview to create an organization chart for my company. I am now wondering if it is possible to position all leaf nodes (in my case individual...
Hello, I have a graph generated incorrectly from time to time, the video shows how in the first 4 seconds. https://youtu.be/zTisw2TC31M and file with that problem in repository: https://github.com/IStormtrooperI/tea_web/blob/master/lib/catalogPage.dart
Currently we have only an arrow edge render available, it would be nice to have any option such as Whimsical's edges and some that follows this style. 
Hi, The GraphView is having grey colour. How can we change it to Transparent?
I was trying to display an NFA-ε which required the edge of a grandchild to go back into it's grandparent node. Using SugiyamaAlgorithm the resulting graph isn't correct, as visible...
It would be greate if this library could support such structure of graph. 