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
427 stars 120 forks source link

Arrow edges are hidden by nodes in Graph Cluster View (FruchtermanReingold) #75

Closed bingao closed 1 year ago

bingao commented 2 years ago

Hi,

First, thank you for the nice package! I tried to use graphview to build directed graph. I first ran the example of this package on macOS (macOS) and Chrome (chrome), and found arrow edges are hidden by nodes in Graph Cluster View (FruchtermanReingold), as shown in the screenshot.

Screenshot 2022-03-29 at 15 22 38

Do you know what the problem could be? How can I fix it? Thank you.

nabil6391 commented 1 year ago

Duplicate of #62