You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: