https://github.com/vatz88/jointjs-minimap-example
Example on how to build minimap / navigator in JointJS
https://github.com/vatz88/jointjs-minimap-example
jointjs
Last synced: 10 months ago
JSON representation
Example on how to build minimap / navigator in JointJS
- Host: GitHub
- URL: https://github.com/vatz88/jointjs-minimap-example
- Owner: vatz88
- License: mit
- Created: 2018-09-16T12:52:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T13:19:29.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T06:34:34.315Z (about 1 year ago)
- Topics: jointjs
- Language: HTML
- Homepage: https://vatz88.github.io/jointjs-minimap-example/
- Size: 4.88 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jointjs-minimap-example
Minimaps are a great way to viualize large graphs. [Rappid](https://www.jointjs.com) does have a feature called [Navigator](http://resources.jointjs.com/docs/rappid/v2.3/ui.html#ui.Navigator). But Rappid is a paid library build on top of JointJS. [JointJS](https://www.jointjs.com/opensource) is open source and free to use library.
This simple example shows how to build minimap directly with JointJS. See the example running [here](https://vatz88.github.io/jointjs-minimap-example/).
Implementation in this example only demonstrates the approach, code can be better optimized.