File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ function logEvent(name, data) {
79
79
}
80
80
</script >
81
81
82
+ # Introduction to Edges
83
+
82
84
Edges are the links connecting your nodes, forming a map.
83
85
Each edge runs from one handle to another, and can be customized to your liking.
84
86
Original file line number Diff line number Diff line change @@ -50,6 +50,8 @@ function logEvent(name, data) {
50
50
}
51
51
</script >
52
52
53
+ # Introduction to Nodes
54
+
53
55
Nodes are the underlying components of your graph.
54
56
They can be any kind of data you want to visualize in your graph, existing independently and being interconnected
55
57
through edges to create a data map.
Original file line number Diff line number Diff line change 1
1
# Configuration
2
2
3
+ This page covers the configuration options available for Vue Flow and how to use and set them.
4
+
3
5
## Options / Props
4
6
5
7
Vue Flow allows you to configure zoom, graph and flow behavior.
You can’t perform that action at this time.
0 commit comments