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
Copy file name to clipboardExpand all lines: site/content/3.13/graphs/graph-visualizer.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ to visually understand the structure as well as to inspect and edit the attribut
11
11
of individual nodes and edges. It also offers query capabilities and you can
12
12
create new nodes (vertices) and relations (edges).
13
13
14
+

15
+
14
16
{{< info >}}
15
17
Graph creation is **not** performed within the Graph Visualizer. Graphs must be
16
18
created in the **Management** section under **Graphs** of the second-level
@@ -91,6 +93,8 @@ displayed.
91
93
7. To see the neighbor nodes and the edges that connect them, right-click a node,
92
94
click **Expand (_n_)** and then **All (_n_)**.
93
95
96
+

97
+
94
98
### Add nodes and edges using a query
95
99
96
100
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:
128
132
-**Delete** a no longer needed query.
129
133
{{< /tip >}}
130
134
135
+

136
+
131
137
### Add nodes and edges using a query based on a selection
132
138
133
139
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.
154
160
```
155
161
7. Enter a name and optionally a description for the action and click **Save**.
156
162
163
+

164
+
157
165
### Remove nodes from the canvas
158
166
159
167
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:
178
186
- Right-click a node to open the context menu and click **View Node** to open
179
187
the dialog with the properties.
180
188
189
+

190
+
181
191
### Layouts and navigation tools
182
192
183
193
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.
230
240
{{< info >}}
231
241
If you select two nodes before right-clicking to open the edge creation
232
242
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.
234
244
{{< /info >}}
235
245
246
+

247
+
236
248
### Edit node and edge properties
237
249
238
250
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
275
287
4. You can also do the following:
276
288
- Clear the styling modifications.
277
289
- See the number of nodes respectively edges on the canvas (by collection).
290
+
291
+

0 commit comments