Open lopesc opened 5 years ago
Has anybody found any third party libs to do a mini-map?
Are there any news regarding this issue? Thank you!
@lopesc have you found any workaround how to implement this?
Also interested if someone has a clue on how to achieve this ?
could this work with the current implementation of the canvas?
@dylanvorster If has information about Mini-Map?
@dylanvorster Is this being worked on? If not I could take a crack at it.
@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.
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.