Open wadeewang opened 2 months ago
@vasturiano thanks for reaching out.
zoomToFit
is a component method for react-force-graph-2d
. In fact, you can see it working in this example:
https://github.com/vasturiano/react-force-graph/blob/master/example/fit-to-canvas/index.html
If you're having some trouble getting it to work, please provide a simple example on https://codesandbox.io/.
@W-HanYu For zoomToFit() methods,
This will occur when a graph instance, graphRef.current, exists. In the case of react, it seems that it will be available after useEffect or onEngineStop.
Why can't
zoomTofit
api be used inreact-force-grapg-2d
?