-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Use vis.js for its user-friendly controls (panning, dragging, etc.) which otherwise would be a pain to implement.
- Create switch between list and graph view
- Add option to settings for physics or not
- Create implementation test
- Connect to api
- Implement into seekr
Links:
Interaction: https://visjs.github.io/vis-network/examples/network/events/interactionEvents.html
Images: https://visjs.github.io/vis-network/examples/network/nodeStyles/circularImages.html
Icons: https://visjs.github.io/vis-network/examples/network/nodeStyles/icons.html
Groups (for implementing organizations): https://visjs.github.io/vis-network/examples/network/other/clusteringByZoom.html
Custom groups: https://visjs.github.io/vis-network/examples/network/nodeStyles/customGroups.html
Edit: https://visjs.github.io/vis-network/examples/network/other/saveAndLoad.html
Grey out: https://visjs.github.io/vis-network/examples/network/exampleApplications/neighbourhoodHighlight.html
Shadows (for neomorphism): https://visjs.github.io/vis-network/examples/network/nodeStyles/shadows.html