graphview icon indicating copy to clipboard operation
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.

Results 63 graphview issues
Sort by recently updated
recently updated
newest added

How can I print plot a different color for some of edges and how can I listen to the edge onTag event?

![Bildschirmfoto 2022-08-03 um 10 29 54](https://user-images.githubusercontent.com/98831574/182566054-3a179c18-2fbe-42db-a97e-e42b3eb16407.png) 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...

bug

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

bug

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. ![image](https://user-images.githubusercontent.com/49645556/165157482-2884d376-7bd4-49cc-b3dd-6e25bab685dc.png)

enhancement

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. ![image](https://user-images.githubusercontent.com/50484428/163732426-bb103251-83d4-406f-b1a5-26533ac1120a.png)

enhancement