Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i add minimap for graph? #511

Closed
MaksZhukov opened this issue Apr 29, 2024 · 1 comment
Closed

How can i add minimap for graph? #511

MaksZhukov opened this issue Apr 29, 2024 · 1 comment

Comments

@MaksZhukov
Copy link

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

@vasturiano
Copy link
Owner

Duplicate of #490

@vasturiano vasturiano marked this as a duplicate of #490 Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants