vasturiano / react-force-graph

React component for 2D, 3D, VR and AR force directed graphs

Home Page:https://vasturiano.github.io/react-force-graph/example/large-graph/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i add minimap for graph?

MaksZhukov opened this issue · comments

Is your feature request related to a problem? Please describe.
I want to add minimap for my graph and see canvas objects if they are outside the canvas after zooming
I use this functionality and put the result inside src for image, but it provides only zoomed object. It doesn't includes objects outside zoom
canvas.toBlob( (blob) => { onUpdateDataURL(blob) }, 'image/webp', 0.7 );
How can I solve it?
image
image

Describe the solution you'd like
Minimap

Duplicate of #490