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

How to focus on a graph view node #113

Closed flexboni closed 6 months ago

flexboni commented 6 months ago

I am using GraphView in InteractiveViewer.

I want to auto focus on a specific node, but I cannot get the desired position information.

Can you tell me how to get the position information of a specific Node or how to auto focus it?

flexboni commented 6 months ago

I used graphView in FittedBox. So move focus is not correct..