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

I m facing the same issue. when graph goes more with 2,3 level depth nodes are overlapping randomly #93

Closed lakharasachin-qf closed 1 year ago

lakharasachin-qf commented 1 year ago
    I m facing the same issue. when graph goes more with 2,3 level depth nodes are overlapping randomly

Originally posted by @lakharasachin-qf in https://github.com/nabil6391/graphview/issues/87#issuecomment-1277516299

CicadaCinema commented 1 year ago

There is some relevant discussion in the following issue regarding overlapping nodes with the Sugiyama algorithm: https://github.com/nabil6391/graphview/issues/56

lakharasachin-qf commented 1 year ago

thanks that issue is resolve now. But now there is an another issue I m facing please take a look on #96