-
Notifications
You must be signed in to change notification settings - Fork 1
/
graph.json
75 lines (75 loc) · 1.23 KB
/
graph.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"graph": {
"id": null,
"label": null,
"rank_dir": 0,
"width": 10.0,
"height": 30.0
},
"nodes": [
{
"unique_id": "0",
"id": "v0",
"label": null,
"shape": 0,
"pen_width": 1.0,
"font_size": 16.0,
"node_type": 0,
"elem_status": 0,
"rank": 0,
"order": 0,
"x": 5.0,
"y": 5.0,
"width": 10.0,
"height": 10.0
},
{
"unique_id": "1",
"id": "v1",
"label": null,
"shape": 0,
"pen_width": 1.0,
"font_size": 16.0,
"node_type": 0,
"elem_status": 0,
"rank": 2,
"order": 0,
"x": 5.0,
"y": 25.0,
"width": 10.0,
"height": 10.0
}
],
"edges": [
{
"unique_id": "0",
"id": "e1",
"label": null,
"source": "0",
"target": "1",
"shape": 6,
"pen_width": 1.0,
"font_size": 16.0,
"self_edge": false,
"elem_status": 0,
"x": 5.0,
"y": 15.0,
"width": 0.0,
"height": 0.0,
"points": [
{
"x": 5.0,
"y": 10.0
},
{
"x": 5.0,
"y": 15.0
},
{
"x": 5.0,
"y": 20.0
}
]
}
]
}