Skip to content
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

Enhancement: Support multiple network layouts #25

Closed
dmoore247 opened this issue Apr 18, 2018 · 2 comments
Closed

Enhancement: Support multiple network layouts #25

dmoore247 opened this issue Apr 18, 2018 · 2 comments

Comments

@dmoore247
Copy link

dmoore247 commented Apr 18, 2018

Add capability to support multiple layouts, such as the default force directed, but also hierarchical, dot, ....

Adding this issue to track the enhancement requirements and design.

@dmoore247
Copy link
Author

http://visjs.org/ has some great network layout capabilities and accepts the { nodes: nodes, edges: edges data structure currently being used. The approach is to keep the scripts/graphioGremlin.js and other existing aspects but to swap out the scripts/graph_viz.js module.

@bricaud
Copy link
Owner

bricaud commented Apr 18, 2018

One first and easy way to have a different layout is to define the nodes positions inside the graphDB. Thanks to #24, Graphexp can now put the nodes at predefined positions stored in the DB.

@bricaud bricaud closed this as completed Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants