Skip to content

Commit d15a10f

Browse files
authored
Add Graph Visualizer screenshots (#742)
1 parent 876f90e commit d15a10f

8 files changed

+15
-1
lines changed

site/content/3.13/graphs/graph-visualizer.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ to visually understand the structure as well as to inspect and edit the attribut
1111
of individual nodes and edges. It also offers query capabilities and you can
1212
create new nodes (vertices) and relations (edges).
1313

14+
![A screenshot of the Graph Visualizer user interface showing some persons and movies as circles with arrows indicting who acted in or directed a movie](../../images/graph-visualizer.png)
15+
1416
{{< info >}}
1517
Graph creation is **not** performed within the Graph Visualizer. Graphs must be
1618
created in the **Management** section under **Graphs** of the second-level
@@ -91,6 +93,8 @@ displayed.
9193
7. To see the neighbor nodes and the edges that connect them, right-click a node,
9294
click **Expand (_n_)** and then **All (_n_)**.
9395

96+
![A screenshot of the dialog for adding nodes with two persons selected](../../images/graph-visualizer-add-nodes.png)
97+
9498
### Add nodes and edges using a query
9599

96100
You can run an AQL query to add a nodes, edges, or paths of the graph to the canvas.
@@ -128,6 +132,8 @@ You can save queries for future use:
128132
- **Delete** a no longer needed query.
129133
{{< /tip >}}
130134

135+
![A screenshot of the dialog with a query expanded and a bind variable filled in](../../images/graph-visualizer-queries.png)
136+
131137
### Add nodes and edges using a query based on a selection
132138

133139
You can select nodes and edges on the canvas and then use a **Canvas Action**.
@@ -154,6 +160,8 @@ The query has access to the current selection via special bind variables.
154160
```
155161
7. Enter a name and optionally a description for the action and click **Save**.
156162

163+
![A screenshot of the context menu for a node showing the available Canvas Actions](../../images/graph-visualizer-menu-canvas-action.png)
164+
157165
### Remove nodes from the canvas
158166

159167
You can dismiss nodes to show less nodes and edges on the canvas to focus on the
@@ -178,6 +186,8 @@ You can inspect the document attributes of node or edge as follows:
178186
- Right-click a node to open the context menu and click **View Node** to open
179187
the dialog with the properties.
180188

189+
![A screenshot of the properties dialog with the keys and values of a node](../../images/graph-visualizer-node-properties.png)
190+
181191
### Layouts and navigation tools
182192

183193
These features allow you to clear, zoom, and pan the canvas, as well as rearrange
@@ -230,9 +240,11 @@ This allows you to create additional connections between nodes.
230240
{{< info >}}
231241
If you select two nodes before right-clicking to open the edge creation
232242
dialog, the `_from` and `_to` fields are automatically pre-filled.
233-
The order is not based on your selection sequence but the document key.
243+
You may need to swap the IDs as the order is not based on your selection sequence.
234244
{{< /info >}}
235245

246+
![A screenshot of the dialog for creating an edge with the From and To fields filled in](../../images/graph-visualizer-create-edge.png)
247+
236248
### Edit node and edge properties
237249

238250
You can modify the document attributes of nodes and edges from the canvas as follows:
@@ -275,3 +287,5 @@ labels. All styling changes are visual-only and do not affect the underlying dat
275287
4. You can also do the following:
276288
- Clear the styling modifications.
277289
- See the number of nodes respectively edges on the canvas (by collection).
290+
291+
![A screenshot of the Customization panel with a popover dialog for edge styling open](../../images/graph-visualizer-customization.png)
25.4 KB
Loading
8.43 KB
Loading
16.9 KB
Loading
11.1 KB
Loading
19 KB
Loading
17.4 KB
Loading
148 KB
Loading

0 commit comments

Comments
 (0)