react-diagrams icon indicating copy to clipboard operation
react-diagrams copied to clipboard

Feature Request: Mini-map for large diagrams.

Open lopesc opened this issue 4 years ago • 8 comments

A mini-map feature would be useful for the user to easily see where they navigating are in relation to the larger-diagram, without have to zoom-out.

lopesc avatar Jul 25 '19 14:07 lopesc

Has anybody found any third party libs to do a mini-map?

lopesc avatar Nov 19 '19 15:11 lopesc

Are there any news regarding this issue? Thank you!

DavidDuranPerez avatar Feb 27 '20 13:02 DavidDuranPerez

@lopesc have you found any workaround how to implement this?

stanislav-grin avatar Aug 20 '20 08:08 stanislav-grin

Also interested if someone has a clue on how to achieve this ?

flieks avatar Feb 12 '21 08:02 flieks

could this work with the current implementation of the canvas?

https://github.com/jeremy-carbonne/react-minimap

dberardo-com avatar Oct 15 '21 09:10 dberardo-com

@dylanvorster If has information about Mini-Map?

serjikus22 avatar Jan 06 '22 12:01 serjikus22

@dylanvorster Is this being worked on? If not I could take a crack at it.

amagana8 avatar Mar 11 '24 21:03 amagana8

@amagana8 I would safely assume you can go with it if you want. This issue is opened for years and if anybody jump on it, you would see some movement I can imagine.

When looking graphing lib recently I found two implementations that can be helpful: https://github.com/cytoscape/cytoscape.js-navigator/blob/master/cytoscape-navigator.js https://github.com/xyflow/xyflow/blob/v11/packages/minimap/src/MiniMap.tsx/#L36

both are plugins to existing graphing software. Cytoscape JS, and xyflow is React.

spinus avatar Apr 01 '24 08:04 spinus