-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstartgraph.json
More file actions
37 lines (37 loc) · 1.15 KB
/
startgraph.json
File metadata and controls
37 lines (37 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"nodes": [
{"x": 469, "y": 410, "name": "foo"},
{"x": 493, "y": 364, "name": "foo"},
{"x": 442, "y": 365, "name": "bar"},
{"x": 467, "y": 314, "name": "bar"},
{"x": 477, "y": 248, "name": "bar"},
{"x": 425, "y": 207, "name": "bar"},
{"x": 402, "y": 155, "name": "bar"},
{"x": 369, "y": 196, "name": "bar"},
{"x": 350, "y": 148, "name": "bar"},
{"x": 539, "y": 222, "name": "bar"},
{"x": 594, "y": 235, "name": "bar"},
{"x": 582, "y": 185, "name": "bar"},
{"x": 633, "y": 200, "name": "bar"}
],
"links": [
{"source": 0, "target": 1},
{"source": 1, "target": 2},
{"source": 2, "target": 0},
{"source": 1, "target": 3},
{"source": 3, "target": 2},
{"source": 3, "target": 4},
{"source": 4, "target": 5},
{"source": 5, "target": 6},
{"source": 5, "target": 7},
{"source": 6, "target": 7},
{"source": 6, "target": 8},
{"source": 7, "target": 8},
{"source": 9, "target": 4},
{"source": 9, "target": 11},
{"source": 9, "target": 10},
{"source": 10, "target": 11},
{"source": 11, "target": 12},
{"source": 12, "target": 10}
]
}