- Notifications
You must be signed in to change notification settings - Fork 8
DOC-799 | Graph Visualizer improvements and updated screenshots #802
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
base: main
Are you sure you want to change the base?
Conversation
Deploy Preview Available Via |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see my comments.
3. Select a graph from the list. | ||
4. The viewport of the Graph Visualizer opens for exploring the graph. | ||
| ||
The main area of the viewport may initially be empty in the following cases: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will change, the Visualizer will automatically populate the canvas with an initial neighbourhood, see https://github.com/arangodb/platform-ui/pull/217
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not available in dev yet unfortunately - I would like to try this quickly before writing about it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has just landed in dev
3. Confirm the deletion by clicking **Delete**. | ||
| ||
## Visual customization | ||
## Legend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Legend | |
## Legend and visual customization |
Also adjust anchor links!
You can select nodes, edges, or both on the canvas and then use a **Canvas Action**. | ||
This runs an AQL query to add nodes, edges, or paths of the graph to the canvas. | ||
The query has access to the current selection via special bind variables. | ||
For example, you could select and movie and use a Canvas Action that adds all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, you could select and movie and use a Canvas Action that adds all | |
For example, you could select a movie and use a Canvas Action that adds all |
Description
Upstream PRs