-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Website] Implement graph view #611
Comments
@9glenda look at this for reference: https://visjs.github.io/vis-network/examples/network/data/importingFromGephi.html |
Sorry but you are insane |
yes, because the only water i have rn is medium water (which is a disgrace and should be forbidden) |
This requires some api integration (we will have node links through ids) Also we need a field in the api then, who a person is linked with. And with the physics stuff, lets make it be off by default but enable it optionally in settings (We can do that through local storage, since it may be a device-specific decision) |
This is low priority tho. Seekrstack has to be merged first |
Yeah but i think this should be like after seekrstack and fix releases, since it would be a rework of the main seekr ui |
Seekrstack is fix releases |
Seekrstack is everything you ever dreamed of. Seekrstack is like a gf |
Use vis.js for its user-friendly controls (panning, dragging, etc.) which otherwise would be a pain to implement.
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
The text was updated successfully, but these errors were encountered: