Minimap
You can display a minimap of the graph, to know which portion of the graph you are viewing.
To use it, you need to install the package @react-sigma/minimap
.
npm install @react-sigma/minimap
The you can use the Minimap component provided by the package like in this example :
Loading...