-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnx.html
265 lines (206 loc) · 501 KB
/
nx.html
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 1000px;
height: 1000px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 1000px;
height: 1000px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#config {
float: left;
width: 400px;
height: 600px;
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<div id="config"></div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"group": 1, "id": 1, "label": "1 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 596, "label": "596 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 598, "label": "598 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 607, "label": "607 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 608, "label": "608 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 710, "label": "710 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 713, "label": "713 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 718, "label": "718 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 727, "label": "727 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 731, "label": "731 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 781, "label": "781 True True 320", "shape": "dot", "size": 10}, {"group": 1, "id": 848, "label": "848 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 872, "label": "872 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 873, "label": "873 True True 64", "shape": "dot", "size": 10}, {"group": 1, "id": 896, "label": "896 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 990, "label": "990 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 1006, "label": "1006 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 1025, "label": "1025 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 1036, "label": "1036 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 1071, "label": "1071 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 1072, "label": "1072 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 1113, "label": "1113 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 1214, "label": "1214 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 1220, "label": "1220 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 1340, "label": "1340 True True 439", "shape": "dot", "size": 10}, {"group": 1, "id": 1922, "label": "1922 True True 531", "shape": "dot", "size": 10}, {"group": 1, "id": 1925, "label": "1925 True True 533", "shape": "dot", "size": 10}, {"group": 1, "id": 2318, "label": "2318 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 2383, "label": "2383 True True 332", "shape": "dot", "size": 10}, {"group": 1, "id": 4014, "label": "4014 True True 815", "shape": "dot", "size": 10}, {"group": 1, "id": 4629, "label": "4629 True True 854", "shape": "dot", "size": 10}, {"group": 1, "id": 4643, "label": "4643 True True 857", "shape": "dot", "size": 10}, {"group": 1, "id": 5550, "label": "5550 True True 911", "shape": "dot", "size": 10}, {"group": 1, "id": 5701, "label": "5701 True True 940", "shape": "dot", "size": 10}, {"group": 1, "id": 5953, "label": "5953 True True 953", "shape": "dot", "size": 10}, {"group": 1, "id": 6659, "label": "6659 True True 997", "shape": "dot", "size": 10}, {"group": 1, "id": 7075, "label": "7075 True True 909", "shape": "dot", "size": 10}, {"group": 1, "id": 7214, "label": "7214 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 7711, "label": "7711 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 8462, "label": "8462 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 8463, "label": "8463 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 8526, "label": "8526 True True 800", "shape": "dot", "size": 10}, {"group": 1, "id": 9165, "label": "9165 True True 713", "shape": "dot", "size": 10}, {"group": 1, "id": 10406, "label": "10406 True True 1226", "shape": "dot", "size": 10}, {"group": 1, "id": 10563, "label": "10563 True True 1248", "shape": "dot", "size": 10}, {"group": 1, "id": 11078, "label": "11078 True True 1295", "shape": "dot", "size": 10}, {"group": 1, "id": 12642, "label": "12642 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 2, "label": "2 True True 4", "shape": "dot", "size": 10}, {"group": 1, "id": 3, "label": "3 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 10, "label": "10 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 11, "label": "11 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 13, "label": "13 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 18, "label": "18 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 20, "label": "20 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 25, "label": "25 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 27, "label": "27 True True 27", "shape": "dot", "size": 10}, {"group": 1, "id": 32, "label": "32 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 34, "label": "34 True True 33", "shape": "dot", "size": 10}, {"group": 1, "id": 40, "label": "40 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 42, "label": "42 True True 19", "shape": "dot", "size": 10}, {"group": 1, "id": 48, "label": "48 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 50, "label": "50 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 51, "label": "51 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 54, "label": "54 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 57, "label": "57 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 64, "label": "64 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 65, "label": "65 True True 47", "shape": "dot", "size": 10}, {"group": 1, "id": 67, "label": "67 True True 48", "shape": "dot", "size": 10}, {"group": 1, "id": 71, "label": "71 True True 50", "shape": "dot", "size": 10}, {"group": 1, "id": 72, "label": "72 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 74, "label": "74 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 78, "label": "78 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 79, "label": "79 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 89, "label": "89 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 91, "label": "91 True True 64", "shape": "dot", "size": 10}, {"group": 1, "id": 93, "label": "93 True True 66", "shape": "dot", "size": 10}, {"group": 1, "id": 94, "label": "94 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 103, "label": "103 True True 68", "shape": "dot", "size": 10}, {"group": 1, "id": 106, "label": "106 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 111, "label": "111 True True 61", "shape": "dot", "size": 10}, {"group": 1, "id": 116, "label": "116 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 118, "label": "118 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 121, "label": "121 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 122, "label": "122 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 124, "label": "124 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 127, "label": "127 True True 73", "shape": "dot", "size": 10}, {"group": 1, "id": 128, "label": "128 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 129, "label": "129 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 132, "label": "132 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 134, "label": "134 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 135, "label": "135 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 142, "label": "142 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 151, "label": "151 True True 95", "shape": "dot", "size": 10}, {"group": 1, "id": 152, "label": "152 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 153, "label": "153 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 158, "label": "158 True True 93", "shape": "dot", "size": 10}, {"group": 1, "id": 163, "label": "163 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 164, "label": "164 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 168, "label": "168 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 175, "label": "175 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 176, "label": "176 True True 101", "shape": "dot", "size": 10}, {"group": 1, "id": 180, "label": "180 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 184, "label": "184 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 187, "label": "187 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 193, "label": "193 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 194, "label": "194 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 196, "label": "196 True True 39", "shape": "dot", "size": 10}, {"group": 1, "id": 202, "label": "202 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 205, "label": "205 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 206, "label": "206 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 209, "label": "209 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 213, "label": "213 True True 109", "shape": "dot", "size": 10}, {"group": 1, "id": 214, "label": "214 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 216, "label": "216 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 222, "label": "222 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 223, "label": "223 True True 59", "shape": "dot", "size": 10}, {"group": 1, "id": 229, "label": "229 True True 112", "shape": "dot", "size": 10}, {"group": 1, "id": 230, "label": "230 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 232, "label": "232 True True 54", "shape": "dot", "size": 10}, {"group": 1, "id": 235, "label": "235 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 237, "label": "237 True True 114", "shape": "dot", "size": 10}, {"group": 1, "id": 243, "label": "243 True True 129", "shape": "dot", "size": 10}, {"group": 1, "id": 245, "label": "245 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 247, "label": "247 True True 130", "shape": "dot", "size": 10}, {"group": 1, "id": 249, "label": "249 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 260, "label": "260 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 261, "label": "261 True True 57", "shape": "dot", "size": 10}, {"group": 1, "id": 268, "label": "268 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 270, "label": "270 True True 101", "shape": "dot", "size": 10}, {"group": 1, "id": 271, "label": "271 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 279, "label": "279 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 281, "label": "281 True True 139", "shape": "dot", "size": 10}, {"group": 1, "id": 287, "label": "287 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 289, "label": "289 True True 140", "shape": "dot", "size": 10}, {"group": 1, "id": 290, "label": "290 True True 134", "shape": "dot", "size": 10}, {"group": 1, "id": 293, "label": "293 True True 109", "shape": "dot", "size": 10}, {"group": 1, "id": 294, "label": "294 True True 141", "shape": "dot", "size": 10}, {"group": 1, "id": 298, "label": "298 True True 143", "shape": "dot", "size": 10}, {"group": 1, "id": 301, "label": "301 True True 54", "shape": "dot", "size": 10}, {"group": 1, "id": 303, "label": "303 True True 145", "shape": "dot", "size": 10}, {"group": 1, "id": 306, "label": "306 True True 147", "shape": "dot", "size": 10}, {"group": 1, "id": 307, "label": "307 True True 146", "shape": "dot", "size": 10}, {"group": 1, "id": 309, "label": "309 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 311, "label": "311 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 312, "label": "312 True True 149", "shape": "dot", "size": 10}, {"group": 1, "id": 318, "label": "318 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 321, "label": "321 True True 165", "shape": "dot", "size": 10}, {"group": 1, "id": 327, "label": "327 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 333, "label": "333 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 337, "label": "337 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 339, "label": "339 True True 171", "shape": "dot", "size": 10}, {"group": 1, "id": 343, "label": "343 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 346, "label": "346 True True 173", "shape": "dot", "size": 10}, {"group": 1, "id": 348, "label": "348 True True 174", "shape": "dot", "size": 10}, {"group": 1, "id": 349, "label": "349 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 353, "label": "353 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 357, "label": "357 True True 68", "shape": "dot", "size": 10}, {"group": 1, "id": 360, "label": "360 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 361, "label": "361 True True 175", "shape": "dot", "size": 10}, {"group": 1, "id": 365, "label": "365 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 368, "label": "368 True True 181", "shape": "dot", "size": 10}, {"group": 1, "id": 369, "label": "369 True True 179", "shape": "dot", "size": 10}, {"group": 1, "id": 371, "label": "371 True True 180", "shape": "dot", "size": 10}, {"group": 1, "id": 373, "label": "373 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 375, "label": "375 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 376, "label": "376 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 379, "label": "379 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 381, "label": "381 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 383, "label": "383 True True 192", "shape": "dot", "size": 10}, {"group": 1, "id": 396, "label": "396 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 406, "label": "406 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 410, "label": "410 True True 209", "shape": "dot", "size": 10}, {"group": 1, "id": 418, "label": "418 True True 68", "shape": "dot", "size": 10}, {"group": 1, "id": 421, "label": "421 True True 210", "shape": "dot", "size": 10}, {"group": 1, "id": 423, "label": "423 True True 211", "shape": "dot", "size": 10}, {"group": 1, "id": 426, "label": "426 True True 214", "shape": "dot", "size": 10}, {"group": 1, "id": 428, "label": "428 True True 133", "shape": "dot", "size": 10}, {"group": 1, "id": 432, "label": "432 True True 210", "shape": "dot", "size": 10}, {"group": 1, "id": 434, "label": "434 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 438, "label": "438 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 440, "label": "440 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 442, "label": "442 True True 216", "shape": "dot", "size": 10}, {"group": 1, "id": 445, "label": "445 True True 221", "shape": "dot", "size": 10}, {"group": 1, "id": 446, "label": "446 True True 215", "shape": "dot", "size": 10}, {"group": 1, "id": 454, "label": "454 True True 223", "shape": "dot", "size": 10}, {"group": 1, "id": 460, "label": "460 True True 224", "shape": "dot", "size": 10}, {"group": 1, "id": 461, "label": "461 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 464, "label": "464 True True 227", "shape": "dot", "size": 10}, {"group": 1, "id": 466, "label": "466 True True 229", "shape": "dot", "size": 10}, {"group": 1, "id": 473, "label": "473 True True 215", "shape": "dot", "size": 10}, {"group": 1, "id": 476, "label": "476 True True 223", "shape": "dot", "size": 10}, {"group": 1, "id": 484, "label": "484 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 493, "label": "493 True True 163", "shape": "dot", "size": 10}, {"group": 1, "id": 501, "label": "501 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 502, "label": "502 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 505, "label": "505 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 507, "label": "507 True True 237", "shape": "dot", "size": 10}, {"group": 1, "id": 508, "label": "508 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 510, "label": "510 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 515, "label": "515 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 520, "label": "520 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 524, "label": "524 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 525, "label": "525 True True 239", "shape": "dot", "size": 10}, {"group": 1, "id": 527, "label": "527 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 528, "label": "528 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 529, "label": "529 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 531, "label": "531 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 533, "label": "533 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 536, "label": "536 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 537, "label": "537 True True 149", "shape": "dot", "size": 10}, {"group": 1, "id": 540, "label": "540 True True 233", "shape": "dot", "size": 10}, {"group": 1, "id": 549, "label": "549 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 552, "label": "552 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 556, "label": "556 True True 236", "shape": "dot", "size": 10}, {"group": 1, "id": 563, "label": "563 True True 246", "shape": "dot", "size": 10}, {"group": 1, "id": 564, "label": "564 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 567, "label": "567 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 569, "label": "569 True True 247", "shape": "dot", "size": 10}, {"group": 1, "id": 571, "label": "571 True True 239", "shape": "dot", "size": 10}, {"group": 1, "id": 574, "label": "574 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 575, "label": "575 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 582, "label": "582 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 583, "label": "583 True True 3", "shape": "dot", "size": 10}, {"group": 1, "id": 1079, "label": "1079 True True 4", "shape": "dot", "size": 10}, {"group": 1, "id": 1451, "label": "1451 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 1452, "label": "1452 True True 18", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": 0, "label": 0, "shape": "dot", "size": 10}, {"group": 1, "id": 1077, "label": "1077 True True 3", "shape": "dot", "size": 10}, {"group": 1, "id": 584, "label": "584 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 1081, "label": "1081 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 1083, "label": "1083 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 1084, "label": "1084 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 1100, "label": "1100 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 1102, "label": "1102 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 1103, "label": "1103 True True 424", "shape": "dot", "size": 10}, {"group": 1, "id": 1254, "label": "1254 True True 434", "shape": "dot", "size": 10}, {"group": 1, "id": 1488, "label": "1488 True True 323", "shape": "dot", "size": 10}, {"group": 1, "id": 1993, "label": "1993 True True 324", "shape": "dot", "size": 10}, {"group": 1, "id": 1994, "label": "1994 True True 563", "shape": "dot", "size": 10}, {"group": 1, "id": 1996, "label": "1996 True True 282", "shape": "dot", "size": 10}, {"group": 1, "id": 2170, "label": "2170 True True 581", "shape": "dot", "size": 10}, {"group": 1, "id": 4585, "label": "4585 True True 850", "shape": "dot", "size": 10}, {"group": 1, "id": 4586, "label": "4586 True True 130", "shape": "dot", "size": 10}, {"group": 1, "id": 4660, "label": "4660 True True 42", "shape": "dot", "size": 10}, {"group": 1, "id": 4888, "label": "4888 True True 469", "shape": "dot", "size": 10}, {"group": 1, "id": 6247, "label": "6247 True True 483", "shape": "dot", "size": 10}, {"group": 1, "id": 6586, "label": "6586 True True 287", "shape": "dot", "size": 10}, {"group": 1, "id": 6826, "label": "6826 True True 1004", "shape": "dot", "size": 10}, {"group": 1, "id": 6827, "label": "6827 True True 632", "shape": "dot", "size": 10}, {"group": 1, "id": 6896, "label": "6896 True True 1009", "shape": "dot", "size": 10}, {"group": 1, "id": 6897, "label": "6897 True True 428", "shape": "dot", "size": 10}, {"group": 1, "id": 6899, "label": "6899 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 7589, "label": "7589 True True 969", "shape": "dot", "size": 10}, {"group": 1, "id": 7590, "label": "7590 True True 1049", "shape": "dot", "size": 10}, {"group": 1, "id": 8184, "label": "8184 True True 1094", "shape": "dot", "size": 10}, {"group": 1, "id": 8185, "label": "8185 True True 669", "shape": "dot", "size": 10}, {"group": 1, "id": 9689, "label": "9689 True True 1196", "shape": "dot", "size": 10}, {"group": 1, "id": 10210, "label": "10210 True True 1222", "shape": "dot", "size": 10}, {"group": 1, "id": 10592, "label": "10592 True True 1255", "shape": "dot", "size": 10}, {"group": 1, "id": 11219, "label": "11219 True True 1302", "shape": "dot", "size": 10}, {"group": 1, "id": 585, "label": "585 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 590, "label": "590 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 587, "label": "587 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 1127, "label": "1127 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 13437, "label": "13437 True True 1018", "shape": "dot", "size": 10}, {"group": 1, "id": 588, "label": "588 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 1122, "label": "1122 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1143, "label": "1143 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 1170, "label": "1170 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 1269, "label": "1269 True True 113", "shape": "dot", "size": 10}, {"group": 1, "id": 1311, "label": "1311 True True 68", "shape": "dot", "size": 10}, {"group": 1, "id": 1369, "label": "1369 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4439, "label": "4439 True True 836", "shape": "dot", "size": 10}, {"group": 1, "id": 599, "label": "599 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 1300, "label": "1300 True True 436", "shape": "dot", "size": 10}, {"group": 1, "id": 1747, "label": "1747 True True 193", "shape": "dot", "size": 10}, {"group": 1, "id": 1750, "label": "1750 True True 304", "shape": "dot", "size": 10}, {"group": 1, "id": 1751, "label": "1751 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 1753, "label": "1753 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 2180, "label": "2180 True True 208", "shape": "dot", "size": 10}, {"group": 1, "id": 2721, "label": "2721 True True 479", "shape": "dot", "size": 10}, {"group": 1, "id": 3884, "label": "3884 True True 619", "shape": "dot", "size": 10}, {"group": 1, "id": 4020, "label": "4020 True True 68", "shape": "dot", "size": 10}, {"group": 1, "id": 9842, "label": "9842 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 9843, "label": "9843 True True 1209", "shape": "dot", "size": 10}, {"group": 1, "id": 10624, "label": "10624 True True 1262", "shape": "dot", "size": 10}, {"group": 1, "id": 11350, "label": "11350 True True 1311", "shape": "dot", "size": 10}, {"group": 1, "id": 600, "label": "600 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 602, "label": "602 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 603, "label": "603 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 605, "label": "605 True True 66", "shape": "dot", "size": 10}, {"group": 1, "id": 1257, "label": "1257 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 1259, "label": "1259 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 610, "label": "610 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 611, "label": "611 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 612, "label": "612 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 615, "label": "615 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 620, "label": "620 True True 269", "shape": "dot", "size": 10}, {"group": 1, "id": 625, "label": "625 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 628, "label": "628 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 631, "label": "631 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 641, "label": "641 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 657, "label": "657 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 665, "label": "665 True True 282", "shape": "dot", "size": 10}, {"group": 1, "id": 666, "label": "666 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 667, "label": "667 True True 44", "shape": "dot", "size": 10}, {"group": 1, "id": 682, "label": "682 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 691, "label": "691 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 693, "label": "693 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 699, "label": "699 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 702, "label": "702 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 705, "label": "705 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 708, "label": "708 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6607, "label": "6607 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 719, "label": "719 True True 286", "shape": "dot", "size": 10}, {"group": 1, "id": 722, "label": "722 True True 287", "shape": "dot", "size": 10}, {"group": 1, "id": 725, "label": "725 True True 290", "shape": "dot", "size": 10}, {"group": 1, "id": 1153, "label": "1153 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 1154, "label": "1154 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 1818, "label": "1818 True True 19", "shape": "dot", "size": 10}, {"group": 1, "id": 1823, "label": "1823 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 1829, "label": "1829 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 2020, "label": "2020 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 2060, "label": "2060 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 2403, "label": "2403 True True 231", "shape": "dot", "size": 10}, {"group": 1, "id": 2706, "label": "2706 True True 684", "shape": "dot", "size": 10}, {"group": 1, "id": 3820, "label": "3820 True True 114", "shape": "dot", "size": 10}, {"group": 1, "id": 3878, "label": "3878 True True 114", "shape": "dot", "size": 10}, {"group": 1, "id": 5082, "label": "5082 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 5142, "label": "5142 True True 884", "shape": "dot", "size": 10}, {"group": 1, "id": 5337, "label": "5337 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 13529, "label": "13529 True True 1397", "shape": "dot", "size": 10}, {"group": 1, "id": 13646, "label": "13646 True True 1403", "shape": "dot", "size": 10}, {"group": 1, "id": 14106, "label": "14106 True True 994", "shape": "dot", "size": 10}, {"group": 1, "id": 737, "label": "737 True True 264", "shape": "dot", "size": 10}, {"group": 1, "id": 738, "label": "738 True True 302", "shape": "dot", "size": 10}, {"group": 1, "id": 745, "label": "745 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 751, "label": "751 True True 304", "shape": "dot", "size": 10}, {"group": 1, "id": 755, "label": "755 True True 306", "shape": "dot", "size": 10}, {"group": 1, "id": 757, "label": "757 True True 308", "shape": "dot", "size": 10}, {"group": 1, "id": 764, "label": "764 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 765, "label": "765 True True 314", "shape": "dot", "size": 10}, {"group": 1, "id": 766, "label": "766 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 772, "label": "772 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 777, "label": "777 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 790, "label": "790 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 795, "label": "795 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 798, "label": "798 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 805, "label": "805 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 806, "label": "806 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 807, "label": "807 True True 297", "shape": "dot", "size": 10}, {"group": 1, "id": 811, "label": "811 True True 113", "shape": "dot", "size": 10}, {"group": 1, "id": 813, "label": "813 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 814, "label": "814 True True 328", "shape": "dot", "size": 10}, {"group": 1, "id": 817, "label": "817 True True 329", "shape": "dot", "size": 10}, {"group": 1, "id": 819, "label": "819 True True 330", "shape": "dot", "size": 10}, {"group": 1, "id": 820, "label": "820 True True 303", "shape": "dot", "size": 10}, {"group": 1, "id": 827, "label": "827 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 832, "label": "832 True True 264", "shape": "dot", "size": 10}, {"group": 1, "id": 833, "label": "833 True True 331", "shape": "dot", "size": 10}, {"group": 1, "id": 840, "label": "840 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 845, "label": "845 True True 237", "shape": "dot", "size": 10}, {"group": 1, "id": 859, "label": "859 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 5326, "label": "5326 True True 62", "shape": "dot", "size": 10}, {"group": 1, "id": 10557, "label": "10557 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 10560, "label": "10560 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 865, "label": "865 True True 133", "shape": "dot", "size": 10}, {"group": 1, "id": 870, "label": "870 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 880, "label": "880 True True 110", "shape": "dot", "size": 10}, {"group": 1, "id": 3846, "label": "3846 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 13083, "label": "13083 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 883, "label": "883 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 884, "label": "884 True True 64", "shape": "dot", "size": 10}, {"group": 1, "id": 885, "label": "885 True True 332", "shape": "dot", "size": 10}, {"group": 1, "id": 894, "label": "894 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 898, "label": "898 True True 314", "shape": "dot", "size": 10}, {"group": 1, "id": 899, "label": "899 True True 149", "shape": "dot", "size": 10}, {"group": 1, "id": 902, "label": "902 True True 85", "shape": "dot", "size": 10}, {"group": 1, "id": 919, "label": "919 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 924, "label": "924 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 926, "label": "926 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 931, "label": "931 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 935, "label": "935 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 944, "label": "944 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 948, "label": "948 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 955, "label": "955 True True 163", "shape": "dot", "size": 10}, {"group": 1, "id": 961, "label": "961 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 963, "label": "963 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 965, "label": "965 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 967, "label": "967 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 968, "label": "968 True True 349", "shape": "dot", "size": 10}, {"group": 1, "id": 970, "label": "970 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 974, "label": "974 True True 233", "shape": "dot", "size": 10}, {"group": 1, "id": 981, "label": "981 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 986, "label": "986 True True 246", "shape": "dot", "size": 10}, {"group": 1, "id": 988, "label": "988 True True 245", "shape": "dot", "size": 10}, {"group": 1, "id": 995, "label": "995 True True 136", "shape": "dot", "size": 10}, {"group": 1, "id": 997, "label": "997 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 1002, "label": "1002 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1004, "label": "1004 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 1007, "label": "1007 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1012, "label": "1012 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 1017, "label": "1017 True True 240", "shape": "dot", "size": 10}, {"group": 1, "id": 1018, "label": "1018 True True 371", "shape": "dot", "size": 10}, {"group": 1, "id": 1021, "label": "1021 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 1023, "label": "1023 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1029, "label": "1029 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 1030, "label": "1030 True True 193", "shape": "dot", "size": 10}, {"group": 1, "id": 1033, "label": "1033 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1038, "label": "1038 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 1043, "label": "1043 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 1045, "label": "1045 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 10871, "label": "10871 True True 628", "shape": "dot", "size": 10}, {"group": 1, "id": 14628, "label": "14628 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 1049, "label": "1049 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 6089, "label": "6089 True True 716", "shape": "dot", "size": 10}, {"group": 1, "id": 1054, "label": "1054 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 1057, "label": "1057 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 1060, "label": "1060 True True 280", "shape": "dot", "size": 10}, {"group": 1, "id": 1064, "label": "1064 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 1066, "label": "1066 True True 409", "shape": "dot", "size": 10}, {"group": 1, "id": 1067, "label": "1067 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 1068, "label": "1068 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1069, "label": "1069 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1073, "label": "1073 True True 73", "shape": "dot", "size": 10}, {"group": 1, "id": 1218, "label": "1218 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 6498, "label": "6498 True True 149", "shape": "dot", "size": 10}, {"group": 1, "id": 1074, "label": "1074 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 1075, "label": "1075 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 1076, "label": "1076 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 1080, "label": "1080 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 3562, "label": "3562 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 3564, "label": "3564 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 4443, "label": "4443 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 4445, "label": "4445 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 4446, "label": "4446 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 4447, "label": "4447 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 1489, "label": "1489 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 1490, "label": "1490 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 1467, "label": "1467 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 1085, "label": "1085 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 1089, "label": "1089 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 1093, "label": "1093 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1094, "label": "1094 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 1095, "label": "1095 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 2256, "label": "2256 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 2335, "label": "2335 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 2336, "label": "2336 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 1115, "label": "1115 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 1116, "label": "1116 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 1118, "label": "1118 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 1119, "label": "1119 True True 425", "shape": "dot", "size": 10}, {"group": 1, "id": 1479, "label": "1479 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 1480, "label": "1480 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 1510, "label": "1510 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 1517, "label": "1517 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 1519, "label": "1519 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 1520, "label": "1520 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 1536, "label": "1536 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 1548, "label": "1548 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 1605, "label": "1605 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 1641, "label": "1641 True True 439", "shape": "dot", "size": 10}, {"group": 1, "id": 1721, "label": "1721 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 1833, "label": "1833 True True 277", "shape": "dot", "size": 10}, {"group": 1, "id": 1863, "label": "1863 True True 38", "shape": "dot", "size": 10}, {"group": 1, "id": 1887, "label": "1887 True True 456", "shape": "dot", "size": 10}, {"group": 1, "id": 1918, "label": "1918 True True 529", "shape": "dot", "size": 10}, {"group": 1, "id": 2096, "label": "2096 True True 25", "shape": "dot", "size": 10}, {"group": 1, "id": 2246, "label": "2246 True True 35", "shape": "dot", "size": 10}, {"group": 1, "id": 2247, "label": "2247 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 2248, "label": "2248 True True 597", "shape": "dot", "size": 10}, {"group": 1, "id": 2251, "label": "2251 True True 33", "shape": "dot", "size": 10}, {"group": 1, "id": 2252, "label": "2252 True True 458", "shape": "dot", "size": 10}, {"group": 1, "id": 2451, "label": "2451 True True 622", "shape": "dot", "size": 10}, {"group": 1, "id": 2831, "label": "2831 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 2938, "label": "2938 True True 707", "shape": "dot", "size": 10}, {"group": 1, "id": 2980, "label": "2980 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 3066, "label": "3066 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 3554, "label": "3554 True True 426", "shape": "dot", "size": 10}, {"group": 1, "id": 3832, "label": "3832 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 4526, "label": "4526 True True 114", "shape": "dot", "size": 10}, {"group": 1, "id": 6027, "label": "6027 True True 958", "shape": "dot", "size": 10}, {"group": 1, "id": 6551, "label": "6551 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 7519, "label": "7519 True True 741", "shape": "dot", "size": 10}, {"group": 1, "id": 9089, "label": "9089 True True 533", "shape": "dot", "size": 10}, {"group": 1, "id": 9755, "label": "9755 True True 1203", "shape": "dot", "size": 10}, {"group": 1, "id": 12489, "label": "12489 True True 713", "shape": "dot", "size": 10}, {"group": 1, "id": 12844, "label": "12844 True True 727", "shape": "dot", "size": 10}, {"group": 1, "id": 13955, "label": "13955 True True 83", "shape": "dot", "size": 10}, {"group": 1, "id": 1130, "label": "1130 True True 24", "shape": "dot", "size": 10}, {"group": 1, "id": 1131, "label": "1131 True True 25", "shape": "dot", "size": 10}, {"group": 1, "id": 2771, "label": "2771 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 1132, "label": "1132 True True 30", "shape": "dot", "size": 10}, {"group": 1, "id": 1133, "label": "1133 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 3587, "label": "3587 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 1136, "label": "1136 True True 33", "shape": "dot", "size": 10}, {"group": 1, "id": 2772, "label": "2772 True True 33", "shape": "dot", "size": 10}, {"group": 1, "id": 1146, "label": "1146 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1593, "label": "1593 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 1155, "label": "1155 True True 427", "shape": "dot", "size": 10}, {"group": 1, "id": 10293, "label": "10293 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 10756, "label": "10756 True True 533", "shape": "dot", "size": 10}, {"group": 1, "id": 1161, "label": "1161 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 4009, "label": "4009 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 5545, "label": "5545 True True 884", "shape": "dot", "size": 10}, {"group": 1, "id": 1162, "label": "1162 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 1174, "label": "1174 True True 281", "shape": "dot", "size": 10}, {"group": 1, "id": 1177, "label": "1177 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 1179, "label": "1179 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 1185, "label": "1185 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 1193, "label": "1193 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 1194, "label": "1194 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 1195, "label": "1195 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 1200, "label": "1200 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 1203, "label": "1203 True True 62", "shape": "dot", "size": 10}, {"group": 1, "id": 1206, "label": "1206 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1208, "label": "1208 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 1209, "label": "1209 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1210, "label": "1210 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 1219, "label": "1219 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 4727, "label": "4727 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 7073, "label": "7073 True True 884", "shape": "dot", "size": 10}, {"group": 1, "id": 7986, "label": "7986 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 7987, "label": "7987 True True 332", "shape": "dot", "size": 10}, {"group": 1, "id": 1221, "label": "1221 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 1222, "label": "1222 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 4729, "label": "4729 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 5787, "label": "5787 True True 461", "shape": "dot", "size": 10}, {"group": 1, "id": 5790, "label": "5790 True True 268", "shape": "dot", "size": 10}, {"group": 1, "id": 5795, "label": "5795 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 1227, "label": "1227 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 1237, "label": "1237 True True 235", "shape": "dot", "size": 10}, {"group": 1, "id": 1242, "label": "1242 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 1245, "label": "1245 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1247, "label": "1247 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 1248, "label": "1248 True True 431", "shape": "dot", "size": 10}, {"group": 1, "id": 1249, "label": "1249 True True 432", "shape": "dot", "size": 10}, {"group": 1, "id": 1626, "label": "1626 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 1261, "label": "1261 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 1265, "label": "1265 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1267, "label": "1267 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 1271, "label": "1271 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 1273, "label": "1273 True True 328", "shape": "dot", "size": 10}, {"group": 1, "id": 1276, "label": "1276 True True 328", "shape": "dot", "size": 10}, {"group": 1, "id": 1280, "label": "1280 True True 329", "shape": "dot", "size": 10}, {"group": 1, "id": 1286, "label": "1286 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1292, "label": "1292 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 1295, "label": "1295 True True 237", "shape": "dot", "size": 10}, {"group": 1, "id": 1297, "label": "1297 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 1301, "label": "1301 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 1303, "label": "1303 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1304, "label": "1304 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 1305, "label": "1305 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 1313, "label": "1313 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 1315, "label": "1315 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 1318, "label": "1318 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 1323, "label": "1323 True True 60", "shape": "dot", "size": 10}, {"group": 1, "id": 1329, "label": "1329 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1331, "label": "1331 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1332, "label": "1332 True True 437", "shape": "dot", "size": 10}, {"group": 1, "id": 1333, "label": "1333 True True 438", "shape": "dot", "size": 10}, {"group": 1, "id": 1334, "label": "1334 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1336, "label": "1336 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 1337, "label": "1337 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 1341, "label": "1341 True True 440", "shape": "dot", "size": 10}, {"group": 1, "id": 3303, "label": "3303 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 1342, "label": "1342 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 1343, "label": "1343 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 1344, "label": "1344 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 1381, "label": "1381 True True 132", "shape": "dot", "size": 10}, {"group": 1, "id": 1385, "label": "1385 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 1391, "label": "1391 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 1409, "label": "1409 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 1410, "label": "1410 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 1414, "label": "1414 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 1421, "label": "1421 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 1425, "label": "1425 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 1428, "label": "1428 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 1429, "label": "1429 True True 442", "shape": "dot", "size": 10}, {"group": 1, "id": 1431, "label": "1431 True True 141", "shape": "dot", "size": 10}, {"group": 1, "id": 1434, "label": "1434 True True 144", "shape": "dot", "size": 10}, {"group": 1, "id": 1438, "label": "1438 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1453, "label": "1453 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 1560, "label": "1560 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 1562, "label": "1562 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 1563, "label": "1563 True True 466", "shape": "dot", "size": 10}, {"group": 1, "id": 1564, "label": "1564 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1455, "label": "1455 True True 25", "shape": "dot", "size": 10}, {"group": 1, "id": 1456, "label": "1456 True True 457", "shape": "dot", "size": 10}, {"group": 1, "id": 1457, "label": "1457 True True 29", "shape": "dot", "size": 10}, {"group": 1, "id": 1464, "label": "1464 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 1469, "label": "1469 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 1471, "label": "1471 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 1472, "label": "1472 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 5221, "label": "5221 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 6601, "label": "6601 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 1919, "label": "1919 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 3152, "label": "3152 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 3282, "label": "3282 True True 727", "shape": "dot", "size": 10}, {"group": 1, "id": 6435, "label": "6435 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 1481, "label": "1481 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 9163, "label": "9163 True True 392", "shape": "dot", "size": 10}, {"group": 1, "id": 4472, "label": "4472 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 4476, "label": "4476 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 4257, "label": "4257 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 13916, "label": "13916 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 1853, "label": "1853 True True 512", "shape": "dot", "size": 10}, {"group": 1, "id": 1521, "label": "1521 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 2231, "label": "2231 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 2036, "label": "2036 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 2040, "label": "2040 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 2271, "label": "2271 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 2360, "label": "2360 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 2479, "label": "2479 True True 464", "shape": "dot", "size": 10}, {"group": 1, "id": 2536, "label": "2536 True True 634", "shape": "dot", "size": 10}, {"group": 1, "id": 2578, "label": "2578 True True 634", "shape": "dot", "size": 10}, {"group": 1, "id": 1523, "label": "1523 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 2014, "label": "2014 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 1566, "label": "1566 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 2237, "label": "2237 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 2673, "label": "2673 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 1570, "label": "1570 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 1571, "label": "1571 True True 44", "shape": "dot", "size": 10}, {"group": 1, "id": 1580, "label": "1580 True True 286", "shape": "dot", "size": 10}, {"group": 1, "id": 1583, "label": "1583 True True 424", "shape": "dot", "size": 10}, {"group": 1, "id": 1586, "label": "1586 True True 290", "shape": "dot", "size": 10}, {"group": 1, "id": 1597, "label": "1597 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 1600, "label": "1600 True True 25", "shape": "dot", "size": 10}, {"group": 1, "id": 1612, "label": "1612 True True 323", "shape": "dot", "size": 10}, {"group": 1, "id": 1632, "label": "1632 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1634, "label": "1634 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 1635, "label": "1635 True True 96", "shape": "dot", "size": 10}, {"group": 1, "id": 1636, "label": "1636 True True 438", "shape": "dot", "size": 10}, {"group": 1, "id": 1656, "label": "1656 True True 457", "shape": "dot", "size": 10}, {"group": 1, "id": 3963, "label": "3963 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 3964, "label": "3964 True True 807", "shape": "dot", "size": 10}, {"group": 1, "id": 13290, "label": "13290 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 1657, "label": "1657 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 1661, "label": "1661 True True 426", "shape": "dot", "size": 10}, {"group": 1, "id": 1669, "label": "1669 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 1670, "label": "1670 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 1687, "label": "1687 True True 465", "shape": "dot", "size": 10}, {"group": 1, "id": 1688, "label": "1688 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 1690, "label": "1690 True True 475", "shape": "dot", "size": 10}, {"group": 1, "id": 1692, "label": "1692 True True 474", "shape": "dot", "size": 10}, {"group": 1, "id": 1694, "label": "1694 True True 180", "shape": "dot", "size": 10}, {"group": 1, "id": 1730, "label": "1730 True True 237", "shape": "dot", "size": 10}, {"group": 1, "id": 1734, "label": "1734 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 1736, "label": "1736 True True 481", "shape": "dot", "size": 10}, {"group": 1, "id": 1738, "label": "1738 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 1740, "label": "1740 True True 482", "shape": "dot", "size": 10}, {"group": 1, "id": 2079, "label": "2079 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 1757, "label": "1757 True True 307", "shape": "dot", "size": 10}, {"group": 1, "id": 3786, "label": "3786 True True 136", "shape": "dot", "size": 10}, {"group": 1, "id": 3840, "label": "3840 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 4179, "label": "4179 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 4181, "label": "4181 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 4625, "label": "4625 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 4627, "label": "4627 True True 854", "shape": "dot", "size": 10}, {"group": 1, "id": 4640, "label": "4640 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 4641, "label": "4641 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 4655, "label": "4655 True True 19", "shape": "dot", "size": 10}, {"group": 1, "id": 6653, "label": "6653 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 6720, "label": "6720 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 7220, "label": "7220 True True 533", "shape": "dot", "size": 10}, {"group": 1, "id": 8077, "label": "8077 True True 741", "shape": "dot", "size": 10}, {"group": 1, "id": 8093, "label": "8093 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 8101, "label": "8101 True True 1092", "shape": "dot", "size": 10}, {"group": 1, "id": 8627, "label": "8627 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 10803, "label": "10803 True True 33", "shape": "dot", "size": 10}, {"group": 1, "id": 11860, "label": "11860 True True 114", "shape": "dot", "size": 10}, {"group": 1, "id": 14163, "label": "14163 True True 439", "shape": "dot", "size": 10}, {"group": 1, "id": 14619, "label": "14619 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 1758, "label": "1758 True True 308", "shape": "dot", "size": 10}, {"group": 1, "id": 1765, "label": "1765 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 1769, "label": "1769 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 1780, "label": "1780 True True 61", "shape": "dot", "size": 10}, {"group": 1, "id": 1784, "label": "1784 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 1786, "label": "1786 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 1787, "label": "1787 True True 188", "shape": "dot", "size": 10}, {"group": 1, "id": 1800, "label": "1800 True True 499", "shape": "dot", "size": 10}, {"group": 1, "id": 1807, "label": "1807 True True 488", "shape": "dot", "size": 10}, {"group": 1, "id": 1830, "label": "1830 True True 507", "shape": "dot", "size": 10}, {"group": 1, "id": 2524, "label": "2524 True True 507", "shape": "dot", "size": 10}, {"group": 1, "id": 2691, "label": "2691 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 2694, "label": "2694 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 5078, "label": "5078 True True 700", "shape": "dot", "size": 10}, {"group": 1, "id": 6159, "label": "6159 True True 973", "shape": "dot", "size": 10}, {"group": 1, "id": 11623, "label": "11623 True True 166", "shape": "dot", "size": 10}, {"group": 1, "id": 14076, "label": "14076 True True 836", "shape": "dot", "size": 10}, {"group": 1, "id": 1843, "label": "1843 True True 425", "shape": "dot", "size": 10}, {"group": 1, "id": 1844, "label": "1844 True True 50", "shape": "dot", "size": 10}, {"group": 1, "id": 1894, "label": "1894 True True 522", "shape": "dot", "size": 10}, {"group": 1, "id": 4215, "label": "4215 True True 824", "shape": "dot", "size": 10}, {"group": 1, "id": 8050, "label": "8050 True True 532", "shape": "dot", "size": 10}, {"group": 1, "id": 6732, "label": "6732 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 1923, "label": "1923 True True 532", "shape": "dot", "size": 10}, {"group": 1, "id": 1941, "label": "1941 True True 456", "shape": "dot", "size": 10}, {"group": 1, "id": 1959, "label": "1959 True True 561", "shape": "dot", "size": 10}, {"group": 1, "id": 1976, "label": "1976 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 1977, "label": "1977 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 1997, "label": "1997 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 4890, "label": "4890 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 5766, "label": "5766 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 5767, "label": "5767 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 1998, "label": "1998 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 2022, "label": "2022 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 2044, "label": "2044 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 2426, "label": "2426 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 2428, "label": "2428 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 2792, "label": "2792 True True 38", "shape": "dot", "size": 10}, {"group": 1, "id": 2795, "label": "2795 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 2816, "label": "2816 True True 692", "shape": "dot", "size": 10}, {"group": 1, "id": 2869, "label": "2869 True True 231", "shape": "dot", "size": 10}, {"group": 1, "id": 2905, "label": "2905 True True 579", "shape": "dot", "size": 10}, {"group": 1, "id": 2909, "label": "2909 True True 709", "shape": "dot", "size": 10}, {"group": 1, "id": 3426, "label": "3426 True True 24", "shape": "dot", "size": 10}, {"group": 1, "id": 3940, "label": "3940 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 5003, "label": "5003 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 5477, "label": "5477 True True 908", "shape": "dot", "size": 10}, {"group": 1, "id": 7134, "label": "7134 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 8740, "label": "8740 True True 458", "shape": "dot", "size": 10}, {"group": 1, "id": 8741, "label": "8741 True True 1158", "shape": "dot", "size": 10}, {"group": 1, "id": 10422, "label": "10422 True True 1228", "shape": "dot", "size": 10}, {"group": 1, "id": 10924, "label": "10924 True True 911", "shape": "dot", "size": 10}, {"group": 1, "id": 12777, "label": "12777 True True 1093", "shape": "dot", "size": 10}, {"group": 1, "id": 13304, "label": "13304 True True 994", "shape": "dot", "size": 10}, {"group": 1, "id": 2064, "label": "2064 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 2066, "label": "2066 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 2108, "label": "2108 True True 457", "shape": "dot", "size": 10}, {"group": 1, "id": 2109, "label": "2109 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 2110, "label": "2110 True True 579", "shape": "dot", "size": 10}, {"group": 1, "id": 2127, "label": "2127 True True 465", "shape": "dot", "size": 10}, {"group": 1, "id": 2128, "label": "2128 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 2131, "label": "2131 True True 580", "shape": "dot", "size": 10}, {"group": 1, "id": 2132, "label": "2132 True True 475", "shape": "dot", "size": 10}, {"group": 1, "id": 2134, "label": "2134 True True 474", "shape": "dot", "size": 10}, {"group": 1, "id": 2148, "label": "2148 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 2151, "label": "2151 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 2198, "label": "2198 True True 62", "shape": "dot", "size": 10}, {"group": 1, "id": 2204, "label": "2204 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 2208, "label": "2208 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 2209, "label": "2209 True True 584", "shape": "dot", "size": 10}, {"group": 1, "id": 2210, "label": "2210 True True 579", "shape": "dot", "size": 10}, {"group": 1, "id": 2213, "label": "2213 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 2217, "label": "2217 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 2233, "label": "2233 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 2243, "label": "2243 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 3399, "label": "3399 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 8569, "label": "8569 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 8454, "label": "8454 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 3350, "label": "3350 True True 461", "shape": "dot", "size": 10}, {"group": 1, "id": 3555, "label": "3555 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 2259, "label": "2259 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 2261, "label": "2261 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 7136, "label": "7136 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 7137, "label": "7137 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 2272, "label": "2272 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 2274, "label": "2274 True True 477", "shape": "dot", "size": 10}, {"group": 1, "id": 2296, "label": "2296 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 2297, "label": "2297 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 2298, "label": "2298 True True 598", "shape": "dot", "size": 10}, {"group": 1, "id": 2299, "label": "2299 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 2300, "label": "2300 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 2304, "label": "2304 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 2309, "label": "2309 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 2311, "label": "2311 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 2316, "label": "2316 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 2319, "label": "2319 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 13658, "label": "13658 True True 392", "shape": "dot", "size": 10}, {"group": 1, "id": 9278, "label": "9278 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 3659, "label": "3659 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 3662, "label": "3662 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 2363, "label": "2363 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 2365, "label": "2365 True True 604", "shape": "dot", "size": 10}, {"group": 1, "id": 2374, "label": "2374 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 2377, "label": "2377 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 2378, "label": "2378 True True 64", "shape": "dot", "size": 10}, {"group": 1, "id": 2380, "label": "2380 True True 605", "shape": "dot", "size": 10}, {"group": 1, "id": 2387, "label": "2387 True True 209", "shape": "dot", "size": 10}, {"group": 1, "id": 2395, "label": "2395 True True 62", "shape": "dot", "size": 10}, {"group": 1, "id": 2399, "label": "2399 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 2401, "label": "2401 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 2431, "label": "2431 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 3992, "label": "3992 True True 460", "shape": "dot", "size": 10}, {"group": 1, "id": 3995, "label": "3995 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 3999, "label": "3999 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4783, "label": "4783 True True 209", "shape": "dot", "size": 10}, {"group": 1, "id": 4784, "label": "4784 True True 528", "shape": "dot", "size": 10}, {"group": 1, "id": 5630, "label": "5630 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 5632, "label": "5632 True True 634", "shape": "dot", "size": 10}, {"group": 1, "id": 5834, "label": "5834 True True 59", "shape": "dot", "size": 10}, {"group": 1, "id": 7365, "label": "7365 True True 139", "shape": "dot", "size": 10}, {"group": 1, "id": 9703, "label": "9703 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 14307, "label": "14307 True True 165", "shape": "dot", "size": 10}, {"group": 1, "id": 2486, "label": "2486 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 2488, "label": "2488 True True 631", "shape": "dot", "size": 10}, {"group": 1, "id": 2491, "label": "2491 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 2495, "label": "2495 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 2500, "label": "2500 True True 61", "shape": "dot", "size": 10}, {"group": 1, "id": 2508, "label": "2508 True True 146", "shape": "dot", "size": 10}, {"group": 1, "id": 2509, "label": "2509 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 2511, "label": "2511 True True 293", "shape": "dot", "size": 10}, {"group": 1, "id": 2514, "label": "2514 True True 629", "shape": "dot", "size": 10}, {"group": 1, "id": 2517, "label": "2517 True True 632", "shape": "dot", "size": 10}, {"group": 1, "id": 2518, "label": "2518 True True 633", "shape": "dot", "size": 10}, {"group": 1, "id": 2540, "label": "2540 True True 639", "shape": "dot", "size": 10}, {"group": 1, "id": 2541, "label": "2541 True True 647", "shape": "dot", "size": 10}, {"group": 1, "id": 2547, "label": "2547 True True 500", "shape": "dot", "size": 10}, {"group": 1, "id": 2558, "label": "2558 True True 54", "shape": "dot", "size": 10}, {"group": 1, "id": 2564, "label": "2564 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 2585, "label": "2585 True True 667", "shape": "dot", "size": 10}, {"group": 1, "id": 2586, "label": "2586 True True 193", "shape": "dot", "size": 10}, {"group": 1, "id": 2598, "label": "2598 True True 663", "shape": "dot", "size": 10}, {"group": 1, "id": 2603, "label": "2603 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 2608, "label": "2608 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 2617, "label": "2617 True True 630", "shape": "dot", "size": 10}, {"group": 1, "id": 2626, "label": "2626 True True 666", "shape": "dot", "size": 10}, {"group": 1, "id": 2629, "label": "2629 True True 59", "shape": "dot", "size": 10}, {"group": 1, "id": 2636, "label": "2636 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 2638, "label": "2638 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 2639, "label": "2639 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 2642, "label": "2642 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 2643, "label": "2643 True True 668", "shape": "dot", "size": 10}, {"group": 1, "id": 2646, "label": "2646 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 2647, "label": "2647 True True 669", "shape": "dot", "size": 10}, {"group": 1, "id": 2650, "label": "2650 True True 134", "shape": "dot", "size": 10}, {"group": 1, "id": 2652, "label": "2652 True True 670", "shape": "dot", "size": 10}, {"group": 1, "id": 2654, "label": "2654 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 2655, "label": "2655 True True 439", "shape": "dot", "size": 10}, {"group": 1, "id": 2675, "label": "2675 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 2679, "label": "2679 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 2685, "label": "2685 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 3549, "label": "3549 True True 458", "shape": "dot", "size": 10}, {"group": 1, "id": 2698, "label": "2698 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 4076, "label": "4076 True True 281", "shape": "dot", "size": 10}, {"group": 1, "id": 4079, "label": "4079 True True 429", "shape": "dot", "size": 10}, {"group": 1, "id": 4852, "label": "4852 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 4857, "label": "4857 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 4859, "label": "4859 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 5743, "label": "5743 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 5744, "label": "5744 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 6205, "label": "6205 True True 465", "shape": "dot", "size": 10}, {"group": 1, "id": 7314, "label": "7314 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 9398, "label": "9398 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 2710, "label": "2710 True True 323", "shape": "dot", "size": 10}, {"group": 1, "id": 2725, "label": "2725 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 2726, "label": "2726 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 2727, "label": "2727 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 2732, "label": "2732 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 2736, "label": "2736 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 2741, "label": "2741 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 2747, "label": "2747 True True 61", "shape": "dot", "size": 10}, {"group": 1, "id": 2753, "label": "2753 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 2754, "label": "2754 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 2757, "label": "2757 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4037, "label": "4037 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 4042, "label": "4042 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4345, "label": "4345 True True 446", "shape": "dot", "size": 10}, {"group": 1, "id": 3703, "label": "3703 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 12936, "label": "12936 True True 280", "shape": "dot", "size": 10}, {"group": 1, "id": 2929, "label": "2929 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 9736, "label": "9736 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 12432, "label": "12432 True True 279", "shape": "dot", "size": 10}, {"group": 1, "id": 12971, "label": "12971 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 9738, "label": "9738 True True 692", "shape": "dot", "size": 10}, {"group": 1, "id": 2943, "label": "2943 True True 713", "shape": "dot", "size": 10}, {"group": 1, "id": 2945, "label": "2945 True True 648", "shape": "dot", "size": 10}, {"group": 1, "id": 2981, "label": "2981 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 5567, "label": "5567 True True 392", "shape": "dot", "size": 10}, {"group": 1, "id": 3002, "label": "3002 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 3003, "label": "3003 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 14284, "label": "14284 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 3022, "label": "3022 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 3040, "label": "3040 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 3041, "label": "3041 True True 716", "shape": "dot", "size": 10}, {"group": 1, "id": 3067, "label": "3067 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 3088, "label": "3088 True True 717", "shape": "dot", "size": 10}, {"group": 1, "id": 3107, "label": "3107 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 3109, "label": "3109 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 3127, "label": "3127 True True 164", "shape": "dot", "size": 10}, {"group": 1, "id": 3130, "label": "3130 True True 167", "shape": "dot", "size": 10}, {"group": 1, "id": 3153, "label": "3153 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 3154, "label": "3154 True True 622", "shape": "dot", "size": 10}, {"group": 1, "id": 4907, "label": "4907 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 3176, "label": "3176 True True 654", "shape": "dot", "size": 10}, {"group": 1, "id": 3197, "label": "3197 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 3198, "label": "3198 True True 667", "shape": "dot", "size": 10}, {"group": 1, "id": 3219, "label": "3219 True True 665", "shape": "dot", "size": 10}, {"group": 1, "id": 3238, "label": "3238 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 3239, "label": "3239 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 3257, "label": "3257 True True 164", "shape": "dot", "size": 10}, {"group": 1, "id": 3259, "label": "3259 True True 166", "shape": "dot", "size": 10}, {"group": 1, "id": 3284, "label": "3284 True True 728", "shape": "dot", "size": 10}, {"group": 1, "id": 3316, "label": "3316 True True 444", "shape": "dot", "size": 10}, {"group": 1, "id": 3317, "label": "3317 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 3373, "label": "3373 True True 729", "shape": "dot", "size": 10}, {"group": 1, "id": 3377, "label": "3377 True True 730", "shape": "dot", "size": 10}, {"group": 1, "id": 3403, "label": "3403 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 3408, "label": "3408 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 3415, "label": "3415 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 3428, "label": "3428 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 3435, "label": "3435 True True 35", "shape": "dot", "size": 10}, {"group": 1, "id": 3446, "label": "3446 True True 465", "shape": "dot", "size": 10}, {"group": 1, "id": 3447, "label": "3447 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 3448, "label": "3448 True True 474", "shape": "dot", "size": 10}, {"group": 1, "id": 3451, "label": "3451 True True 475", "shape": "dot", "size": 10}, {"group": 1, "id": 3453, "label": "3453 True True 179", "shape": "dot", "size": 10}, {"group": 1, "id": 3470, "label": "3470 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 3471, "label": "3471 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 3489, "label": "3489 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 3505, "label": "3505 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 3508, "label": "3508 True True 738", "shape": "dot", "size": 10}, {"group": 1, "id": 3512, "label": "3512 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 3527, "label": "3527 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 3551, "label": "3551 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 4157, "label": "4157 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 4161, "label": "4161 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 4163, "label": "4163 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 3557, "label": "3557 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 3967, "label": "3967 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 3568, "label": "3568 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 3569, "label": "3569 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 3571, "label": "3571 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 3577, "label": "3577 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 3578, "label": "3578 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 3579, "label": "3579 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 3591, "label": "3591 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 3596, "label": "3596 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 3598, "label": "3598 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 3605, "label": "3605 True True 20", "shape": "dot", "size": 10}, {"group": 1, "id": 3622, "label": "3622 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 3635, "label": "3635 True True 457", "shape": "dot", "size": 10}, {"group": 1, "id": 3636, "label": "3636 True True 30", "shape": "dot", "size": 10}, {"group": 1, "id": 3638, "label": "3638 True True 35", "shape": "dot", "size": 10}, {"group": 1, "id": 3642, "label": "3642 True True 742", "shape": "dot", "size": 10}, {"group": 1, "id": 3643, "label": "3643 True True 392", "shape": "dot", "size": 10}, {"group": 1, "id": 8405, "label": "8405 True True 19", "shape": "dot", "size": 10}, {"group": 1, "id": 3673, "label": "3673 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 3675, "label": "3675 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 3677, "label": "3677 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 3678, "label": "3678 True True 19", "shape": "dot", "size": 10}, {"group": 1, "id": 3683, "label": "3683 True True 425", "shape": "dot", "size": 10}, {"group": 1, "id": 3684, "label": "3684 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 3685, "label": "3685 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 3686, "label": "3686 True True 743", "shape": "dot", "size": 10}, {"group": 1, "id": 3689, "label": "3689 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 3704, "label": "3704 True True 745", "shape": "dot", "size": 10}, {"group": 1, "id": 3711, "label": "3711 True True 59", "shape": "dot", "size": 10}, {"group": 1, "id": 3717, "label": "3717 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 3719, "label": "3719 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 3723, "label": "3723 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 3726, "label": "3726 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 3735, "label": "3735 True True 54", "shape": "dot", "size": 10}, {"group": 1, "id": 3741, "label": "3741 True True 139", "shape": "dot", "size": 10}, {"group": 1, "id": 3747, "label": "3747 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 3748, "label": "3748 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 3750, "label": "3750 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 3756, "label": "3756 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 3758, "label": "3758 True True 746", "shape": "dot", "size": 10}, {"group": 1, "id": 3760, "label": "3760 True True 129", "shape": "dot", "size": 10}, {"group": 1, "id": 3764, "label": "3764 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 3765, "label": "3765 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 3766, "label": "3766 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 3776, "label": "3776 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 3787, "label": "3787 True True 64", "shape": "dot", "size": 10}, {"group": 1, "id": 3788, "label": "3788 True True 427", "shape": "dot", "size": 10}, {"group": 1, "id": 3792, "label": "3792 True True 62", "shape": "dot", "size": 10}, {"group": 1, "id": 3801, "label": "3801 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 3803, "label": "3803 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 3804, "label": "3804 True True 584", "shape": "dot", "size": 10}, {"group": 1, "id": 3805, "label": "3805 True True 579", "shape": "dot", "size": 10}, {"group": 1, "id": 3808, "label": "3808 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 3810, "label": "3810 True True 60", "shape": "dot", "size": 10}, {"group": 1, "id": 3815, "label": "3815 True True 101", "shape": "dot", "size": 10}, {"group": 1, "id": 3817, "label": "3817 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 3821, "label": "3821 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 7426, "label": "7426 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 10059, "label": "10059 True True 884", "shape": "dot", "size": 10}, {"group": 1, "id": 3822, "label": "3822 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 3823, "label": "3823 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 3824, "label": "3824 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 3833, "label": "3833 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 6102, "label": "6102 True True 149", "shape": "dot", "size": 10}, {"group": 1, "id": 3834, "label": "3834 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 5784, "label": "5784 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 6947, "label": "6947 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 6351, "label": "6351 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 6402, "label": "6402 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 8682, "label": "8682 True True 533", "shape": "dot", "size": 10}, {"group": 1, "id": 3853, "label": "3853 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 3854, "label": "3854 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 3855, "label": "3855 True True 208", "shape": "dot", "size": 10}, {"group": 1, "id": 3862, "label": "3862 True True 47", "shape": "dot", "size": 10}, {"group": 1, "id": 3865, "label": "3865 True True 134", "shape": "dot", "size": 10}, {"group": 1, "id": 3867, "label": "3867 True True 109", "shape": "dot", "size": 10}, {"group": 1, "id": 3869, "label": "3869 True True 54", "shape": "dot", "size": 10}, {"group": 1, "id": 3871, "label": "3871 True True 668", "shape": "dot", "size": 10}, {"group": 1, "id": 3874, "label": "3874 True True 97", "shape": "dot", "size": 10}, {"group": 1, "id": 3875, "label": "3875 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 3891, "label": "3891 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 3894, "label": "3894 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 3895, "label": "3895 True True 303", "shape": "dot", "size": 10}, {"group": 1, "id": 3900, "label": "3900 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 3903, "label": "3903 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 3915, "label": "3915 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 3916, "label": "3916 True True 667", "shape": "dot", "size": 10}, {"group": 1, "id": 3942, "label": "3942 True True 800", "shape": "dot", "size": 10}, {"group": 1, "id": 3944, "label": "3944 True True 688", "shape": "dot", "size": 10}, {"group": 1, "id": 3952, "label": "3952 True True 672", "shape": "dot", "size": 10}, {"group": 1, "id": 3957, "label": "3957 True True 665", "shape": "dot", "size": 10}, {"group": 1, "id": 11161, "label": "11161 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 3969, "label": "3969 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 3973, "label": "3973 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 3977, "label": "3977 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 3978, "label": "3978 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 3979, "label": "3979 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 4000, "label": "4000 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 5282, "label": "5282 True True 898", "shape": "dot", "size": 10}, {"group": 1, "id": 7145, "label": "7145 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 8245, "label": "8245 True True 280", "shape": "dot", "size": 10}, {"group": 1, "id": 8247, "label": "8247 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 8251, "label": "8251 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 8252, "label": "8252 True True 654", "shape": "dot", "size": 10}, {"group": 1, "id": 8255, "label": "8255 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 8481, "label": "8481 True True 693", "shape": "dot", "size": 10}, {"group": 1, "id": 9436, "label": "9436 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 9910, "label": "9910 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 11323, "label": "11323 True True 713", "shape": "dot", "size": 10}, {"group": 1, "id": 11643, "label": "11643 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 11687, "label": "11687 True True 707", "shape": "dot", "size": 10}, {"group": 1, "id": 11688, "label": "11688 True True 34", "shape": "dot", "size": 10}, {"group": 1, "id": 13705, "label": "13705 True True 709", "shape": "dot", "size": 10}, {"group": 1, "id": 14575, "label": "14575 True True 710", "shape": "dot", "size": 10}, {"group": 1, "id": 4001, "label": "4001 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 4006, "label": "4006 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 4011, "label": "4011 True True 314", "shape": "dot", "size": 10}, {"group": 1, "id": 4012, "label": "4012 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 4015, "label": "4015 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 4021, "label": "4021 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 4027, "label": "4027 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4043, "label": "4043 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 6564, "label": "6564 True True 24", "shape": "dot", "size": 10}, {"group": 1, "id": 13461, "label": "13461 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 4680, "label": "4680 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 4080, "label": "4080 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 4084, "label": "4084 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 4106, "label": "4106 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4116, "label": "4116 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 4137, "label": "4137 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 4151, "label": "4151 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 4153, "label": "4153 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 4403, "label": "4403 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 4810, "label": "4810 True True 466", "shape": "dot", "size": 10}, {"group": 1, "id": 4811, "label": "4811 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4171, "label": "4171 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 4182, "label": "4182 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 5381, "label": "5381 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 5951, "label": "5951 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4190, "label": "4190 True True 279", "shape": "dot", "size": 10}, {"group": 1, "id": 4191, "label": "4191 True True 462", "shape": "dot", "size": 10}, {"group": 1, "id": 4194, "label": "4194 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 4202, "label": "4202 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 4610, "label": "4610 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 4958, "label": "4958 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 4204, "label": "4204 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 4205, "label": "4205 True True 456", "shape": "dot", "size": 10}, {"group": 1, "id": 4212, "label": "4212 True True 560", "shape": "dot", "size": 10}, {"group": 1, "id": 4222, "label": "4222 True True 454", "shape": "dot", "size": 10}, {"group": 1, "id": 4259, "label": "4259 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 4260, "label": "4260 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 11207, "label": "11207 True True 19", "shape": "dot", "size": 10}, {"group": 1, "id": 4271, "label": "4271 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 4292, "label": "4292 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 4297, "label": "4297 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 4306, "label": "4306 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 4313, "label": "4313 True True 826", "shape": "dot", "size": 10}, {"group": 1, "id": 4318, "label": "4318 True True 827", "shape": "dot", "size": 10}, {"group": 1, "id": 4321, "label": "4321 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 4324, "label": "4324 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 4326, "label": "4326 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 4329, "label": "4329 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 4331, "label": "4331 True True 350", "shape": "dot", "size": 10}, {"group": 1, "id": 4332, "label": "4332 True True 35", "shape": "dot", "size": 10}, {"group": 1, "id": 4334, "label": "4334 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 4335, "label": "4335 True True 828", "shape": "dot", "size": 10}, {"group": 1, "id": 4337, "label": "4337 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 4339, "label": "4339 True True 144", "shape": "dot", "size": 10}, {"group": 1, "id": 4349, "label": "4349 True True 520", "shape": "dot", "size": 10}, {"group": 1, "id": 4366, "label": "4366 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4367, "label": "4367 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 4370, "label": "4370 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 4382, "label": "4382 True True 25", "shape": "dot", "size": 10}, {"group": 1, "id": 4385, "label": "4385 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 4394, "label": "4394 True True 454", "shape": "dot", "size": 10}, {"group": 1, "id": 4405, "label": "4405 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 4407, "label": "4407 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 4415, "label": "4415 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 4417, "label": "4417 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 4424, "label": "4424 True True 462", "shape": "dot", "size": 10}, {"group": 1, "id": 4435, "label": "4435 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 4437, "label": "4437 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 4440, "label": "4440 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4441, "label": "4441 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 8999, "label": "8999 True True 279", "shape": "dot", "size": 10}, {"group": 1, "id": 11315, "label": "11315 True True 363", "shape": "dot", "size": 10}, {"group": 1, "id": 4442, "label": "4442 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 4653, "label": "4653 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 4450, "label": "4450 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 5215, "label": "5215 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 5731, "label": "5731 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 5732, "label": "5732 True True 466", "shape": "dot", "size": 10}, {"group": 1, "id": 5733, "label": "5733 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4453, "label": "4453 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 4456, "label": "4456 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 4462, "label": "4462 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 4463, "label": "4463 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 4464, "label": "4464 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 4465, "label": "4465 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 4466, "label": "4466 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 4467, "label": "4467 True True 263", "shape": "dot", "size": 10}, {"group": 1, "id": 4481, "label": "4481 True True 282", "shape": "dot", "size": 10}, {"group": 1, "id": 4672, "label": "4672 True True 194", "shape": "dot", "size": 10}, {"group": 1, "id": 4677, "label": "4677 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4482, "label": "4482 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 4487, "label": "4487 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 4489, "label": "4489 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 4496, "label": "4496 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 4498, "label": "4498 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 4499, "label": "4499 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 4501, "label": "4501 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 4502, "label": "4502 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 4503, "label": "4503 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 4508, "label": "4508 True True 838", "shape": "dot", "size": 10}, {"group": 1, "id": 4509, "label": "4509 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 4510, "label": "4510 True True 93", "shape": "dot", "size": 10}, {"group": 1, "id": 4512, "label": "4512 True True 97", "shape": "dot", "size": 10}, {"group": 1, "id": 4514, "label": "4514 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 4515, "label": "4515 True True 839", "shape": "dot", "size": 10}, {"group": 1, "id": 4518, "label": "4518 True True 841", "shape": "dot", "size": 10}, {"group": 1, "id": 4521, "label": "4521 True True 843", "shape": "dot", "size": 10}, {"group": 1, "id": 4522, "label": "4522 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 4536, "label": "4536 True True 279", "shape": "dot", "size": 10}, {"group": 1, "id": 4546, "label": "4546 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 8322, "label": "8322 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 8323, "label": "8323 True True 727", "shape": "dot", "size": 10}, {"group": 1, "id": 11538, "label": "11538 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 4554, "label": "4554 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 14030, "label": "14030 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 4556, "label": "4556 True True 848", "shape": "dot", "size": 10}, {"group": 1, "id": 4563, "label": "4563 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 4569, "label": "4569 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 4572, "label": "4572 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 4580, "label": "4580 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 4582, "label": "4582 True True 827", "shape": "dot", "size": 10}, {"group": 1, "id": 6025, "label": "6025 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 4587, "label": "4587 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 11807, "label": "11807 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 14601, "label": "14601 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 4612, "label": "4612 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 4615, "label": "4615 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 4621, "label": "4621 True True 852", "shape": "dot", "size": 10}, {"group": 1, "id": 4623, "label": "4623 True True 146", "shape": "dot", "size": 10}, {"group": 1, "id": 6654, "label": "6654 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 6655, "label": "6655 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 4630, "label": "4630 True True 856", "shape": "dot", "size": 10}, {"group": 1, "id": 4633, "label": "4633 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 9644, "label": "9644 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 10307, "label": "10307 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 4659, "label": "4659 True True 868", "shape": "dot", "size": 10}, {"group": 1, "id": 4661, "label": "4661 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 4663, "label": "4663 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 8435, "label": "8435 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 4689, "label": "4689 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 4696, "label": "4696 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 4697, "label": "4697 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 4698, "label": "4698 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 4702, "label": "4702 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 4704, "label": "4704 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 4706, "label": "4706 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 4709, "label": "4709 True True 477", "shape": "dot", "size": 10}, {"group": 1, "id": 4722, "label": "4722 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 4724, "label": "4724 True True 838", "shape": "dot", "size": 10}, {"group": 1, "id": 4725, "label": "4725 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4728, "label": "4728 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 10404, "label": "10404 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 4738, "label": "4738 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 4743, "label": "4743 True True 600", "shape": "dot", "size": 10}, {"group": 1, "id": 4763, "label": "4763 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 4764, "label": "4764 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 4771, "label": "4771 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 4776, "label": "4776 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 4779, "label": "4779 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 4780, "label": "4780 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 4785, "label": "4785 True True 62", "shape": "dot", "size": 10}, {"group": 1, "id": 7771, "label": "7771 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 5450, "label": "5450 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4788, "label": "4788 True True 147", "shape": "dot", "size": 10}, {"group": 1, "id": 4789, "label": "4789 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 4790, "label": "4790 True True 584", "shape": "dot", "size": 10}, {"group": 1, "id": 4793, "label": "4793 True True 870", "shape": "dot", "size": 10}, {"group": 1, "id": 4798, "label": "4798 True True 871", "shape": "dot", "size": 10}, {"group": 1, "id": 4801, "label": "4801 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 4802, "label": "4802 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 4803, "label": "4803 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 4812, "label": "4812 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 5209, "label": "5209 True True 35", "shape": "dot", "size": 10}, {"group": 1, "id": 5214, "label": "5214 True True 426", "shape": "dot", "size": 10}, {"group": 1, "id": 4821, "label": "4821 True True 28", "shape": "dot", "size": 10}, {"group": 1, "id": 4823, "label": "4823 True True 193", "shape": "dot", "size": 10}, {"group": 1, "id": 4834, "label": "4834 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 4843, "label": "4843 True True 821", "shape": "dot", "size": 10}, {"group": 1, "id": 7633, "label": "7633 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 4861, "label": "4861 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 8836, "label": "8836 True True 193", "shape": "dot", "size": 10}, {"group": 1, "id": 8847, "label": "8847 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10649, "label": "10649 True True 27", "shape": "dot", "size": 10}, {"group": 1, "id": 4871, "label": "4871 True True 279", "shape": "dot", "size": 10}, {"group": 1, "id": 4883, "label": "4883 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 4885, "label": "4885 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 8587, "label": "8587 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 4894, "label": "4894 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 4912, "label": "4912 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 4918, "label": "4918 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 4924, "label": "4924 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 4936, "label": "4936 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 4942, "label": "4942 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 4943, "label": "4943 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 4966, "label": "4966 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 4969, "label": "4969 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 4971, "label": "4971 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 4972, "label": "4972 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 4975, "label": "4975 True True 457", "shape": "dot", "size": 10}, {"group": 1, "id": 4978, "label": "4978 True True 872", "shape": "dot", "size": 10}, {"group": 1, "id": 4984, "label": "4984 True True 579", "shape": "dot", "size": 10}, {"group": 1, "id": 4985, "label": "4985 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 4988, "label": "4988 True True 144", "shape": "dot", "size": 10}, {"group": 1, "id": 5019, "label": "5019 True True 456", "shape": "dot", "size": 10}, {"group": 1, "id": 9357, "label": "9357 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 5021, "label": "5021 True True 830", "shape": "dot", "size": 10}, {"group": 1, "id": 5044, "label": "5044 True True 454", "shape": "dot", "size": 10}, {"group": 1, "id": 5058, "label": "5058 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 5065, "label": "5065 True True 563", "shape": "dot", "size": 10}, {"group": 1, "id": 5084, "label": "5084 True True 19", "shape": "dot", "size": 10}, {"group": 1, "id": 5100, "label": "5100 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 5101, "label": "5101 True True 878", "shape": "dot", "size": 10}, {"group": 1, "id": 5105, "label": "5105 True True 175", "shape": "dot", "size": 10}, {"group": 1, "id": 5107, "label": "5107 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 5109, "label": "5109 True True 475", "shape": "dot", "size": 10}, {"group": 1, "id": 5112, "label": "5112 True True 880", "shape": "dot", "size": 10}, {"group": 1, "id": 5113, "label": "5113 True True 179", "shape": "dot", "size": 10}, {"group": 1, "id": 5122, "label": "5122 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 5125, "label": "5125 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 5128, "label": "5128 True True 57", "shape": "dot", "size": 10}, {"group": 1, "id": 5136, "label": "5136 True True 237", "shape": "dot", "size": 10}, {"group": 1, "id": 5139, "label": "5139 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5145, "label": "5145 True True 887", "shape": "dot", "size": 10}, {"group": 1, "id": 5146, "label": "5146 True True 881", "shape": "dot", "size": 10}, {"group": 1, "id": 5147, "label": "5147 True True 888", "shape": "dot", "size": 10}, {"group": 1, "id": 5153, "label": "5153 True True 831", "shape": "dot", "size": 10}, {"group": 1, "id": 5154, "label": "5154 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 5167, "label": "5167 True True 895", "shape": "dot", "size": 10}, {"group": 1, "id": 5169, "label": "5169 True True 556", "shape": "dot", "size": 10}, {"group": 1, "id": 5176, "label": "5176 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 5180, "label": "5180 True True 146", "shape": "dot", "size": 10}, {"group": 1, "id": 5182, "label": "5182 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 5183, "label": "5183 True True 350", "shape": "dot", "size": 10}, {"group": 1, "id": 5184, "label": "5184 True True 709", "shape": "dot", "size": 10}, {"group": 1, "id": 5185, "label": "5185 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 5189, "label": "5189 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 5192, "label": "5192 True True 896", "shape": "dot", "size": 10}, {"group": 1, "id": 5194, "label": "5194 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 5196, "label": "5196 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 5199, "label": "5199 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 6549, "label": "6549 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 5223, "label": "5223 True True 28", "shape": "dot", "size": 10}, {"group": 1, "id": 5225, "label": "5225 True True 467", "shape": "dot", "size": 10}, {"group": 1, "id": 5229, "label": "5229 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 5231, "label": "5231 True True 35", "shape": "dot", "size": 10}, {"group": 1, "id": 5235, "label": "5235 True True 37", "shape": "dot", "size": 10}, {"group": 1, "id": 5242, "label": "5242 True True 61", "shape": "dot", "size": 10}, {"group": 1, "id": 5245, "label": "5245 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 5247, "label": "5247 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 5249, "label": "5249 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 5250, "label": "5250 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 5253, "label": "5253 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 5256, "label": "5256 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 5257, "label": "5257 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 5259, "label": "5259 True True 278", "shape": "dot", "size": 10}, {"group": 1, "id": 5271, "label": "5271 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 5273, "label": "5273 True True 425", "shape": "dot", "size": 10}, {"group": 1, "id": 5284, "label": "5284 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 5289, "label": "5289 True True 323", "shape": "dot", "size": 10}, {"group": 1, "id": 5291, "label": "5291 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 5295, "label": "5295 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 5300, "label": "5300 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 5308, "label": "5308 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5309, "label": "5309 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 5310, "label": "5310 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 5315, "label": "5315 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 5318, "label": "5318 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 5321, "label": "5321 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 5333, "label": "5333 True True 112", "shape": "dot", "size": 10}, {"group": 1, "id": 5334, "label": "5334 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5338, "label": "5338 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 5339, "label": "5339 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 5341, "label": "5341 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 5347, "label": "5347 True True 39", "shape": "dot", "size": 10}, {"group": 1, "id": 5358, "label": "5358 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 5369, "label": "5369 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 5371, "label": "5371 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5385, "label": "5385 True True 900", "shape": "dot", "size": 10}, {"group": 1, "id": 5405, "label": "5405 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 5414, "label": "5414 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5416, "label": "5416 True True 901", "shape": "dot", "size": 10}, {"group": 1, "id": 5427, "label": "5427 True True 236", "shape": "dot", "size": 10}, {"group": 1, "id": 5432, "label": "5432 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 5433, "label": "5433 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 5460, "label": "5460 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 5482, "label": "5482 True True 232", "shape": "dot", "size": 10}, {"group": 1, "id": 5487, "label": "5487 True True 321", "shape": "dot", "size": 10}, {"group": 1, "id": 5501, "label": "5501 True True 57", "shape": "dot", "size": 10}, {"group": 1, "id": 12281, "label": "12281 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 5507, "label": "5507 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 5509, "label": "5509 True True 246", "shape": "dot", "size": 10}, {"group": 1, "id": 5517, "label": "5517 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 5521, "label": "5521 True True 136", "shape": "dot", "size": 10}, {"group": 1, "id": 5534, "label": "5534 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 5539, "label": "5539 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5546, "label": "5546 True True 909", "shape": "dot", "size": 10}, {"group": 1, "id": 5548, "label": "5548 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 5551, "label": "5551 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 5552, "label": "5552 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 5553, "label": "5553 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 5569, "label": "5569 True True 320", "shape": "dot", "size": 10}, {"group": 1, "id": 5578, "label": "5578 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 5585, "label": "5585 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 5590, "label": "5590 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 5595, "label": "5595 True True 132", "shape": "dot", "size": 10}, {"group": 1, "id": 5599, "label": "5599 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 5604, "label": "5604 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 5637, "label": "5637 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6120, "label": "6120 True True 667", "shape": "dot", "size": 10}, {"group": 1, "id": 5648, "label": "5648 True True 663", "shape": "dot", "size": 10}, {"group": 1, "id": 5656, "label": "5656 True True 464", "shape": "dot", "size": 10}, {"group": 1, "id": 5664, "label": "5664 True True 838", "shape": "dot", "size": 10}, {"group": 1, "id": 5665, "label": "5665 True True 939", "shape": "dot", "size": 10}, {"group": 1, "id": 5668, "label": "5668 True True 706", "shape": "dot", "size": 10}, {"group": 1, "id": 5671, "label": "5671 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 5680, "label": "5680 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 5684, "label": "5684 True True 663", "shape": "dot", "size": 10}, {"group": 1, "id": 5686, "label": "5686 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 5688, "label": "5688 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5690, "label": "5690 True True 146", "shape": "dot", "size": 10}, {"group": 1, "id": 5691, "label": "5691 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 5692, "label": "5692 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 5696, "label": "5696 True True 149", "shape": "dot", "size": 10}, {"group": 1, "id": 5698, "label": "5698 True True 727", "shape": "dot", "size": 10}, {"group": 1, "id": 5699, "label": "5699 True True 728", "shape": "dot", "size": 10}, {"group": 1, "id": 5702, "label": "5702 True True 728", "shape": "dot", "size": 10}, {"group": 1, "id": 5703, "label": "5703 True True 277", "shape": "dot", "size": 10}, {"group": 1, "id": 5715, "label": "5715 True True 941", "shape": "dot", "size": 10}, {"group": 1, "id": 5717, "label": "5717 True True 436", "shape": "dot", "size": 10}, {"group": 1, "id": 5718, "label": "5718 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 5721, "label": "5721 True True 136", "shape": "dot", "size": 10}, {"group": 1, "id": 5725, "label": "5725 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 5726, "label": "5726 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 5738, "label": "5738 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 6171, "label": "6171 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 7872, "label": "7872 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 7875, "label": "7875 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 7877, "label": "7877 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 5745, "label": "5745 True True 264", "shape": "dot", "size": 10}, {"group": 1, "id": 8395, "label": "8395 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 5746, "label": "5746 True True 302", "shape": "dot", "size": 10}, {"group": 1, "id": 5751, "label": "5751 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 5755, "label": "5755 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 5757, "label": "5757 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 5758, "label": "5758 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 5760, "label": "5760 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 5761, "label": "5761 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 5762, "label": "5762 True True 332", "shape": "dot", "size": 10}, {"group": 1, "id": 5769, "label": "5769 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 9798, "label": "9798 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 9799, "label": "9799 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 9801, "label": "9801 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 5772, "label": "5772 True True 136", "shape": "dot", "size": 10}, {"group": 1, "id": 5778, "label": "5778 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 5781, "label": "5781 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5783, "label": "5783 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 5805, "label": "5805 True True 269", "shape": "dot", "size": 10}, {"group": 1, "id": 6739, "label": "6739 True True 165", "shape": "dot", "size": 10}, {"group": 1, "id": 6725, "label": "6725 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 5807, "label": "5807 True True 897", "shape": "dot", "size": 10}, {"group": 1, "id": 5809, "label": "5809 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 5812, "label": "5812 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 5813, "label": "5813 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 5814, "label": "5814 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 5835, "label": "5835 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5837, "label": "5837 True True 946", "shape": "dot", "size": 10}, {"group": 1, "id": 5845, "label": "5845 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 5849, "label": "5849 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 5865, "label": "5865 True True 175", "shape": "dot", "size": 10}, {"group": 1, "id": 5869, "label": "5869 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 5872, "label": "5872 True True 947", "shape": "dot", "size": 10}, {"group": 1, "id": 5874, "label": "5874 True True 180", "shape": "dot", "size": 10}, {"group": 1, "id": 5875, "label": "5875 True True 474", "shape": "dot", "size": 10}, {"group": 1, "id": 5878, "label": "5878 True True 209", "shape": "dot", "size": 10}, {"group": 1, "id": 5891, "label": "5891 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 5899, "label": "5899 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 5901, "label": "5901 True True 136", "shape": "dot", "size": 10}, {"group": 1, "id": 5918, "label": "5918 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 5919, "label": "5919 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 5934, "label": "5934 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 5936, "label": "5936 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5938, "label": "5938 True True 237", "shape": "dot", "size": 10}, {"group": 1, "id": 6256, "label": "6256 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 7738, "label": "7738 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 7739, "label": "7739 True True 908", "shape": "dot", "size": 10}, {"group": 1, "id": 8962, "label": "8962 True True 533", "shape": "dot", "size": 10}, {"group": 1, "id": 10856, "label": "10856 True True 426", "shape": "dot", "size": 10}, {"group": 1, "id": 10858, "label": "10858 True True 709", "shape": "dot", "size": 10}, {"group": 1, "id": 11294, "label": "11294 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 5960, "label": "5960 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 5964, "label": "5964 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 5974, "label": "5974 True True 321", "shape": "dot", "size": 10}, {"group": 1, "id": 5985, "label": "5985 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 5993, "label": "5993 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 5996, "label": "5996 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 5997, "label": "5997 True True 247", "shape": "dot", "size": 10}, {"group": 1, "id": 6001, "label": "6001 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 6003, "label": "6003 True True 143", "shape": "dot", "size": 10}, {"group": 1, "id": 6005, "label": "6005 True True 455", "shape": "dot", "size": 10}, {"group": 1, "id": 6008, "label": "6008 True True 146", "shape": "dot", "size": 10}, {"group": 1, "id": 6010, "label": "6010 True True 147", "shape": "dot", "size": 10}, {"group": 1, "id": 6014, "label": "6014 True True 163", "shape": "dot", "size": 10}, {"group": 1, "id": 6016, "label": "6016 True True 171", "shape": "dot", "size": 10}, {"group": 1, "id": 6017, "label": "6017 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 6022, "label": "6022 True True 954", "shape": "dot", "size": 10}, {"group": 1, "id": 6024, "label": "6024 True True 245", "shape": "dot", "size": 10}, {"group": 1, "id": 6030, "label": "6030 True True 20", "shape": "dot", "size": 10}, {"group": 1, "id": 6038, "label": "6038 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 6042, "label": "6042 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 6054, "label": "6054 True True 133", "shape": "dot", "size": 10}, {"group": 1, "id": 6056, "label": "6056 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 6059, "label": "6059 True True 193", "shape": "dot", "size": 10}, {"group": 1, "id": 6072, "label": "6072 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 6075, "label": "6075 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6078, "label": "6078 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 6091, "label": "6091 True True 277", "shape": "dot", "size": 10}, {"group": 1, "id": 6097, "label": "6097 True True 409", "shape": "dot", "size": 10}, {"group": 1, "id": 6099, "label": "6099 True True 838", "shape": "dot", "size": 10}, {"group": 1, "id": 6103, "label": "6103 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 12172, "label": "12172 True True 439", "shape": "dot", "size": 10}, {"group": 1, "id": 6104, "label": "6104 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 6125, "label": "6125 True True 209", "shape": "dot", "size": 10}, {"group": 1, "id": 6134, "label": "6134 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 6141, "label": "6141 True True 965", "shape": "dot", "size": 10}, {"group": 1, "id": 6170, "label": "6170 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 6175, "label": "6175 True True 27", "shape": "dot", "size": 10}, {"group": 1, "id": 6177, "label": "6177 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 6180, "label": "6180 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 7600, "label": "7600 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 6182, "label": "6182 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 6189, "label": "6189 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 6194, "label": "6194 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 6206, "label": "6206 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 6209, "label": "6209 True True 179", "shape": "dot", "size": 10}, {"group": 1, "id": 6211, "label": "6211 True True 474", "shape": "dot", "size": 10}, {"group": 1, "id": 6212, "label": "6212 True True 475", "shape": "dot", "size": 10}, {"group": 1, "id": 6224, "label": "6224 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 6227, "label": "6227 True True 237", "shape": "dot", "size": 10}, {"group": 1, "id": 6229, "label": "6229 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 6231, "label": "6231 True True 481", "shape": "dot", "size": 10}, {"group": 1, "id": 6232, "label": "6232 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 6240, "label": "6240 True True 486", "shape": "dot", "size": 10}, {"group": 1, "id": 6241, "label": "6241 True True 480", "shape": "dot", "size": 10}, {"group": 1, "id": 6242, "label": "6242 True True 33", "shape": "dot", "size": 10}, {"group": 1, "id": 6244, "label": "6244 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 6248, "label": "6248 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 9894, "label": "9894 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 6260, "label": "6260 True True 209", "shape": "dot", "size": 10}, {"group": 1, "id": 6261, "label": "6261 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 6263, "label": "6263 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 7667, "label": "7667 True True 57", "shape": "dot", "size": 10}, {"group": 1, "id": 6264, "label": "6264 True True 57", "shape": "dot", "size": 10}, {"group": 1, "id": 7929, "label": "7929 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 8520, "label": "8520 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 8522, "label": "8522 True True 800", "shape": "dot", "size": 10}, {"group": 1, "id": 9055, "label": "9055 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 9066, "label": "9066 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 9233, "label": "9233 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 9550, "label": "9550 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 9654, "label": "9654 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 9992, "label": "9992 True True 533", "shape": "dot", "size": 10}, {"group": 1, "id": 10070, "label": "10070 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 6272, "label": "6272 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 6273, "label": "6273 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 6274, "label": "6274 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 6278, "label": "6278 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 6283, "label": "6283 True True 60", "shape": "dot", "size": 10}, {"group": 1, "id": 6288, "label": "6288 True True 140", "shape": "dot", "size": 10}, {"group": 1, "id": 6289, "label": "6289 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6290, "label": "6290 True True 437", "shape": "dot", "size": 10}, {"group": 1, "id": 6291, "label": "6291 True True 438", "shape": "dot", "size": 10}, {"group": 1, "id": 6292, "label": "6292 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 6293, "label": "6293 True True 439", "shape": "dot", "size": 10}, {"group": 1, "id": 6294, "label": "6294 True True 440", "shape": "dot", "size": 10}, {"group": 1, "id": 6295, "label": "6295 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 6300, "label": "6300 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 6306, "label": "6306 True True 982", "shape": "dot", "size": 10}, {"group": 1, "id": 6308, "label": "6308 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 6313, "label": "6313 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6314, "label": "6314 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 6315, "label": "6315 True True 427", "shape": "dot", "size": 10}, {"group": 1, "id": 6322, "label": "6322 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 6323, "label": "6323 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 6328, "label": "6328 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 6331, "label": "6331 True True 240", "shape": "dot", "size": 10}, {"group": 1, "id": 6336, "label": "6336 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 6339, "label": "6339 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 6342, "label": "6342 True True 444", "shape": "dot", "size": 10}, {"group": 1, "id": 6345, "label": "6345 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 6348, "label": "6348 True True 95", "shape": "dot", "size": 10}, {"group": 1, "id": 6349, "label": "6349 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6354, "label": "6354 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 12043, "label": "12043 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 6369, "label": "6369 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 6375, "label": "6375 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 6382, "label": "6382 True True 243", "shape": "dot", "size": 10}, {"group": 1, "id": 6384, "label": "6384 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 6387, "label": "6387 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 6391, "label": "6391 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 6394, "label": "6394 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 6396, "label": "6396 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 6399, "label": "6399 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 6400, "label": "6400 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6406, "label": "6406 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 6412, "label": "6412 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 6416, "label": "6416 True True 233", "shape": "dot", "size": 10}, {"group": 1, "id": 6420, "label": "6420 True True 132", "shape": "dot", "size": 10}, {"group": 1, "id": 6422, "label": "6422 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 6426, "label": "6426 True True 234", "shape": "dot", "size": 10}, {"group": 1, "id": 6428, "label": "6428 True True 428", "shape": "dot", "size": 10}, {"group": 1, "id": 6432, "label": "6432 True True 986", "shape": "dot", "size": 10}, {"group": 1, "id": 6433, "label": "6433 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 6434, "label": "6434 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 6436, "label": "6436 True True 149", "shape": "dot", "size": 10}, {"group": 1, "id": 6841, "label": "6841 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 6437, "label": "6437 True True 989", "shape": "dot", "size": 10}, {"group": 1, "id": 6439, "label": "6439 True True 991", "shape": "dot", "size": 10}, {"group": 1, "id": 6440, "label": "6440 True True 990", "shape": "dot", "size": 10}, {"group": 1, "id": 6444, "label": "6444 True True 234", "shape": "dot", "size": 10}, {"group": 1, "id": 6450, "label": "6450 True True 429", "shape": "dot", "size": 10}, {"group": 1, "id": 6453, "label": "6453 True True 993", "shape": "dot", "size": 10}, {"group": 1, "id": 6456, "label": "6456 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 6463, "label": "6463 True True 243", "shape": "dot", "size": 10}, {"group": 1, "id": 6465, "label": "6465 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 6467, "label": "6467 True True 85", "shape": "dot", "size": 10}, {"group": 1, "id": 6469, "label": "6469 True True 68", "shape": "dot", "size": 10}, {"group": 1, "id": 6472, "label": "6472 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 6473, "label": "6473 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 6476, "label": "6476 True True 268", "shape": "dot", "size": 10}, {"group": 1, "id": 6481, "label": "6481 True True 177", "shape": "dot", "size": 10}, {"group": 1, "id": 6486, "label": "6486 True True 986", "shape": "dot", "size": 10}, {"group": 1, "id": 6488, "label": "6488 True True 428", "shape": "dot", "size": 10}, {"group": 1, "id": 6490, "label": "6490 True True 528", "shape": "dot", "size": 10}, {"group": 1, "id": 6496, "label": "6496 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 6499, "label": "6499 True True 994", "shape": "dot", "size": 10}, {"group": 1, "id": 6500, "label": "6500 True True 990", "shape": "dot", "size": 10}, {"group": 1, "id": 6502, "label": "6502 True True 991", "shape": "dot", "size": 10}, {"group": 1, "id": 6506, "label": "6506 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 6509, "label": "6509 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 6515, "label": "6515 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 6520, "label": "6520 True True 143", "shape": "dot", "size": 10}, {"group": 1, "id": 6525, "label": "6525 True True 234", "shape": "dot", "size": 10}, {"group": 1, "id": 6531, "label": "6531 True True 429", "shape": "dot", "size": 10}, {"group": 1, "id": 6535, "label": "6535 True True 992", "shape": "dot", "size": 10}, {"group": 1, "id": 6540, "label": "6540 True True 132", "shape": "dot", "size": 10}, {"group": 1, "id": 6541, "label": "6541 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 6542, "label": "6542 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 6546, "label": "6546 True True 85", "shape": "dot", "size": 10}, {"group": 1, "id": 7097, "label": "7097 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 6552, "label": "6552 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 9939, "label": "9939 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 6553, "label": "6553 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 6567, "label": "6567 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 14472, "label": "14472 True True 1018", "shape": "dot", "size": 10}, {"group": 1, "id": 6568, "label": "6568 True True 426", "shape": "dot", "size": 10}, {"group": 1, "id": 6570, "label": "6570 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 6578, "label": "6578 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 7904, "label": "7904 True True 39", "shape": "dot", "size": 10}, {"group": 1, "id": 6580, "label": "6580 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 14478, "label": "14478 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 6604, "label": "6604 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 6614, "label": "6614 True True 39", "shape": "dot", "size": 10}, {"group": 1, "id": 6632, "label": "6632 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 6639, "label": "6639 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6644, "label": "6644 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6645, "label": "6645 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 6647, "label": "6647 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 6650, "label": "6650 True True 147", "shape": "dot", "size": 10}, {"group": 1, "id": 6651, "label": "6651 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 11093, "label": "11093 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 6656, "label": "6656 True True 73", "shape": "dot", "size": 10}, {"group": 1, "id": 11221, "label": "11221 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 6657, "label": "6657 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 6662, "label": "6662 True True 998", "shape": "dot", "size": 10}, {"group": 1, "id": 6664, "label": "6664 True True 999", "shape": "dot", "size": 10}, {"group": 1, "id": 6668, "label": "6668 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 6669, "label": "6669 True True 142", "shape": "dot", "size": 10}, {"group": 1, "id": 6677, "label": "6677 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 6680, "label": "6680 True True 455", "shape": "dot", "size": 10}, {"group": 1, "id": 6684, "label": "6684 True True 147", "shape": "dot", "size": 10}, {"group": 1, "id": 6685, "label": "6685 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 6690, "label": "6690 True True 163", "shape": "dot", "size": 10}, {"group": 1, "id": 6695, "label": "6695 True True 171", "shape": "dot", "size": 10}, {"group": 1, "id": 6700, "label": "6700 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 6707, "label": "6707 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 6714, "label": "6714 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 6716, "label": "6716 True True 245", "shape": "dot", "size": 10}, {"group": 1, "id": 6721, "label": "6721 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 6726, "label": "6726 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 6734, "label": "6734 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 6735, "label": "6735 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 6757, "label": "6757 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 6763, "label": "6763 True True 1002", "shape": "dot", "size": 10}, {"group": 1, "id": 6766, "label": "6766 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 6774, "label": "6774 True True 462", "shape": "dot", "size": 10}, {"group": 1, "id": 6783, "label": "6783 True True 269", "shape": "dot", "size": 10}, {"group": 1, "id": 6785, "label": "6785 True True 436", "shape": "dot", "size": 10}, {"group": 1, "id": 6789, "label": "6789 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 6791, "label": "6791 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 6797, "label": "6797 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 6800, "label": "6800 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 6803, "label": "6803 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 6805, "label": "6805 True True 146", "shape": "dot", "size": 10}, {"group": 1, "id": 6806, "label": "6806 True True 129", "shape": "dot", "size": 10}, {"group": 1, "id": 6807, "label": "6807 True True 97", "shape": "dot", "size": 10}, {"group": 1, "id": 6809, "label": "6809 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 6810, "label": "6810 True True 839", "shape": "dot", "size": 10}, {"group": 1, "id": 6813, "label": "6813 True True 841", "shape": "dot", "size": 10}, {"group": 1, "id": 6817, "label": "6817 True True 843", "shape": "dot", "size": 10}, {"group": 1, "id": 6819, "label": "6819 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 6822, "label": "6822 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 6823, "label": "6823 True True 1003", "shape": "dot", "size": 10}, {"group": 1, "id": 6828, "label": "6828 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 9086, "label": "9086 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 6833, "label": "6833 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 6835, "label": "6835 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 6837, "label": "6837 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 6838, "label": "6838 True True 1006", "shape": "dot", "size": 10}, {"group": 1, "id": 6842, "label": "6842 True True 741", "shape": "dot", "size": 10}, {"group": 1, "id": 6843, "label": "6843 True True 1007", "shape": "dot", "size": 10}, {"group": 1, "id": 6845, "label": "6845 True True 285", "shape": "dot", "size": 10}, {"group": 1, "id": 6846, "label": "6846 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 6847, "label": "6847 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 6858, "label": "6858 True True 280", "shape": "dot", "size": 10}, {"group": 1, "id": 6872, "label": "6872 True True 167", "shape": "dot", "size": 10}, {"group": 1, "id": 11134, "label": "11134 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 6900, "label": "6900 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 10005, "label": "10005 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 6903, "label": "6903 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 6912, "label": "6912 True True 39", "shape": "dot", "size": 10}, {"group": 1, "id": 6925, "label": "6925 True True 236", "shape": "dot", "size": 10}, {"group": 1, "id": 6934, "label": "6934 True True 95", "shape": "dot", "size": 10}, {"group": 1, "id": 6935, "label": "6935 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 6939, "label": "6939 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 6948, "label": "6948 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 6949, "label": "6949 True True 392", "shape": "dot", "size": 10}, {"group": 1, "id": 11214, "label": "11214 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 6951, "label": "6951 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 6952, "label": "6952 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 6970, "label": "6970 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 6974, "label": "6974 True True 166", "shape": "dot", "size": 10}, {"group": 1, "id": 6981, "label": "6981 True True 268", "shape": "dot", "size": 10}, {"group": 1, "id": 7011, "label": "7011 True True 293", "shape": "dot", "size": 10}, {"group": 1, "id": 7015, "label": "7015 True True 463", "shape": "dot", "size": 10}, {"group": 1, "id": 7031, "label": "7031 True True 269", "shape": "dot", "size": 10}, {"group": 1, "id": 7034, "label": "7034 True True 1013", "shape": "dot", "size": 10}, {"group": 1, "id": 7036, "label": "7036 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 7042, "label": "7042 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 7047, "label": "7047 True True 53", "shape": "dot", "size": 10}, {"group": 1, "id": 7052, "label": "7052 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 7053, "label": "7053 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 7054, "label": "7054 True True 57", "shape": "dot", "size": 10}, {"group": 1, "id": 7062, "label": "7062 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 7064, "label": "7064 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 7066, "label": "7066 True True 134", "shape": "dot", "size": 10}, {"group": 1, "id": 7068, "label": "7068 True True 670", "shape": "dot", "size": 10}, {"group": 1, "id": 7071, "label": "7071 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 7076, "label": "7076 True True 112", "shape": "dot", "size": 10}, {"group": 1, "id": 7101, "label": "7101 True True 466", "shape": "dot", "size": 10}, {"group": 1, "id": 7103, "label": "7103 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 7104, "label": "7104 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 10278, "label": "10278 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 7110, "label": "7110 True True 27", "shape": "dot", "size": 10}, {"group": 1, "id": 7113, "label": "7113 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 7119, "label": "7119 True True 34", "shape": "dot", "size": 10}, {"group": 1, "id": 7126, "label": "7126 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 7127, "label": "7127 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 7129, "label": "7129 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 9048, "label": "9048 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 7131, "label": "7131 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 9284, "label": "9284 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 7152, "label": "7152 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 7157, "label": "7157 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 7175, "label": "7175 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 7179, "label": "7179 True True 231", "shape": "dot", "size": 10}, {"group": 1, "id": 7205, "label": "7205 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 7209, "label": "7209 True True 1017", "shape": "dot", "size": 10}, {"group": 1, "id": 12069, "label": "12069 True True 243", "shape": "dot", "size": 10}, {"group": 1, "id": 7226, "label": "7226 True True 611", "shape": "dot", "size": 10}, {"group": 1, "id": 7247, "label": "7247 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 7256, "label": "7256 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 7258, "label": "7258 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 7264, "label": "7264 True True 464", "shape": "dot", "size": 10}, {"group": 1, "id": 7273, "label": "7273 True True 631", "shape": "dot", "size": 10}, {"group": 1, "id": 7275, "label": "7275 True True 436", "shape": "dot", "size": 10}, {"group": 1, "id": 7277, "label": "7277 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 7285, "label": "7285 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 7289, "label": "7289 True True 60", "shape": "dot", "size": 10}, {"group": 1, "id": 7296, "label": "7296 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 7298, "label": "7298 True True 146", "shape": "dot", "size": 10}, {"group": 1, "id": 7322, "label": "7322 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 7327, "label": "7327 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 7342, "label": "7342 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 7367, "label": "7367 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 7369, "label": "7369 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 7373, "label": "7373 True True 620", "shape": "dot", "size": 10}, {"group": 1, "id": 7383, "label": "7383 True True 706", "shape": "dot", "size": 10}, {"group": 1, "id": 7385, "label": "7385 True True 62", "shape": "dot", "size": 10}, {"group": 1, "id": 7389, "label": "7389 True True 1021", "shape": "dot", "size": 10}, {"group": 1, "id": 7391, "label": "7391 True True 147", "shape": "dot", "size": 10}, {"group": 1, "id": 7392, "label": "7392 True True 584", "shape": "dot", "size": 10}, {"group": 1, "id": 7394, "label": "7394 True True 426", "shape": "dot", "size": 10}, {"group": 1, "id": 7398, "label": "7398 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 7401, "label": "7401 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 7405, "label": "7405 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 7411, "label": "7411 True True 706", "shape": "dot", "size": 10}, {"group": 1, "id": 7416, "label": "7416 True True 668", "shape": "dot", "size": 10}, {"group": 1, "id": 7418, "label": "7418 True True 97", "shape": "dot", "size": 10}, {"group": 1, "id": 7420, "label": "7420 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 7428, "label": "7428 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 7431, "label": "7431 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 7442, "label": "7442 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 7450, "label": "7450 True True 852", "shape": "dot", "size": 10}, {"group": 1, "id": 7453, "label": "7453 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 7454, "label": "7454 True True 275", "shape": "dot", "size": 10}, {"group": 1, "id": 7475, "label": "7475 True True 1036", "shape": "dot", "size": 10}, {"group": 1, "id": 7520, "label": "7520 True True 1024", "shape": "dot", "size": 10}, {"group": 1, "id": 12691, "label": "12691 True True 1356", "shape": "dot", "size": 10}, {"group": 1, "id": 7522, "label": "7522 True True 285", "shape": "dot", "size": 10}, {"group": 1, "id": 7523, "label": "7523 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 7524, "label": "7524 True True 392", "shape": "dot", "size": 10}, {"group": 1, "id": 7542, "label": "7542 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 7543, "label": "7543 True True 716", "shape": "dot", "size": 10}, {"group": 1, "id": 7558, "label": "7558 True True 671", "shape": "dot", "size": 10}, {"group": 1, "id": 7562, "label": "7562 True True 277", "shape": "dot", "size": 10}, {"group": 1, "id": 7575, "label": "7575 True True 425", "shape": "dot", "size": 10}, {"group": 1, "id": 7577, "label": "7577 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 7578, "label": "7578 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 7582, "label": "7582 True True 1006", "shape": "dot", "size": 10}, {"group": 1, "id": 7592, "label": "7592 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 14295, "label": "14295 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 14640, "label": "14640 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 7593, "label": "7593 True True 1050", "shape": "dot", "size": 10}, {"group": 1, "id": 7604, "label": "7604 True True 27", "shape": "dot", "size": 10}, {"group": 1, "id": 7607, "label": "7607 True True 30", "shape": "dot", "size": 10}, {"group": 1, "id": 7615, "label": "7615 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 7619, "label": "7619 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 7624, "label": "7624 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 7637, "label": "7637 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 7673, "label": "7673 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 7677, "label": "7677 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 7679, "label": "7679 True True 193", "shape": "dot", "size": 10}, {"group": 1, "id": 7699, "label": "7699 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 7700, "label": "7700 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 7701, "label": "7701 True True 884", "shape": "dot", "size": 10}, {"group": 1, "id": 7703, "label": "7703 True True 885", "shape": "dot", "size": 10}, {"group": 1, "id": 7707, "label": "7707 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 7708, "label": "7708 True True 1055", "shape": "dot", "size": 10}, {"group": 1, "id": 8122, "label": "8122 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 7749, "label": "7749 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 7780, "label": "7780 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 7781, "label": "7781 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 7782, "label": "7782 True True 576", "shape": "dot", "size": 10}, {"group": 1, "id": 7790, "label": "7790 True True 59", "shape": "dot", "size": 10}, {"group": 1, "id": 7799, "label": "7799 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 7801, "label": "7801 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 7807, "label": "7807 True True 663", "shape": "dot", "size": 10}, {"group": 1, "id": 7810, "label": "7810 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 7816, "label": "7816 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 7824, "label": "7824 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 7825, "label": "7825 True True 727", "shape": "dot", "size": 10}, {"group": 1, "id": 7826, "label": "7826 True True 728", "shape": "dot", "size": 10}, {"group": 1, "id": 7831, "label": "7831 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 7842, "label": "7842 True True 85", "shape": "dot", "size": 10}, {"group": 1, "id": 7855, "label": "7855 True True 60", "shape": "dot", "size": 10}, {"group": 1, "id": 7861, "label": "7861 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 7863, "label": "7863 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 7864, "label": "7864 True True 437", "shape": "dot", "size": 10}, {"group": 1, "id": 7865, "label": "7865 True True 438", "shape": "dot", "size": 10}, {"group": 1, "id": 7869, "label": "7869 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 7870, "label": "7870 True True 439", "shape": "dot", "size": 10}, {"group": 1, "id": 7879, "label": "7879 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 8379, "label": "8379 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 8383, "label": "8383 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 8387, "label": "8387 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 7884, "label": "7884 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 7889, "label": "7889 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 7915, "label": "7915 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 7921, "label": "7921 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 7922, "label": "7922 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 7942, "label": "7942 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 7952, "label": "7952 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 7953, "label": "7953 True True 64", "shape": "dot", "size": 10}, {"group": 1, "id": 7954, "label": "7954 True True 427", "shape": "dot", "size": 10}, {"group": 1, "id": 7957, "label": "7957 True True 208", "shape": "dot", "size": 10}, {"group": 1, "id": 7967, "label": "7967 True True 47", "shape": "dot", "size": 10}, {"group": 1, "id": 7972, "label": "7972 True True 48", "shape": "dot", "size": 10}, {"group": 1, "id": 7979, "label": "7979 True True 269", "shape": "dot", "size": 10}, {"group": 1, "id": 7980, "label": "7980 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 7984, "label": "7984 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 11436, "label": "11436 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 7995, "label": "7995 True True 280", "shape": "dot", "size": 10}, {"group": 1, "id": 8003, "label": "8003 True True 166", "shape": "dot", "size": 10}, {"group": 1, "id": 8010, "label": "8010 True True 279", "shape": "dot", "size": 10}, {"group": 1, "id": 8018, "label": "8018 True True 896", "shape": "dot", "size": 10}, {"group": 1, "id": 8020, "label": "8020 True True 982", "shape": "dot", "size": 10}, {"group": 1, "id": 8024, "label": "8024 True True 456", "shape": "dot", "size": 10}, {"group": 1, "id": 8027, "label": "8027 True True 522", "shape": "dot", "size": 10}, {"group": 1, "id": 8061, "label": "8061 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 8070, "label": "8070 True True 827", "shape": "dot", "size": 10}, {"group": 1, "id": 8071, "label": "8071 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 8079, "label": "8079 True True 1085", "shape": "dot", "size": 10}, {"group": 1, "id": 8081, "label": "8081 True True 285", "shape": "dot", "size": 10}, {"group": 1, "id": 8102, "label": "8102 True True 949", "shape": "dot", "size": 10}, {"group": 1, "id": 8123, "label": "8123 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 8134, "label": "8134 True True 628", "shape": "dot", "size": 10}, {"group": 1, "id": 8144, "label": "8144 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 8147, "label": "8147 True True 1003", "shape": "dot", "size": 10}, {"group": 1, "id": 8152, "label": "8152 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 8159, "label": "8159 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 8169, "label": "8169 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 8186, "label": "8186 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 10879, "label": "10879 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 8188, "label": "8188 True True 1005", "shape": "dot", "size": 10}, {"group": 1, "id": 8196, "label": "8196 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 8206, "label": "8206 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 8207, "label": "8207 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 8215, "label": "8215 True True 76", "shape": "dot", "size": 10}, {"group": 1, "id": 8224, "label": "8224 True True 672", "shape": "dot", "size": 10}, {"group": 1, "id": 8225, "label": "8225 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 9150, "label": "9150 True True 436", "shape": "dot", "size": 10}, {"group": 1, "id": 9306, "label": "9306 True True 323", "shape": "dot", "size": 10}, {"group": 1, "id": 9814, "label": "9814 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 10185, "label": "10185 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 8258, "label": "8258 True True 393", "shape": "dot", "size": 10}, {"group": 1, "id": 13504, "label": "13504 True True 479", "shape": "dot", "size": 10}, {"group": 1, "id": 14051, "label": "14051 True True 141", "shape": "dot", "size": 10}, {"group": 1, "id": 14482, "label": "14482 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 8271, "label": "8271 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 8276, "label": "8276 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 8278, "label": "8278 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 8280, "label": "8280 True True 321", "shape": "dot", "size": 10}, {"group": 1, "id": 8285, "label": "8285 True True 1095", "shape": "dot", "size": 10}, {"group": 1, "id": 8287, "label": "8287 True True 1097", "shape": "dot", "size": 10}, {"group": 1, "id": 8288, "label": "8288 True True 1098", "shape": "dot", "size": 10}, {"group": 1, "id": 8294, "label": "8294 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 8299, "label": "8299 True True 283", "shape": "dot", "size": 10}, {"group": 1, "id": 8305, "label": "8305 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 8306, "label": "8306 True True 1101", "shape": "dot", "size": 10}, {"group": 1, "id": 8310, "label": "8310 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 8314, "label": "8314 True True 955", "shape": "dot", "size": 10}, {"group": 1, "id": 10483, "label": "10483 True True 83", "shape": "dot", "size": 10}, {"group": 1, "id": 8324, "label": "8324 True True 728", "shape": "dot", "size": 10}, {"group": 1, "id": 8334, "label": "8334 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 8343, "label": "8343 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 8350, "label": "8350 True True 1104", "shape": "dot", "size": 10}, {"group": 1, "id": 8354, "label": "8354 True True 1105", "shape": "dot", "size": 10}, {"group": 1, "id": 8356, "label": "8356 True True 350", "shape": "dot", "size": 10}, {"group": 1, "id": 8358, "label": "8358 True True 1106", "shape": "dot", "size": 10}, {"group": 1, "id": 8361, "label": "8361 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 8370, "label": "8370 True True 654", "shape": "dot", "size": 10}, {"group": 1, "id": 8373, "label": "8373 True True 505", "shape": "dot", "size": 10}, {"group": 1, "id": 8390, "label": "8390 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 8547, "label": "8547 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 8550, "label": "8550 True True 458", "shape": "dot", "size": 10}, {"group": 1, "id": 8761, "label": "8761 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 8414, "label": "8414 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 8459, "label": "8459 True True 1089", "shape": "dot", "size": 10}, {"group": 1, "id": 9635, "label": "9635 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 8469, "label": "8469 True True 25", "shape": "dot", "size": 10}, {"group": 1, "id": 8471, "label": "8471 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 8719, "label": "8719 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 8524, "label": "8524 True True 802", "shape": "dot", "size": 10}, {"group": 1, "id": 8527, "label": "8527 True True 801", "shape": "dot", "size": 10}, {"group": 1, "id": 8533, "label": "8533 True True 1129", "shape": "dot", "size": 10}, {"group": 1, "id": 8535, "label": "8535 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 8559, "label": "8559 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 8560, "label": "8560 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 8561, "label": "8561 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 8744, "label": "8744 True True 194", "shape": "dot", "size": 10}, {"group": 1, "id": 8745, "label": "8745 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 8746, "label": "8746 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 8749, "label": "8749 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 8575, "label": "8575 True True 25", "shape": "dot", "size": 10}, {"group": 1, "id": 8579, "label": "8579 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 8581, "label": "8581 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 8592, "label": "8592 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 8596, "label": "8596 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 8610, "label": "8610 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 11952, "label": "11952 True True 462", "shape": "dot", "size": 10}, {"group": 1, "id": 8613, "label": "8613 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 12751, "label": "12751 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 8619, "label": "8619 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 8621, "label": "8621 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 8622, "label": "8622 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 8625, "label": "8625 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 8628, "label": "8628 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 11990, "label": "11990 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 8640, "label": "8640 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 8643, "label": "8643 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 8660, "label": "8660 True True 465", "shape": "dot", "size": 10}, {"group": 1, "id": 8662, "label": "8662 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 8664, "label": "8664 True True 180", "shape": "dot", "size": 10}, {"group": 1, "id": 8667, "label": "8667 True True 580", "shape": "dot", "size": 10}, {"group": 1, "id": 8668, "label": "8668 True True 180", "shape": "dot", "size": 10}, {"group": 1, "id": 8671, "label": "8671 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 8675, "label": "8675 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 8677, "label": "8677 True True 210", "shape": "dot", "size": 10}, {"group": 1, "id": 8686, "label": "8686 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 8691, "label": "8691 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 8705, "label": "8705 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 8709, "label": "8709 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 8711, "label": "8711 True True 237", "shape": "dot", "size": 10}, {"group": 1, "id": 8723, "label": "8723 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 13406, "label": "13406 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 9239, "label": "9239 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 9620, "label": "9620 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 8751, "label": "8751 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 9631, "label": "9631 True True 458", "shape": "dot", "size": 10}, {"group": 1, "id": 9632, "label": "9632 True True 426", "shape": "dot", "size": 10}, {"group": 1, "id": 8773, "label": "8773 True True 28", "shape": "dot", "size": 10}, {"group": 1, "id": 8784, "label": "8784 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 8787, "label": "8787 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 8791, "label": "8791 True True 477", "shape": "dot", "size": 10}, {"group": 1, "id": 8811, "label": "8811 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 8813, "label": "8813 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 8815, "label": "8815 True True 467", "shape": "dot", "size": 10}, {"group": 1, "id": 8817, "label": "8817 True True 1159", "shape": "dot", "size": 10}, {"group": 1, "id": 8821, "label": "8821 True True 458", "shape": "dot", "size": 10}, {"group": 1, "id": 8825, "label": "8825 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 8831, "label": "8831 True True 599", "shape": "dot", "size": 10}, {"group": 1, "id": 8850, "label": "8850 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 12396, "label": "12396 True True 692", "shape": "dot", "size": 10}, {"group": 1, "id": 12623, "label": "12623 True True 231", "shape": "dot", "size": 10}, {"group": 1, "id": 12640, "label": "12640 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 13807, "label": "13807 True True 682", "shape": "dot", "size": 10}, {"group": 1, "id": 14132, "label": "14132 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 8857, "label": "8857 True True 393", "shape": "dot", "size": 10}, {"group": 1, "id": 8876, "label": "8876 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 8892, "label": "8892 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 8900, "label": "8900 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 8903, "label": "8903 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 8908, "label": "8908 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 8914, "label": "8914 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 8915, "label": "8915 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 8916, "label": "8916 True True 275", "shape": "dot", "size": 10}, {"group": 1, "id": 8945, "label": "8945 True True 500", "shape": "dot", "size": 10}, {"group": 1, "id": 8946, "label": "8946 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 8948, "label": "8948 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 8953, "label": "8953 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 8957, "label": "8957 True True 95", "shape": "dot", "size": 10}, {"group": 1, "id": 8958, "label": "8958 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 8964, "label": "8964 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 8975, "label": "8975 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 8978, "label": "8978 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 8981, "label": "8981 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 8983, "label": "8983 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 8985, "label": "8985 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 8986, "label": "8986 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 8989, "label": "8989 True True 143", "shape": "dot", "size": 10}, {"group": 1, "id": 9008, "label": "9008 True True 896", "shape": "dot", "size": 10}, {"group": 1, "id": 9010, "label": "9010 True True 746", "shape": "dot", "size": 10}, {"group": 1, "id": 9012, "label": "9012 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 9015, "label": "9015 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 9023, "label": "9023 True True 456", "shape": "dot", "size": 10}, {"group": 1, "id": 9028, "label": "9028 True True 432", "shape": "dot", "size": 10}, {"group": 1, "id": 9035, "label": "9035 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 9042, "label": "9042 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 9051, "label": "9051 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 9068, "label": "9068 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 10604, "label": "10604 True True 663", "shape": "dot", "size": 10}, {"group": 1, "id": 10742, "label": "10742 True True 460", "shape": "dot", "size": 10}, {"group": 1, "id": 9071, "label": "9071 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 9079, "label": "9079 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 9081, "label": "9081 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 9083, "label": "9083 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 9098, "label": "9098 True True 233", "shape": "dot", "size": 10}, {"group": 1, "id": 9103, "label": "9103 True True 131", "shape": "dot", "size": 10}, {"group": 1, "id": 9108, "label": "9108 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 9110, "label": "9110 True True 246", "shape": "dot", "size": 10}, {"group": 1, "id": 9112, "label": "9112 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 9113, "label": "9113 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 9117, "label": "9117 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 9123, "label": "9123 True True 140", "shape": "dot", "size": 10}, {"group": 1, "id": 9124, "label": "9124 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 9151, "label": "9151 True True 896", "shape": "dot", "size": 10}, {"group": 1, "id": 9152, "label": "9152 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 9154, "label": "9154 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 9161, "label": "9161 True True 76", "shape": "dot", "size": 10}, {"group": 1, "id": 9172, "label": "9172 True True 499", "shape": "dot", "size": 10}, {"group": 1, "id": 9182, "label": "9182 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 9183, "label": "9183 True True 716", "shape": "dot", "size": 10}, {"group": 1, "id": 9184, "label": "9184 True True 843", "shape": "dot", "size": 10}, {"group": 1, "id": 9185, "label": "9185 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 9189, "label": "9189 True True 695", "shape": "dot", "size": 10}, {"group": 1, "id": 9195, "label": "9195 True True 20", "shape": "dot", "size": 10}, {"group": 1, "id": 9199, "label": "9199 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 9201, "label": "9201 True True 461", "shape": "dot", "size": 10}, {"group": 1, "id": 9217, "label": "9217 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 9218, "label": "9218 True True 1171", "shape": "dot", "size": 10}, {"group": 1, "id": 9242, "label": "9242 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 9250, "label": "9250 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 9253, "label": "9253 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 9257, "label": "9257 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 9263, "label": "9263 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 9270, "label": "9270 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 9272, "label": "9272 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 9276, "label": "9276 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 9280, "label": "9280 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 9287, "label": "9287 True True 461", "shape": "dot", "size": 10}, {"group": 1, "id": 9293, "label": "9293 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 9298, "label": "9298 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 13683, "label": "13683 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 9300, "label": "9300 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 9311, "label": "9311 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 9312, "label": "9312 True True 44", "shape": "dot", "size": 10}, {"group": 1, "id": 9317, "label": "9317 True True 277", "shape": "dot", "size": 10}, {"group": 1, "id": 9333, "label": "9333 True True 1181", "shape": "dot", "size": 10}, {"group": 1, "id": 9334, "label": "9334 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 9335, "label": "9335 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 9340, "label": "9340 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 9343, "label": "9343 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 9361, "label": "9361 True True 963", "shape": "dot", "size": 10}, {"group": 1, "id": 10520, "label": "10520 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 9382, "label": "9382 True True 286", "shape": "dot", "size": 10}, {"group": 1, "id": 9387, "label": "9387 True True 282", "shape": "dot", "size": 10}, {"group": 1, "id": 9390, "label": "9390 True True 1184", "shape": "dot", "size": 10}, {"group": 1, "id": 9400, "label": "9400 True True 19", "shape": "dot", "size": 10}, {"group": 1, "id": 9419, "label": "9419 True True 1187", "shape": "dot", "size": 10}, {"group": 1, "id": 9420, "label": "9420 True True 878", "shape": "dot", "size": 10}, {"group": 1, "id": 9438, "label": "9438 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 9439, "label": "9439 True True 392", "shape": "dot", "size": 10}, {"group": 1, "id": 9457, "label": "9457 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 9463, "label": "9463 True True 1189", "shape": "dot", "size": 10}, {"group": 1, "id": 9476, "label": "9476 True True 363", "shape": "dot", "size": 10}, {"group": 1, "id": 9497, "label": "9497 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 9506, "label": "9506 True True 1192", "shape": "dot", "size": 10}, {"group": 1, "id": 9508, "label": "9508 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 9551, "label": "9551 True True 149", "shape": "dot", "size": 10}, {"group": 1, "id": 9570, "label": "9570 True True 76", "shape": "dot", "size": 10}, {"group": 1, "id": 9584, "label": "9584 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 9594, "label": "9594 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 9633, "label": "9633 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 9787, "label": "9787 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 10300, "label": "10300 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 10301, "label": "10301 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 9926, "label": "9926 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 9928, "label": "9928 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 9650, "label": "9650 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 9660, "label": "9660 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 9662, "label": "9662 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 9676, "label": "9676 True True 131", "shape": "dot", "size": 10}, {"group": 1, "id": 9682, "label": "9682 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 9684, "label": "9684 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 9690, "label": "9690 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 9695, "label": "9695 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 9717, "label": "9717 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 9718, "label": "9718 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 13732, "label": "13732 True True 476", "shape": "dot", "size": 10}, {"group": 1, "id": 9762, "label": "9762 True True 1049", "shape": "dot", "size": 10}, {"group": 1, "id": 9764, "label": "9764 True True 1205", "shape": "dot", "size": 10}, {"group": 1, "id": 9765, "label": "9765 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 9769, "label": "9769 True True 363", "shape": "dot", "size": 10}, {"group": 1, "id": 9788, "label": "9788 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 9792, "label": "9792 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 9793, "label": "9793 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 10229, "label": "10229 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 9804, "label": "9804 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 10419, "label": "10419 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 9831, "label": "9831 True True 131", "shape": "dot", "size": 10}, {"group": 1, "id": 9837, "label": "9837 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 9839, "label": "9839 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 9845, "label": "9845 True True 1210", "shape": "dot", "size": 10}, {"group": 1, "id": 10242, "label": "10242 True True 1201", "shape": "dot", "size": 10}, {"group": 1, "id": 9846, "label": "9846 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 9850, "label": "9850 True True 209", "shape": "dot", "size": 10}, {"group": 1, "id": 9861, "label": "9861 True True 62", "shape": "dot", "size": 10}, {"group": 1, "id": 9869, "label": "9869 True True 140", "shape": "dot", "size": 10}, {"group": 1, "id": 9870, "label": "9870 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 9871, "label": "9871 True True 584", "shape": "dot", "size": 10}, {"group": 1, "id": 9873, "label": "9873 True True 33", "shape": "dot", "size": 10}, {"group": 1, "id": 9880, "label": "9880 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 9885, "label": "9885 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 9902, "label": "9902 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 9905, "label": "9905 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 9915, "label": "9915 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 10145, "label": "10145 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 9940, "label": "9940 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 9943, "label": "9943 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 9945, "label": "9945 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 9946, "label": "9946 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 10282, "label": "10282 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 9950, "label": "9950 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 9955, "label": "9955 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 9959, "label": "9959 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 9962, "label": "9962 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 9965, "label": "9965 True True 47", "shape": "dot", "size": 10}, {"group": 1, "id": 9969, "label": "9969 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 9977, "label": "9977 True True 280", "shape": "dot", "size": 10}, {"group": 1, "id": 9988, "label": "9988 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 9990, "label": "9990 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 10006, "label": "10006 True True 44", "shape": "dot", "size": 10}, {"group": 1, "id": 10010, "label": "10010 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 10011, "label": "10011 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 10446, "label": "10446 True True 168", "shape": "dot", "size": 10}, {"group": 1, "id": 14001, "label": "14001 True True 93", "shape": "dot", "size": 10}, {"group": 1, "id": 10016, "label": "10016 True True 20", "shape": "dot", "size": 10}, {"group": 1, "id": 10036, "label": "10036 True True 57", "shape": "dot", "size": 10}, {"group": 1, "id": 10045, "label": "10045 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 10046, "label": "10046 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 10052, "label": "10052 True True 1059", "shape": "dot", "size": 10}, {"group": 1, "id": 10061, "label": "10061 True True 885", "shape": "dot", "size": 10}, {"group": 1, "id": 10065, "label": "10065 True True 1104", "shape": "dot", "size": 10}, {"group": 1, "id": 10076, "label": "10076 True True 264", "shape": "dot", "size": 10}, {"group": 1, "id": 10077, "label": "10077 True True 302", "shape": "dot", "size": 10}, {"group": 1, "id": 10087, "label": "10087 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 10092, "label": "10092 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 10098, "label": "10098 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 10099, "label": "10099 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 10100, "label": "10100 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 10104, "label": "10104 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 10106, "label": "10106 True True 142", "shape": "dot", "size": 10}, {"group": 1, "id": 10110, "label": "10110 True True 455", "shape": "dot", "size": 10}, {"group": 1, "id": 10113, "label": "10113 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 10115, "label": "10115 True True 147", "shape": "dot", "size": 10}, {"group": 1, "id": 10116, "label": "10116 True True 163", "shape": "dot", "size": 10}, {"group": 1, "id": 10121, "label": "10121 True True 171", "shape": "dot", "size": 10}, {"group": 1, "id": 10123, "label": "10123 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 10129, "label": "10129 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 10132, "label": "10132 True True 738", "shape": "dot", "size": 10}, {"group": 1, "id": 10137, "label": "10137 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 10138, "label": "10138 True True 371", "shape": "dot", "size": 10}, {"group": 1, "id": 10150, "label": "10150 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 10152, "label": "10152 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 10160, "label": "10160 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 10162, "label": "10162 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 10165, "label": "10165 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 10166, "label": "10166 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 10167, "label": "10167 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 10168, "label": "10168 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 11262, "label": "11262 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 10236, "label": "10236 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 10237, "label": "10237 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 10248, "label": "10248 True True 464", "shape": "dot", "size": 10}, {"group": 1, "id": 10259, "label": "10259 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 10261, "label": "10261 True True 425", "shape": "dot", "size": 10}, {"group": 1, "id": 10262, "label": "10262 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10263, "label": "10263 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 10264, "label": "10264 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 11040, "label": "11040 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 11041, "label": "11041 True True 22", "shape": "dot", "size": 10}, {"group": 1, "id": 11042, "label": "11042 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 10285, "label": "10285 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 10291, "label": "10291 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 10294, "label": "10294 True True 813", "shape": "dot", "size": 10}, {"group": 1, "id": 10295, "label": "10295 True True 302", "shape": "dot", "size": 10}, {"group": 1, "id": 10296, "label": "10296 True True 314", "shape": "dot", "size": 10}, {"group": 1, "id": 10297, "label": "10297 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 10621, "label": "10621 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 10411, "label": "10411 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 10412, "label": "10412 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 10311, "label": "10311 True True 466", "shape": "dot", "size": 10}, {"group": 1, "id": 10314, "label": "10314 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 10320, "label": "10320 True True 27", "shape": "dot", "size": 10}, {"group": 1, "id": 10323, "label": "10323 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 10328, "label": "10328 True True 35", "shape": "dot", "size": 10}, {"group": 1, "id": 10333, "label": "10333 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 10339, "label": "10339 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 10342, "label": "10342 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 10344, "label": "10344 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 10354, "label": "10354 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10355, "label": "10355 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 10356, "label": "10356 True True 392", "shape": "dot", "size": 10}, {"group": 1, "id": 10360, "label": "10360 True True 39", "shape": "dot", "size": 10}, {"group": 1, "id": 10365, "label": "10365 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 10374, "label": "10374 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 10375, "label": "10375 True True 20", "shape": "dot", "size": 10}, {"group": 1, "id": 10384, "label": "10384 True True 59", "shape": "dot", "size": 10}, {"group": 1, "id": 10394, "label": "10394 True True 112", "shape": "dot", "size": 10}, {"group": 1, "id": 10395, "label": "10395 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 10401, "label": "10401 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10413, "label": "10413 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 10964, "label": "10964 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 10965, "label": "10965 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10415, "label": "10415 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 10417, "label": "10417 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 11637, "label": "11637 True True 231", "shape": "dot", "size": 10}, {"group": 1, "id": 10427, "label": "10427 True True 323", "shape": "dot", "size": 10}, {"group": 1, "id": 10429, "label": "10429 True True 1229", "shape": "dot", "size": 10}, {"group": 1, "id": 10434, "label": "10434 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 10465, "label": "10465 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 10470, "label": "10470 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 10472, "label": "10472 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 10473, "label": "10473 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 10486, "label": "10486 True True 285", "shape": "dot", "size": 10}, {"group": 1, "id": 10488, "label": "10488 True True 1161", "shape": "dot", "size": 10}, {"group": 1, "id": 10489, "label": "10489 True True 277", "shape": "dot", "size": 10}, {"group": 1, "id": 10503, "label": "10503 True True 896", "shape": "dot", "size": 10}, {"group": 1, "id": 10504, "label": "10504 True True 425", "shape": "dot", "size": 10}, {"group": 1, "id": 10521, "label": "10521 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 10527, "label": "10527 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 10532, "label": "10532 True True 281", "shape": "dot", "size": 10}, {"group": 1, "id": 10536, "label": "10536 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 10539, "label": "10539 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 10543, "label": "10543 True True 286", "shape": "dot", "size": 10}, {"group": 1, "id": 10546, "label": "10546 True True 424", "shape": "dot", "size": 10}, {"group": 1, "id": 10548, "label": "10548 True True 1101", "shape": "dot", "size": 10}, {"group": 1, "id": 10550, "label": "10550 True True 1216", "shape": "dot", "size": 10}, {"group": 1, "id": 10552, "label": "10552 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 10553, "label": "10553 True True 1243", "shape": "dot", "size": 10}, {"group": 1, "id": 10554, "label": "10554 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10555, "label": "10555 True True 114", "shape": "dot", "size": 10}, {"group": 1, "id": 10566, "label": "10566 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 10570, "label": "10570 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 10576, "label": "10576 True True 667", "shape": "dot", "size": 10}, {"group": 1, "id": 10577, "label": "10577 True True 1249", "shape": "dot", "size": 10}, {"group": 1, "id": 10579, "label": "10579 True True 802", "shape": "dot", "size": 10}, {"group": 1, "id": 10582, "label": "10582 True True 1128", "shape": "dot", "size": 10}, {"group": 1, "id": 10584, "label": "10584 True True 1251", "shape": "dot", "size": 10}, {"group": 1, "id": 10586, "label": "10586 True True 1253", "shape": "dot", "size": 10}, {"group": 1, "id": 10588, "label": "10588 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 10590, "label": "10590 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 10610, "label": "10610 True True 666", "shape": "dot", "size": 10}, {"group": 1, "id": 10612, "label": "10612 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10615, "label": "10615 True True 975", "shape": "dot", "size": 10}, {"group": 1, "id": 14456, "label": "14456 True True 727", "shape": "dot", "size": 10}, {"group": 1, "id": 10619, "label": "10619 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10620, "label": "10620 True True 439", "shape": "dot", "size": 10}, {"group": 1, "id": 10628, "label": "10628 True True 466", "shape": "dot", "size": 10}, {"group": 1, "id": 10631, "label": "10631 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 10632, "label": "10632 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 10641, "label": "10641 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 10651, "label": "10651 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 10656, "label": "10656 True True 579", "shape": "dot", "size": 10}, {"group": 1, "id": 10660, "label": "10660 True True 37", "shape": "dot", "size": 10}, {"group": 1, "id": 10669, "label": "10669 True True 59", "shape": "dot", "size": 10}, {"group": 1, "id": 10678, "label": "10678 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 10679, "label": "10679 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 10684, "label": "10684 True True 113", "shape": "dot", "size": 10}, {"group": 1, "id": 10686, "label": "10686 True True 178", "shape": "dot", "size": 10}, {"group": 1, "id": 10687, "label": "10687 True True 1263", "shape": "dot", "size": 10}, {"group": 1, "id": 10693, "label": "10693 True True 328", "shape": "dot", "size": 10}, {"group": 1, "id": 10695, "label": "10695 True True 435", "shape": "dot", "size": 10}, {"group": 1, "id": 10704, "label": "10704 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10708, "label": "10708 True True 278", "shape": "dot", "size": 10}, {"group": 1, "id": 10724, "label": "10724 True True 941", "shape": "dot", "size": 10}, {"group": 1, "id": 10725, "label": "10725 True True 739", "shape": "dot", "size": 10}, {"group": 1, "id": 10747, "label": "10747 True True 898", "shape": "dot", "size": 10}, {"group": 1, "id": 11055, "label": "11055 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 10748, "label": "10748 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 10752, "label": "10752 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 10757, "label": "10757 True True 854", "shape": "dot", "size": 10}, {"group": 1, "id": 10766, "label": "10766 True True 39", "shape": "dot", "size": 10}, {"group": 1, "id": 10776, "label": "10776 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 10779, "label": "10779 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 10788, "label": "10788 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 10790, "label": "10790 True True 1272", "shape": "dot", "size": 10}, {"group": 1, "id": 10795, "label": "10795 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 10798, "label": "10798 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 10800, "label": "10800 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 10817, "label": "10817 True True 693", "shape": "dot", "size": 10}, {"group": 1, "id": 11101, "label": "11101 True True 694", "shape": "dot", "size": 10}, {"group": 1, "id": 10828, "label": "10828 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 10830, "label": "10830 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 10838, "label": "10838 True True 235", "shape": "dot", "size": 10}, {"group": 1, "id": 10845, "label": "10845 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 10847, "label": "10847 True True 1104", "shape": "dot", "size": 10}, {"group": 1, "id": 10848, "label": "10848 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 12465, "label": "12465 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 10864, "label": "10864 True True 908", "shape": "dot", "size": 10}, {"group": 1, "id": 12984, "label": "12984 True True 363", "shape": "dot", "size": 10}, {"group": 1, "id": 10865, "label": "10865 True True 908", "shape": "dot", "size": 10}, {"group": 1, "id": 10881, "label": "10881 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 10890, "label": "10890 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 10894, "label": "10894 True True 695", "shape": "dot", "size": 10}, {"group": 1, "id": 10900, "label": "10900 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 10902, "label": "10902 True True 667", "shape": "dot", "size": 10}, {"group": 1, "id": 10905, "label": "10905 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 10908, "label": "10908 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 10913, "label": "10913 True True 671", "shape": "dot", "size": 10}, {"group": 1, "id": 10915, "label": "10915 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 10917, "label": "10917 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 10918, "label": "10918 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 10919, "label": "10919 True True 427", "shape": "dot", "size": 10}, {"group": 1, "id": 10920, "label": "10920 True True 132", "shape": "dot", "size": 10}, {"group": 1, "id": 10922, "label": "10922 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 10925, "label": "10925 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 10926, "label": "10926 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 10927, "label": "10927 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 10932, "label": "10932 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 10939, "label": "10939 True True 240", "shape": "dot", "size": 10}, {"group": 1, "id": 10943, "label": "10943 True True 164", "shape": "dot", "size": 10}, {"group": 1, "id": 10946, "label": "10946 True True 1289", "shape": "dot", "size": 10}, {"group": 1, "id": 10951, "label": "10951 True True 671", "shape": "dot", "size": 10}, {"group": 1, "id": 10955, "label": "10955 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 10956, "label": "10956 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 10966, "label": "10966 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 11603, "label": "11603 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 10967, "label": "10967 True True 459", "shape": "dot", "size": 10}, {"group": 1, "id": 10969, "label": "10969 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 10975, "label": "10975 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 11189, "label": "11189 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 10977, "label": "10977 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 10983, "label": "10983 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 10985, "label": "10985 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 10991, "label": "10991 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 10994, "label": "10994 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 10999, "label": "10999 True True 20", "shape": "dot", "size": 10}, {"group": 1, "id": 11014, "label": "11014 True True 127", "shape": "dot", "size": 10}, {"group": 1, "id": 11046, "label": "11046 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 13906, "label": "13906 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 14123, "label": "14123 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 11056, "label": "11056 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 11060, "label": "11060 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 11064, "label": "11064 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 11066, "label": "11066 True True 533", "shape": "dot", "size": 10}, {"group": 1, "id": 11072, "label": "11072 True True 697", "shape": "dot", "size": 10}, {"group": 1, "id": 11075, "label": "11075 True True 1294", "shape": "dot", "size": 10}, {"group": 1, "id": 11083, "label": "11083 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 11089, "label": "11089 True True 112", "shape": "dot", "size": 10}, {"group": 1, "id": 11090, "label": "11090 True True 881", "shape": "dot", "size": 10}, {"group": 1, "id": 11102, "label": "11102 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 11103, "label": "11103 True True 427", "shape": "dot", "size": 10}, {"group": 1, "id": 11104, "label": "11104 True True 813", "shape": "dot", "size": 10}, {"group": 1, "id": 11105, "label": "11105 True True 302", "shape": "dot", "size": 10}, {"group": 1, "id": 11108, "label": "11108 True True 461", "shape": "dot", "size": 10}, {"group": 1, "id": 11126, "label": "11126 True True 897", "shape": "dot", "size": 10}, {"group": 1, "id": 11127, "label": "11127 True True 269", "shape": "dot", "size": 10}, {"group": 1, "id": 11138, "label": "11138 True True 1128", "shape": "dot", "size": 10}, {"group": 1, "id": 11140, "label": "11140 True True 1251", "shape": "dot", "size": 10}, {"group": 1, "id": 11141, "label": "11141 True True 1254", "shape": "dot", "size": 10}, {"group": 1, "id": 11143, "label": "11143 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 11145, "label": "11145 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 11151, "label": "11151 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 11154, "label": "11154 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 11156, "label": "11156 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 11157, "label": "11157 True True 96", "shape": "dot", "size": 10}, {"group": 1, "id": 11158, "label": "11158 True True 438", "shape": "dot", "size": 10}, {"group": 1, "id": 11172, "label": "11172 True True 442", "shape": "dot", "size": 10}, {"group": 1, "id": 11179, "label": "11179 True True 442", "shape": "dot", "size": 10}, {"group": 1, "id": 11190, "label": "11190 True True 64", "shape": "dot", "size": 10}, {"group": 1, "id": 11191, "label": "11191 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 11193, "label": "11193 True True 67", "shape": "dot", "size": 10}, {"group": 1, "id": 11194, "label": "11194 True True 302", "shape": "dot", "size": 10}, {"group": 1, "id": 11201, "label": "11201 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 11202, "label": "11202 True True 314", "shape": "dot", "size": 10}, {"group": 1, "id": 11203, "label": "11203 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 11211, "label": "11211 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 11215, "label": "11215 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 11222, "label": "11222 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 11223, "label": "11223 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 11231, "label": "11231 True True 280", "shape": "dot", "size": 10}, {"group": 1, "id": 11245, "label": "11245 True True 269", "shape": "dot", "size": 10}, {"group": 1, "id": 11247, "label": "11247 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 11248, "label": "11248 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 11250, "label": "11250 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 11265, "label": "11265 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 11272, "label": "11272 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 11275, "label": "11275 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 11278, "label": "11278 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 11279, "label": "11279 True True 350", "shape": "dot", "size": 10}, {"group": 1, "id": 11282, "label": "11282 True True 579", "shape": "dot", "size": 10}, {"group": 1, "id": 11285, "label": "11285 True True 871", "shape": "dot", "size": 10}, {"group": 1, "id": 11287, "label": "11287 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 11290, "label": "11290 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 11292, "label": "11292 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 11297, "label": "11297 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 11299, "label": "11299 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 11304, "label": "11304 True True 462", "shape": "dot", "size": 10}, {"group": 1, "id": 11312, "label": "11312 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 11314, "label": "11314 True True 982", "shape": "dot", "size": 10}, {"group": 1, "id": 11327, "label": "11327 True True 500", "shape": "dot", "size": 10}, {"group": 1, "id": 11340, "label": "11340 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 12310, "label": "12310 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 11344, "label": "11344 True True 716", "shape": "dot", "size": 10}, {"group": 1, "id": 11351, "label": "11351 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 11357, "label": "11357 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 11366, "label": "11366 True True 1313", "shape": "dot", "size": 10}, {"group": 1, "id": 11367, "label": "11367 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 11369, "label": "11369 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 11373, "label": "11373 True True 37", "shape": "dot", "size": 10}, {"group": 1, "id": 11381, "label": "11381 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 11391, "label": "11391 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 11393, "label": "11393 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 11394, "label": "11394 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 11401, "label": "11401 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 11403, "label": "11403 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 11408, "label": "11408 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 11411, "label": "11411 True True 59", "shape": "dot", "size": 10}, {"group": 1, "id": 11421, "label": "11421 True True 112", "shape": "dot", "size": 10}, {"group": 1, "id": 11422, "label": "11422 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 11426, "label": "11426 True True 54", "shape": "dot", "size": 10}, {"group": 1, "id": 11433, "label": "11433 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 11450, "label": "11450 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 11458, "label": "11458 True True 667", "shape": "dot", "size": 10}, {"group": 1, "id": 11462, "label": "11462 True True 132", "shape": "dot", "size": 10}, {"group": 1, "id": 11468, "label": "11468 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 11470, "label": "11470 True True 129", "shape": "dot", "size": 10}, {"group": 1, "id": 11477, "label": "11477 True True 97", "shape": "dot", "size": 10}, {"group": 1, "id": 11479, "label": "11479 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 11480, "label": "11480 True True 839", "shape": "dot", "size": 10}, {"group": 1, "id": 11482, "label": "11482 True True 1314", "shape": "dot", "size": 10}, {"group": 1, "id": 11496, "label": "11496 True True 654", "shape": "dot", "size": 10}, {"group": 1, "id": 11498, "label": "11498 True True 277", "shape": "dot", "size": 10}, {"group": 1, "id": 11513, "label": "11513 True True 269", "shape": "dot", "size": 10}, {"group": 1, "id": 11514, "label": "11514 True True 847", "shape": "dot", "size": 10}, {"group": 1, "id": 11520, "label": "11520 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 11524, "label": "11524 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 11528, "label": "11528 True True 1006", "shape": "dot", "size": 10}, {"group": 1, "id": 11539, "label": "11539 True True 149", "shape": "dot", "size": 10}, {"group": 1, "id": 11541, "label": "11541 True True 727", "shape": "dot", "size": 10}, {"group": 1, "id": 11543, "label": "11543 True True 728", "shape": "dot", "size": 10}, {"group": 1, "id": 11550, "label": "11550 True True 93", "shape": "dot", "size": 10}, {"group": 1, "id": 11555, "label": "11555 True True 97", "shape": "dot", "size": 10}, {"group": 1, "id": 11558, "label": "11558 True True 130", "shape": "dot", "size": 10}, {"group": 1, "id": 11559, "label": "11559 True True 839", "shape": "dot", "size": 10}, {"group": 1, "id": 11560, "label": "11560 True True 840", "shape": "dot", "size": 10}, {"group": 1, "id": 11569, "label": "11569 True True 628", "shape": "dot", "size": 10}, {"group": 1, "id": 11574, "label": "11574 True True 1128", "shape": "dot", "size": 10}, {"group": 1, "id": 11581, "label": "11581 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 11587, "label": "11587 True True 1003", "shape": "dot", "size": 10}, {"group": 1, "id": 11593, "label": "11593 True True 672", "shape": "dot", "size": 10}, {"group": 1, "id": 11609, "label": "11609 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 11610, "label": "11610 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 11612, "label": "11612 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 11613, "label": "11613 True True 466", "shape": "dot", "size": 10}, {"group": 1, "id": 11614, "label": "11614 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 11615, "label": "11615 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 11897, "label": "11897 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 11620, "label": "11620 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 12375, "label": "12375 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 12569, "label": "12569 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 13419, "label": "13419 True True 5", "shape": "dot", "size": 10}, {"group": 1, "id": 13420, "label": "13420 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 11629, "label": "11629 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 11630, "label": "11630 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 11645, "label": "11645 True True 743", "shape": "dot", "size": 10}, {"group": 1, "id": 11653, "label": "11653 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 11656, "label": "11656 True True 277", "shape": "dot", "size": 10}, {"group": 1, "id": 11674, "label": "11674 True True 631", "shape": "dot", "size": 10}, {"group": 1, "id": 11677, "label": "11677 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 12530, "label": "12530 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 11690, "label": "11690 True True 389", "shape": "dot", "size": 10}, {"group": 1, "id": 11691, "label": "11691 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 11695, "label": "11695 True True 320", "shape": "dot", "size": 10}, {"group": 1, "id": 11721, "label": "11721 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 11733, "label": "11733 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 11734, "label": "11734 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 11735, "label": "11735 True True 332", "shape": "dot", "size": 10}, {"group": 1, "id": 11745, "label": "11745 True True 93", "shape": "dot", "size": 10}, {"group": 1, "id": 11750, "label": "11750 True True 97", "shape": "dot", "size": 10}, {"group": 1, "id": 11752, "label": "11752 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 11753, "label": "11753 True True 839", "shape": "dot", "size": 10}, {"group": 1, "id": 11756, "label": "11756 True True 842", "shape": "dot", "size": 10}, {"group": 1, "id": 11771, "label": "11771 True True 672", "shape": "dot", "size": 10}, {"group": 1, "id": 11777, "label": "11777 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 11787, "label": "11787 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 11790, "label": "11790 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 11816, "label": "11816 True True 163", "shape": "dot", "size": 10}, {"group": 1, "id": 11825, "label": "11825 True True 852", "shape": "dot", "size": 10}, {"group": 1, "id": 11828, "label": "11828 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 11829, "label": "11829 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 11833, "label": "11833 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 11837, "label": "11837 True True 1006", "shape": "dot", "size": 10}, {"group": 1, "id": 11838, "label": "11838 True True 512", "shape": "dot", "size": 10}, {"group": 1, "id": 11848, "label": "11848 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 11857, "label": "11857 True True 245", "shape": "dot", "size": 10}, {"group": 1, "id": 11858, "label": "11858 True True 827", "shape": "dot", "size": 10}, {"group": 1, "id": 11861, "label": "11861 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 11863, "label": "11863 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 11873, "label": "11873 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 11879, "label": "11879 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 11900, "label": "11900 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 11904, "label": "11904 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 11905, "label": "11905 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 11908, "label": "11908 True True 466", "shape": "dot", "size": 10}, {"group": 1, "id": 12849, "label": "12849 True True 47", "shape": "dot", "size": 10}, {"group": 1, "id": 11911, "label": "11911 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 11912, "label": "11912 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 11917, "label": "11917 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 11921, "label": "11921 True True 28", "shape": "dot", "size": 10}, {"group": 1, "id": 11925, "label": "11925 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 11926, "label": "11926 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 11927, "label": "11927 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 11956, "label": "11956 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 11960, "label": "11960 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 11968, "label": "11968 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 11970, "label": "11970 True True 146", "shape": "dot", "size": 10}, {"group": 1, "id": 11972, "label": "11972 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 11973, "label": "11973 True True 350", "shape": "dot", "size": 10}, {"group": 1, "id": 11976, "label": "11976 True True 458", "shape": "dot", "size": 10}, {"group": 1, "id": 11977, "label": "11977 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 11981, "label": "11981 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 11982, "label": "11982 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 11985, "label": "11985 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 11986, "label": "11986 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 11988, "label": "11988 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 11992, "label": "11992 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 11993, "label": "11993 True True 911", "shape": "dot", "size": 10}, {"group": 1, "id": 11994, "label": "11994 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 11995, "label": "11995 True True 77", "shape": "dot", "size": 10}, {"group": 1, "id": 11996, "label": "11996 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 12005, "label": "12005 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 12012, "label": "12012 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 12014, "label": "12014 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 12016, "label": "12016 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 12046, "label": "12046 True True 737", "shape": "dot", "size": 10}, {"group": 1, "id": 12074, "label": "12074 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 12080, "label": "12080 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 12083, "label": "12083 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 12086, "label": "12086 True True 233", "shape": "dot", "size": 10}, {"group": 1, "id": 12096, "label": "12096 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 12100, "label": "12100 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 12107, "label": "12107 True True 93", "shape": "dot", "size": 10}, {"group": 1, "id": 12111, "label": "12111 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 12112, "label": "12112 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 12121, "label": "12121 True True 236", "shape": "dot", "size": 10}, {"group": 1, "id": 12128, "label": "12128 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 12131, "label": "12131 True True 246", "shape": "dot", "size": 10}, {"group": 1, "id": 12133, "label": "12133 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 12134, "label": "12134 True True 101", "shape": "dot", "size": 10}, {"group": 1, "id": 12135, "label": "12135 True True 1337", "shape": "dot", "size": 10}, {"group": 1, "id": 12136, "label": "12136 True True 1338", "shape": "dot", "size": 10}, {"group": 1, "id": 12141, "label": "12141 True True 1339", "shape": "dot", "size": 10}, {"group": 1, "id": 12145, "label": "12145 True True 1340", "shape": "dot", "size": 10}, {"group": 1, "id": 12151, "label": "12151 True True 249", "shape": "dot", "size": 10}, {"group": 1, "id": 12152, "label": "12152 True True 1342", "shape": "dot", "size": 10}, {"group": 1, "id": 12155, "label": "12155 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 12161, "label": "12161 True True 1343", "shape": "dot", "size": 10}, {"group": 1, "id": 12162, "label": "12162 True True 1105", "shape": "dot", "size": 10}, {"group": 1, "id": 12163, "label": "12163 True True 96", "shape": "dot", "size": 10}, {"group": 1, "id": 12164, "label": "12164 True True 438", "shape": "dot", "size": 10}, {"group": 1, "id": 12165, "label": "12165 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 12167, "label": "12167 True True 1003", "shape": "dot", "size": 10}, {"group": 1, "id": 12168, "label": "12168 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 12169, "label": "12169 True True 109", "shape": "dot", "size": 10}, {"group": 1, "id": 12170, "label": "12170 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 12173, "label": "12173 True True 440", "shape": "dot", "size": 10}, {"group": 1, "id": 12176, "label": "12176 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 12191, "label": "12191 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 12192, "label": "12192 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 12206, "label": "12206 True True 163", "shape": "dot", "size": 10}, {"group": 1, "id": 12213, "label": "12213 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 12214, "label": "12214 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 12219, "label": "12219 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 12222, "label": "12222 True True 248", "shape": "dot", "size": 10}, {"group": 1, "id": 12223, "label": "12223 True True 444", "shape": "dot", "size": 10}, {"group": 1, "id": 12226, "label": "12226 True True 692", "shape": "dot", "size": 10}, {"group": 1, "id": 12239, "label": "12239 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 12241, "label": "12241 True True 244", "shape": "dot", "size": 10}, {"group": 1, "id": 12242, "label": "12242 True True 107", "shape": "dot", "size": 10}, {"group": 1, "id": 12243, "label": "12243 True True 263", "shape": "dot", "size": 10}, {"group": 1, "id": 12247, "label": "12247 True True 132", "shape": "dot", "size": 10}, {"group": 1, "id": 12249, "label": "12249 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 12253, "label": "12253 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 12255, "label": "12255 True True 176", "shape": "dot", "size": 10}, {"group": 1, "id": 12259, "label": "12259 True True 234", "shape": "dot", "size": 10}, {"group": 1, "id": 12267, "label": "12267 True True 1347", "shape": "dot", "size": 10}, {"group": 1, "id": 12269, "label": "12269 True True 986", "shape": "dot", "size": 10}, {"group": 1, "id": 12271, "label": "12271 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 12274, "label": "12274 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 12276, "label": "12276 True True 245", "shape": "dot", "size": 10}, {"group": 1, "id": 12288, "label": "12288 True True 172", "shape": "dot", "size": 10}, {"group": 1, "id": 12292, "label": "12292 True True 174", "shape": "dot", "size": 10}, {"group": 1, "id": 12318, "label": "12318 True True 706", "shape": "dot", "size": 10}, {"group": 1, "id": 14386, "label": "14386 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 12321, "label": "12321 True True 937", "shape": "dot", "size": 10}, {"group": 1, "id": 12337, "label": "12337 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 12345, "label": "12345 True True 671", "shape": "dot", "size": 10}, {"group": 1, "id": 12355, "label": "12355 True True 628", "shape": "dot", "size": 10}, {"group": 1, "id": 12357, "label": "12357 True True 696", "shape": "dot", "size": 10}, {"group": 1, "id": 12364, "label": "12364 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 12368, "label": "12368 True True 136", "shape": "dot", "size": 10}, {"group": 1, "id": 12376, "label": "12376 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 12386, "label": "12386 True True 10", "shape": "dot", "size": 10}, {"group": 1, "id": 12409, "label": "12409 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 12412, "label": "12412 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 12420, "label": "12420 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 12425, "label": "12425 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 12426, "label": "12426 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 12436, "label": "12436 True True 425", "shape": "dot", "size": 10}, {"group": 1, "id": 12437, "label": "12437 True True 729", "shape": "dot", "size": 10}, {"group": 1, "id": 12438, "label": "12438 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 12441, "label": "12441 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 12446, "label": "12446 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 12452, "label": "12452 True True 827", "shape": "dot", "size": 10}, {"group": 1, "id": 12453, "label": "12453 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 12474, "label": "12474 True True 86", "shape": "dot", "size": 10}, {"group": 1, "id": 12482, "label": "12482 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 12483, "label": "12483 True True 170", "shape": "dot", "size": 10}, {"group": 1, "id": 12490, "label": "12490 True True 500", "shape": "dot", "size": 10}, {"group": 1, "id": 12497, "label": "12497 True True 363", "shape": "dot", "size": 10}, {"group": 1, "id": 12506, "label": "12506 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 12510, "label": "12510 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 12544, "label": "12544 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 12550, "label": "12550 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 12551, "label": "12551 True True 794", "shape": "dot", "size": 10}, {"group": 1, "id": 12559, "label": "12559 True True 796", "shape": "dot", "size": 10}, {"group": 1, "id": 12573, "label": "12573 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 12576, "label": "12576 True True 466", "shape": "dot", "size": 10}, {"group": 1, "id": 12579, "label": "12579 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 13335, "label": "13335 True True 23", "shape": "dot", "size": 10}, {"group": 1, "id": 13363, "label": "13363 True True 131", "shape": "dot", "size": 10}, {"group": 1, "id": 12662, "label": "12662 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 12665, "label": "12665 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 12667, "label": "12667 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 12676, "label": "12676 True True 25", "shape": "dot", "size": 10}, {"group": 1, "id": 12680, "label": "12680 True True 233", "shape": "dot", "size": 10}, {"group": 1, "id": 12692, "label": "12692 True True 285", "shape": "dot", "size": 10}, {"group": 1, "id": 12697, "label": "12697 True True 126", "shape": "dot", "size": 10}, {"group": 1, "id": 12717, "label": "12717 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 12719, "label": "12719 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 12728, "label": "12728 True True 235", "shape": "dot", "size": 10}, {"group": 1, "id": 12734, "label": "12734 True True 246", "shape": "dot", "size": 10}, {"group": 1, "id": 12735, "label": "12735 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 12737, "label": "12737 True True 95", "shape": "dot", "size": 10}, {"group": 1, "id": 12738, "label": "12738 True True 431", "shape": "dot", "size": 10}, {"group": 1, "id": 12739, "label": "12739 True True 519", "shape": "dot", "size": 10}, {"group": 1, "id": 12740, "label": "12740 True True 163", "shape": "dot", "size": 10}, {"group": 1, "id": 12743, "label": "12743 True True 1357", "shape": "dot", "size": 10}, {"group": 1, "id": 12755, "label": "12755 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 12757, "label": "12757 True True 245", "shape": "dot", "size": 10}, {"group": 1, "id": 12758, "label": "12758 True True 350", "shape": "dot", "size": 10}, {"group": 1, "id": 12760, "label": "12760 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 12764, "label": "12764 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 12768, "label": "12768 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 12771, "label": "12771 True True 1002", "shape": "dot", "size": 10}, {"group": 1, "id": 12774, "label": "12774 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 12780, "label": "12780 True True 39", "shape": "dot", "size": 10}, {"group": 1, "id": 12792, "label": "12792 True True 654", "shape": "dot", "size": 10}, {"group": 1, "id": 12793, "label": "12793 True True 393", "shape": "dot", "size": 10}, {"group": 1, "id": 12799, "label": "12799 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 12808, "label": "12808 True True 111", "shape": "dot", "size": 10}, {"group": 1, "id": 12813, "label": "12813 True True 92", "shape": "dot", "size": 10}, {"group": 1, "id": 12816, "label": "12816 True True 69", "shape": "dot", "size": 10}, {"group": 1, "id": 12817, "label": "12817 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 12822, "label": "12822 True True 137", "shape": "dot", "size": 10}, {"group": 1, "id": 12829, "label": "12829 True True 234", "shape": "dot", "size": 10}, {"group": 1, "id": 12832, "label": "12832 True True 282", "shape": "dot", "size": 10}, {"group": 1, "id": 12836, "label": "12836 True True 429", "shape": "dot", "size": 10}, {"group": 1, "id": 12839, "label": "12839 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 12845, "label": "12845 True True 728", "shape": "dot", "size": 10}, {"group": 1, "id": 13334, "label": "13334 True True 1250", "shape": "dot", "size": 10}, {"group": 1, "id": 12854, "label": "12854 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 12857, "label": "12857 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 12858, "label": "12858 True True 459", "shape": "dot", "size": 10}, {"group": 1, "id": 12864, "label": "12864 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 12865, "label": "12865 True True 48", "shape": "dot", "size": 10}, {"group": 1, "id": 12868, "label": "12868 True True 743", "shape": "dot", "size": 10}, {"group": 1, "id": 12871, "label": "12871 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 12873, "label": "12873 True True 54", "shape": "dot", "size": 10}, {"group": 1, "id": 12875, "label": "12875 True True 668", "shape": "dot", "size": 10}, {"group": 1, "id": 12877, "label": "12877 True True 97", "shape": "dot", "size": 10}, {"group": 1, "id": 12879, "label": "12879 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 12880, "label": "12880 True True 760", "shape": "dot", "size": 10}, {"group": 1, "id": 12883, "label": "12883 True True 841", "shape": "dot", "size": 10}, {"group": 1, "id": 12887, "label": "12887 True True 1371", "shape": "dot", "size": 10}, {"group": 1, "id": 12889, "label": "12889 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 12890, "label": "12890 True True 134", "shape": "dot", "size": 10}, {"group": 1, "id": 12893, "label": "12893 True True 1372", "shape": "dot", "size": 10}, {"group": 1, "id": 12894, "label": "12894 True True 634", "shape": "dot", "size": 10}, {"group": 1, "id": 12897, "label": "12897 True True 1003", "shape": "dot", "size": 10}, {"group": 1, "id": 12899, "label": "12899 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 12951, "label": "12951 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 12953, "label": "12953 True True 1374", "shape": "dot", "size": 10}, {"group": 1, "id": 12954, "label": "12954 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 12960, "label": "12960 True True 1005", "shape": "dot", "size": 10}, {"group": 1, "id": 13009, "label": "13009 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 13023, "label": "13023 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 13024, "label": "13024 True True 20", "shape": "dot", "size": 10}, {"group": 1, "id": 13042, "label": "13042 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 13055, "label": "13055 True True 1312", "shape": "dot", "size": 10}, {"group": 1, "id": 13060, "label": "13060 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 13065, "label": "13065 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 13076, "label": "13076 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 13080, "label": "13080 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 13085, "label": "13085 True True 78", "shape": "dot", "size": 10}, {"group": 1, "id": 13086, "label": "13086 True True 67", "shape": "dot", "size": 10}, {"group": 1, "id": 13087, "label": "13087 True True 1375", "shape": "dot", "size": 10}, {"group": 1, "id": 13102, "label": "13102 True True 293", "shape": "dot", "size": 10}, {"group": 1, "id": 13117, "label": "13117 True True 54", "shape": "dot", "size": 10}, {"group": 1, "id": 13120, "label": "13120 True True 58", "shape": "dot", "size": 10}, {"group": 1, "id": 13134, "label": "13134 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 13139, "label": "13139 True True 71", "shape": "dot", "size": 10}, {"group": 1, "id": 13146, "label": "13146 True True 148", "shape": "dot", "size": 10}, {"group": 1, "id": 13153, "label": "13153 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 13156, "label": "13156 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 13158, "label": "13158 True True 106", "shape": "dot", "size": 10}, {"group": 1, "id": 13163, "label": "13163 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 13164, "label": "13164 True True 72", "shape": "dot", "size": 10}, {"group": 1, "id": 13165, "label": "13165 True True 74", "shape": "dot", "size": 10}, {"group": 1, "id": 13178, "label": "13178 True True 239", "shape": "dot", "size": 10}, {"group": 1, "id": 13183, "label": "13183 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 13195, "label": "13195 True True 245", "shape": "dot", "size": 10}, {"group": 1, "id": 13196, "label": "13196 True True 112", "shape": "dot", "size": 10}, {"group": 1, "id": 13198, "label": "13198 True True 96", "shape": "dot", "size": 10}, {"group": 1, "id": 13199, "label": "13199 True True 438", "shape": "dot", "size": 10}, {"group": 1, "id": 13205, "label": "13205 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 13208, "label": "13208 True True 138", "shape": "dot", "size": 10}, {"group": 1, "id": 13211, "label": "13211 True True 279", "shape": "dot", "size": 10}, {"group": 1, "id": 13222, "label": "13222 True True 982", "shape": "dot", "size": 10}, {"group": 1, "id": 13223, "label": "13223 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 13231, "label": "13231 True True 129", "shape": "dot", "size": 10}, {"group": 1, "id": 13234, "label": "13234 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 13237, "label": "13237 True True 130", "shape": "dot", "size": 10}, {"group": 1, "id": 13239, "label": "13239 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 13248, "label": "13248 True True 1376", "shape": "dot", "size": 10}, {"group": 1, "id": 13250, "label": "13250 True True 827", "shape": "dot", "size": 10}, {"group": 1, "id": 13253, "label": "13253 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 13258, "label": "13258 True True 101", "shape": "dot", "size": 10}, {"group": 1, "id": 13260, "label": "13260 True True 95", "shape": "dot", "size": 10}, {"group": 1, "id": 13263, "label": "13263 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 13266, "label": "13266 True True 955", "shape": "dot", "size": 10}, {"group": 1, "id": 13271, "label": "13271 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 13273, "label": "13273 True True 109", "shape": "dot", "size": 10}, {"group": 1, "id": 13274, "label": "13274 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 13279, "label": "13279 True True 1105", "shape": "dot", "size": 10}, {"group": 1, "id": 13281, "label": "13281 True True 147", "shape": "dot", "size": 10}, {"group": 1, "id": 13282, "label": "13282 True True 350", "shape": "dot", "size": 10}, {"group": 1, "id": 13283, "label": "13283 True True 1322", "shape": "dot", "size": 10}, {"group": 1, "id": 13286, "label": "13286 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 13287, "label": "13287 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 13289, "label": "13289 True True 628", "shape": "dot", "size": 10}, {"group": 1, "id": 13293, "label": "13293 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 13307, "label": "13307 True True 999", "shape": "dot", "size": 10}, {"group": 1, "id": 13308, "label": "13308 True True 1380", "shape": "dot", "size": 10}, {"group": 1, "id": 13315, "label": "13315 True True 654", "shape": "dot", "size": 10}, {"group": 1, "id": 13318, "label": "13318 True True 280", "shape": "dot", "size": 10}, {"group": 1, "id": 13322, "label": "13322 True True 981", "shape": "dot", "size": 10}, {"group": 1, "id": 13323, "label": "13323 True True 746", "shape": "dot", "size": 10}, {"group": 1, "id": 13325, "label": "13325 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 13328, "label": "13328 True True 103", "shape": "dot", "size": 10}, {"group": 1, "id": 13339, "label": "13339 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 13346, "label": "13346 True True 572", "shape": "dot", "size": 10}, {"group": 1, "id": 13373, "label": "13373 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 13374, "label": "13374 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 13375, "label": "13375 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 13377, "label": "13377 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 13380, "label": "13380 True True 87", "shape": "dot", "size": 10}, {"group": 1, "id": 13386, "label": "13386 True True 140", "shape": "dot", "size": 10}, {"group": 1, "id": 13387, "label": "13387 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 13416, "label": "13416 True True 1381", "shape": "dot", "size": 10}, {"group": 1, "id": 13421, "label": "13421 True True 740", "shape": "dot", "size": 10}, {"group": 1, "id": 13429, "label": "13429 True True 18", "shape": "dot", "size": 10}, {"group": 1, "id": 13441, "label": "13441 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 13430, "label": "13430 True True 165", "shape": "dot", "size": 10}, {"group": 1, "id": 13431, "label": "13431 True True 166", "shape": "dot", "size": 10}, {"group": 1, "id": 13672, "label": "13672 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 14462, "label": "14462 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 14155, "label": "14155 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 13447, "label": "13447 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 13451, "label": "13451 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 13453, "label": "13453 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 13463, "label": "13463 True True 422", "shape": "dot", "size": 10}, {"group": 1, "id": 13464, "label": "13464 True True 392", "shape": "dot", "size": 10}, {"group": 1, "id": 13468, "label": "13468 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 13472, "label": "13472 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 13473, "label": "13473 True True 231", "shape": "dot", "size": 10}, {"group": 1, "id": 13479, "label": "13479 True True 24", "shape": "dot", "size": 10}, {"group": 1, "id": 13481, "label": "13481 True True 1159", "shape": "dot", "size": 10}, {"group": 1, "id": 13485, "label": "13485 True True 35", "shape": "dot", "size": 10}, {"group": 1, "id": 13522, "label": "13522 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 13525, "label": "13525 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 13530, "label": "13530 True True 1397", "shape": "dot", "size": 10}, {"group": 1, "id": 13536, "label": "13536 True True 20", "shape": "dot", "size": 10}, {"group": 1, "id": 13564, "label": "13564 True True 706", "shape": "dot", "size": 10}, {"group": 1, "id": 13580, "label": "13580 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 13583, "label": "13583 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 13589, "label": "13589 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 13590, "label": "13590 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 13599, "label": "13599 True True 1059", "shape": "dot", "size": 10}, {"group": 1, "id": 13615, "label": "13615 True True 583", "shape": "dot", "size": 10}, {"group": 1, "id": 13622, "label": "13622 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 13623, "label": "13623 True True 1104", "shape": "dot", "size": 10}, {"group": 1, "id": 13627, "label": "13627 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 13628, "label": "13628 True True 1105", "shape": "dot", "size": 10}, {"group": 1, "id": 13631, "label": "13631 True True 1274", "shape": "dot", "size": 10}, {"group": 1, "id": 13633, "label": "13633 True True 1400", "shape": "dot", "size": 10}, {"group": 1, "id": 13637, "label": "13637 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 13640, "label": "13640 True True 634", "shape": "dot", "size": 10}, {"group": 1, "id": 13642, "label": "13642 True True 716", "shape": "dot", "size": 10}, {"group": 1, "id": 13656, "label": "13656 True True 502", "shape": "dot", "size": 10}, {"group": 1, "id": 13659, "label": "13659 True True 394", "shape": "dot", "size": 10}, {"group": 1, "id": 13662, "label": "13662 True True 667", "shape": "dot", "size": 10}, {"group": 1, "id": 13664, "label": "13664 True True 665", "shape": "dot", "size": 10}, {"group": 1, "id": 14336, "label": "14336 True True 6", "shape": "dot", "size": 10}, {"group": 1, "id": 13684, "label": "13684 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 13688, "label": "13688 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 13689, "label": "13689 True True 231", "shape": "dot", "size": 10}, {"group": 1, "id": 13694, "label": "13694 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 13700, "label": "13700 True True 941", "shape": "dot", "size": 10}, {"group": 1, "id": 13701, "label": "13701 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 13706, "label": "13706 True True 320", "shape": "dot", "size": 10}, {"group": 1, "id": 13716, "label": "13716 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 13720, "label": "13720 True True 136", "shape": "dot", "size": 10}, {"group": 1, "id": 13747, "label": "13747 True True 631", "shape": "dot", "size": 10}, {"group": 1, "id": 13749, "label": "13749 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 13754, "label": "13754 True True 52", "shape": "dot", "size": 10}, {"group": 1, "id": 13758, "label": "13758 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 13759, "label": "13759 True True 56", "shape": "dot", "size": 10}, {"group": 1, "id": 13766, "label": "13766 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 13767, "label": "13767 True True 64", "shape": "dot", "size": 10}, {"group": 1, "id": 13768, "label": "13768 True True 65", "shape": "dot", "size": 10}, {"group": 1, "id": 13770, "label": "13770 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 13782, "label": "13782 True True 969", "shape": "dot", "size": 10}, {"group": 1, "id": 13817, "label": "13817 True True 364", "shape": "dot", "size": 10}, {"group": 1, "id": 13840, "label": "13840 True True 93", "shape": "dot", "size": 10}, {"group": 1, "id": 13848, "label": "13848 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 13849, "label": "13849 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 13858, "label": "13858 True True 235", "shape": "dot", "size": 10}, {"group": 1, "id": 13870, "label": "13870 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 13872, "label": "13872 True True 101", "shape": "dot", "size": 10}, {"group": 1, "id": 13875, "label": "13875 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 13877, "label": "13877 True True 1021", "shape": "dot", "size": 10}, {"group": 1, "id": 13885, "label": "13885 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 13891, "label": "13891 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 13895, "label": "13895 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 13899, "label": "13899 True True 109", "shape": "dot", "size": 10}, {"group": 1, "id": 13921, "label": "13921 True True 24", "shape": "dot", "size": 10}, {"group": 1, "id": 13923, "label": "13923 True True 31", "shape": "dot", "size": 10}, {"group": 1, "id": 13925, "label": "13925 True True 32", "shape": "dot", "size": 10}, {"group": 1, "id": 13930, "label": "13930 True True 128", "shape": "dot", "size": 10}, {"group": 1, "id": 13933, "label": "13933 True True 38", "shape": "dot", "size": 10}, {"group": 1, "id": 13938, "label": "13938 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 13941, "label": "13941 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 13948, "label": "13948 True True 116", "shape": "dot", "size": 10}, {"group": 1, "id": 13951, "label": "13951 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 13953, "label": "13953 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 13957, "label": "13957 True True 1405", "shape": "dot", "size": 10}, {"group": 1, "id": 13959, "label": "13959 True True 285", "shape": "dot", "size": 10}, {"group": 1, "id": 13968, "label": "13968 True True 91", "shape": "dot", "size": 10}, {"group": 1, "id": 13969, "label": "13969 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 13984, "label": "13984 True True 736", "shape": "dot", "size": 10}, {"group": 1, "id": 13988, "label": "13988 True True 425", "shape": "dot", "size": 10}, {"group": 1, "id": 13991, "label": "13991 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 13992, "label": "13992 True True 19", "shape": "dot", "size": 10}, {"group": 1, "id": 13997, "label": "13997 True True 730", "shape": "dot", "size": 10}, {"group": 1, "id": 14005, "label": "14005 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 14006, "label": "14006 True True 130", "shape": "dot", "size": 10}, {"group": 1, "id": 14010, "label": "14010 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 14013, "label": "14013 True True 101", "shape": "dot", "size": 10}, {"group": 1, "id": 14014, "label": "14014 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 14015, "label": "14015 True True 350", "shape": "dot", "size": 10}, {"group": 1, "id": 14016, "label": "14016 True True 35", "shape": "dot", "size": 10}, {"group": 1, "id": 14017, "label": "14017 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 14018, "label": "14018 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 14019, "label": "14019 True True 109", "shape": "dot", "size": 10}, {"group": 1, "id": 14020, "label": "14020 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 14033, "label": "14033 True True 1409", "shape": "dot", "size": 10}, {"group": 1, "id": 14035, "label": "14035 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 14053, "label": "14053 True True 143", "shape": "dot", "size": 10}, {"group": 1, "id": 14062, "label": "14062 True True 1059", "shape": "dot", "size": 10}, {"group": 1, "id": 14080, "label": "14080 True True 698", "shape": "dot", "size": 10}, {"group": 1, "id": 14093, "label": "14093 True True 1162", "shape": "dot", "size": 10}, {"group": 1, "id": 14095, "label": "14095 True True 432", "shape": "dot", "size": 10}, {"group": 1, "id": 14099, "label": "14099 True True 1216", "shape": "dot", "size": 10}, {"group": 1, "id": 14102, "label": "14102 True True 993", "shape": "dot", "size": 10}, {"group": 1, "id": 14104, "label": "14104 True True 633", "shape": "dot", "size": 10}, {"group": 1, "id": 14108, "label": "14108 True True 1412", "shape": "dot", "size": 10}, {"group": 1, "id": 14110, "label": "14110 True True 990", "shape": "dot", "size": 10}, {"group": 1, "id": 14114, "label": "14114 True True 1224", "shape": "dot", "size": 10}, {"group": 1, "id": 14127, "label": "14127 True True 9", "shape": "dot", "size": 10}, {"group": 1, "id": 14142, "label": "14142 True True 233", "shape": "dot", "size": 10}, {"group": 1, "id": 14146, "label": "14146 True True 88", "shape": "dot", "size": 10}, {"group": 1, "id": 14150, "label": "14150 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 14151, "label": "14151 True True 246", "shape": "dot", "size": 10}, {"group": 1, "id": 14152, "label": "14152 True True 96", "shape": "dot", "size": 10}, {"group": 1, "id": 14153, "label": "14153 True True 438", "shape": "dot", "size": 10}, {"group": 1, "id": 14157, "label": "14157 True True 8", "shape": "dot", "size": 10}, {"group": 1, "id": 14164, "label": "14164 True True 1415", "shape": "dot", "size": 10}, {"group": 1, "id": 14165, "label": "14165 True True 1416", "shape": "dot", "size": 10}, {"group": 1, "id": 14182, "label": "14182 True True 90", "shape": "dot", "size": 10}, {"group": 1, "id": 14188, "label": "14188 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 14191, "label": "14191 True True 102", "shape": "dot", "size": 10}, {"group": 1, "id": 14192, "label": "14192 True True 247", "shape": "dot", "size": 10}, {"group": 1, "id": 14199, "label": "14199 True True 169", "shape": "dot", "size": 10}, {"group": 1, "id": 14203, "label": "14203 True True 442", "shape": "dot", "size": 10}, {"group": 1, "id": 14207, "label": "14207 True True 141", "shape": "dot", "size": 10}, {"group": 1, "id": 14209, "label": "14209 True True 144", "shape": "dot", "size": 10}, {"group": 1, "id": 14213, "label": "14213 True True 62", "shape": "dot", "size": 10}, {"group": 1, "id": 14219, "label": "14219 True True 827", "shape": "dot", "size": 10}, {"group": 1, "id": 14221, "label": "14221 True True 444", "shape": "dot", "size": 10}, {"group": 1, "id": 14224, "label": "14224 True True 584", "shape": "dot", "size": 10}, {"group": 1, "id": 14226, "label": "14226 True True 707", "shape": "dot", "size": 10}, {"group": 1, "id": 14227, "label": "14227 True True 441", "shape": "dot", "size": 10}, {"group": 1, "id": 14231, "label": "14231 True True 828", "shape": "dot", "size": 10}, {"group": 1, "id": 14234, "label": "14234 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 14239, "label": "14239 True True 445", "shape": "dot", "size": 10}, {"group": 1, "id": 14246, "label": "14246 True True 143", "shape": "dot", "size": 10}, {"group": 1, "id": 14250, "label": "14250 True True 455", "shape": "dot", "size": 10}, {"group": 1, "id": 14254, "label": "14254 True True 104", "shape": "dot", "size": 10}, {"group": 1, "id": 14257, "label": "14257 True True 147", "shape": "dot", "size": 10}, {"group": 1, "id": 14258, "label": "14258 True True 247", "shape": "dot", "size": 10}, {"group": 1, "id": 14260, "label": "14260 True True 278", "shape": "dot", "size": 10}, {"group": 1, "id": 14271, "label": "14271 True True 1336", "shape": "dot", "size": 10}, {"group": 1, "id": 14273, "label": "14273 True True 1426", "shape": "dot", "size": 10}, {"group": 1, "id": 14288, "label": "14288 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 14291, "label": "14291 True True 705", "shape": "dot", "size": 10}, {"group": 1, "id": 14297, "label": "14297 True True 667", "shape": "dot", "size": 10}, {"group": 1, "id": 14301, "label": "14301 True True 600", "shape": "dot", "size": 10}, {"group": 1, "id": 14315, "label": "14315 True True 671", "shape": "dot", "size": 10}, {"group": 1, "id": 14327, "label": "14327 True True 654", "shape": "dot", "size": 10}, {"group": 1, "id": 14344, "label": "14344 True True 262", "shape": "dot", "size": 10}, {"group": 1, "id": 14346, "label": "14346 True True 11", "shape": "dot", "size": 10}, {"group": 1, "id": 14348, "label": "14348 True True 45", "shape": "dot", "size": 10}, {"group": 1, "id": 14354, "label": "14354 True True 231", "shape": "dot", "size": 10}, {"group": 1, "id": 14395, "label": "14395 True True 1214", "shape": "dot", "size": 10}, {"group": 1, "id": 14457, "label": "14457 True True 728", "shape": "dot", "size": 10}, {"group": 1, "id": 14464, "label": "14464 True True 135", "shape": "dot", "size": 10}, {"group": 1, "id": 14474, "label": "14474 True True 105", "shape": "dot", "size": 10}, {"group": 1, "id": 14475, "label": "14475 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 14485, "label": "14485 True True 55", "shape": "dot", "size": 10}, {"group": 1, "id": 14487, "label": "14487 True True 476", "shape": "dot", "size": 10}, {"group": 1, "id": 14510, "label": "14510 True True 408", "shape": "dot", "size": 10}, {"group": 1, "id": 14512, "label": "14512 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 14514, "label": "14514 True True 26", "shape": "dot", "size": 10}, {"group": 1, "id": 14521, "label": "14521 True True 969", "shape": "dot", "size": 10}, {"group": 1, "id": 14522, "label": "14522 True True 43", "shape": "dot", "size": 10}, {"group": 1, "id": 14529, "label": "14529 True True 46", "shape": "dot", "size": 10}, {"group": 1, "id": 14530, "label": "14530 True True 47", "shape": "dot", "size": 10}, {"group": 1, "id": 14532, "label": "14532 True True 48", "shape": "dot", "size": 10}, {"group": 1, "id": 14539, "label": "14539 True True 40", "shape": "dot", "size": 10}, {"group": 1, "id": 14540, "label": "14540 True True 51", "shape": "dot", "size": 10}, {"group": 1, "id": 14542, "label": "14542 True True 54", "shape": "dot", "size": 10}, {"group": 1, "id": 14544, "label": "14544 True True 668", "shape": "dot", "size": 10}, {"group": 1, "id": 14547, "label": "14547 True True 98", "shape": "dot", "size": 10}, {"group": 1, "id": 14548, "label": "14548 True True 99", "shape": "dot", "size": 10}, {"group": 1, "id": 14550, "label": "14550 True True 7", "shape": "dot", "size": 10}, {"group": 1, "id": 14551, "label": "14551 True True 114", "shape": "dot", "size": 10}, {"group": 1, "id": 14552, "label": "14552 True True 1438", "shape": "dot", "size": 10}, {"group": 1, "id": 14558, "label": "14558 True True 693", "shape": "dot", "size": 10}, {"group": 1, "id": 14564, "label": "14564 True True 100", "shape": "dot", "size": 10}, {"group": 1, "id": 14565, "label": "14565 True True 109", "shape": "dot", "size": 10}, {"group": 1, "id": 14569, "label": "14569 True True 94", "shape": "dot", "size": 10}, {"group": 1, "id": 14581, "label": "14581 True True 21", "shape": "dot", "size": 10}, {"group": 1, "id": 14589, "label": "14589 True True 1439", "shape": "dot", "size": 10}, {"group": 1, "id": 14609, "label": "14609 True True 89", "shape": "dot", "size": 10}, {"group": 1, "id": 14615, "label": "14615 True True 70", "shape": "dot", "size": 10}, {"group": 1, "id": 14617, "label": "14617 True True 63", "shape": "dot", "size": 10}, {"group": 1, "id": 14622, "label": "14622 True True 391", "shape": "dot", "size": 10}, {"group": 1, "id": 14647, "label": "14647 True True 280", "shape": "dot", "size": 10}, {"group": 1, "id": 14660, "label": "14660 True True 897", "shape": "dot", "size": 10}, {"group": 1, "id": 14661, "label": "14661 True True 40", "shape": "dot", "size": 10}]);
edges = new vis.DataSet([{"arrows": "to", "from": 1, "group": 2, "to": 596, "width": 2.0603835756632374}, {"arrows": "to", "from": 1, "group": 2, "to": 598, "width": 25}, {"arrows": "to", "from": 1, "group": 2, "to": 607, "width": 3.0603835756632374}, {"arrows": "to", "from": 1, "group": 2, "to": 608, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 710, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 713, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 718, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 727, "width": 25}, {"arrows": "to", "from": 1, "group": 2, "to": 731, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 781, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 848, "width": 0.7498044170103138}, {"arrows": "to", "from": 1, "group": 2, "to": 872, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 873, "width": 1.0603835756632374}, {"arrows": "to", "from": 1, "group": 2, "to": 896, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 990, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 1006, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 1025, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 1036, "width": 0.7498044170103138}, {"arrows": "to", "from": 1, "group": 2, "to": 1071, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 1072, "width": 5.566798862670588}, {"arrows": "to", "from": 1, "group": 2, "to": 1113, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 1214, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 1220, "width": 4.670645458505865}, {"arrows": "to", "from": 1, "group": 2, "to": 1340, "width": 3.0603835756632374}, {"arrows": "to", "from": 1, "group": 2, "to": 1922, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 1925, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 2318, "width": 1.86579956400095}, {"arrows": "to", "from": 1, "group": 2, "to": 2383, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 4014, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 4629, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 4643, "width": 1.0603835756632374}, {"arrows": "to", "from": 1, "group": 2, "to": 5550, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 5701, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 5953, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 6659, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 7075, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 7214, "width": 2.0603835756632374}, {"arrows": "to", "from": 1, "group": 2, "to": 7711, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 8462, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 8463, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 8526, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 9165, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 10406, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 10563, "width": 1.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 11078, "width": 2.4996088340206275}, {"arrows": "to", "from": 1, "group": 2, "to": 12642, "width": 1.4996088340206275}, {"arrows": "to", "from": 2, "group": 2, "to": 3, "width": 2.0603835756632374}, {"arrows": "to", "from": 3, "group": 2, "to": 10, "width": 2.0603835756632374}, {"arrows": "to", "from": 10, "group": 2, "to": 11, "width": 2.0603835756632374}, {"arrows": "to", "from": 11, "group": 2, "to": 13, "width": 2.0603835756632374}, {"arrows": "to", "from": 13, "group": 2, "to": 18, "width": 2.0603835756632374}, {"arrows": "to", "from": 18, "group": 2, "to": 20, "width": 2.0603835756632374}, {"arrows": "to", "from": 20, "group": 2, "to": 25, "width": 2.0603835756632374}, {"arrows": "to", "from": 25, "group": 2, "to": 27, "width": 2.0603835756632374}, {"arrows": "to", "from": 27, "group": 2, "to": 32, "width": 2.0603835756632374}, {"arrows": "to", "from": 32, "group": 2, "to": 34, "width": 2.0603835756632374}, {"arrows": "to", "from": 34, "group": 2, "to": 40, "width": 2.0603835756632374}, {"arrows": "to", "from": 40, "group": 2, "to": 42, "width": 2.0603835756632374}, {"arrows": "to", "from": 42, "group": 2, "to": 48, "width": 2.0603835756632374}, {"arrows": "to", "from": 48, "group": 2, "to": 50, "width": 2.0603835756632374}, {"arrows": "to", "from": 50, "group": 2, "to": 51, "width": 2.0603835756632374}, {"arrows": "to", "from": 51, "group": 2, "to": 54, "width": 2.0603835756632374}, {"arrows": "to", "from": 54, "group": 2, "to": 57, "width": 2.0603835756632374}, {"arrows": "to", "from": 57, "group": 2, "to": 64, "width": 2.0603835756632374}, {"arrows": "to", "from": 64, "group": 2, "to": 65, "width": 2.0603835756632374}, {"arrows": "to", "from": 65, "group": 2, "to": 67, "width": 2.0603835756632374}, {"arrows": "to", "from": 67, "group": 2, "to": 71, "width": 2.0603835756632374}, {"arrows": "to", "from": 71, "group": 2, "to": 72, "width": 2.0603835756632374}, {"arrows": "to", "from": 72, "group": 2, "to": 74, "width": 2.0603835756632374}, {"arrows": "to", "from": 74, "group": 2, "to": 78, "width": 2.0603835756632374}, {"arrows": "to", "from": 78, "group": 2, "to": 79, "width": 2.0603835756632374}, {"arrows": "to", "from": 79, "group": 2, "to": 89, "width": 2.0603835756632374}, {"arrows": "to", "from": 89, "group": 2, "to": 91, "width": 2.0603835756632374}, {"arrows": "to", "from": 91, "group": 2, "to": 93, "width": 2.0603835756632374}, {"arrows": "to", "from": 93, "group": 2, "to": 94, "width": 2.0603835756632374}, {"arrows": "to", "from": 94, "group": 2, "to": 103, "width": 2.0603835756632374}, {"arrows": "to", "from": 103, "group": 2, "to": 106, "width": 2.0603835756632374}, {"arrows": "to", "from": 106, "group": 2, "to": 111, "width": 2.0603835756632374}, {"arrows": "to", "from": 111, "group": 2, "to": 116, "width": 2.0603835756632374}, {"arrows": "to", "from": 116, "group": 2, "to": 118, "width": 2.0603835756632374}, {"arrows": "to", "from": 118, "group": 2, "to": 121, "width": 2.0603835756632374}, {"arrows": "to", "from": 121, "group": 2, "to": 122, "width": 2.0603835756632374}, {"arrows": "to", "from": 122, "group": 2, "to": 124, "width": 2.0603835756632374}, {"arrows": "to", "from": 124, "group": 2, "to": 127, "width": 2.0603835756632374}, {"arrows": "to", "from": 127, "group": 2, "to": 128, "width": 2.0603835756632374}, {"arrows": "to", "from": 128, "group": 2, "to": 129, "width": 2.0603835756632374}, {"arrows": "to", "from": 129, "group": 2, "to": 132, "width": 2.0603835756632374}, {"arrows": "to", "from": 132, "group": 2, "to": 134, "width": 2.0603835756632374}, {"arrows": "to", "from": 134, "group": 2, "to": 135, "width": 2.0603835756632374}, {"arrows": "to", "from": 135, "group": 2, "to": 142, "width": 2.0603835756632374}, {"arrows": "to", "from": 142, "group": 2, "to": 151, "width": 2.0603835756632374}, {"arrows": "to", "from": 151, "group": 2, "to": 152, "width": 2.0603835756632374}, {"arrows": "to", "from": 152, "group": 2, "to": 153, "width": 2.0603835756632374}, {"arrows": "to", "from": 153, "group": 2, "to": 158, "width": 2.0603835756632374}, {"arrows": "to", "from": 158, "group": 2, "to": 163, "width": 2.0603835756632374}, {"arrows": "to", "from": 163, "group": 2, "to": 164, "width": 2.0603835756632374}, {"arrows": "to", "from": 164, "group": 2, "to": 168, "width": 2.0603835756632374}, {"arrows": "to", "from": 168, "group": 2, "to": 175, "width": 2.0603835756632374}, {"arrows": "to", "from": 175, "group": 2, "to": 176, "width": 2.0603835756632374}, {"arrows": "to", "from": 176, "group": 2, "to": 180, "width": 2.0603835756632374}, {"arrows": "to", "from": 180, "group": 2, "to": 184, "width": 2.0603835756632374}, {"arrows": "to", "from": 184, "group": 2, "to": 187, "width": 2.0603835756632374}, {"arrows": "to", "from": 187, "group": 2, "to": 193, "width": 2.0603835756632374}, {"arrows": "to", "from": 193, "group": 2, "to": 194, "width": 2.0603835756632374}, {"arrows": "to", "from": 194, "group": 2, "to": 196, "width": 2.0603835756632374}, {"arrows": "to", "from": 196, "group": 2, "to": 202, "width": 2.0603835756632374}, {"arrows": "to", "from": 202, "group": 2, "to": 205, "width": 2.0603835756632374}, {"arrows": "to", "from": 205, "group": 2, "to": 206, "width": 2.0603835756632374}, {"arrows": "to", "from": 206, "group": 2, "to": 209, "width": 2.0603835756632374}, {"arrows": "to", "from": 209, "group": 2, "to": 213, "width": 2.0603835756632374}, {"arrows": "to", "from": 213, "group": 2, "to": 214, "width": 2.0603835756632374}, {"arrows": "to", "from": 214, "group": 2, "to": 216, "width": 2.0603835756632374}, {"arrows": "to", "from": 216, "group": 2, "to": 222, "width": 2.0603835756632374}, {"arrows": "to", "from": 222, "group": 2, "to": 223, "width": 2.0603835756632374}, {"arrows": "to", "from": 223, "group": 2, "to": 229, "width": 2.0603835756632374}, {"arrows": "to", "from": 229, "group": 2, "to": 230, "width": 2.0603835756632374}, {"arrows": "to", "from": 230, "group": 2, "to": 232, "width": 2.0603835756632374}, {"arrows": "to", "from": 232, "group": 2, "to": 235, "width": 2.0603835756632374}, {"arrows": "to", "from": 235, "group": 2, "to": 237, "width": 2.0603835756632374}, {"arrows": "to", "from": 237, "group": 2, "to": 243, "width": 2.0603835756632374}, {"arrows": "to", "from": 243, "group": 2, "to": 245, "width": 2.0603835756632374}, {"arrows": "to", "from": 245, "group": 2, "to": 247, "width": 2.0603835756632374}, {"arrows": "to", "from": 247, "group": 2, "to": 249, "width": 2.0603835756632374}, {"arrows": "to", "from": 249, "group": 2, "to": 260, "width": 2.0603835756632374}, {"arrows": "to", "from": 260, "group": 2, "to": 261, "width": 2.0603835756632374}, {"arrows": "to", "from": 261, "group": 2, "to": 268, "width": 2.0603835756632374}, {"arrows": "to", "from": 268, "group": 2, "to": 270, "width": 2.0603835756632374}, {"arrows": "to", "from": 270, "group": 2, "to": 271, "width": 2.0603835756632374}, {"arrows": "to", "from": 271, "group": 2, "to": 279, "width": 2.0603835756632374}, {"arrows": "to", "from": 279, "group": 2, "to": 281, "width": 2.0603835756632374}, {"arrows": "to", "from": 281, "group": 2, "to": 287, "width": 2.0603835756632374}, {"arrows": "to", "from": 287, "group": 2, "to": 289, "width": 2.0603835756632374}, {"arrows": "to", "from": 289, "group": 2, "to": 290, "width": 2.0603835756632374}, {"arrows": "to", "from": 290, "group": 2, "to": 293, "width": 2.0603835756632374}, {"arrows": "to", "from": 293, "group": 2, "to": 294, "width": 2.0603835756632374}, {"arrows": "to", "from": 294, "group": 2, "to": 298, "width": 2.0603835756632374}, {"arrows": "to", "from": 298, "group": 2, "to": 301, "width": 2.0603835756632374}, {"arrows": "to", "from": 301, "group": 2, "to": 303, "width": 2.0603835756632374}, {"arrows": "to", "from": 303, "group": 2, "to": 306, "width": 2.0603835756632374}, {"arrows": "to", "from": 306, "group": 2, "to": 307, "width": 2.0603835756632374}, {"arrows": "to", "from": 307, "group": 2, "to": 309, "width": 2.0603835756632374}, {"arrows": "to", "from": 309, "group": 2, "to": 311, "width": 2.0603835756632374}, {"arrows": "to", "from": 311, "group": 2, "to": 312, "width": 2.0603835756632374}, {"arrows": "to", "from": 312, "group": 2, "to": 318, "width": 2.0603835756632374}, {"arrows": "to", "from": 318, "group": 2, "to": 321, "width": 2.0603835756632374}, {"arrows": "to", "from": 321, "group": 2, "to": 327, "width": 2.0603835756632374}, {"arrows": "to", "from": 327, "group": 2, "to": 333, "width": 2.0603835756632374}, {"arrows": "to", "from": 333, "group": 2, "to": 337, "width": 2.0603835756632374}, {"arrows": "to", "from": 337, "group": 2, "to": 339, "width": 2.0603835756632374}, {"arrows": "to", "from": 339, "group": 2, "to": 343, "width": 2.0603835756632374}, {"arrows": "to", "from": 343, "group": 2, "to": 346, "width": 2.0603835756632374}, {"arrows": "to", "from": 346, "group": 2, "to": 348, "width": 2.0603835756632374}, {"arrows": "to", "from": 348, "group": 2, "to": 349, "width": 2.0603835756632374}, {"arrows": "to", "from": 349, "group": 2, "to": 353, "width": 2.0603835756632374}, {"arrows": "to", "from": 353, "group": 2, "to": 357, "width": 2.0603835756632374}, {"arrows": "to", "from": 357, "group": 2, "to": 360, "width": 2.0603835756632374}, {"arrows": "to", "from": 360, "group": 2, "to": 361, "width": 2.0603835756632374}, {"arrows": "to", "from": 361, "group": 2, "to": 365, "width": 2.0603835756632374}, {"arrows": "to", "from": 365, "group": 2, "to": 368, "width": 2.0603835756632374}, {"arrows": "to", "from": 368, "group": 2, "to": 369, "width": 2.0603835756632374}, {"arrows": "to", "from": 369, "group": 2, "to": 371, "width": 2.0603835756632374}, {"arrows": "to", "from": 371, "group": 2, "to": 373, "width": 2.0603835756632374}, {"arrows": "to", "from": 373, "group": 2, "to": 375, "width": 2.0603835756632374}, {"arrows": "to", "from": 375, "group": 2, "to": 376, "width": 2.0603835756632374}, {"arrows": "to", "from": 376, "group": 2, "to": 379, "width": 2.0603835756632374}, {"arrows": "to", "from": 379, "group": 2, "to": 381, "width": 2.0603835756632374}, {"arrows": "to", "from": 381, "group": 2, "to": 383, "width": 2.0603835756632374}, {"arrows": "to", "from": 383, "group": 2, "to": 396, "width": 2.0603835756632374}, {"arrows": "to", "from": 396, "group": 2, "to": 406, "width": 2.0603835756632374}, {"arrows": "to", "from": 406, "group": 2, "to": 410, "width": 2.0603835756632374}, {"arrows": "to", "from": 410, "group": 2, "to": 418, "width": 2.0603835756632374}, {"arrows": "to", "from": 418, "group": 2, "to": 421, "width": 2.0603835756632374}, {"arrows": "to", "from": 421, "group": 2, "to": 423, "width": 2.0603835756632374}, {"arrows": "to", "from": 423, "group": 2, "to": 426, "width": 2.0603835756632374}, {"arrows": "to", "from": 426, "group": 2, "to": 428, "width": 2.0603835756632374}, {"arrows": "to", "from": 428, "group": 2, "to": 432, "width": 2.0603835756632374}, {"arrows": "to", "from": 432, "group": 2, "to": 434, "width": 2.0603835756632374}, {"arrows": "to", "from": 434, "group": 2, "to": 438, "width": 2.0603835756632374}, {"arrows": "to", "from": 438, "group": 2, "to": 440, "width": 2.0603835756632374}, {"arrows": "to", "from": 440, "group": 2, "to": 442, "width": 2.0603835756632374}, {"arrows": "to", "from": 442, "group": 2, "to": 445, "width": 2.0603835756632374}, {"arrows": "to", "from": 445, "group": 2, "to": 446, "width": 2.0603835756632374}, {"arrows": "to", "from": 446, "group": 2, "to": 454, "width": 2.0603835756632374}, {"arrows": "to", "from": 454, "group": 2, "to": 460, "width": 2.0603835756632374}, {"arrows": "to", "from": 460, "group": 2, "to": 461, "width": 2.0603835756632374}, {"arrows": "to", "from": 461, "group": 2, "to": 464, "width": 2.0603835756632374}, {"arrows": "to", "from": 464, "group": 2, "to": 466, "width": 2.0603835756632374}, {"arrows": "to", "from": 466, "group": 2, "to": 473, "width": 2.0603835756632374}, {"arrows": "to", "from": 473, "group": 2, "to": 476, "width": 2.0603835756632374}, {"arrows": "to", "from": 476, "group": 2, "to": 484, "width": 2.0603835756632374}, {"arrows": "to", "from": 484, "group": 2, "to": 493, "width": 2.0603835756632374}, {"arrows": "to", "from": 493, "group": 2, "to": 501, "width": 2.0603835756632374}, {"arrows": "to", "from": 501, "group": 2, "to": 502, "width": 2.0603835756632374}, {"arrows": "to", "from": 502, "group": 2, "to": 505, "width": 2.0603835756632374}, {"arrows": "to", "from": 505, "group": 2, "to": 507, "width": 2.0603835756632374}, {"arrows": "to", "from": 507, "group": 2, "to": 508, "width": 2.0603835756632374}, {"arrows": "to", "from": 508, "group": 2, "to": 510, "width": 2.0603835756632374}, {"arrows": "to", "from": 510, "group": 2, "to": 515, "width": 2.0603835756632374}, {"arrows": "to", "from": 515, "group": 2, "to": 520, "width": 2.0603835756632374}, {"arrows": "to", "from": 520, "group": 2, "to": 524, "width": 2.0603835756632374}, {"arrows": "to", "from": 524, "group": 2, "to": 525, "width": 2.0603835756632374}, {"arrows": "to", "from": 525, "group": 2, "to": 527, "width": 2.0603835756632374}, {"arrows": "to", "from": 527, "group": 2, "to": 528, "width": 2.0603835756632374}, {"arrows": "to", "from": 528, "group": 2, "to": 529, "width": 2.0603835756632374}, {"arrows": "to", "from": 529, "group": 2, "to": 531, "width": 2.0603835756632374}, {"arrows": "to", "from": 531, "group": 2, "to": 533, "width": 2.0603835756632374}, {"arrows": "to", "from": 533, "group": 2, "to": 536, "width": 2.0603835756632374}, {"arrows": "to", "from": 536, "group": 2, "to": 537, "width": 2.0603835756632374}, {"arrows": "to", "from": 537, "group": 2, "to": 540, "width": 2.0603835756632374}, {"arrows": "to", "from": 540, "group": 2, "to": 549, "width": 2.0603835756632374}, {"arrows": "to", "from": 549, "group": 2, "to": 552, "width": 2.0603835756632374}, {"arrows": "to", "from": 552, "group": 2, "to": 556, "width": 2.0603835756632374}, {"arrows": "to", "from": 556, "group": 2, "to": 563, "width": 2.0603835756632374}, {"arrows": "to", "from": 563, "group": 2, "to": 564, "width": 2.0603835756632374}, {"arrows": "to", "from": 564, "group": 2, "to": 567, "width": 2.0603835756632374}, {"arrows": "to", "from": 567, "group": 2, "to": 569, "width": 2.0603835756632374}, {"arrows": "to", "from": 569, "group": 2, "to": 571, "width": 2.0603835756632374}, {"arrows": "to", "from": 571, "group": 2, "to": 574, "width": 2.0603835756632374}, {"arrows": "to", "from": 574, "group": 2, "to": 575, "width": 2.0603835756632374}, {"arrows": "to", "from": 575, "group": 2, "to": 582, "width": 2.0603835756632374}, {"arrows": "to", "from": 583, "group": 2, "to": 1079, "width": 11.17315991280019}, {"arrows": "to", "from": 583, "group": 2, "to": 1451, "width": 2.4996088340206275}, {"arrows": "to", "from": 583, "group": 2, "to": 1452, "width": 11.3197176776664}, {"arrows": "to", "from": 0, "group": 2, "to": 583, "width": 24.15071635862875}, {"arrows": "to", "from": 0, "group": 2, "to": 1077, "width": 1.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 1081, "width": 3.0603835756632374}, {"arrows": "to", "from": 584, "group": 2, "to": 1083, "width": 2.86579956400095}, {"arrows": "to", "from": 584, "group": 2, "to": 1084, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 1100, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 1102, "width": 3.7498044170103135}, {"arrows": "to", "from": 584, "group": 2, "to": 1103, "width": 1.86579956400095}, {"arrows": "to", "from": 584, "group": 2, "to": 1254, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 1488, "width": 2.0603835756632374}, {"arrows": "to", "from": 584, "group": 2, "to": 1993, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 1994, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 1996, "width": 2.6706454585058643}, {"arrows": "to", "from": 584, "group": 2, "to": 2170, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 4585, "width": 1.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 4586, "width": 0.86579956400095}, {"arrows": "to", "from": 584, "group": 2, "to": 4660, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 4888, "width": 0.86579956400095}, {"arrows": "to", "from": 584, "group": 2, "to": 6247, "width": 3.0603835756632374}, {"arrows": "to", "from": 584, "group": 2, "to": 6586, "width": 1.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 6826, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 6827, "width": 1.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 6896, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 6897, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 6899, "width": 1.86579956400095}, {"arrows": "to", "from": 584, "group": 2, "to": 7589, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 7590, "width": 1.0603835756632374}, {"arrows": "to", "from": 584, "group": 2, "to": 8184, "width": 2.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 8185, "width": 1.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 9689, "width": 1.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 10210, "width": 1.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 10592, "width": 1.4996088340206275}, {"arrows": "to", "from": 584, "group": 2, "to": 11219, "width": 1.4996088340206275}, {"arrows": "to", "from": 585, "group": 2, "to": 590, "width": 1.4996088340206275}, {"arrows": "to", "from": 587, "group": 2, "to": 1127, "width": 6.499869611340209}, {"arrows": "to", "from": 587, "group": 2, "to": 13437, "width": 1.0603835756632374}, {"arrows": "to", "from": 588, "group": 2, "to": 1122, "width": 25}, {"arrows": "to", "from": 588, "group": 2, "to": 1143, "width": 2.4996088340206275}, {"arrows": "to", "from": 588, "group": 2, "to": 1170, "width": 2.4996088340206275}, {"arrows": "to", "from": 588, "group": 2, "to": 1269, "width": 2.4996088340206275}, {"arrows": "to", "from": 588, "group": 2, "to": 1311, "width": 2.4996088340206275}, {"arrows": "to", "from": 588, "group": 2, "to": 1369, "width": 2.4996088340206275}, {"arrows": "to", "from": 588, "group": 2, "to": 4439, "width": 1.86579956400095}, {"arrows": "to", "from": 596, "group": 2, "to": 599, "width": 1.4996088340206275}, {"arrows": "to", "from": 596, "group": 2, "to": 1300, "width": 2.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 1747, "width": 2.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 1750, "width": 2.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 1751, "width": 1.0603835756632374}, {"arrows": "to", "from": 598, "group": 2, "to": 1753, "width": 18.214229833431517}, {"arrows": "to", "from": 598, "group": 2, "to": 2180, "width": 2.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 2721, "width": 2.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 3884, "width": 1.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 4020, "width": 2.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 9842, "width": 2.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 9843, "width": 2.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 10624, "width": 1.4996088340206275}, {"arrows": "to", "from": 598, "group": 2, "to": 11350, "width": 1.4996088340206275}, {"arrows": "to", "from": 599, "group": 2, "to": 600, "width": 1.4996088340206275}, {"arrows": "to", "from": 600, "group": 2, "to": 602, "width": 1.4996088340206275}, {"arrows": "to", "from": 602, "group": 2, "to": 603, "width": 1.4996088340206275}, {"arrows": "to", "from": 603, "group": 2, "to": 605, "width": 1.4996088340206275}, {"arrows": "to", "from": 607, "group": 2, "to": 1257, "width": 2.4996088340206275}, {"arrows": "to", "from": 607, "group": 2, "to": 1259, "width": 2.4996088340206275}, {"arrows": "to", "from": 608, "group": 2, "to": 610, "width": 1.4996088340206275}, {"arrows": "to", "from": 610, "group": 2, "to": 611, "width": 1.4996088340206275}, {"arrows": "to", "from": 611, "group": 2, "to": 612, "width": 1.4996088340206275}, {"arrows": "to", "from": 612, "group": 2, "to": 615, "width": 1.4996088340206275}, {"arrows": "to", "from": 615, "group": 2, "to": 620, "width": 1.4996088340206275}, {"arrows": "to", "from": 620, "group": 2, "to": 625, "width": 1.4996088340206275}, {"arrows": "to", "from": 625, "group": 2, "to": 628, "width": 1.4996088340206275}, {"arrows": "to", "from": 628, "group": 2, "to": 631, "width": 1.4996088340206275}, {"arrows": "to", "from": 631, "group": 2, "to": 641, "width": 1.4996088340206275}, {"arrows": "to", "from": 641, "group": 2, "to": 657, "width": 1.4996088340206275}, {"arrows": "to", "from": 657, "group": 2, "to": 665, "width": 1.4996088340206275}, {"arrows": "to", "from": 665, "group": 2, "to": 666, "width": 1.4996088340206275}, {"arrows": "to", "from": 666, "group": 2, "to": 667, "width": 1.4996088340206275}, {"arrows": "to", "from": 667, "group": 2, "to": 682, "width": 1.4996088340206275}, {"arrows": "to", "from": 682, "group": 2, "to": 691, "width": 1.4996088340206275}, {"arrows": "to", "from": 691, "group": 2, "to": 693, "width": 1.4996088340206275}, {"arrows": "to", "from": 693, "group": 2, "to": 699, "width": 1.4996088340206275}, {"arrows": "to", "from": 699, "group": 2, "to": 702, "width": 1.4996088340206275}, {"arrows": "to", "from": 702, "group": 2, "to": 705, "width": 1.4996088340206275}, {"arrows": "to", "from": 705, "group": 2, "to": 708, "width": 1.4996088340206275}, {"arrows": "to", "from": 713, "group": 2, "to": 6607, "width": 2.4996088340206275}, {"arrows": "to", "from": 718, "group": 2, "to": 719, "width": 1.4996088340206275}, {"arrows": "to", "from": 719, "group": 2, "to": 722, "width": 1.4996088340206275}, {"arrows": "to", "from": 722, "group": 2, "to": 725, "width": 1.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 1153, "width": 2.0603835756632374}, {"arrows": "to", "from": 727, "group": 2, "to": 1154, "width": 2.6706454585058643}, {"arrows": "to", "from": 727, "group": 2, "to": 1818, "width": 2.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 1823, "width": 2.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 1829, "width": 12.3197176776664}, {"arrows": "to", "from": 727, "group": 2, "to": 2020, "width": 2.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 2060, "width": 2.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 2403, "width": 2.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 2706, "width": 2.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 3820, "width": 1.86579956400095}, {"arrows": "to", "from": 727, "group": 2, "to": 3878, "width": 1.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 5082, "width": 2.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 5142, "width": 2.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 5337, "width": 1.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 13529, "width": 1.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 13646, "width": 1.4996088340206275}, {"arrows": "to", "from": 727, "group": 2, "to": 14106, "width": 2.4996088340206275}, {"arrows": "to", "from": 731, "group": 2, "to": 737, "width": 1.4996088340206275}, {"arrows": "to", "from": 737, "group": 2, "to": 738, "width": 1.4996088340206275}, {"arrows": "to", "from": 738, "group": 2, "to": 745, "width": 1.4996088340206275}, {"arrows": "to", "from": 745, "group": 2, "to": 751, "width": 1.4996088340206275}, {"arrows": "to", "from": 751, "group": 2, "to": 755, "width": 1.4996088340206275}, {"arrows": "to", "from": 755, "group": 2, "to": 757, "width": 1.4996088340206275}, {"arrows": "to", "from": 757, "group": 2, "to": 764, "width": 1.4996088340206275}, {"arrows": "to", "from": 764, "group": 2, "to": 765, "width": 1.4996088340206275}, {"arrows": "to", "from": 765, "group": 2, "to": 766, "width": 1.4996088340206275}, {"arrows": "to", "from": 766, "group": 2, "to": 772, "width": 1.4996088340206275}, {"arrows": "to", "from": 772, "group": 2, "to": 777, "width": 1.4996088340206275}, {"arrows": "to", "from": 781, "group": 2, "to": 790, "width": 1.4996088340206275}, {"arrows": "to", "from": 790, "group": 2, "to": 795, "width": 1.4996088340206275}, {"arrows": "to", "from": 795, "group": 2, "to": 798, "width": 1.4996088340206275}, {"arrows": "to", "from": 798, "group": 2, "to": 805, "width": 1.4996088340206275}, {"arrows": "to", "from": 805, "group": 2, "to": 806, "width": 1.4996088340206275}, {"arrows": "to", "from": 806, "group": 2, "to": 807, "width": 1.4996088340206275}, {"arrows": "to", "from": 807, "group": 2, "to": 811, "width": 1.4996088340206275}, {"arrows": "to", "from": 811, "group": 2, "to": 813, "width": 1.4996088340206275}, {"arrows": "to", "from": 813, "group": 2, "to": 814, "width": 1.4996088340206275}, {"arrows": "to", "from": 814, "group": 2, "to": 817, "width": 1.4996088340206275}, {"arrows": "to", "from": 817, "group": 2, "to": 819, "width": 1.4996088340206275}, {"arrows": "to", "from": 819, "group": 2, "to": 820, "width": 1.4996088340206275}, {"arrows": "to", "from": 820, "group": 2, "to": 827, "width": 1.4996088340206275}, {"arrows": "to", "from": 827, "group": 2, "to": 832, "width": 1.4996088340206275}, {"arrows": "to", "from": 832, "group": 2, "to": 833, "width": 1.4996088340206275}, {"arrows": "to", "from": 833, "group": 2, "to": 840, "width": 1.4996088340206275}, {"arrows": "to", "from": 840, "group": 2, "to": 845, "width": 1.4996088340206275}, {"arrows": "to", "from": 848, "group": 2, "to": 859, "width": 1.4996088340206275}, {"arrows": "to", "from": 848, "group": 2, "to": 5326, "width": 1.4996088340206275}, {"arrows": "to", "from": 848, "group": 2, "to": 10557, "width": 1.4996088340206275}, {"arrows": "to", "from": 848, "group": 2, "to": 10560, "width": 1.4996088340206275}, {"arrows": "to", "from": 859, "group": 2, "to": 865, "width": 1.4996088340206275}, {"arrows": "to", "from": 865, "group": 2, "to": 870, "width": 1.4996088340206275}, {"arrows": "to", "from": 872, "group": 2, "to": 880, "width": 1.4996088340206275}, {"arrows": "to", "from": 873, "group": 2, "to": 3846, "width": 1.4996088340206275}, {"arrows": "to", "from": 873, "group": 2, "to": 13083, "width": 1.4996088340206275}, {"arrows": "to", "from": 880, "group": 2, "to": 883, "width": 1.4996088340206275}, {"arrows": "to", "from": 883, "group": 2, "to": 884, "width": 1.4996088340206275}, {"arrows": "to", "from": 884, "group": 2, "to": 885, "width": 1.4996088340206275}, {"arrows": "to", "from": 885, "group": 2, "to": 894, "width": 1.4996088340206275}, {"arrows": "to", "from": 896, "group": 2, "to": 898, "width": 1.4996088340206275}, {"arrows": "to", "from": 898, "group": 2, "to": 899, "width": 1.4996088340206275}, {"arrows": "to", "from": 899, "group": 2, "to": 902, "width": 1.4996088340206275}, {"arrows": "to", "from": 902, "group": 2, "to": 919, "width": 1.4996088340206275}, {"arrows": "to", "from": 919, "group": 2, "to": 924, "width": 1.4996088340206275}, {"arrows": "to", "from": 924, "group": 2, "to": 926, "width": 1.4996088340206275}, {"arrows": "to", "from": 926, "group": 2, "to": 931, "width": 1.4996088340206275}, {"arrows": "to", "from": 931, "group": 2, "to": 935, "width": 1.4996088340206275}, {"arrows": "to", "from": 935, "group": 2, "to": 944, "width": 1.4996088340206275}, {"arrows": "to", "from": 944, "group": 2, "to": 948, "width": 1.4996088340206275}, {"arrows": "to", "from": 948, "group": 2, "to": 955, "width": 1.4996088340206275}, {"arrows": "to", "from": 955, "group": 2, "to": 961, "width": 1.4996088340206275}, {"arrows": "to", "from": 961, "group": 2, "to": 963, "width": 1.4996088340206275}, {"arrows": "to", "from": 963, "group": 2, "to": 965, "width": 1.4996088340206275}, {"arrows": "to", "from": 965, "group": 2, "to": 967, "width": 1.4996088340206275}, {"arrows": "to", "from": 967, "group": 2, "to": 968, "width": 1.4996088340206275}, {"arrows": "to", "from": 968, "group": 2, "to": 970, "width": 1.4996088340206275}, {"arrows": "to", "from": 970, "group": 2, "to": 974, "width": 1.4996088340206275}, {"arrows": "to", "from": 974, "group": 2, "to": 981, "width": 1.4996088340206275}, {"arrows": "to", "from": 981, "group": 2, "to": 986, "width": 1.4996088340206275}, {"arrows": "to", "from": 986, "group": 2, "to": 988, "width": 1.4996088340206275}, {"arrows": "to", "from": 990, "group": 2, "to": 995, "width": 1.4996088340206275}, {"arrows": "to", "from": 995, "group": 2, "to": 997, "width": 1.4996088340206275}, {"arrows": "to", "from": 997, "group": 2, "to": 1002, "width": 1.4996088340206275}, {"arrows": "to", "from": 1002, "group": 2, "to": 1004, "width": 1.4996088340206275}, {"arrows": "to", "from": 1006, "group": 2, "to": 1007, "width": 1.4996088340206275}, {"arrows": "to", "from": 1007, "group": 2, "to": 1012, "width": 1.4996088340206275}, {"arrows": "to", "from": 1012, "group": 2, "to": 1017, "width": 1.4996088340206275}, {"arrows": "to", "from": 1017, "group": 2, "to": 1018, "width": 1.4996088340206275}, {"arrows": "to", "from": 1018, "group": 2, "to": 1021, "width": 1.4996088340206275}, {"arrows": "to", "from": 1021, "group": 2, "to": 1023, "width": 1.4996088340206275}, {"arrows": "to", "from": 1025, "group": 2, "to": 1029, "width": 1.4996088340206275}, {"arrows": "to", "from": 1029, "group": 2, "to": 1030, "width": 1.4996088340206275}, {"arrows": "to", "from": 1030, "group": 2, "to": 1033, "width": 1.4996088340206275}, {"arrows": "to", "from": 1036, "group": 2, "to": 1038, "width": 0.7498044170103138}, {"arrows": "to", "from": 1038, "group": 2, "to": 1043, "width": 1.4996088340206275}, {"arrows": "to", "from": 1038, "group": 2, "to": 1045, "width": 1.4996088340206275}, {"arrows": "to", "from": 1038, "group": 2, "to": 10871, "width": 1.4996088340206275}, {"arrows": "to", "from": 1038, "group": 2, "to": 14628, "width": 1.4996088340206275}, {"arrows": "to", "from": 1043, "group": 2, "to": 1049, "width": 1.4996088340206275}, {"arrows": "to", "from": 1045, "group": 2, "to": 6089, "width": 1.4996088340206275}, {"arrows": "to", "from": 1049, "group": 2, "to": 1054, "width": 1.4996088340206275}, {"arrows": "to", "from": 1054, "group": 2, "to": 1057, "width": 1.4996088340206275}, {"arrows": "to", "from": 1057, "group": 2, "to": 1060, "width": 1.4996088340206275}, {"arrows": "to", "from": 1060, "group": 2, "to": 1064, "width": 1.4996088340206275}, {"arrows": "to", "from": 1064, "group": 2, "to": 1066, "width": 1.4996088340206275}, {"arrows": "to", "from": 1066, "group": 2, "to": 1067, "width": 1.4996088340206275}, {"arrows": "to", "from": 1067, "group": 2, "to": 1068, "width": 1.4996088340206275}, {"arrows": "to", "from": 1068, "group": 2, "to": 1069, "width": 1.4996088340206275}, {"arrows": "to", "from": 1071, "group": 2, "to": 1073, "width": 1.4996088340206275}, {"arrows": "to", "from": 1072, "group": 2, "to": 1218, "width": 4.612212742853428}, {"arrows": "to", "from": 1072, "group": 2, "to": 6498, "width": 2.4996088340206275}, {"arrows": "to", "from": 1073, "group": 2, "to": 1074, "width": 1.4996088340206275}, {"arrows": "to", "from": 1074, "group": 2, "to": 1075, "width": 1.4996088340206275}, {"arrows": "to", "from": 1075, "group": 2, "to": 1076, "width": 1.4996088340206275}, {"arrows": "to", "from": 1079, "group": 2, "to": 1080, "width": 9.176730595943873}, {"arrows": "to", "from": 1079, "group": 2, "to": 3562, "width": 2.4996088340206275}, {"arrows": "to", "from": 1079, "group": 2, "to": 3564, "width": 1.4996088340206275}, {"arrows": "to", "from": 1080, "group": 2, "to": 4443, "width": 2.4996088340206275}, {"arrows": "to", "from": 1080, "group": 2, "to": 4445, "width": 1.4996088340206275}, {"arrows": "to", "from": 1080, "group": 2, "to": 4446, "width": 1.4996088340206275}, {"arrows": "to", "from": 1080, "group": 2, "to": 4447, "width": 8.18053168877853}, {"arrows": "to", "from": 1081, "group": 2, "to": 1489, "width": 2.4996088340206275}, {"arrows": "to", "from": 1081, "group": 2, "to": 1490, "width": 2.4996088340206275}, {"arrows": "to", "from": 1083, "group": 2, "to": 1467, "width": 2.86579956400095}, {"arrows": "to", "from": 1084, "group": 2, "to": 1085, "width": 2.4996088340206275}, {"arrows": "to", "from": 1085, "group": 2, "to": 1089, "width": 2.4996088340206275}, {"arrows": "to", "from": 1089, "group": 2, "to": 1093, "width": 2.4996088340206275}, {"arrows": "to", "from": 1093, "group": 2, "to": 1094, "width": 2.4996088340206275}, {"arrows": "to", "from": 1094, "group": 2, "to": 1095, "width": 2.4996088340206275}, {"arrows": "to", "from": 1102, "group": 2, "to": 2256, "width": 3.7498044170103135}, {"arrows": "to", "from": 1103, "group": 2, "to": 2335, "width": 2.4996088340206275}, {"arrows": "to", "from": 1103, "group": 2, "to": 2336, "width": 1.0603835756632374}, {"arrows": "to", "from": 1113, "group": 2, "to": 1115, "width": 2.4996088340206275}, {"arrows": "to", "from": 1115, "group": 2, "to": 1116, "width": 2.4996088340206275}, {"arrows": "to", "from": 1116, "group": 2, "to": 1118, "width": 2.4996088340206275}, {"arrows": "to", "from": 1118, "group": 2, "to": 1119, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1479, "width": 7.566798862670588}, {"arrows": "to", "from": 1122, "group": 2, "to": 1480, "width": 2.6706454585058643}, {"arrows": "to", "from": 1122, "group": 2, "to": 1510, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1517, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1519, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1520, "width": 25}, {"arrows": "to", "from": 1122, "group": 2, "to": 1536, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1548, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1605, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1641, "width": 2.6706454585058643}, {"arrows": "to", "from": 1122, "group": 2, "to": 1721, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1833, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1863, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1887, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 1918, "width": 3.0603835756632374}, {"arrows": "to", "from": 1122, "group": 2, "to": 2096, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 2246, "width": 1.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 2247, "width": 1.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 2248, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 2251, "width": 1.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 2252, "width": 2.0603835756632374}, {"arrows": "to", "from": 1122, "group": 2, "to": 2451, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 2831, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 2938, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 2980, "width": 1.86579956400095}, {"arrows": "to", "from": 1122, "group": 2, "to": 3066, "width": 2.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 3554, "width": 1.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 3832, "width": 3.474217951481458}, {"arrows": "to", "from": 1122, "group": 2, "to": 4526, "width": 2.6706454585058643}, {"arrows": "to", "from": 1122, "group": 2, "to": 6027, "width": 1.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 6551, "width": 1.7498044170103138}, {"arrows": "to", "from": 1122, "group": 2, "to": 7519, "width": 2.0603835756632374}, {"arrows": "to", "from": 1122, "group": 2, "to": 9089, "width": 1.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 9755, "width": 1.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 12489, "width": 1.4996088340206275}, {"arrows": "to", "from": 1122, "group": 2, "to": 12844, "width": 1.0603835756632374}, {"arrows": "to", "from": 1122, "group": 2, "to": 13955, "width": 2.4996088340206275}, {"arrows": "to", "from": 1127, "group": 2, "to": 1130, "width": 3.0603835756632374}, {"arrows": "to", "from": 1127, "group": 2, "to": 1131, "width": 1.4996088340206275}, {"arrows": "to", "from": 1127, "group": 2, "to": 2771, "width": 4.612212742853428}, {"arrows": "to", "from": 1130, "group": 2, "to": 1132, "width": 2.4996088340206275}, {"arrows": "to", "from": 1130, "group": 2, "to": 1133, "width": 2.4996088340206275}, {"arrows": "to", "from": 1131, "group": 2, "to": 3587, "width": 1.4996088340206275}, {"arrows": "to", "from": 1132, "group": 2, "to": 1136, "width": 2.4996088340206275}, {"arrows": "to", "from": 1133, "group": 2, "to": 2772, "width": 2.4996088340206275}, {"arrows": "to", "from": 1143, "group": 2, "to": 1146, "width": 2.4996088340206275}, {"arrows": "to", "from": 1153, "group": 2, "to": 1593, "width": 2.4996088340206275}, {"arrows": "to", "from": 1154, "group": 2, "to": 1155, "width": 2.86579956400095}, {"arrows": "to", "from": 1154, "group": 2, "to": 10293, "width": 1.4996088340206275}, {"arrows": "to", "from": 1154, "group": 2, "to": 10756, "width": 1.4996088340206275}, {"arrows": "to", "from": 1155, "group": 2, "to": 1161, "width": 2.4996088340206275}, {"arrows": "to", "from": 1155, "group": 2, "to": 4009, "width": 2.4996088340206275}, {"arrows": "to", "from": 1155, "group": 2, "to": 5545, "width": 1.4996088340206275}, {"arrows": "to", "from": 1161, "group": 2, "to": 1162, "width": 2.4996088340206275}, {"arrows": "to", "from": 1170, "group": 2, "to": 1174, "width": 2.4996088340206275}, {"arrows": "to", "from": 1174, "group": 2, "to": 1177, "width": 2.4996088340206275}, {"arrows": "to", "from": 1177, "group": 2, "to": 1179, "width": 2.4996088340206275}, {"arrows": "to", "from": 1179, "group": 2, "to": 1185, "width": 2.4996088340206275}, {"arrows": "to", "from": 1185, "group": 2, "to": 1193, "width": 2.4996088340206275}, {"arrows": "to", "from": 1193, "group": 2, "to": 1194, "width": 2.4996088340206275}, {"arrows": "to", "from": 1194, "group": 2, "to": 1195, "width": 2.4996088340206275}, {"arrows": "to", "from": 1195, "group": 2, "to": 1200, "width": 2.4996088340206275}, {"arrows": "to", "from": 1200, "group": 2, "to": 1203, "width": 2.4996088340206275}, {"arrows": "to", "from": 1203, "group": 2, "to": 1206, "width": 2.4996088340206275}, {"arrows": "to", "from": 1206, "group": 2, "to": 1208, "width": 2.4996088340206275}, {"arrows": "to", "from": 1208, "group": 2, "to": 1209, "width": 2.4996088340206275}, {"arrows": "to", "from": 1209, "group": 2, "to": 1210, "width": 2.4996088340206275}, {"arrows": "to", "from": 1218, "group": 2, "to": 1219, "width": 2.0603835756632374}, {"arrows": "to", "from": 1218, "group": 2, "to": 4727, "width": 2.0603835756632374}, {"arrows": "to", "from": 1218, "group": 2, "to": 7073, "width": 2.4996088340206275}, {"arrows": "to", "from": 1219, "group": 2, "to": 7986, "width": 1.4996088340206275}, {"arrows": "to", "from": 1219, "group": 2, "to": 7987, "width": 2.4996088340206275}, {"arrows": "to", "from": 1220, "group": 2, "to": 1221, "width": 3.7498044170103135}, {"arrows": "to", "from": 1220, "group": 2, "to": 1222, "width": 2.4996088340206275}, {"arrows": "to", "from": 1221, "group": 2, "to": 4729, "width": 2.4996088340206275}, {"arrows": "to", "from": 1221, "group": 2, "to": 5787, "width": 1.4996088340206275}, {"arrows": "to", "from": 1221, "group": 2, "to": 5790, "width": 2.4996088340206275}, {"arrows": "to", "from": 1221, "group": 2, "to": 5795, "width": 2.4996088340206275}, {"arrows": "to", "from": 1222, "group": 2, "to": 1227, "width": 2.4996088340206275}, {"arrows": "to", "from": 1227, "group": 2, "to": 1237, "width": 2.4996088340206275}, {"arrows": "to", "from": 1237, "group": 2, "to": 1242, "width": 2.4996088340206275}, {"arrows": "to", "from": 1242, "group": 2, "to": 1245, "width": 2.4996088340206275}, {"arrows": "to", "from": 1245, "group": 2, "to": 1247, "width": 2.4996088340206275}, {"arrows": "to", "from": 1247, "group": 2, "to": 1248, "width": 2.4996088340206275}, {"arrows": "to", "from": 1248, "group": 2, "to": 1249, "width": 2.4996088340206275}, {"arrows": "to", "from": 1257, "group": 2, "to": 1626, "width": 2.4996088340206275}, {"arrows": "to", "from": 1259, "group": 2, "to": 1261, "width": 2.4996088340206275}, {"arrows": "to", "from": 1261, "group": 2, "to": 1265, "width": 2.4996088340206275}, {"arrows": "to", "from": 1265, "group": 2, "to": 1267, "width": 2.4996088340206275}, {"arrows": "to", "from": 1269, "group": 2, "to": 1271, "width": 2.4996088340206275}, {"arrows": "to", "from": 1271, "group": 2, "to": 1273, "width": 2.4996088340206275}, {"arrows": "to", "from": 1273, "group": 2, "to": 1276, "width": 2.4996088340206275}, {"arrows": "to", "from": 1276, "group": 2, "to": 1280, "width": 2.4996088340206275}, {"arrows": "to", "from": 1280, "group": 2, "to": 1286, "width": 2.4996088340206275}, {"arrows": "to", "from": 1286, "group": 2, "to": 1292, "width": 2.4996088340206275}, {"arrows": "to", "from": 1292, "group": 2, "to": 1295, "width": 2.4996088340206275}, {"arrows": "to", "from": 1295, "group": 2, "to": 1297, "width": 2.4996088340206275}, {"arrows": "to", "from": 1300, "group": 2, "to": 1301, "width": 2.4996088340206275}, {"arrows": "to", "from": 1301, "group": 2, "to": 1303, "width": 2.4996088340206275}, {"arrows": "to", "from": 1303, "group": 2, "to": 1304, "width": 2.4996088340206275}, {"arrows": "to", "from": 1304, "group": 2, "to": 1305, "width": 2.4996088340206275}, {"arrows": "to", "from": 1311, "group": 2, "to": 1313, "width": 2.4996088340206275}, {"arrows": "to", "from": 1313, "group": 2, "to": 1315, "width": 2.4996088340206275}, {"arrows": "to", "from": 1315, "group": 2, "to": 1318, "width": 2.4996088340206275}, {"arrows": "to", "from": 1318, "group": 2, "to": 1323, "width": 2.4996088340206275}, {"arrows": "to", "from": 1323, "group": 2, "to": 1329, "width": 2.4996088340206275}, {"arrows": "to", "from": 1329, "group": 2, "to": 1331, "width": 2.4996088340206275}, {"arrows": "to", "from": 1331, "group": 2, "to": 1332, "width": 2.4996088340206275}, {"arrows": "to", "from": 1332, "group": 2, "to": 1333, "width": 2.4996088340206275}, {"arrows": "to", "from": 1333, "group": 2, "to": 1334, "width": 2.4996088340206275}, {"arrows": "to", "from": 1334, "group": 2, "to": 1336, "width": 2.4996088340206275}, {"arrows": "to", "from": 1336, "group": 2, "to": 1337, "width": 2.4996088340206275}, {"arrows": "to", "from": 1340, "group": 2, "to": 1341, "width": 2.4996088340206275}, {"arrows": "to", "from": 1340, "group": 2, "to": 3303, "width": 2.4996088340206275}, {"arrows": "to", "from": 1341, "group": 2, "to": 1342, "width": 2.4996088340206275}, {"arrows": "to", "from": 1342, "group": 2, "to": 1343, "width": 2.4996088340206275}, {"arrows": "to", "from": 1343, "group": 2, "to": 1344, "width": 2.4996088340206275}, {"arrows": "to", "from": 1369, "group": 2, "to": 1381, "width": 2.4996088340206275}, {"arrows": "to", "from": 1381, "group": 2, "to": 1385, "width": 2.4996088340206275}, {"arrows": "to", "from": 1385, "group": 2, "to": 1391, "width": 2.4996088340206275}, {"arrows": "to", "from": 1391, "group": 2, "to": 1409, "width": 2.4996088340206275}, {"arrows": "to", "from": 1409, "group": 2, "to": 1410, "width": 2.4996088340206275}, {"arrows": "to", "from": 1410, "group": 2, "to": 1414, "width": 2.4996088340206275}, {"arrows": "to", "from": 1414, "group": 2, "to": 1421, "width": 2.4996088340206275}, {"arrows": "to", "from": 1421, "group": 2, "to": 1425, "width": 2.4996088340206275}, {"arrows": "to", "from": 1425, "group": 2, "to": 1428, "width": 2.4996088340206275}, {"arrows": "to", "from": 1428, "group": 2, "to": 1429, "width": 2.4996088340206275}, {"arrows": "to", "from": 1429, "group": 2, "to": 1431, "width": 2.4996088340206275}, {"arrows": "to", "from": 1431, "group": 2, "to": 1434, "width": 2.4996088340206275}, {"arrows": "to", "from": 1434, "group": 2, "to": 1438, "width": 2.4996088340206275}, {"arrows": "to", "from": 1451, "group": 2, "to": 1453, "width": 2.4996088340206275}, {"arrows": "to", "from": 1452, "group": 2, "to": 1560, "width": 2.4996088340206275}, {"arrows": "to", "from": 1452, "group": 2, "to": 1562, "width": 2.4996088340206275}, {"arrows": "to", "from": 1452, "group": 2, "to": 1563, "width": 3.0603835756632374}, {"arrows": "to", "from": 1452, "group": 2, "to": 1564, "width": 7.353461191887746}, {"arrows": "to", "from": 1453, "group": 2, "to": 1455, "width": 2.4996088340206275}, {"arrows": "to", "from": 1455, "group": 2, "to": 1456, "width": 2.4996088340206275}, {"arrows": "to", "from": 1456, "group": 2, "to": 1457, "width": 2.4996088340206275}, {"arrows": "to", "from": 1457, "group": 2, "to": 1464, "width": 2.4996088340206275}, {"arrows": "to", "from": 1467, "group": 2, "to": 1469, "width": 1.4996088340206275}, {"arrows": "to", "from": 1467, "group": 2, "to": 1471, "width": 2.4996088340206275}, {"arrows": "to", "from": 1467, "group": 2, "to": 1472, "width": 2.4996088340206275}, {"arrows": "to", "from": 1469, "group": 2, "to": 5221, "width": 1.4996088340206275}, {"arrows": "to", "from": 1472, "group": 2, "to": 6601, "width": 2.4996088340206275}, {"arrows": "to", "from": 1479, "group": 2, "to": 1919, "width": 3.0603835756632374}, {"arrows": "to", "from": 1479, "group": 2, "to": 3152, "width": 3.0603835756632374}, {"arrows": "to", "from": 1479, "group": 2, "to": 3282, "width": 2.4996088340206275}, {"arrows": "to", "from": 1479, "group": 2, "to": 6435, "width": 3.0603835756632374}, {"arrows": "to", "from": 1480, "group": 2, "to": 1481, "width": 2.7498044170103135}, {"arrows": "to", "from": 1480, "group": 2, "to": 9163, "width": 1.4996088340206275}, {"arrows": "to", "from": 1481, "group": 2, "to": 4472, "width": 1.4996088340206275}, {"arrows": "to", "from": 1481, "group": 2, "to": 4476, "width": 2.0603835756632374}, {"arrows": "to", "from": 1488, "group": 2, "to": 4257, "width": 2.0603835756632374}, {"arrows": "to", "from": 1490, "group": 2, "to": 13916, "width": 2.4996088340206275}, {"arrows": "to", "from": 1510, "group": 2, "to": 1853, "width": 2.4996088340206275}, {"arrows": "to", "from": 1517, "group": 2, "to": 1521, "width": 2.4996088340206275}, {"arrows": "to", "from": 1519, "group": 2, "to": 2231, "width": 2.4996088340206275}, {"arrows": "to", "from": 1520, "group": 2, "to": 2036, "width": 2.4996088340206275}, {"arrows": "to", "from": 1520, "group": 2, "to": 2040, "width": 20.195232440998367}, {"arrows": "to", "from": 1520, "group": 2, "to": 2271, "width": 2.4996088340206275}, {"arrows": "to", "from": 1520, "group": 2, "to": 2360, "width": 2.4996088340206275}, {"arrows": "to", "from": 1520, "group": 2, "to": 2479, "width": 2.4996088340206275}, {"arrows": "to", "from": 1520, "group": 2, "to": 2536, "width": 2.4996088340206275}, {"arrows": "to", "from": 1520, "group": 2, "to": 2578, "width": 2.4996088340206275}, {"arrows": "to", "from": 1521, "group": 2, "to": 1523, "width": 2.4996088340206275}, {"arrows": "to", "from": 1560, "group": 2, "to": 2014, "width": 2.4996088340206275}, {"arrows": "to", "from": 1562, "group": 2, "to": 1566, "width": 2.4996088340206275}, {"arrows": "to", "from": 1563, "group": 2, "to": 2237, "width": 3.0603835756632374}, {"arrows": "to", "from": 1564, "group": 2, "to": 2673, "width": 7.353461191887746}, {"arrows": "to", "from": 1566, "group": 2, "to": 1570, "width": 2.4996088340206275}, {"arrows": "to", "from": 1570, "group": 2, "to": 1571, "width": 2.4996088340206275}, {"arrows": "to", "from": 1571, "group": 2, "to": 1580, "width": 2.4996088340206275}, {"arrows": "to", "from": 1580, "group": 2, "to": 1583, "width": 2.4996088340206275}, {"arrows": "to", "from": 1583, "group": 2, "to": 1586, "width": 2.4996088340206275}, {"arrows": "to", "from": 1593, "group": 2, "to": 1597, "width": 2.4996088340206275}, {"arrows": "to", "from": 1597, "group": 2, "to": 1600, "width": 2.4996088340206275}, {"arrows": "to", "from": 1605, "group": 2, "to": 1612, "width": 2.4996088340206275}, {"arrows": "to", "from": 1626, "group": 2, "to": 1632, "width": 2.4996088340206275}, {"arrows": "to", "from": 1632, "group": 2, "to": 1634, "width": 2.4996088340206275}, {"arrows": "to", "from": 1634, "group": 2, "to": 1635, "width": 2.4996088340206275}, {"arrows": "to", "from": 1635, "group": 2, "to": 1636, "width": 2.4996088340206275}, {"arrows": "to", "from": 1641, "group": 2, "to": 1656, "width": 2.4996088340206275}, {"arrows": "to", "from": 1641, "group": 2, "to": 3963, "width": 2.4996088340206275}, {"arrows": "to", "from": 1641, "group": 2, "to": 3964, "width": 1.4996088340206275}, {"arrows": "to", "from": 1641, "group": 2, "to": 13290, "width": 1.4996088340206275}, {"arrows": "to", "from": 1656, "group": 2, "to": 1657, "width": 2.4996088340206275}, {"arrows": "to", "from": 1657, "group": 2, "to": 1661, "width": 2.4996088340206275}, {"arrows": "to", "from": 1661, "group": 2, "to": 1669, "width": 2.4996088340206275}, {"arrows": "to", "from": 1669, "group": 2, "to": 1670, "width": 2.4996088340206275}, {"arrows": "to", "from": 1670, "group": 2, "to": 1687, "width": 2.4996088340206275}, {"arrows": "to", "from": 1687, "group": 2, "to": 1688, "width": 2.4996088340206275}, {"arrows": "to", "from": 1688, "group": 2, "to": 1690, "width": 2.4996088340206275}, {"arrows": "to", "from": 1690, "group": 2, "to": 1692, "width": 2.4996088340206275}, {"arrows": "to", "from": 1692, "group": 2, "to": 1694, "width": 2.4996088340206275}, {"arrows": "to", "from": 1721, "group": 2, "to": 1730, "width": 2.4996088340206275}, {"arrows": "to", "from": 1730, "group": 2, "to": 1734, "width": 2.4996088340206275}, {"arrows": "to", "from": 1734, "group": 2, "to": 1736, "width": 2.4996088340206275}, {"arrows": "to", "from": 1736, "group": 2, "to": 1738, "width": 2.4996088340206275}, {"arrows": "to", "from": 1738, "group": 2, "to": 1740, "width": 2.4996088340206275}, {"arrows": "to", "from": 1747, "group": 2, "to": 2079, "width": 2.4996088340206275}, {"arrows": "to", "from": 1750, "group": 2, "to": 1757, "width": 2.4996088340206275}, {"arrows": "to", "from": 1751, "group": 2, "to": 3786, "width": 1.4996088340206275}, {"arrows": "to", "from": 1751, "group": 2, "to": 3840, "width": 1.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 4179, "width": 2.7498044170103135}, {"arrows": "to", "from": 1753, "group": 2, "to": 4181, "width": 7.294097488747204}, {"arrows": "to", "from": 1753, "group": 2, "to": 4625, "width": 2.0603835756632374}, {"arrows": "to", "from": 1753, "group": 2, "to": 4627, "width": 1.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 4640, "width": 1.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 4641, "width": 1.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 4655, "width": 2.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 6653, "width": 2.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 6720, "width": 2.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 7220, "width": 2.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 8077, "width": 2.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 8093, "width": 2.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 8101, "width": 2.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 8627, "width": 1.0603835756632374}, {"arrows": "to", "from": 1753, "group": 2, "to": 10803, "width": 2.0603835756632374}, {"arrows": "to", "from": 1753, "group": 2, "to": 11860, "width": 1.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 14163, "width": 1.4996088340206275}, {"arrows": "to", "from": 1753, "group": 2, "to": 14619, "width": 1.4996088340206275}, {"arrows": "to", "from": 1757, "group": 2, "to": 1758, "width": 2.4996088340206275}, {"arrows": "to", "from": 1758, "group": 2, "to": 1765, "width": 2.4996088340206275}, {"arrows": "to", "from": 1765, "group": 2, "to": 1769, "width": 2.4996088340206275}, {"arrows": "to", "from": 1769, "group": 2, "to": 1780, "width": 2.4996088340206275}, {"arrows": "to", "from": 1780, "group": 2, "to": 1784, "width": 2.4996088340206275}, {"arrows": "to", "from": 1784, "group": 2, "to": 1786, "width": 2.4996088340206275}, {"arrows": "to", "from": 1786, "group": 2, "to": 1787, "width": 2.4996088340206275}, {"arrows": "to", "from": 1787, "group": 2, "to": 1800, "width": 2.4996088340206275}, {"arrows": "to", "from": 1800, "group": 2, "to": 1807, "width": 2.4996088340206275}, {"arrows": "to", "from": 1818, "group": 2, "to": 1830, "width": 2.4996088340206275}, {"arrows": "to", "from": 1823, "group": 2, "to": 2524, "width": 2.4996088340206275}, {"arrows": "to", "from": 1829, "group": 2, "to": 2691, "width": 3.86579956400095}, {"arrows": "to", "from": 1829, "group": 2, "to": 2694, "width": 7.3871973359991605}, {"arrows": "to", "from": 1829, "group": 2, "to": 5078, "width": 2.4996088340206275}, {"arrows": "to", "from": 1829, "group": 2, "to": 6159, "width": 1.4996088340206275}, {"arrows": "to", "from": 1829, "group": 2, "to": 11623, "width": 1.4996088340206275}, {"arrows": "to", "from": 1829, "group": 2, "to": 14076, "width": 2.4996088340206275}, {"arrows": "to", "from": 1833, "group": 2, "to": 1843, "width": 2.4996088340206275}, {"arrows": "to", "from": 1843, "group": 2, "to": 1844, "width": 2.4996088340206275}, {"arrows": "to", "from": 1887, "group": 2, "to": 1894, "width": 2.4996088340206275}, {"arrows": "to", "from": 1918, "group": 2, "to": 4215, "width": 2.4996088340206275}, {"arrows": "to", "from": 1918, "group": 2, "to": 8050, "width": 2.4996088340206275}, {"arrows": "to", "from": 1919, "group": 2, "to": 6732, "width": 2.4996088340206275}, {"arrows": "to", "from": 1922, "group": 2, "to": 1923, "width": 2.4996088340206275}, {"arrows": "to", "from": 1925, "group": 2, "to": 1941, "width": 2.4996088340206275}, {"arrows": "to", "from": 1941, "group": 2, "to": 1959, "width": 2.4996088340206275}, {"arrows": "to", "from": 1959, "group": 2, "to": 1976, "width": 2.4996088340206275}, {"arrows": "to", "from": 1976, "group": 2, "to": 1977, "width": 2.4996088340206275}, {"arrows": "to", "from": 1993, "group": 2, "to": 1997, "width": 2.4996088340206275}, {"arrows": "to", "from": 1994, "group": 2, "to": 4890, "width": 2.4996088340206275}, {"arrows": "to", "from": 1996, "group": 2, "to": 5766, "width": 1.4996088340206275}, {"arrows": "to", "from": 1996, "group": 2, "to": 5767, "width": 2.7498044170103135}, {"arrows": "to", "from": 1997, "group": 2, "to": 1998, "width": 2.4996088340206275}, {"arrows": "to", "from": 2020, "group": 2, "to": 2022, "width": 2.4996088340206275}, {"arrows": "to", "from": 2036, "group": 2, "to": 2044, "width": 2.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 2426, "width": 2.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 2428, "width": 10.261048390676768}, {"arrows": "to", "from": 2040, "group": 2, "to": 2792, "width": 2.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 2795, "width": 1.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 2816, "width": 2.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 2869, "width": 2.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 2905, "width": 1.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 2909, "width": 2.6706454585058643}, {"arrows": "to", "from": 2040, "group": 2, "to": 3426, "width": 2.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 3940, "width": 1.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 5003, "width": 1.86579956400095}, {"arrows": "to", "from": 2040, "group": 2, "to": 5477, "width": 1.0603835756632374}, {"arrows": "to", "from": 2040, "group": 2, "to": 7134, "width": 2.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 8740, "width": 2.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 8741, "width": 1.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 10422, "width": 1.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 10924, "width": 1.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 12777, "width": 1.4996088340206275}, {"arrows": "to", "from": 2040, "group": 2, "to": 13304, "width": 1.4996088340206275}, {"arrows": "to", "from": 2060, "group": 2, "to": 2064, "width": 2.4996088340206275}, {"arrows": "to", "from": 2064, "group": 2, "to": 2066, "width": 2.4996088340206275}, {"arrows": "to", "from": 2096, "group": 2, "to": 2108, "width": 2.4996088340206275}, {"arrows": "to", "from": 2108, "group": 2, "to": 2109, "width": 2.4996088340206275}, {"arrows": "to", "from": 2109, "group": 2, "to": 2110, "width": 2.4996088340206275}, {"arrows": "to", "from": 2110, "group": 2, "to": 2127, "width": 2.4996088340206275}, {"arrows": "to", "from": 2127, "group": 2, "to": 2128, "width": 2.4996088340206275}, {"arrows": "to", "from": 2128, "group": 2, "to": 2131, "width": 2.4996088340206275}, {"arrows": "to", "from": 2131, "group": 2, "to": 2132, "width": 2.4996088340206275}, {"arrows": "to", "from": 2132, "group": 2, "to": 2134, "width": 2.4996088340206275}, {"arrows": "to", "from": 2134, "group": 2, "to": 2148, "width": 2.4996088340206275}, {"arrows": "to", "from": 2148, "group": 2, "to": 2151, "width": 2.4996088340206275}, {"arrows": "to", "from": 2180, "group": 2, "to": 2198, "width": 2.4996088340206275}, {"arrows": "to", "from": 2198, "group": 2, "to": 2204, "width": 2.4996088340206275}, {"arrows": "to", "from": 2204, "group": 2, "to": 2208, "width": 2.4996088340206275}, {"arrows": "to", "from": 2208, "group": 2, "to": 2209, "width": 2.4996088340206275}, {"arrows": "to", "from": 2209, "group": 2, "to": 2210, "width": 2.4996088340206275}, {"arrows": "to", "from": 2210, "group": 2, "to": 2213, "width": 2.4996088340206275}, {"arrows": "to", "from": 2213, "group": 2, "to": 2217, "width": 2.4996088340206275}, {"arrows": "to", "from": 2231, "group": 2, "to": 2233, "width": 2.4996088340206275}, {"arrows": "to", "from": 2237, "group": 2, "to": 2243, "width": 3.0603835756632374}, {"arrows": "to", "from": 2243, "group": 2, "to": 3399, "width": 2.4996088340206275}, {"arrows": "to", "from": 2246, "group": 2, "to": 8569, "width": 1.4996088340206275}, {"arrows": "to", "from": 2251, "group": 2, "to": 8454, "width": 1.4996088340206275}, {"arrows": "to", "from": 2252, "group": 2, "to": 3350, "width": 2.4996088340206275}, {"arrows": "to", "from": 2252, "group": 2, "to": 3555, "width": 1.4996088340206275}, {"arrows": "to", "from": 2256, "group": 2, "to": 2259, "width": 2.4996088340206275}, {"arrows": "to", "from": 2256, "group": 2, "to": 2261, "width": 2.86579956400095}, {"arrows": "to", "from": 2261, "group": 2, "to": 7136, "width": 2.4996088340206275}, {"arrows": "to", "from": 2261, "group": 2, "to": 7137, "width": 2.0603835756632374}, {"arrows": "to", "from": 2271, "group": 2, "to": 2272, "width": 2.4996088340206275}, {"arrows": "to", "from": 2272, "group": 2, "to": 2274, "width": 2.4996088340206275}, {"arrows": "to", "from": 2274, "group": 2, "to": 2296, "width": 2.4996088340206275}, {"arrows": "to", "from": 2296, "group": 2, "to": 2297, "width": 2.4996088340206275}, {"arrows": "to", "from": 2297, "group": 2, "to": 2298, "width": 2.4996088340206275}, {"arrows": "to", "from": 2298, "group": 2, "to": 2299, "width": 2.4996088340206275}, {"arrows": "to", "from": 2299, "group": 2, "to": 2300, "width": 2.4996088340206275}, {"arrows": "to", "from": 2300, "group": 2, "to": 2304, "width": 2.4996088340206275}, {"arrows": "to", "from": 2304, "group": 2, "to": 2309, "width": 2.4996088340206275}, {"arrows": "to", "from": 2309, "group": 2, "to": 2311, "width": 2.4996088340206275}, {"arrows": "to", "from": 2311, "group": 2, "to": 2316, "width": 2.4996088340206275}, {"arrows": "to", "from": 2318, "group": 2, "to": 2319, "width": 2.0603835756632374}, {"arrows": "to", "from": 2318, "group": 2, "to": 13658, "width": 1.4996088340206275}, {"arrows": "to", "from": 2319, "group": 2, "to": 9278, "width": 1.4996088340206275}, {"arrows": "to", "from": 2336, "group": 2, "to": 3659, "width": 1.4996088340206275}, {"arrows": "to", "from": 2336, "group": 2, "to": 3662, "width": 1.4996088340206275}, {"arrows": "to", "from": 2360, "group": 2, "to": 2363, "width": 2.4996088340206275}, {"arrows": "to", "from": 2363, "group": 2, "to": 2365, "width": 2.4996088340206275}, {"arrows": "to", "from": 2365, "group": 2, "to": 2374, "width": 2.4996088340206275}, {"arrows": "to", "from": 2374, "group": 2, "to": 2377, "width": 2.4996088340206275}, {"arrows": "to", "from": 2377, "group": 2, "to": 2378, "width": 2.4996088340206275}, {"arrows": "to", "from": 2378, "group": 2, "to": 2380, "width": 2.4996088340206275}, {"arrows": "to", "from": 2383, "group": 2, "to": 2387, "width": 2.4996088340206275}, {"arrows": "to", "from": 2387, "group": 2, "to": 2395, "width": 2.4996088340206275}, {"arrows": "to", "from": 2395, "group": 2, "to": 2399, "width": 2.4996088340206275}, {"arrows": "to", "from": 2399, "group": 2, "to": 2401, "width": 2.4996088340206275}, {"arrows": "to", "from": 2426, "group": 2, "to": 2431, "width": 2.4996088340206275}, {"arrows": "to", "from": 2428, "group": 2, "to": 3992, "width": 2.0603835756632374}, {"arrows": "to", "from": 2428, "group": 2, "to": 3995, "width": 2.4996088340206275}, {"arrows": "to", "from": 2428, "group": 2, "to": 3999, "width": 6.327241475939238}, {"arrows": "to", "from": 2428, "group": 2, "to": 4783, "width": 2.0603835756632374}, {"arrows": "to", "from": 2428, "group": 2, "to": 4784, "width": 1.4996088340206275}, {"arrows": "to", "from": 2428, "group": 2, "to": 5630, "width": 1.4996088340206275}, {"arrows": "to", "from": 2428, "group": 2, "to": 5632, "width": 1.4996088340206275}, {"arrows": "to", "from": 2428, "group": 2, "to": 5834, "width": 1.4996088340206275}, {"arrows": "to", "from": 2428, "group": 2, "to": 7365, "width": 2.4996088340206275}, {"arrows": "to", "from": 2428, "group": 2, "to": 9703, "width": 1.4996088340206275}, {"arrows": "to", "from": 2428, "group": 2, "to": 14307, "width": 1.4996088340206275}, {"arrows": "to", "from": 2479, "group": 2, "to": 2486, "width": 2.4996088340206275}, {"arrows": "to", "from": 2486, "group": 2, "to": 2488, "width": 2.4996088340206275}, {"arrows": "to", "from": 2488, "group": 2, "to": 2491, "width": 2.4996088340206275}, {"arrows": "to", "from": 2491, "group": 2, "to": 2495, "width": 2.4996088340206275}, {"arrows": "to", "from": 2495, "group": 2, "to": 2500, "width": 2.4996088340206275}, {"arrows": "to", "from": 2500, "group": 2, "to": 2508, "width": 2.4996088340206275}, {"arrows": "to", "from": 2508, "group": 2, "to": 2509, "width": 2.4996088340206275}, {"arrows": "to", "from": 2509, "group": 2, "to": 2511, "width": 2.4996088340206275}, {"arrows": "to", "from": 2511, "group": 2, "to": 2514, "width": 2.4996088340206275}, {"arrows": "to", "from": 2514, "group": 2, "to": 2517, "width": 2.4996088340206275}, {"arrows": "to", "from": 2517, "group": 2, "to": 2518, "width": 2.4996088340206275}, {"arrows": "to", "from": 2536, "group": 2, "to": 2540, "width": 2.4996088340206275}, {"arrows": "to", "from": 2540, "group": 2, "to": 2541, "width": 2.4996088340206275}, {"arrows": "to", "from": 2541, "group": 2, "to": 2547, "width": 2.4996088340206275}, {"arrows": "to", "from": 2547, "group": 2, "to": 2558, "width": 2.4996088340206275}, {"arrows": "to", "from": 2558, "group": 2, "to": 2564, "width": 2.4996088340206275}, {"arrows": "to", "from": 2578, "group": 2, "to": 2585, "width": 2.4996088340206275}, {"arrows": "to", "from": 2585, "group": 2, "to": 2586, "width": 2.4996088340206275}, {"arrows": "to", "from": 2586, "group": 2, "to": 2598, "width": 2.4996088340206275}, {"arrows": "to", "from": 2598, "group": 2, "to": 2603, "width": 2.4996088340206275}, {"arrows": "to", "from": 2603, "group": 2, "to": 2608, "width": 2.4996088340206275}, {"arrows": "to", "from": 2608, "group": 2, "to": 2617, "width": 2.4996088340206275}, {"arrows": "to", "from": 2617, "group": 2, "to": 2626, "width": 2.4996088340206275}, {"arrows": "to", "from": 2626, "group": 2, "to": 2629, "width": 2.4996088340206275}, {"arrows": "to", "from": 2629, "group": 2, "to": 2636, "width": 2.4996088340206275}, {"arrows": "to", "from": 2636, "group": 2, "to": 2638, "width": 2.4996088340206275}, {"arrows": "to", "from": 2638, "group": 2, "to": 2639, "width": 2.4996088340206275}, {"arrows": "to", "from": 2639, "group": 2, "to": 2642, "width": 2.4996088340206275}, {"arrows": "to", "from": 2642, "group": 2, "to": 2643, "width": 2.4996088340206275}, {"arrows": "to", "from": 2643, "group": 2, "to": 2646, "width": 2.4996088340206275}, {"arrows": "to", "from": 2646, "group": 2, "to": 2647, "width": 2.4996088340206275}, {"arrows": "to", "from": 2647, "group": 2, "to": 2650, "width": 2.4996088340206275}, {"arrows": "to", "from": 2650, "group": 2, "to": 2652, "width": 2.4996088340206275}, {"arrows": "to", "from": 2652, "group": 2, "to": 2654, "width": 2.4996088340206275}, {"arrows": "to", "from": 2654, "group": 2, "to": 2655, "width": 2.4996088340206275}, {"arrows": "to", "from": 2673, "group": 2, "to": 2675, "width": 2.4996088340206275}, {"arrows": "to", "from": 2673, "group": 2, "to": 2679, "width": 6.363708565869199}, {"arrows": "to", "from": 2675, "group": 2, "to": 2685, "width": 2.4996088340206275}, {"arrows": "to", "from": 2679, "group": 2, "to": 3549, "width": 6.363708565869199}, {"arrows": "to", "from": 2691, "group": 2, "to": 2698, "width": 2.4996088340206275}, {"arrows": "to", "from": 2691, "group": 2, "to": 4076, "width": 2.4996088340206275}, {"arrows": "to", "from": 2691, "group": 2, "to": 4079, "width": 2.4996088340206275}, {"arrows": "to", "from": 2694, "group": 2, "to": 4852, "width": 1.4996088340206275}, {"arrows": "to", "from": 2694, "group": 2, "to": 4857, "width": 2.4996088340206275}, {"arrows": "to", "from": 2694, "group": 2, "to": 4859, "width": 3.566798862670588}, {"arrows": "to", "from": 2694, "group": 2, "to": 5743, "width": 1.4996088340206275}, {"arrows": "to", "from": 2694, "group": 2, "to": 5744, "width": 2.0603835756632374}, {"arrows": "to", "from": 2694, "group": 2, "to": 6205, "width": 2.4996088340206275}, {"arrows": "to", "from": 2694, "group": 2, "to": 7314, "width": 2.4996088340206275}, {"arrows": "to", "from": 2694, "group": 2, "to": 9398, "width": 1.4996088340206275}, {"arrows": "to", "from": 2706, "group": 2, "to": 2710, "width": 2.4996088340206275}, {"arrows": "to", "from": 2721, "group": 2, "to": 2725, "width": 2.4996088340206275}, {"arrows": "to", "from": 2725, "group": 2, "to": 2726, "width": 2.4996088340206275}, {"arrows": "to", "from": 2726, "group": 2, "to": 2727, "width": 2.4996088340206275}, {"arrows": "to", "from": 2727, "group": 2, "to": 2732, "width": 2.4996088340206275}, {"arrows": "to", "from": 2732, "group": 2, "to": 2736, "width": 2.4996088340206275}, {"arrows": "to", "from": 2736, "group": 2, "to": 2741, "width": 2.4996088340206275}, {"arrows": "to", "from": 2741, "group": 2, "to": 2747, "width": 2.4996088340206275}, {"arrows": "to", "from": 2747, "group": 2, "to": 2753, "width": 2.4996088340206275}, {"arrows": "to", "from": 2753, "group": 2, "to": 2754, "width": 2.4996088340206275}, {"arrows": "to", "from": 2754, "group": 2, "to": 2757, "width": 2.4996088340206275}, {"arrows": "to", "from": 2771, "group": 2, "to": 4037, "width": 2.4996088340206275}, {"arrows": "to", "from": 2771, "group": 2, "to": 4042, "width": 2.7498044170103135}, {"arrows": "to", "from": 2771, "group": 2, "to": 4345, "width": 2.4996088340206275}, {"arrows": "to", "from": 2795, "group": 2, "to": 3703, "width": 1.4996088340206275}, {"arrows": "to", "from": 2905, "group": 2, "to": 12936, "width": 1.4996088340206275}, {"arrows": "to", "from": 2909, "group": 2, "to": 2929, "width": 1.4996088340206275}, {"arrows": "to", "from": 2909, "group": 2, "to": 9736, "width": 2.4996088340206275}, {"arrows": "to", "from": 2909, "group": 2, "to": 12432, "width": 1.4996088340206275}, {"arrows": "to", "from": 2909, "group": 2, "to": 12971, "width": 1.4996088340206275}, {"arrows": "to", "from": 2929, "group": 2, "to": 9738, "width": 1.4996088340206275}, {"arrows": "to", "from": 2938, "group": 2, "to": 2943, "width": 2.4996088340206275}, {"arrows": "to", "from": 2943, "group": 2, "to": 2945, "width": 2.4996088340206275}, {"arrows": "to", "from": 2980, "group": 2, "to": 2981, "width": 2.0603835756632374}, {"arrows": "to", "from": 2980, "group": 2, "to": 5567, "width": 1.4996088340206275}, {"arrows": "to", "from": 2981, "group": 2, "to": 3002, "width": 1.4996088340206275}, {"arrows": "to", "from": 2981, "group": 2, "to": 3003, "width": 2.4996088340206275}, {"arrows": "to", "from": 3002, "group": 2, "to": 14284, "width": 1.4996088340206275}, {"arrows": "to", "from": 3003, "group": 2, "to": 3022, "width": 2.4996088340206275}, {"arrows": "to", "from": 3022, "group": 2, "to": 3040, "width": 2.4996088340206275}, {"arrows": "to", "from": 3040, "group": 2, "to": 3041, "width": 2.4996088340206275}, {"arrows": "to", "from": 3066, "group": 2, "to": 3067, "width": 2.4996088340206275}, {"arrows": "to", "from": 3067, "group": 2, "to": 3088, "width": 2.4996088340206275}, {"arrows": "to", "from": 3088, "group": 2, "to": 3107, "width": 2.4996088340206275}, {"arrows": "to", "from": 3107, "group": 2, "to": 3109, "width": 2.4996088340206275}, {"arrows": "to", "from": 3109, "group": 2, "to": 3127, "width": 2.4996088340206275}, {"arrows": "to", "from": 3127, "group": 2, "to": 3130, "width": 2.4996088340206275}, {"arrows": "to", "from": 3152, "group": 2, "to": 3153, "width": 3.0603835756632374}, {"arrows": "to", "from": 3153, "group": 2, "to": 3154, "width": 2.4996088340206275}, {"arrows": "to", "from": 3153, "group": 2, "to": 4907, "width": 2.4996088340206275}, {"arrows": "to", "from": 3154, "group": 2, "to": 3176, "width": 2.4996088340206275}, {"arrows": "to", "from": 3176, "group": 2, "to": 3197, "width": 2.4996088340206275}, {"arrows": "to", "from": 3197, "group": 2, "to": 3198, "width": 2.4996088340206275}, {"arrows": "to", "from": 3198, "group": 2, "to": 3219, "width": 2.4996088340206275}, {"arrows": "to", "from": 3219, "group": 2, "to": 3238, "width": 2.4996088340206275}, {"arrows": "to", "from": 3238, "group": 2, "to": 3239, "width": 2.4996088340206275}, {"arrows": "to", "from": 3239, "group": 2, "to": 3257, "width": 2.4996088340206275}, {"arrows": "to", "from": 3257, "group": 2, "to": 3259, "width": 2.4996088340206275}, {"arrows": "to", "from": 3282, "group": 2, "to": 3284, "width": 2.4996088340206275}, {"arrows": "to", "from": 3303, "group": 2, "to": 3316, "width": 2.4996088340206275}, {"arrows": "to", "from": 3316, "group": 2, "to": 3317, "width": 2.4996088340206275}, {"arrows": "to", "from": 3350, "group": 2, "to": 3373, "width": 2.4996088340206275}, {"arrows": "to", "from": 3373, "group": 2, "to": 3377, "width": 2.4996088340206275}, {"arrows": "to", "from": 3399, "group": 2, "to": 3403, "width": 2.4996088340206275}, {"arrows": "to", "from": 3403, "group": 2, "to": 3408, "width": 2.4996088340206275}, {"arrows": "to", "from": 3408, "group": 2, "to": 3415, "width": 2.4996088340206275}, {"arrows": "to", "from": 3426, "group": 2, "to": 3428, "width": 2.4996088340206275}, {"arrows": "to", "from": 3428, "group": 2, "to": 3435, "width": 2.4996088340206275}, {"arrows": "to", "from": 3435, "group": 2, "to": 3446, "width": 2.4996088340206275}, {"arrows": "to", "from": 3446, "group": 2, "to": 3447, "width": 2.4996088340206275}, {"arrows": "to", "from": 3447, "group": 2, "to": 3448, "width": 2.4996088340206275}, {"arrows": "to", "from": 3448, "group": 2, "to": 3451, "width": 2.4996088340206275}, {"arrows": "to", "from": 3451, "group": 2, "to": 3453, "width": 2.4996088340206275}, {"arrows": "to", "from": 3453, "group": 2, "to": 3470, "width": 2.4996088340206275}, {"arrows": "to", "from": 3470, "group": 2, "to": 3471, "width": 2.4996088340206275}, {"arrows": "to", "from": 3471, "group": 2, "to": 3489, "width": 2.4996088340206275}, {"arrows": "to", "from": 3489, "group": 2, "to": 3505, "width": 2.4996088340206275}, {"arrows": "to", "from": 3505, "group": 2, "to": 3508, "width": 2.4996088340206275}, {"arrows": "to", "from": 3508, "group": 2, "to": 3512, "width": 2.4996088340206275}, {"arrows": "to", "from": 3512, "group": 2, "to": 3527, "width": 2.4996088340206275}, {"arrows": "to", "from": 3549, "group": 2, "to": 3551, "width": 2.4996088340206275}, {"arrows": "to", "from": 3549, "group": 2, "to": 4157, "width": 1.4996088340206275}, {"arrows": "to", "from": 3549, "group": 2, "to": 4161, "width": 5.400787319363196}, {"arrows": "to", "from": 3551, "group": 2, "to": 4163, "width": 2.4996088340206275}, {"arrows": "to", "from": 3555, "group": 2, "to": 3557, "width": 1.4996088340206275}, {"arrows": "to", "from": 3562, "group": 2, "to": 3967, "width": 2.4996088340206275}, {"arrows": "to", "from": 3564, "group": 2, "to": 3568, "width": 1.4996088340206275}, {"arrows": "to", "from": 3568, "group": 2, "to": 3569, "width": 1.4996088340206275}, {"arrows": "to", "from": 3569, "group": 2, "to": 3571, "width": 1.4996088340206275}, {"arrows": "to", "from": 3571, "group": 2, "to": 3577, "width": 1.4996088340206275}, {"arrows": "to", "from": 3577, "group": 2, "to": 3578, "width": 1.4996088340206275}, {"arrows": "to", "from": 3578, "group": 2, "to": 3579, "width": 1.4996088340206275}, {"arrows": "to", "from": 3587, "group": 2, "to": 3591, "width": 1.4996088340206275}, {"arrows": "to", "from": 3591, "group": 2, "to": 3596, "width": 1.4996088340206275}, {"arrows": "to", "from": 3596, "group": 2, "to": 3598, "width": 1.4996088340206275}, {"arrows": "to", "from": 3598, "group": 2, "to": 3605, "width": 1.4996088340206275}, {"arrows": "to", "from": 3605, "group": 2, "to": 3622, "width": 1.4996088340206275}, {"arrows": "to", "from": 3622, "group": 2, "to": 3635, "width": 1.4996088340206275}, {"arrows": "to", "from": 3635, "group": 2, "to": 3636, "width": 1.4996088340206275}, {"arrows": "to", "from": 3636, "group": 2, "to": 3638, "width": 1.4996088340206275}, {"arrows": "to", "from": 3638, "group": 2, "to": 3642, "width": 1.4996088340206275}, {"arrows": "to", "from": 3642, "group": 2, "to": 3643, "width": 1.4996088340206275}, {"arrows": "to", "from": 3659, "group": 2, "to": 8405, "width": 1.4996088340206275}, {"arrows": "to", "from": 3662, "group": 2, "to": 3673, "width": 1.4996088340206275}, {"arrows": "to", "from": 3673, "group": 2, "to": 3675, "width": 1.4996088340206275}, {"arrows": "to", "from": 3675, "group": 2, "to": 3677, "width": 1.4996088340206275}, {"arrows": "to", "from": 3677, "group": 2, "to": 3678, "width": 1.4996088340206275}, {"arrows": "to", "from": 3678, "group": 2, "to": 3683, "width": 1.4996088340206275}, {"arrows": "to", "from": 3683, "group": 2, "to": 3684, "width": 1.4996088340206275}, {"arrows": "to", "from": 3684, "group": 2, "to": 3685, "width": 1.4996088340206275}, {"arrows": "to", "from": 3685, "group": 2, "to": 3686, "width": 1.4996088340206275}, {"arrows": "to", "from": 3686, "group": 2, "to": 3689, "width": 1.4996088340206275}, {"arrows": "to", "from": 3703, "group": 2, "to": 3704, "width": 1.4996088340206275}, {"arrows": "to", "from": 3704, "group": 2, "to": 3711, "width": 1.4996088340206275}, {"arrows": "to", "from": 3711, "group": 2, "to": 3717, "width": 1.4996088340206275}, {"arrows": "to", "from": 3717, "group": 2, "to": 3719, "width": 1.4996088340206275}, {"arrows": "to", "from": 3719, "group": 2, "to": 3723, "width": 1.4996088340206275}, {"arrows": "to", "from": 3723, "group": 2, "to": 3726, "width": 1.4996088340206275}, {"arrows": "to", "from": 3726, "group": 2, "to": 3735, "width": 1.4996088340206275}, {"arrows": "to", "from": 3735, "group": 2, "to": 3741, "width": 1.4996088340206275}, {"arrows": "to", "from": 3741, "group": 2, "to": 3747, "width": 1.4996088340206275}, {"arrows": "to", "from": 3747, "group": 2, "to": 3748, "width": 1.4996088340206275}, {"arrows": "to", "from": 3748, "group": 2, "to": 3750, "width": 1.4996088340206275}, {"arrows": "to", "from": 3750, "group": 2, "to": 3756, "width": 1.4996088340206275}, {"arrows": "to", "from": 3756, "group": 2, "to": 3758, "width": 1.4996088340206275}, {"arrows": "to", "from": 3758, "group": 2, "to": 3760, "width": 1.4996088340206275}, {"arrows": "to", "from": 3760, "group": 2, "to": 3764, "width": 1.4996088340206275}, {"arrows": "to", "from": 3764, "group": 2, "to": 3765, "width": 1.4996088340206275}, {"arrows": "to", "from": 3765, "group": 2, "to": 3766, "width": 1.4996088340206275}, {"arrows": "to", "from": 3766, "group": 2, "to": 3776, "width": 1.4996088340206275}, {"arrows": "to", "from": 3786, "group": 2, "to": 3787, "width": 1.4996088340206275}, {"arrows": "to", "from": 3787, "group": 2, "to": 3788, "width": 1.4996088340206275}, {"arrows": "to", "from": 3788, "group": 2, "to": 3792, "width": 1.4996088340206275}, {"arrows": "to", "from": 3792, "group": 2, "to": 3801, "width": 1.4996088340206275}, {"arrows": "to", "from": 3801, "group": 2, "to": 3803, "width": 1.4996088340206275}, {"arrows": "to", "from": 3803, "group": 2, "to": 3804, "width": 1.4996088340206275}, {"arrows": "to", "from": 3804, "group": 2, "to": 3805, "width": 1.4996088340206275}, {"arrows": "to", "from": 3805, "group": 2, "to": 3808, "width": 1.4996088340206275}, {"arrows": "to", "from": 3808, "group": 2, "to": 3810, "width": 1.4996088340206275}, {"arrows": "to", "from": 3810, "group": 2, "to": 3815, "width": 1.4996088340206275}, {"arrows": "to", "from": 3815, "group": 2, "to": 3817, "width": 1.4996088340206275}, {"arrows": "to", "from": 3820, "group": 2, "to": 3821, "width": 1.4996088340206275}, {"arrows": "to", "from": 3820, "group": 2, "to": 7426, "width": 2.4996088340206275}, {"arrows": "to", "from": 3820, "group": 2, "to": 10059, "width": 1.4996088340206275}, {"arrows": "to", "from": 3821, "group": 2, "to": 3822, "width": 1.4996088340206275}, {"arrows": "to", "from": 3822, "group": 2, "to": 3823, "width": 1.4996088340206275}, {"arrows": "to", "from": 3823, "group": 2, "to": 3824, "width": 1.4996088340206275}, {"arrows": "to", "from": 3832, "group": 2, "to": 3833, "width": 3.530191787831619}, {"arrows": "to", "from": 3832, "group": 2, "to": 6102, "width": 1.0603835756632374}, {"arrows": "to", "from": 3833, "group": 2, "to": 3834, "width": 2.7498044170103135}, {"arrows": "to", "from": 3833, "group": 2, "to": 5784, "width": 1.4996088340206275}, {"arrows": "to", "from": 3833, "group": 2, "to": 6947, "width": 2.0603835756632374}, {"arrows": "to", "from": 3834, "group": 2, "to": 6351, "width": 2.0603835756632374}, {"arrows": "to", "from": 3834, "group": 2, "to": 6402, "width": 2.4996088340206275}, {"arrows": "to", "from": 3834, "group": 2, "to": 8682, "width": 1.4996088340206275}, {"arrows": "to", "from": 3846, "group": 2, "to": 3853, "width": 1.4996088340206275}, {"arrows": "to", "from": 3853, "group": 2, "to": 3854, "width": 1.4996088340206275}, {"arrows": "to", "from": 3854, "group": 2, "to": 3855, "width": 1.4996088340206275}, {"arrows": "to", "from": 3855, "group": 2, "to": 3862, "width": 1.4996088340206275}, {"arrows": "to", "from": 3862, "group": 2, "to": 3865, "width": 1.4996088340206275}, {"arrows": "to", "from": 3865, "group": 2, "to": 3867, "width": 1.4996088340206275}, {"arrows": "to", "from": 3867, "group": 2, "to": 3869, "width": 1.4996088340206275}, {"arrows": "to", "from": 3869, "group": 2, "to": 3871, "width": 1.4996088340206275}, {"arrows": "to", "from": 3871, "group": 2, "to": 3874, "width": 1.4996088340206275}, {"arrows": "to", "from": 3874, "group": 2, "to": 3875, "width": 1.4996088340206275}, {"arrows": "to", "from": 3884, "group": 2, "to": 3891, "width": 1.4996088340206275}, {"arrows": "to", "from": 3891, "group": 2, "to": 3894, "width": 1.4996088340206275}, {"arrows": "to", "from": 3894, "group": 2, "to": 3895, "width": 1.4996088340206275}, {"arrows": "to", "from": 3895, "group": 2, "to": 3900, "width": 1.4996088340206275}, {"arrows": "to", "from": 3900, "group": 2, "to": 3903, "width": 1.4996088340206275}, {"arrows": "to", "from": 3903, "group": 2, "to": 3915, "width": 1.4996088340206275}, {"arrows": "to", "from": 3915, "group": 2, "to": 3916, "width": 1.4996088340206275}, {"arrows": "to", "from": 3940, "group": 2, "to": 3942, "width": 1.4996088340206275}, {"arrows": "to", "from": 3942, "group": 2, "to": 3944, "width": 1.4996088340206275}, {"arrows": "to", "from": 3944, "group": 2, "to": 3952, "width": 1.4996088340206275}, {"arrows": "to", "from": 3952, "group": 2, "to": 3957, "width": 1.4996088340206275}, {"arrows": "to", "from": 3963, "group": 2, "to": 11161, "width": 2.4996088340206275}, {"arrows": "to", "from": 3967, "group": 2, "to": 3969, "width": 2.4996088340206275}, {"arrows": "to", "from": 3969, "group": 2, "to": 3973, "width": 2.4996088340206275}, {"arrows": "to", "from": 3973, "group": 2, "to": 3977, "width": 2.4996088340206275}, {"arrows": "to", "from": 3977, "group": 2, "to": 3978, "width": 2.4996088340206275}, {"arrows": "to", "from": 3978, "group": 2, "to": 3979, "width": 2.4996088340206275}, {"arrows": "to", "from": 3992, "group": 2, "to": 4000, "width": 2.4996088340206275}, {"arrows": "to", "from": 3992, "group": 2, "to": 5282, "width": 1.4996088340206275}, {"arrows": "to", "from": 3995, "group": 2, "to": 7145, "width": 2.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 8245, "width": 1.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 8247, "width": 1.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 8251, "width": 3.0603835756632374}, {"arrows": "to", "from": 3999, "group": 2, "to": 8252, "width": 2.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 8255, "width": 1.86579956400095}, {"arrows": "to", "from": 3999, "group": 2, "to": 8481, "width": 1.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 9436, "width": 1.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 9910, "width": 2.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 11323, "width": 0.86579956400095}, {"arrows": "to", "from": 3999, "group": 2, "to": 11643, "width": 1.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 11687, "width": 1.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 11688, "width": 1.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 13705, "width": 2.4996088340206275}, {"arrows": "to", "from": 3999, "group": 2, "to": 14575, "width": 1.4996088340206275}, {"arrows": "to", "from": 4000, "group": 2, "to": 4001, "width": 2.4996088340206275}, {"arrows": "to", "from": 4001, "group": 2, "to": 4006, "width": 2.4996088340206275}, {"arrows": "to", "from": 4009, "group": 2, "to": 4011, "width": 2.4996088340206275}, {"arrows": "to", "from": 4011, "group": 2, "to": 4012, "width": 2.4996088340206275}, {"arrows": "to", "from": 4014, "group": 2, "to": 4015, "width": 2.4996088340206275}, {"arrows": "to", "from": 4020, "group": 2, "to": 4021, "width": 2.4996088340206275}, {"arrows": "to", "from": 4021, "group": 2, "to": 4027, "width": 2.4996088340206275}, {"arrows": "to", "from": 4037, "group": 2, "to": 4043, "width": 2.4996088340206275}, {"arrows": "to", "from": 4042, "group": 2, "to": 6564, "width": 2.86579956400095}, {"arrows": "to", "from": 4042, "group": 2, "to": 13461, "width": 1.4996088340206275}, {"arrows": "to", "from": 4076, "group": 2, "to": 4680, "width": 2.4996088340206275}, {"arrows": "to", "from": 4079, "group": 2, "to": 4080, "width": 2.4996088340206275}, {"arrows": "to", "from": 4080, "group": 2, "to": 4084, "width": 2.4996088340206275}, {"arrows": "to", "from": 4084, "group": 2, "to": 4106, "width": 2.4996088340206275}, {"arrows": "to", "from": 4106, "group": 2, "to": 4116, "width": 2.4996088340206275}, {"arrows": "to", "from": 4116, "group": 2, "to": 4137, "width": 2.4996088340206275}, {"arrows": "to", "from": 4137, "group": 2, "to": 4151, "width": 2.4996088340206275}, {"arrows": "to", "from": 4151, "group": 2, "to": 4153, "width": 2.4996088340206275}, {"arrows": "to", "from": 4157, "group": 2, "to": 4403, "width": 1.4996088340206275}, {"arrows": "to", "from": 4161, "group": 2, "to": 4810, "width": 2.4996088340206275}, {"arrows": "to", "from": 4161, "group": 2, "to": 4811, "width": 4.415916657246164}, {"arrows": "to", "from": 4163, "group": 2, "to": 4171, "width": 2.4996088340206275}, {"arrows": "to", "from": 4179, "group": 2, "to": 4182, "width": 2.86579956400095}, {"arrows": "to", "from": 4179, "group": 2, "to": 5381, "width": 1.4996088340206275}, {"arrows": "to", "from": 4181, "group": 2, "to": 5951, "width": 6.299921766804125}, {"arrows": "to", "from": 4182, "group": 2, "to": 4190, "width": 2.4996088340206275}, {"arrows": "to", "from": 4182, "group": 2, "to": 4191, "width": 1.4996088340206275}, {"arrows": "to", "from": 4182, "group": 2, "to": 4194, "width": 2.4996088340206275}, {"arrows": "to", "from": 4190, "group": 2, "to": 4202, "width": 2.4996088340206275}, {"arrows": "to", "from": 4191, "group": 2, "to": 4610, "width": 1.4996088340206275}, {"arrows": "to", "from": 4194, "group": 2, "to": 4958, "width": 2.4996088340206275}, {"arrows": "to", "from": 4202, "group": 2, "to": 4204, "width": 2.4996088340206275}, {"arrows": "to", "from": 4204, "group": 2, "to": 4205, "width": 2.4996088340206275}, {"arrows": "to", "from": 4205, "group": 2, "to": 4212, "width": 2.4996088340206275}, {"arrows": "to", "from": 4215, "group": 2, "to": 4222, "width": 2.4996088340206275}, {"arrows": "to", "from": 4257, "group": 2, "to": 4259, "width": 1.4996088340206275}, {"arrows": "to", "from": 4257, "group": 2, "to": 4260, "width": 2.4996088340206275}, {"arrows": "to", "from": 4259, "group": 2, "to": 11207, "width": 1.4996088340206275}, {"arrows": "to", "from": 4260, "group": 2, "to": 4271, "width": 2.4996088340206275}, {"arrows": "to", "from": 4271, "group": 2, "to": 4292, "width": 2.4996088340206275}, {"arrows": "to", "from": 4292, "group": 2, "to": 4297, "width": 2.4996088340206275}, {"arrows": "to", "from": 4297, "group": 2, "to": 4306, "width": 2.4996088340206275}, {"arrows": "to", "from": 4306, "group": 2, "to": 4313, "width": 2.4996088340206275}, {"arrows": "to", "from": 4313, "group": 2, "to": 4318, "width": 2.4996088340206275}, {"arrows": "to", "from": 4318, "group": 2, "to": 4321, "width": 2.4996088340206275}, {"arrows": "to", "from": 4321, "group": 2, "to": 4324, "width": 2.4996088340206275}, {"arrows": "to", "from": 4324, "group": 2, "to": 4326, "width": 2.4996088340206275}, {"arrows": "to", "from": 4326, "group": 2, "to": 4329, "width": 2.4996088340206275}, {"arrows": "to", "from": 4329, "group": 2, "to": 4331, "width": 2.4996088340206275}, {"arrows": "to", "from": 4331, "group": 2, "to": 4332, "width": 2.4996088340206275}, {"arrows": "to", "from": 4332, "group": 2, "to": 4334, "width": 2.4996088340206275}, {"arrows": "to", "from": 4334, "group": 2, "to": 4335, "width": 2.4996088340206275}, {"arrows": "to", "from": 4335, "group": 2, "to": 4337, "width": 2.4996088340206275}, {"arrows": "to", "from": 4337, "group": 2, "to": 4339, "width": 2.4996088340206275}, {"arrows": "to", "from": 4345, "group": 2, "to": 4349, "width": 2.4996088340206275}, {"arrows": "to", "from": 4349, "group": 2, "to": 4366, "width": 2.4996088340206275}, {"arrows": "to", "from": 4366, "group": 2, "to": 4367, "width": 2.4996088340206275}, {"arrows": "to", "from": 4367, "group": 2, "to": 4370, "width": 2.4996088340206275}, {"arrows": "to", "from": 4370, "group": 2, "to": 4382, "width": 2.4996088340206275}, {"arrows": "to", "from": 4382, "group": 2, "to": 4385, "width": 2.4996088340206275}, {"arrows": "to", "from": 4385, "group": 2, "to": 4394, "width": 2.4996088340206275}, {"arrows": "to", "from": 4403, "group": 2, "to": 4405, "width": 1.4996088340206275}, {"arrows": "to", "from": 4405, "group": 2, "to": 4407, "width": 1.4996088340206275}, {"arrows": "to", "from": 4407, "group": 2, "to": 4415, "width": 1.4996088340206275}, {"arrows": "to", "from": 4415, "group": 2, "to": 4417, "width": 1.4996088340206275}, {"arrows": "to", "from": 4417, "group": 2, "to": 4424, "width": 1.4996088340206275}, {"arrows": "to", "from": 4424, "group": 2, "to": 4435, "width": 1.4996088340206275}, {"arrows": "to", "from": 4435, "group": 2, "to": 4437, "width": 1.4996088340206275}, {"arrows": "to", "from": 4439, "group": 2, "to": 4440, "width": 1.86579956400095}, {"arrows": "to", "from": 4440, "group": 2, "to": 4441, "width": 1.4996088340206275}, {"arrows": "to", "from": 4440, "group": 2, "to": 8999, "width": 2.4996088340206275}, {"arrows": "to", "from": 4440, "group": 2, "to": 11315, "width": 1.4996088340206275}, {"arrows": "to", "from": 4441, "group": 2, "to": 4442, "width": 1.4996088340206275}, {"arrows": "to", "from": 4443, "group": 2, "to": 4653, "width": 2.4996088340206275}, {"arrows": "to", "from": 4445, "group": 2, "to": 4450, "width": 1.4996088340206275}, {"arrows": "to", "from": 4446, "group": 2, "to": 5215, "width": 1.4996088340206275}, {"arrows": "to", "from": 4447, "group": 2, "to": 5731, "width": 1.4996088340206275}, {"arrows": "to", "from": 4447, "group": 2, "to": 5732, "width": 2.0603835756632374}, {"arrows": "to", "from": 4447, "group": 2, "to": 5733, "width": 7.184589087265378}, {"arrows": "to", "from": 4450, "group": 2, "to": 4453, "width": 1.4996088340206275}, {"arrows": "to", "from": 4453, "group": 2, "to": 4456, "width": 1.4996088340206275}, {"arrows": "to", "from": 4456, "group": 2, "to": 4462, "width": 1.4996088340206275}, {"arrows": "to", "from": 4462, "group": 2, "to": 4463, "width": 1.4996088340206275}, {"arrows": "to", "from": 4463, "group": 2, "to": 4464, "width": 1.4996088340206275}, {"arrows": "to", "from": 4464, "group": 2, "to": 4465, "width": 1.4996088340206275}, {"arrows": "to", "from": 4465, "group": 2, "to": 4466, "width": 1.4996088340206275}, {"arrows": "to", "from": 4466, "group": 2, "to": 4467, "width": 1.4996088340206275}, {"arrows": "to", "from": 4472, "group": 2, "to": 4481, "width": 1.4996088340206275}, {"arrows": "to", "from": 4476, "group": 2, "to": 4672, "width": 2.4996088340206275}, {"arrows": "to", "from": 4476, "group": 2, "to": 4677, "width": 1.4996088340206275}, {"arrows": "to", "from": 4481, "group": 2, "to": 4482, "width": 1.4996088340206275}, {"arrows": "to", "from": 4482, "group": 2, "to": 4487, "width": 1.4996088340206275}, {"arrows": "to", "from": 4487, "group": 2, "to": 4489, "width": 1.4996088340206275}, {"arrows": "to", "from": 4489, "group": 2, "to": 4496, "width": 1.4996088340206275}, {"arrows": "to", "from": 4496, "group": 2, "to": 4498, "width": 1.4996088340206275}, {"arrows": "to", "from": 4498, "group": 2, "to": 4499, "width": 1.4996088340206275}, {"arrows": "to", "from": 4499, "group": 2, "to": 4501, "width": 1.4996088340206275}, {"arrows": "to", "from": 4501, "group": 2, "to": 4502, "width": 1.4996088340206275}, {"arrows": "to", "from": 4502, "group": 2, "to": 4503, "width": 1.4996088340206275}, {"arrows": "to", "from": 4503, "group": 2, "to": 4508, "width": 1.4996088340206275}, {"arrows": "to", "from": 4508, "group": 2, "to": 4509, "width": 1.4996088340206275}, {"arrows": "to", "from": 4509, "group": 2, "to": 4510, "width": 1.4996088340206275}, {"arrows": "to", "from": 4510, "group": 2, "to": 4512, "width": 1.4996088340206275}, {"arrows": "to", "from": 4512, "group": 2, "to": 4514, "width": 1.4996088340206275}, {"arrows": "to", "from": 4514, "group": 2, "to": 4515, "width": 1.4996088340206275}, {"arrows": "to", "from": 4515, "group": 2, "to": 4518, "width": 1.4996088340206275}, {"arrows": "to", "from": 4518, "group": 2, "to": 4521, "width": 1.4996088340206275}, {"arrows": "to", "from": 4521, "group": 2, "to": 4522, "width": 1.4996088340206275}, {"arrows": "to", "from": 4526, "group": 2, "to": 4536, "width": 1.4996088340206275}, {"arrows": "to", "from": 4526, "group": 2, "to": 4546, "width": 2.4996088340206275}, {"arrows": "to", "from": 4526, "group": 2, "to": 8322, "width": 1.4996088340206275}, {"arrows": "to", "from": 4526, "group": 2, "to": 8323, "width": 2.4996088340206275}, {"arrows": "to", "from": 4526, "group": 2, "to": 11538, "width": 1.4996088340206275}, {"arrows": "to", "from": 4536, "group": 2, "to": 4554, "width": 1.4996088340206275}, {"arrows": "to", "from": 4546, "group": 2, "to": 14030, "width": 2.4996088340206275}, {"arrows": "to", "from": 4554, "group": 2, "to": 4556, "width": 1.4996088340206275}, {"arrows": "to", "from": 4556, "group": 2, "to": 4563, "width": 1.4996088340206275}, {"arrows": "to", "from": 4563, "group": 2, "to": 4569, "width": 1.4996088340206275}, {"arrows": "to", "from": 4569, "group": 2, "to": 4572, "width": 1.4996088340206275}, {"arrows": "to", "from": 4572, "group": 2, "to": 4580, "width": 1.4996088340206275}, {"arrows": "to", "from": 4580, "group": 2, "to": 4582, "width": 1.4996088340206275}, {"arrows": "to", "from": 4585, "group": 2, "to": 6025, "width": 1.4996088340206275}, {"arrows": "to", "from": 4586, "group": 2, "to": 4587, "width": 1.4996088340206275}, {"arrows": "to", "from": 4586, "group": 2, "to": 11807, "width": 1.4996088340206275}, {"arrows": "to", "from": 4587, "group": 2, "to": 14601, "width": 1.4996088340206275}, {"arrows": "to", "from": 4610, "group": 2, "to": 4612, "width": 1.4996088340206275}, {"arrows": "to", "from": 4612, "group": 2, "to": 4615, "width": 1.4996088340206275}, {"arrows": "to", "from": 4615, "group": 2, "to": 4621, "width": 1.4996088340206275}, {"arrows": "to", "from": 4621, "group": 2, "to": 4623, "width": 1.4996088340206275}, {"arrows": "to", "from": 4625, "group": 2, "to": 6654, "width": 2.4996088340206275}, {"arrows": "to", "from": 4625, "group": 2, "to": 6655, "width": 1.4996088340206275}, {"arrows": "to", "from": 4629, "group": 2, "to": 4630, "width": 1.4996088340206275}, {"arrows": "to", "from": 4630, "group": 2, "to": 4633, "width": 1.4996088340206275}, {"arrows": "to", "from": 4641, "group": 2, "to": 9644, "width": 1.4996088340206275}, {"arrows": "to", "from": 4643, "group": 2, "to": 10307, "width": 1.4996088340206275}, {"arrows": "to", "from": 4655, "group": 2, "to": 4659, "width": 2.4996088340206275}, {"arrows": "to", "from": 4660, "group": 2, "to": 4661, "width": 2.4996088340206275}, {"arrows": "to", "from": 4661, "group": 2, "to": 4663, "width": 2.4996088340206275}, {"arrows": "to", "from": 4677, "group": 2, "to": 8435, "width": 1.4996088340206275}, {"arrows": "to", "from": 4680, "group": 2, "to": 4689, "width": 2.4996088340206275}, {"arrows": "to", "from": 4689, "group": 2, "to": 4696, "width": 2.4996088340206275}, {"arrows": "to", "from": 4696, "group": 2, "to": 4697, "width": 2.4996088340206275}, {"arrows": "to", "from": 4697, "group": 2, "to": 4698, "width": 2.4996088340206275}, {"arrows": "to", "from": 4698, "group": 2, "to": 4702, "width": 2.4996088340206275}, {"arrows": "to", "from": 4702, "group": 2, "to": 4704, "width": 2.4996088340206275}, {"arrows": "to", "from": 4704, "group": 2, "to": 4706, "width": 2.4996088340206275}, {"arrows": "to", "from": 4706, "group": 2, "to": 4709, "width": 2.4996088340206275}, {"arrows": "to", "from": 4709, "group": 2, "to": 4722, "width": 2.4996088340206275}, {"arrows": "to", "from": 4722, "group": 2, "to": 4724, "width": 2.4996088340206275}, {"arrows": "to", "from": 4724, "group": 2, "to": 4725, "width": 2.4996088340206275}, {"arrows": "to", "from": 4727, "group": 2, "to": 4728, "width": 1.4996088340206275}, {"arrows": "to", "from": 4728, "group": 2, "to": 10404, "width": 1.4996088340206275}, {"arrows": "to", "from": 4729, "group": 2, "to": 4738, "width": 2.4996088340206275}, {"arrows": "to", "from": 4738, "group": 2, "to": 4743, "width": 2.4996088340206275}, {"arrows": "to", "from": 4743, "group": 2, "to": 4763, "width": 2.4996088340206275}, {"arrows": "to", "from": 4763, "group": 2, "to": 4764, "width": 2.4996088340206275}, {"arrows": "to", "from": 4764, "group": 2, "to": 4771, "width": 2.4996088340206275}, {"arrows": "to", "from": 4771, "group": 2, "to": 4776, "width": 2.4996088340206275}, {"arrows": "to", "from": 4776, "group": 2, "to": 4779, "width": 2.4996088340206275}, {"arrows": "to", "from": 4779, "group": 2, "to": 4780, "width": 2.4996088340206275}, {"arrows": "to", "from": 4783, "group": 2, "to": 4785, "width": 2.4996088340206275}, {"arrows": "to", "from": 4783, "group": 2, "to": 7771, "width": 1.4996088340206275}, {"arrows": "to", "from": 4784, "group": 2, "to": 5450, "width": 1.4996088340206275}, {"arrows": "to", "from": 4785, "group": 2, "to": 4788, "width": 2.4996088340206275}, {"arrows": "to", "from": 4788, "group": 2, "to": 4789, "width": 2.4996088340206275}, {"arrows": "to", "from": 4789, "group": 2, "to": 4790, "width": 2.4996088340206275}, {"arrows": "to", "from": 4790, "group": 2, "to": 4793, "width": 2.4996088340206275}, {"arrows": "to", "from": 4793, "group": 2, "to": 4798, "width": 2.4996088340206275}, {"arrows": "to", "from": 4798, "group": 2, "to": 4801, "width": 2.4996088340206275}, {"arrows": "to", "from": 4801, "group": 2, "to": 4802, "width": 2.4996088340206275}, {"arrows": "to", "from": 4802, "group": 2, "to": 4803, "width": 2.4996088340206275}, {"arrows": "to", "from": 4810, "group": 2, "to": 4812, "width": 2.4996088340206275}, {"arrows": "to", "from": 4811, "group": 2, "to": 5209, "width": 1.4996088340206275}, {"arrows": "to", "from": 4811, "group": 2, "to": 5214, "width": 4.432899782000475}, {"arrows": "to", "from": 4812, "group": 2, "to": 4821, "width": 2.4996088340206275}, {"arrows": "to", "from": 4821, "group": 2, "to": 4823, "width": 2.4996088340206275}, {"arrows": "to", "from": 4823, "group": 2, "to": 4834, "width": 2.4996088340206275}, {"arrows": "to", "from": 4834, "group": 2, "to": 4843, "width": 2.4996088340206275}, {"arrows": "to", "from": 4852, "group": 2, "to": 7633, "width": 1.4996088340206275}, {"arrows": "to", "from": 4857, "group": 2, "to": 4861, "width": 2.4996088340206275}, {"arrows": "to", "from": 4859, "group": 2, "to": 8836, "width": 2.4996088340206275}, {"arrows": "to", "from": 4859, "group": 2, "to": 8847, "width": 2.6706454585058643}, {"arrows": "to", "from": 4859, "group": 2, "to": 10649, "width": 1.4996088340206275}, {"arrows": "to", "from": 4861, "group": 2, "to": 4871, "width": 2.4996088340206275}, {"arrows": "to", "from": 4871, "group": 2, "to": 4883, "width": 2.4996088340206275}, {"arrows": "to", "from": 4883, "group": 2, "to": 4885, "width": 2.4996088340206275}, {"arrows": "to", "from": 4888, "group": 2, "to": 8587, "width": 0.86579956400095}, {"arrows": "to", "from": 4890, "group": 2, "to": 4894, "width": 2.4996088340206275}, {"arrows": "to", "from": 4907, "group": 2, "to": 4912, "width": 2.4996088340206275}, {"arrows": "to", "from": 4912, "group": 2, "to": 4918, "width": 2.4996088340206275}, {"arrows": "to", "from": 4918, "group": 2, "to": 4924, "width": 2.4996088340206275}, {"arrows": "to", "from": 4924, "group": 2, "to": 4936, "width": 2.4996088340206275}, {"arrows": "to", "from": 4936, "group": 2, "to": 4942, "width": 2.4996088340206275}, {"arrows": "to", "from": 4942, "group": 2, "to": 4943, "width": 2.4996088340206275}, {"arrows": "to", "from": 4958, "group": 2, "to": 4966, "width": 2.4996088340206275}, {"arrows": "to", "from": 4966, "group": 2, "to": 4969, "width": 2.4996088340206275}, {"arrows": "to", "from": 4969, "group": 2, "to": 4971, "width": 2.4996088340206275}, {"arrows": "to", "from": 4971, "group": 2, "to": 4972, "width": 2.4996088340206275}, {"arrows": "to", "from": 4972, "group": 2, "to": 4975, "width": 2.4996088340206275}, {"arrows": "to", "from": 4975, "group": 2, "to": 4978, "width": 2.4996088340206275}, {"arrows": "to", "from": 4978, "group": 2, "to": 4984, "width": 2.4996088340206275}, {"arrows": "to", "from": 4984, "group": 2, "to": 4985, "width": 2.4996088340206275}, {"arrows": "to", "from": 4985, "group": 2, "to": 4988, "width": 2.4996088340206275}, {"arrows": "to", "from": 5003, "group": 2, "to": 5019, "width": 2.4996088340206275}, {"arrows": "to", "from": 5003, "group": 2, "to": 9357, "width": 1.0603835756632374}, {"arrows": "to", "from": 5019, "group": 2, "to": 5021, "width": 2.4996088340206275}, {"arrows": "to", "from": 5021, "group": 2, "to": 5044, "width": 2.4996088340206275}, {"arrows": "to", "from": 5044, "group": 2, "to": 5058, "width": 2.4996088340206275}, {"arrows": "to", "from": 5058, "group": 2, "to": 5065, "width": 2.4996088340206275}, {"arrows": "to", "from": 5082, "group": 2, "to": 5084, "width": 2.4996088340206275}, {"arrows": "to", "from": 5084, "group": 2, "to": 5100, "width": 2.4996088340206275}, {"arrows": "to", "from": 5100, "group": 2, "to": 5101, "width": 2.4996088340206275}, {"arrows": "to", "from": 5101, "group": 2, "to": 5105, "width": 2.4996088340206275}, {"arrows": "to", "from": 5105, "group": 2, "to": 5107, "width": 2.4996088340206275}, {"arrows": "to", "from": 5107, "group": 2, "to": 5109, "width": 2.4996088340206275}, {"arrows": "to", "from": 5109, "group": 2, "to": 5112, "width": 2.4996088340206275}, {"arrows": "to", "from": 5112, "group": 2, "to": 5113, "width": 2.4996088340206275}, {"arrows": "to", "from": 5113, "group": 2, "to": 5122, "width": 2.4996088340206275}, {"arrows": "to", "from": 5122, "group": 2, "to": 5125, "width": 2.4996088340206275}, {"arrows": "to", "from": 5125, "group": 2, "to": 5128, "width": 2.4996088340206275}, {"arrows": "to", "from": 5128, "group": 2, "to": 5136, "width": 2.4996088340206275}, {"arrows": "to", "from": 5136, "group": 2, "to": 5139, "width": 2.4996088340206275}, {"arrows": "to", "from": 5142, "group": 2, "to": 5145, "width": 2.4996088340206275}, {"arrows": "to", "from": 5145, "group": 2, "to": 5146, "width": 2.4996088340206275}, {"arrows": "to", "from": 5146, "group": 2, "to": 5147, "width": 2.4996088340206275}, {"arrows": "to", "from": 5147, "group": 2, "to": 5153, "width": 2.4996088340206275}, {"arrows": "to", "from": 5153, "group": 2, "to": 5154, "width": 2.4996088340206275}, {"arrows": "to", "from": 5154, "group": 2, "to": 5167, "width": 2.4996088340206275}, {"arrows": "to", "from": 5167, "group": 2, "to": 5169, "width": 2.4996088340206275}, {"arrows": "to", "from": 5169, "group": 2, "to": 5176, "width": 2.4996088340206275}, {"arrows": "to", "from": 5176, "group": 2, "to": 5180, "width": 2.4996088340206275}, {"arrows": "to", "from": 5180, "group": 2, "to": 5182, "width": 2.4996088340206275}, {"arrows": "to", "from": 5182, "group": 2, "to": 5183, "width": 2.4996088340206275}, {"arrows": "to", "from": 5183, "group": 2, "to": 5184, "width": 2.4996088340206275}, {"arrows": "to", "from": 5184, "group": 2, "to": 5185, "width": 2.4996088340206275}, {"arrows": "to", "from": 5185, "group": 2, "to": 5189, "width": 2.4996088340206275}, {"arrows": "to", "from": 5189, "group": 2, "to": 5192, "width": 2.4996088340206275}, {"arrows": "to", "from": 5192, "group": 2, "to": 5194, "width": 2.4996088340206275}, {"arrows": "to", "from": 5194, "group": 2, "to": 5196, "width": 2.4996088340206275}, {"arrows": "to", "from": 5196, "group": 2, "to": 5199, "width": 2.4996088340206275}, {"arrows": "to", "from": 5214, "group": 2, "to": 6549, "width": 4.499869611340209}, {"arrows": "to", "from": 5221, "group": 2, "to": 5223, "width": 1.4996088340206275}, {"arrows": "to", "from": 5223, "group": 2, "to": 5225, "width": 1.4996088340206275}, {"arrows": "to", "from": 5225, "group": 2, "to": 5229, "width": 1.4996088340206275}, {"arrows": "to", "from": 5229, "group": 2, "to": 5231, "width": 1.4996088340206275}, {"arrows": "to", "from": 5231, "group": 2, "to": 5235, "width": 1.4996088340206275}, {"arrows": "to", "from": 5235, "group": 2, "to": 5242, "width": 1.4996088340206275}, {"arrows": "to", "from": 5242, "group": 2, "to": 5245, "width": 1.4996088340206275}, {"arrows": "to", "from": 5245, "group": 2, "to": 5247, "width": 1.4996088340206275}, {"arrows": "to", "from": 5247, "group": 2, "to": 5249, "width": 1.4996088340206275}, {"arrows": "to", "from": 5249, "group": 2, "to": 5250, "width": 1.4996088340206275}, {"arrows": "to", "from": 5250, "group": 2, "to": 5253, "width": 1.4996088340206275}, {"arrows": "to", "from": 5253, "group": 2, "to": 5256, "width": 1.4996088340206275}, {"arrows": "to", "from": 5256, "group": 2, "to": 5257, "width": 1.4996088340206275}, {"arrows": "to", "from": 5257, "group": 2, "to": 5259, "width": 1.4996088340206275}, {"arrows": "to", "from": 5259, "group": 2, "to": 5271, "width": 1.4996088340206275}, {"arrows": "to", "from": 5271, "group": 2, "to": 5273, "width": 1.4996088340206275}, {"arrows": "to", "from": 5282, "group": 2, "to": 5284, "width": 1.4996088340206275}, {"arrows": "to", "from": 5284, "group": 2, "to": 5289, "width": 1.4996088340206275}, {"arrows": "to", "from": 5289, "group": 2, "to": 5291, "width": 1.4996088340206275}, {"arrows": "to", "from": 5291, "group": 2, "to": 5295, "width": 1.4996088340206275}, {"arrows": "to", "from": 5295, "group": 2, "to": 5300, "width": 1.4996088340206275}, {"arrows": "to", "from": 5300, "group": 2, "to": 5308, "width": 1.4996088340206275}, {"arrows": "to", "from": 5308, "group": 2, "to": 5309, "width": 1.4996088340206275}, {"arrows": "to", "from": 5309, "group": 2, "to": 5310, "width": 1.4996088340206275}, {"arrows": "to", "from": 5310, "group": 2, "to": 5315, "width": 1.4996088340206275}, {"arrows": "to", "from": 5315, "group": 2, "to": 5318, "width": 1.4996088340206275}, {"arrows": "to", "from": 5318, "group": 2, "to": 5321, "width": 1.4996088340206275}, {"arrows": "to", "from": 5326, "group": 2, "to": 5333, "width": 1.4996088340206275}, {"arrows": "to", "from": 5333, "group": 2, "to": 5334, "width": 1.4996088340206275}, {"arrows": "to", "from": 5337, "group": 2, "to": 5338, "width": 1.4996088340206275}, {"arrows": "to", "from": 5338, "group": 2, "to": 5339, "width": 1.4996088340206275}, {"arrows": "to", "from": 5339, "group": 2, "to": 5341, "width": 1.4996088340206275}, {"arrows": "to", "from": 5341, "group": 2, "to": 5347, "width": 1.4996088340206275}, {"arrows": "to", "from": 5347, "group": 2, "to": 5358, "width": 1.4996088340206275}, {"arrows": "to", "from": 5358, "group": 2, "to": 5369, "width": 1.4996088340206275}, {"arrows": "to", "from": 5369, "group": 2, "to": 5371, "width": 1.4996088340206275}, {"arrows": "to", "from": 5381, "group": 2, "to": 5385, "width": 1.4996088340206275}, {"arrows": "to", "from": 5385, "group": 2, "to": 5405, "width": 1.4996088340206275}, {"arrows": "to", "from": 5405, "group": 2, "to": 5414, "width": 1.4996088340206275}, {"arrows": "to", "from": 5414, "group": 2, "to": 5416, "width": 1.4996088340206275}, {"arrows": "to", "from": 5416, "group": 2, "to": 5427, "width": 1.4996088340206275}, {"arrows": "to", "from": 5427, "group": 2, "to": 5432, "width": 1.4996088340206275}, {"arrows": "to", "from": 5432, "group": 2, "to": 5433, "width": 1.4996088340206275}, {"arrows": "to", "from": 5450, "group": 2, "to": 5460, "width": 1.4996088340206275}, {"arrows": "to", "from": 5477, "group": 2, "to": 5482, "width": 1.4996088340206275}, {"arrows": "to", "from": 5477, "group": 2, "to": 5487, "width": 1.4996088340206275}, {"arrows": "to", "from": 5482, "group": 2, "to": 5501, "width": 1.4996088340206275}, {"arrows": "to", "from": 5487, "group": 2, "to": 12281, "width": 1.4996088340206275}, {"arrows": "to", "from": 5501, "group": 2, "to": 5507, "width": 1.4996088340206275}, {"arrows": "to", "from": 5507, "group": 2, "to": 5509, "width": 1.4996088340206275}, {"arrows": "to", "from": 5509, "group": 2, "to": 5517, "width": 1.4996088340206275}, {"arrows": "to", "from": 5517, "group": 2, "to": 5521, "width": 1.4996088340206275}, {"arrows": "to", "from": 5521, "group": 2, "to": 5534, "width": 1.4996088340206275}, {"arrows": "to", "from": 5534, "group": 2, "to": 5539, "width": 1.4996088340206275}, {"arrows": "to", "from": 5545, "group": 2, "to": 5546, "width": 1.4996088340206275}, {"arrows": "to", "from": 5546, "group": 2, "to": 5548, "width": 1.4996088340206275}, {"arrows": "to", "from": 5550, "group": 2, "to": 5551, "width": 1.4996088340206275}, {"arrows": "to", "from": 5551, "group": 2, "to": 5552, "width": 1.4996088340206275}, {"arrows": "to", "from": 5552, "group": 2, "to": 5553, "width": 1.4996088340206275}, {"arrows": "to", "from": 5567, "group": 2, "to": 5569, "width": 1.4996088340206275}, {"arrows": "to", "from": 5569, "group": 2, "to": 5578, "width": 1.4996088340206275}, {"arrows": "to", "from": 5578, "group": 2, "to": 5585, "width": 1.4996088340206275}, {"arrows": "to", "from": 5585, "group": 2, "to": 5590, "width": 1.4996088340206275}, {"arrows": "to", "from": 5590, "group": 2, "to": 5595, "width": 1.4996088340206275}, {"arrows": "to", "from": 5595, "group": 2, "to": 5599, "width": 1.4996088340206275}, {"arrows": "to", "from": 5599, "group": 2, "to": 5604, "width": 1.4996088340206275}, {"arrows": "to", "from": 5630, "group": 2, "to": 5637, "width": 1.4996088340206275}, {"arrows": "to", "from": 5632, "group": 2, "to": 6120, "width": 1.4996088340206275}, {"arrows": "to", "from": 5637, "group": 2, "to": 5648, "width": 1.4996088340206275}, {"arrows": "to", "from": 5648, "group": 2, "to": 5656, "width": 1.4996088340206275}, {"arrows": "to", "from": 5656, "group": 2, "to": 5664, "width": 1.4996088340206275}, {"arrows": "to", "from": 5664, "group": 2, "to": 5665, "width": 1.4996088340206275}, {"arrows": "to", "from": 5665, "group": 2, "to": 5668, "width": 1.4996088340206275}, {"arrows": "to", "from": 5668, "group": 2, "to": 5671, "width": 1.4996088340206275}, {"arrows": "to", "from": 5671, "group": 2, "to": 5680, "width": 1.4996088340206275}, {"arrows": "to", "from": 5680, "group": 2, "to": 5684, "width": 1.4996088340206275}, {"arrows": "to", "from": 5684, "group": 2, "to": 5686, "width": 1.4996088340206275}, {"arrows": "to", "from": 5686, "group": 2, "to": 5688, "width": 1.4996088340206275}, {"arrows": "to", "from": 5688, "group": 2, "to": 5690, "width": 1.4996088340206275}, {"arrows": "to", "from": 5690, "group": 2, "to": 5691, "width": 1.4996088340206275}, {"arrows": "to", "from": 5691, "group": 2, "to": 5692, "width": 1.4996088340206275}, {"arrows": "to", "from": 5692, "group": 2, "to": 5696, "width": 1.4996088340206275}, {"arrows": "to", "from": 5696, "group": 2, "to": 5698, "width": 1.4996088340206275}, {"arrows": "to", "from": 5698, "group": 2, "to": 5699, "width": 1.4996088340206275}, {"arrows": "to", "from": 5701, "group": 2, "to": 5702, "width": 1.4996088340206275}, {"arrows": "to", "from": 5702, "group": 2, "to": 5703, "width": 1.4996088340206275}, {"arrows": "to", "from": 5703, "group": 2, "to": 5715, "width": 1.4996088340206275}, {"arrows": "to", "from": 5715, "group": 2, "to": 5717, "width": 1.4996088340206275}, {"arrows": "to", "from": 5717, "group": 2, "to": 5718, "width": 1.4996088340206275}, {"arrows": "to", "from": 5718, "group": 2, "to": 5721, "width": 1.4996088340206275}, {"arrows": "to", "from": 5721, "group": 2, "to": 5725, "width": 1.4996088340206275}, {"arrows": "to", "from": 5725, "group": 2, "to": 5726, "width": 1.4996088340206275}, {"arrows": "to", "from": 5731, "group": 2, "to": 5738, "width": 1.4996088340206275}, {"arrows": "to", "from": 5732, "group": 2, "to": 6171, "width": 2.0603835756632374}, {"arrows": "to", "from": 5733, "group": 2, "to": 7872, "width": 2.4996088340206275}, {"arrows": "to", "from": 5733, "group": 2, "to": 7875, "width": 1.4996088340206275}, {"arrows": "to", "from": 5733, "group": 2, "to": 7877, "width": 6.187451104252578}, {"arrows": "to", "from": 5743, "group": 2, "to": 5745, "width": 1.4996088340206275}, {"arrows": "to", "from": 5744, "group": 2, "to": 8395, "width": 2.0603835756632374}, {"arrows": "to", "from": 5745, "group": 2, "to": 5746, "width": 1.4996088340206275}, {"arrows": "to", "from": 5746, "group": 2, "to": 5751, "width": 1.4996088340206275}, {"arrows": "to", "from": 5751, "group": 2, "to": 5755, "width": 1.4996088340206275}, {"arrows": "to", "from": 5755, "group": 2, "to": 5757, "width": 1.4996088340206275}, {"arrows": "to", "from": 5757, "group": 2, "to": 5758, "width": 1.4996088340206275}, {"arrows": "to", "from": 5758, "group": 2, "to": 5760, "width": 1.4996088340206275}, {"arrows": "to", "from": 5760, "group": 2, "to": 5761, "width": 1.4996088340206275}, {"arrows": "to", "from": 5761, "group": 2, "to": 5762, "width": 1.4996088340206275}, {"arrows": "to", "from": 5766, "group": 2, "to": 5769, "width": 1.4996088340206275}, {"arrows": "to", "from": 5767, "group": 2, "to": 9798, "width": 2.4996088340206275}, {"arrows": "to", "from": 5767, "group": 2, "to": 9799, "width": 2.4996088340206275}, {"arrows": "to", "from": 5767, "group": 2, "to": 9801, "width": 1.0603835756632374}, {"arrows": "to", "from": 5769, "group": 2, "to": 5772, "width": 1.4996088340206275}, {"arrows": "to", "from": 5772, "group": 2, "to": 5778, "width": 1.4996088340206275}, {"arrows": "to", "from": 5778, "group": 2, "to": 5781, "width": 1.4996088340206275}, {"arrows": "to", "from": 5781, "group": 2, "to": 5783, "width": 1.4996088340206275}, {"arrows": "to", "from": 5787, "group": 2, "to": 5805, "width": 1.4996088340206275}, {"arrows": "to", "from": 5790, "group": 2, "to": 6739, "width": 2.4996088340206275}, {"arrows": "to", "from": 5795, "group": 2, "to": 6725, "width": 2.4996088340206275}, {"arrows": "to", "from": 5805, "group": 2, "to": 5807, "width": 1.4996088340206275}, {"arrows": "to", "from": 5807, "group": 2, "to": 5809, "width": 1.4996088340206275}, {"arrows": "to", "from": 5809, "group": 2, "to": 5812, "width": 1.4996088340206275}, {"arrows": "to", "from": 5812, "group": 2, "to": 5813, "width": 1.4996088340206275}, {"arrows": "to", "from": 5813, "group": 2, "to": 5814, "width": 1.4996088340206275}, {"arrows": "to", "from": 5834, "group": 2, "to": 5835, "width": 1.4996088340206275}, {"arrows": "to", "from": 5835, "group": 2, "to": 5837, "width": 1.4996088340206275}, {"arrows": "to", "from": 5837, "group": 2, "to": 5845, "width": 1.4996088340206275}, {"arrows": "to", "from": 5845, "group": 2, "to": 5849, "width": 1.4996088340206275}, {"arrows": "to", "from": 5849, "group": 2, "to": 5865, "width": 1.4996088340206275}, {"arrows": "to", "from": 5865, "group": 2, "to": 5869, "width": 1.4996088340206275}, {"arrows": "to", "from": 5869, "group": 2, "to": 5872, "width": 1.4996088340206275}, {"arrows": "to", "from": 5872, "group": 2, "to": 5874, "width": 1.4996088340206275}, {"arrows": "to", "from": 5874, "group": 2, "to": 5875, "width": 1.4996088340206275}, {"arrows": "to", "from": 5875, "group": 2, "to": 5878, "width": 1.4996088340206275}, {"arrows": "to", "from": 5878, "group": 2, "to": 5891, "width": 1.4996088340206275}, {"arrows": "to", "from": 5891, "group": 2, "to": 5899, "width": 1.4996088340206275}, {"arrows": "to", "from": 5899, "group": 2, "to": 5901, "width": 1.4996088340206275}, {"arrows": "to", "from": 5901, "group": 2, "to": 5918, "width": 1.4996088340206275}, {"arrows": "to", "from": 5918, "group": 2, "to": 5919, "width": 1.4996088340206275}, {"arrows": "to", "from": 5919, "group": 2, "to": 5934, "width": 1.4996088340206275}, {"arrows": "to", "from": 5934, "group": 2, "to": 5936, "width": 1.4996088340206275}, {"arrows": "to", "from": 5936, "group": 2, "to": 5938, "width": 1.4996088340206275}, {"arrows": "to", "from": 5951, "group": 2, "to": 6256, "width": 4.363708565869199}, {"arrows": "to", "from": 5951, "group": 2, "to": 7738, "width": 2.4996088340206275}, {"arrows": "to", "from": 5951, "group": 2, "to": 7739, "width": 1.4996088340206275}, {"arrows": "to", "from": 5951, "group": 2, "to": 8962, "width": 2.4996088340206275}, {"arrows": "to", "from": 5951, "group": 2, "to": 10856, "width": 1.4996088340206275}, {"arrows": "to", "from": 5951, "group": 2, "to": 10858, "width": 1.0603835756632374}, {"arrows": "to", "from": 5951, "group": 2, "to": 11294, "width": 1.4996088340206275}, {"arrows": "to", "from": 5953, "group": 2, "to": 5960, "width": 1.4996088340206275}, {"arrows": "to", "from": 5960, "group": 2, "to": 5964, "width": 1.4996088340206275}, {"arrows": "to", "from": 5964, "group": 2, "to": 5974, "width": 1.4996088340206275}, {"arrows": "to", "from": 5974, "group": 2, "to": 5985, "width": 1.4996088340206275}, {"arrows": "to", "from": 5985, "group": 2, "to": 5993, "width": 1.4996088340206275}, {"arrows": "to", "from": 5993, "group": 2, "to": 5996, "width": 1.4996088340206275}, {"arrows": "to", "from": 5996, "group": 2, "to": 5997, "width": 1.4996088340206275}, {"arrows": "to", "from": 5997, "group": 2, "to": 6001, "width": 1.4996088340206275}, {"arrows": "to", "from": 6001, "group": 2, "to": 6003, "width": 1.4996088340206275}, {"arrows": "to", "from": 6003, "group": 2, "to": 6005, "width": 1.4996088340206275}, {"arrows": "to", "from": 6005, "group": 2, "to": 6008, "width": 1.4996088340206275}, {"arrows": "to", "from": 6008, "group": 2, "to": 6010, "width": 1.4996088340206275}, {"arrows": "to", "from": 6010, "group": 2, "to": 6014, "width": 1.4996088340206275}, {"arrows": "to", "from": 6014, "group": 2, "to": 6016, "width": 1.4996088340206275}, {"arrows": "to", "from": 6016, "group": 2, "to": 6017, "width": 1.4996088340206275}, {"arrows": "to", "from": 6017, "group": 2, "to": 6022, "width": 1.4996088340206275}, {"arrows": "to", "from": 6022, "group": 2, "to": 6024, "width": 1.4996088340206275}, {"arrows": "to", "from": 6027, "group": 2, "to": 6030, "width": 1.4996088340206275}, {"arrows": "to", "from": 6030, "group": 2, "to": 6038, "width": 1.4996088340206275}, {"arrows": "to", "from": 6038, "group": 2, "to": 6042, "width": 1.4996088340206275}, {"arrows": "to", "from": 6042, "group": 2, "to": 6054, "width": 1.4996088340206275}, {"arrows": "to", "from": 6054, "group": 2, "to": 6056, "width": 1.4996088340206275}, {"arrows": "to", "from": 6056, "group": 2, "to": 6059, "width": 1.4996088340206275}, {"arrows": "to", "from": 6059, "group": 2, "to": 6072, "width": 1.4996088340206275}, {"arrows": "to", "from": 6072, "group": 2, "to": 6075, "width": 1.4996088340206275}, {"arrows": "to", "from": 6075, "group": 2, "to": 6078, "width": 1.4996088340206275}, {"arrows": "to", "from": 6089, "group": 2, "to": 6091, "width": 1.4996088340206275}, {"arrows": "to", "from": 6091, "group": 2, "to": 6097, "width": 1.4996088340206275}, {"arrows": "to", "from": 6097, "group": 2, "to": 6099, "width": 1.4996088340206275}, {"arrows": "to", "from": 6102, "group": 2, "to": 6103, "width": 1.4996088340206275}, {"arrows": "to", "from": 6102, "group": 2, "to": 12172, "width": 1.4996088340206275}, {"arrows": "to", "from": 6103, "group": 2, "to": 6104, "width": 1.4996088340206275}, {"arrows": "to", "from": 6120, "group": 2, "to": 6125, "width": 1.4996088340206275}, {"arrows": "to", "from": 6125, "group": 2, "to": 6134, "width": 1.4996088340206275}, {"arrows": "to", "from": 6134, "group": 2, "to": 6141, "width": 1.4996088340206275}, {"arrows": "to", "from": 6159, "group": 2, "to": 6170, "width": 1.4996088340206275}, {"arrows": "to", "from": 6171, "group": 2, "to": 6175, "width": 2.4996088340206275}, {"arrows": "to", "from": 6171, "group": 2, "to": 6177, "width": 1.4996088340206275}, {"arrows": "to", "from": 6175, "group": 2, "to": 6180, "width": 2.4996088340206275}, {"arrows": "to", "from": 6177, "group": 2, "to": 7600, "width": 1.4996088340206275}, {"arrows": "to", "from": 6180, "group": 2, "to": 6182, "width": 2.4996088340206275}, {"arrows": "to", "from": 6182, "group": 2, "to": 6189, "width": 2.4996088340206275}, {"arrows": "to", "from": 6189, "group": 2, "to": 6194, "width": 2.4996088340206275}, {"arrows": "to", "from": 6205, "group": 2, "to": 6206, "width": 2.4996088340206275}, {"arrows": "to", "from": 6206, "group": 2, "to": 6209, "width": 2.4996088340206275}, {"arrows": "to", "from": 6209, "group": 2, "to": 6211, "width": 2.4996088340206275}, {"arrows": "to", "from": 6211, "group": 2, "to": 6212, "width": 2.4996088340206275}, {"arrows": "to", "from": 6212, "group": 2, "to": 6224, "width": 2.4996088340206275}, {"arrows": "to", "from": 6224, "group": 2, "to": 6227, "width": 2.4996088340206275}, {"arrows": "to", "from": 6227, "group": 2, "to": 6229, "width": 2.4996088340206275}, {"arrows": "to", "from": 6229, "group": 2, "to": 6231, "width": 2.4996088340206275}, {"arrows": "to", "from": 6231, "group": 2, "to": 6232, "width": 2.4996088340206275}, {"arrows": "to", "from": 6232, "group": 2, "to": 6240, "width": 2.4996088340206275}, {"arrows": "to", "from": 6240, "group": 2, "to": 6241, "width": 2.4996088340206275}, {"arrows": "to", "from": 6241, "group": 2, "to": 6242, "width": 2.4996088340206275}, {"arrows": "to", "from": 6242, "group": 2, "to": 6244, "width": 2.4996088340206275}, {"arrows": "to", "from": 6247, "group": 2, "to": 6248, "width": 2.4996088340206275}, {"arrows": "to", "from": 6248, "group": 2, "to": 9894, "width": 2.4996088340206275}, {"arrows": "to", "from": 6256, "group": 2, "to": 6260, "width": 2.4996088340206275}, {"arrows": "to", "from": 6256, "group": 2, "to": 6261, "width": 2.4996088340206275}, {"arrows": "to", "from": 6256, "group": 2, "to": 6263, "width": 1.4159166572461646}, {"arrows": "to", "from": 6256, "group": 2, "to": 7667, "width": 1.4996088340206275}, {"arrows": "to", "from": 6260, "group": 2, "to": 6264, "width": 2.4996088340206275}, {"arrows": "to", "from": 6261, "group": 2, "to": 7929, "width": 2.4996088340206275}, {"arrows": "to", "from": 6263, "group": 2, "to": 8520, "width": 1.4996088340206275}, {"arrows": "to", "from": 6263, "group": 2, "to": 8522, "width": 1.4996088340206275}, {"arrows": "to", "from": 6263, "group": 2, "to": 9055, "width": 1.4996088340206275}, {"arrows": "to", "from": 6263, "group": 2, "to": 9066, "width": 1.7498044170103138}, {"arrows": "to", "from": 6263, "group": 2, "to": 9233, "width": 1.4996088340206275}, {"arrows": "to", "from": 6263, "group": 2, "to": 9550, "width": 1.4996088340206275}, {"arrows": "to", "from": 6263, "group": 2, "to": 9654, "width": 1.4996088340206275}, {"arrows": "to", "from": 6263, "group": 2, "to": 9992, "width": 1.4996088340206275}, {"arrows": "to", "from": 6263, "group": 2, "to": 10070, "width": 1.4996088340206275}, {"arrows": "to", "from": 6264, "group": 2, "to": 6272, "width": 2.4996088340206275}, {"arrows": "to", "from": 6272, "group": 2, "to": 6273, "width": 2.4996088340206275}, {"arrows": "to", "from": 6273, "group": 2, "to": 6274, "width": 2.4996088340206275}, {"arrows": "to", "from": 6274, "group": 2, "to": 6278, "width": 2.4996088340206275}, {"arrows": "to", "from": 6278, "group": 2, "to": 6283, "width": 2.4996088340206275}, {"arrows": "to", "from": 6283, "group": 2, "to": 6288, "width": 2.4996088340206275}, {"arrows": "to", "from": 6288, "group": 2, "to": 6289, "width": 2.4996088340206275}, {"arrows": "to", "from": 6289, "group": 2, "to": 6290, "width": 2.4996088340206275}, {"arrows": "to", "from": 6290, "group": 2, "to": 6291, "width": 2.4996088340206275}, {"arrows": "to", "from": 6291, "group": 2, "to": 6292, "width": 2.4996088340206275}, {"arrows": "to", "from": 6292, "group": 2, "to": 6293, "width": 2.4996088340206275}, {"arrows": "to", "from": 6293, "group": 2, "to": 6294, "width": 2.4996088340206275}, {"arrows": "to", "from": 6294, "group": 2, "to": 6295, "width": 2.4996088340206275}, {"arrows": "to", "from": 6295, "group": 2, "to": 6300, "width": 2.4996088340206275}, {"arrows": "to", "from": 6300, "group": 2, "to": 6306, "width": 2.4996088340206275}, {"arrows": "to", "from": 6306, "group": 2, "to": 6308, "width": 2.4996088340206275}, {"arrows": "to", "from": 6308, "group": 2, "to": 6313, "width": 2.4996088340206275}, {"arrows": "to", "from": 6313, "group": 2, "to": 6314, "width": 2.4996088340206275}, {"arrows": "to", "from": 6314, "group": 2, "to": 6315, "width": 2.4996088340206275}, {"arrows": "to", "from": 6315, "group": 2, "to": 6322, "width": 2.4996088340206275}, {"arrows": "to", "from": 6322, "group": 2, "to": 6323, "width": 2.4996088340206275}, {"arrows": "to", "from": 6323, "group": 2, "to": 6328, "width": 2.4996088340206275}, {"arrows": "to", "from": 6328, "group": 2, "to": 6331, "width": 2.4996088340206275}, {"arrows": "to", "from": 6331, "group": 2, "to": 6336, "width": 2.4996088340206275}, {"arrows": "to", "from": 6336, "group": 2, "to": 6339, "width": 2.4996088340206275}, {"arrows": "to", "from": 6339, "group": 2, "to": 6342, "width": 2.4996088340206275}, {"arrows": "to", "from": 6342, "group": 2, "to": 6345, "width": 2.4996088340206275}, {"arrows": "to", "from": 6345, "group": 2, "to": 6348, "width": 2.4996088340206275}, {"arrows": "to", "from": 6348, "group": 2, "to": 6349, "width": 2.4996088340206275}, {"arrows": "to", "from": 6351, "group": 2, "to": 6354, "width": 2.4996088340206275}, {"arrows": "to", "from": 6351, "group": 2, "to": 12043, "width": 1.4996088340206275}, {"arrows": "to", "from": 6354, "group": 2, "to": 6369, "width": 2.4996088340206275}, {"arrows": "to", "from": 6369, "group": 2, "to": 6375, "width": 2.4996088340206275}, {"arrows": "to", "from": 6375, "group": 2, "to": 6382, "width": 2.4996088340206275}, {"arrows": "to", "from": 6382, "group": 2, "to": 6384, "width": 2.4996088340206275}, {"arrows": "to", "from": 6384, "group": 2, "to": 6387, "width": 2.4996088340206275}, {"arrows": "to", "from": 6387, "group": 2, "to": 6391, "width": 2.4996088340206275}, {"arrows": "to", "from": 6391, "group": 2, "to": 6394, "width": 2.4996088340206275}, {"arrows": "to", "from": 6394, "group": 2, "to": 6396, "width": 2.4996088340206275}, {"arrows": "to", "from": 6396, "group": 2, "to": 6399, "width": 2.4996088340206275}, {"arrows": "to", "from": 6399, "group": 2, "to": 6400, "width": 2.4996088340206275}, {"arrows": "to", "from": 6402, "group": 2, "to": 6406, "width": 2.4996088340206275}, {"arrows": "to", "from": 6406, "group": 2, "to": 6412, "width": 2.4996088340206275}, {"arrows": "to", "from": 6412, "group": 2, "to": 6416, "width": 2.4996088340206275}, {"arrows": "to", "from": 6416, "group": 2, "to": 6420, "width": 2.4996088340206275}, {"arrows": "to", "from": 6420, "group": 2, "to": 6422, "width": 2.4996088340206275}, {"arrows": "to", "from": 6422, "group": 2, "to": 6426, "width": 2.4996088340206275}, {"arrows": "to", "from": 6426, "group": 2, "to": 6428, "width": 2.4996088340206275}, {"arrows": "to", "from": 6428, "group": 2, "to": 6432, "width": 2.4996088340206275}, {"arrows": "to", "from": 6432, "group": 2, "to": 6433, "width": 2.4996088340206275}, {"arrows": "to", "from": 6433, "group": 2, "to": 6434, "width": 2.4996088340206275}, {"arrows": "to", "from": 6435, "group": 2, "to": 6436, "width": 2.4996088340206275}, {"arrows": "to", "from": 6435, "group": 2, "to": 6841, "width": 2.4996088340206275}, {"arrows": "to", "from": 6436, "group": 2, "to": 6437, "width": 2.4996088340206275}, {"arrows": "to", "from": 6437, "group": 2, "to": 6439, "width": 2.4996088340206275}, {"arrows": "to", "from": 6439, "group": 2, "to": 6440, "width": 2.4996088340206275}, {"arrows": "to", "from": 6440, "group": 2, "to": 6444, "width": 2.4996088340206275}, {"arrows": "to", "from": 6444, "group": 2, "to": 6450, "width": 2.4996088340206275}, {"arrows": "to", "from": 6450, "group": 2, "to": 6453, "width": 2.4996088340206275}, {"arrows": "to", "from": 6453, "group": 2, "to": 6456, "width": 2.4996088340206275}, {"arrows": "to", "from": 6456, "group": 2, "to": 6463, "width": 2.4996088340206275}, {"arrows": "to", "from": 6463, "group": 2, "to": 6465, "width": 2.4996088340206275}, {"arrows": "to", "from": 6465, "group": 2, "to": 6467, "width": 2.4996088340206275}, {"arrows": "to", "from": 6467, "group": 2, "to": 6469, "width": 2.4996088340206275}, {"arrows": "to", "from": 6469, "group": 2, "to": 6472, "width": 2.4996088340206275}, {"arrows": "to", "from": 6472, "group": 2, "to": 6473, "width": 2.4996088340206275}, {"arrows": "to", "from": 6473, "group": 2, "to": 6476, "width": 2.4996088340206275}, {"arrows": "to", "from": 6476, "group": 2, "to": 6481, "width": 2.4996088340206275}, {"arrows": "to", "from": 6481, "group": 2, "to": 6486, "width": 2.4996088340206275}, {"arrows": "to", "from": 6486, "group": 2, "to": 6488, "width": 2.4996088340206275}, {"arrows": "to", "from": 6488, "group": 2, "to": 6490, "width": 2.4996088340206275}, {"arrows": "to", "from": 6490, "group": 2, "to": 6496, "width": 2.4996088340206275}, {"arrows": "to", "from": 6498, "group": 2, "to": 6499, "width": 2.4996088340206275}, {"arrows": "to", "from": 6499, "group": 2, "to": 6500, "width": 2.4996088340206275}, {"arrows": "to", "from": 6500, "group": 2, "to": 6502, "width": 2.4996088340206275}, {"arrows": "to", "from": 6502, "group": 2, "to": 6506, "width": 2.4996088340206275}, {"arrows": "to", "from": 6506, "group": 2, "to": 6509, "width": 2.4996088340206275}, {"arrows": "to", "from": 6509, "group": 2, "to": 6515, "width": 2.4996088340206275}, {"arrows": "to", "from": 6515, "group": 2, "to": 6520, "width": 2.4996088340206275}, {"arrows": "to", "from": 6520, "group": 2, "to": 6525, "width": 2.4996088340206275}, {"arrows": "to", "from": 6525, "group": 2, "to": 6531, "width": 2.4996088340206275}, {"arrows": "to", "from": 6531, "group": 2, "to": 6535, "width": 2.4996088340206275}, {"arrows": "to", "from": 6535, "group": 2, "to": 6540, "width": 2.4996088340206275}, {"arrows": "to", "from": 6540, "group": 2, "to": 6541, "width": 2.4996088340206275}, {"arrows": "to", "from": 6541, "group": 2, "to": 6542, "width": 2.4996088340206275}, {"arrows": "to", "from": 6542, "group": 2, "to": 6546, "width": 2.4996088340206275}, {"arrows": "to", "from": 6549, "group": 2, "to": 7097, "width": 3.530191787831619}, {"arrows": "to", "from": 6551, "group": 2, "to": 6552, "width": 2.4996088340206275}, {"arrows": "to", "from": 6551, "group": 2, "to": 9939, "width": 0.86579956400095}, {"arrows": "to", "from": 6552, "group": 2, "to": 6553, "width": 2.4996088340206275}, {"arrows": "to", "from": 6564, "group": 2, "to": 6567, "width": 3.0603835756632374}, {"arrows": "to", "from": 6564, "group": 2, "to": 14472, "width": 1.4996088340206275}, {"arrows": "to", "from": 6567, "group": 2, "to": 6568, "width": 2.4996088340206275}, {"arrows": "to", "from": 6567, "group": 2, "to": 6570, "width": 2.4996088340206275}, {"arrows": "to", "from": 6568, "group": 2, "to": 6578, "width": 2.4996088340206275}, {"arrows": "to", "from": 6570, "group": 2, "to": 7904, "width": 2.4996088340206275}, {"arrows": "to", "from": 6578, "group": 2, "to": 6580, "width": 2.4996088340206275}, {"arrows": "to", "from": 6586, "group": 2, "to": 14478, "width": 1.4996088340206275}, {"arrows": "to", "from": 6601, "group": 2, "to": 6604, "width": 2.4996088340206275}, {"arrows": "to", "from": 6607, "group": 2, "to": 6614, "width": 2.4996088340206275}, {"arrows": "to", "from": 6614, "group": 2, "to": 6632, "width": 2.4996088340206275}, {"arrows": "to", "from": 6632, "group": 2, "to": 6639, "width": 2.4996088340206275}, {"arrows": "to", "from": 6639, "group": 2, "to": 6644, "width": 2.4996088340206275}, {"arrows": "to", "from": 6644, "group": 2, "to": 6645, "width": 2.4996088340206275}, {"arrows": "to", "from": 6645, "group": 2, "to": 6647, "width": 2.4996088340206275}, {"arrows": "to", "from": 6647, "group": 2, "to": 6650, "width": 2.4996088340206275}, {"arrows": "to", "from": 6650, "group": 2, "to": 6651, "width": 2.4996088340206275}, {"arrows": "to", "from": 6653, "group": 2, "to": 11093, "width": 2.4996088340206275}, {"arrows": "to", "from": 6654, "group": 2, "to": 6656, "width": 2.4996088340206275}, {"arrows": "to", "from": 6655, "group": 2, "to": 11221, "width": 1.4996088340206275}, {"arrows": "to", "from": 6656, "group": 2, "to": 6657, "width": 2.4996088340206275}, {"arrows": "to", "from": 6659, "group": 2, "to": 6662, "width": 2.4996088340206275}, {"arrows": "to", "from": 6662, "group": 2, "to": 6664, "width": 2.4996088340206275}, {"arrows": "to", "from": 6664, "group": 2, "to": 6668, "width": 2.4996088340206275}, {"arrows": "to", "from": 6668, "group": 2, "to": 6669, "width": 2.4996088340206275}, {"arrows": "to", "from": 6669, "group": 2, "to": 6677, "width": 2.4996088340206275}, {"arrows": "to", "from": 6677, "group": 2, "to": 6680, "width": 2.4996088340206275}, {"arrows": "to", "from": 6680, "group": 2, "to": 6684, "width": 2.4996088340206275}, {"arrows": "to", "from": 6684, "group": 2, "to": 6685, "width": 2.4996088340206275}, {"arrows": "to", "from": 6685, "group": 2, "to": 6690, "width": 2.4996088340206275}, {"arrows": "to", "from": 6690, "group": 2, "to": 6695, "width": 2.4996088340206275}, {"arrows": "to", "from": 6695, "group": 2, "to": 6700, "width": 2.4996088340206275}, {"arrows": "to", "from": 6700, "group": 2, "to": 6707, "width": 2.4996088340206275}, {"arrows": "to", "from": 6707, "group": 2, "to": 6714, "width": 2.4996088340206275}, {"arrows": "to", "from": 6714, "group": 2, "to": 6716, "width": 2.4996088340206275}, {"arrows": "to", "from": 6720, "group": 2, "to": 6721, "width": 2.4996088340206275}, {"arrows": "to", "from": 6725, "group": 2, "to": 6726, "width": 2.4996088340206275}, {"arrows": "to", "from": 6732, "group": 2, "to": 6734, "width": 2.4996088340206275}, {"arrows": "to", "from": 6734, "group": 2, "to": 6735, "width": 2.4996088340206275}, {"arrows": "to", "from": 6739, "group": 2, "to": 6757, "width": 2.4996088340206275}, {"arrows": "to", "from": 6757, "group": 2, "to": 6763, "width": 2.4996088340206275}, {"arrows": "to", "from": 6763, "group": 2, "to": 6766, "width": 2.4996088340206275}, {"arrows": "to", "from": 6766, "group": 2, "to": 6774, "width": 2.4996088340206275}, {"arrows": "to", "from": 6774, "group": 2, "to": 6783, "width": 2.4996088340206275}, {"arrows": "to", "from": 6783, "group": 2, "to": 6785, "width": 2.4996088340206275}, {"arrows": "to", "from": 6785, "group": 2, "to": 6789, "width": 2.4996088340206275}, {"arrows": "to", "from": 6789, "group": 2, "to": 6791, "width": 2.4996088340206275}, {"arrows": "to", "from": 6791, "group": 2, "to": 6797, "width": 2.4996088340206275}, {"arrows": "to", "from": 6797, "group": 2, "to": 6800, "width": 2.4996088340206275}, {"arrows": "to", "from": 6800, "group": 2, "to": 6803, "width": 2.4996088340206275}, {"arrows": "to", "from": 6803, "group": 2, "to": 6805, "width": 2.4996088340206275}, {"arrows": "to", "from": 6805, "group": 2, "to": 6806, "width": 2.4996088340206275}, {"arrows": "to", "from": 6806, "group": 2, "to": 6807, "width": 2.4996088340206275}, {"arrows": "to", "from": 6807, "group": 2, "to": 6809, "width": 2.4996088340206275}, {"arrows": "to", "from": 6809, "group": 2, "to": 6810, "width": 2.4996088340206275}, {"arrows": "to", "from": 6810, "group": 2, "to": 6813, "width": 2.4996088340206275}, {"arrows": "to", "from": 6813, "group": 2, "to": 6817, "width": 2.4996088340206275}, {"arrows": "to", "from": 6817, "group": 2, "to": 6819, "width": 2.4996088340206275}, {"arrows": "to", "from": 6819, "group": 2, "to": 6822, "width": 2.4996088340206275}, {"arrows": "to", "from": 6822, "group": 2, "to": 6823, "width": 2.4996088340206275}, {"arrows": "to", "from": 6826, "group": 2, "to": 6828, "width": 2.4996088340206275}, {"arrows": "to", "from": 6827, "group": 2, "to": 9086, "width": 1.4996088340206275}, {"arrows": "to", "from": 6828, "group": 2, "to": 6833, "width": 2.4996088340206275}, {"arrows": "to", "from": 6833, "group": 2, "to": 6835, "width": 2.4996088340206275}, {"arrows": "to", "from": 6835, "group": 2, "to": 6837, "width": 2.4996088340206275}, {"arrows": "to", "from": 6837, "group": 2, "to": 6838, "width": 2.4996088340206275}, {"arrows": "to", "from": 6841, "group": 2, "to": 6842, "width": 2.4996088340206275}, {"arrows": "to", "from": 6842, "group": 2, "to": 6843, "width": 2.4996088340206275}, {"arrows": "to", "from": 6843, "group": 2, "to": 6845, "width": 2.4996088340206275}, {"arrows": "to", "from": 6845, "group": 2, "to": 6846, "width": 2.4996088340206275}, {"arrows": "to", "from": 6846, "group": 2, "to": 6847, "width": 2.4996088340206275}, {"arrows": "to", "from": 6847, "group": 2, "to": 6858, "width": 2.4996088340206275}, {"arrows": "to", "from": 6858, "group": 2, "to": 6872, "width": 2.4996088340206275}, {"arrows": "to", "from": 6896, "group": 2, "to": 11134, "width": 2.4996088340206275}, {"arrows": "to", "from": 6897, "group": 2, "to": 6900, "width": 2.4996088340206275}, {"arrows": "to", "from": 6899, "group": 2, "to": 10005, "width": 1.86579956400095}, {"arrows": "to", "from": 6900, "group": 2, "to": 6903, "width": 2.4996088340206275}, {"arrows": "to", "from": 6903, "group": 2, "to": 6912, "width": 2.4996088340206275}, {"arrows": "to", "from": 6912, "group": 2, "to": 6925, "width": 2.4996088340206275}, {"arrows": "to", "from": 6925, "group": 2, "to": 6934, "width": 2.4996088340206275}, {"arrows": "to", "from": 6934, "group": 2, "to": 6935, "width": 2.4996088340206275}, {"arrows": "to", "from": 6935, "group": 2, "to": 6939, "width": 2.4996088340206275}, {"arrows": "to", "from": 6947, "group": 2, "to": 6948, "width": 1.4996088340206275}, {"arrows": "to", "from": 6947, "group": 2, "to": 6949, "width": 2.4996088340206275}, {"arrows": "to", "from": 6948, "group": 2, "to": 11214, "width": 1.4996088340206275}, {"arrows": "to", "from": 6949, "group": 2, "to": 6951, "width": 2.4996088340206275}, {"arrows": "to", "from": 6951, "group": 2, "to": 6952, "width": 2.4996088340206275}, {"arrows": "to", "from": 6952, "group": 2, "to": 6970, "width": 2.4996088340206275}, {"arrows": "to", "from": 6970, "group": 2, "to": 6974, "width": 2.4996088340206275}, {"arrows": "to", "from": 6974, "group": 2, "to": 6981, "width": 2.4996088340206275}, {"arrows": "to", "from": 6981, "group": 2, "to": 7011, "width": 2.4996088340206275}, {"arrows": "to", "from": 7011, "group": 2, "to": 7015, "width": 2.4996088340206275}, {"arrows": "to", "from": 7015, "group": 2, "to": 7031, "width": 2.4996088340206275}, {"arrows": "to", "from": 7031, "group": 2, "to": 7034, "width": 2.4996088340206275}, {"arrows": "to", "from": 7034, "group": 2, "to": 7036, "width": 2.4996088340206275}, {"arrows": "to", "from": 7036, "group": 2, "to": 7042, "width": 2.4996088340206275}, {"arrows": "to", "from": 7042, "group": 2, "to": 7047, "width": 2.4996088340206275}, {"arrows": "to", "from": 7047, "group": 2, "to": 7052, "width": 2.4996088340206275}, {"arrows": "to", "from": 7052, "group": 2, "to": 7053, "width": 2.4996088340206275}, {"arrows": "to", "from": 7053, "group": 2, "to": 7054, "width": 2.4996088340206275}, {"arrows": "to", "from": 7054, "group": 2, "to": 7062, "width": 2.4996088340206275}, {"arrows": "to", "from": 7062, "group": 2, "to": 7064, "width": 2.4996088340206275}, {"arrows": "to", "from": 7064, "group": 2, "to": 7066, "width": 2.4996088340206275}, {"arrows": "to", "from": 7066, "group": 2, "to": 7068, "width": 2.4996088340206275}, {"arrows": "to", "from": 7068, "group": 2, "to": 7071, "width": 2.4996088340206275}, {"arrows": "to", "from": 7075, "group": 2, "to": 7076, "width": 2.4996088340206275}, {"arrows": "to", "from": 7097, "group": 2, "to": 7101, "width": 2.0603835756632374}, {"arrows": "to", "from": 7097, "group": 2, "to": 7103, "width": 2.612212742853428}, {"arrows": "to", "from": 7101, "group": 2, "to": 7104, "width": 2.0603835756632374}, {"arrows": "to", "from": 7103, "group": 2, "to": 10278, "width": 2.7498044170103135}, {"arrows": "to", "from": 7104, "group": 2, "to": 7110, "width": 2.0603835756632374}, {"arrows": "to", "from": 7110, "group": 2, "to": 7113, "width": 2.0603835756632374}, {"arrows": "to", "from": 7113, "group": 2, "to": 7119, "width": 2.0603835756632374}, {"arrows": "to", "from": 7119, "group": 2, "to": 7126, "width": 2.0603835756632374}, {"arrows": "to", "from": 7126, "group": 2, "to": 7127, "width": 2.0603835756632374}, {"arrows": "to", "from": 7127, "group": 2, "to": 7129, "width": 2.4996088340206275}, {"arrows": "to", "from": 7127, "group": 2, "to": 9048, "width": 1.4996088340206275}, {"arrows": "to", "from": 7129, "group": 2, "to": 7131, "width": 2.4996088340206275}, {"arrows": "to", "from": 7137, "group": 2, "to": 9284, "width": 2.0603835756632374}, {"arrows": "to", "from": 7145, "group": 2, "to": 7152, "width": 2.4996088340206275}, {"arrows": "to", "from": 7152, "group": 2, "to": 7157, "width": 2.4996088340206275}, {"arrows": "to", "from": 7157, "group": 2, "to": 7175, "width": 2.4996088340206275}, {"arrows": "to", "from": 7175, "group": 2, "to": 7179, "width": 2.4996088340206275}, {"arrows": "to", "from": 7179, "group": 2, "to": 7205, "width": 2.4996088340206275}, {"arrows": "to", "from": 7205, "group": 2, "to": 7209, "width": 2.4996088340206275}, {"arrows": "to", "from": 7214, "group": 2, "to": 12069, "width": 1.4996088340206275}, {"arrows": "to", "from": 7220, "group": 2, "to": 7226, "width": 2.4996088340206275}, {"arrows": "to", "from": 7226, "group": 2, "to": 7247, "width": 2.4996088340206275}, {"arrows": "to", "from": 7247, "group": 2, "to": 7256, "width": 2.4996088340206275}, {"arrows": "to", "from": 7256, "group": 2, "to": 7258, "width": 2.4996088340206275}, {"arrows": "to", "from": 7258, "group": 2, "to": 7264, "width": 2.4996088340206275}, {"arrows": "to", "from": 7264, "group": 2, "to": 7273, "width": 2.4996088340206275}, {"arrows": "to", "from": 7273, "group": 2, "to": 7275, "width": 2.4996088340206275}, {"arrows": "to", "from": 7275, "group": 2, "to": 7277, "width": 2.4996088340206275}, {"arrows": "to", "from": 7277, "group": 2, "to": 7285, "width": 2.4996088340206275}, {"arrows": "to", "from": 7285, "group": 2, "to": 7289, "width": 2.4996088340206275}, {"arrows": "to", "from": 7289, "group": 2, "to": 7296, "width": 2.4996088340206275}, {"arrows": "to", "from": 7296, "group": 2, "to": 7298, "width": 2.4996088340206275}, {"arrows": "to", "from": 7314, "group": 2, "to": 7322, "width": 2.4996088340206275}, {"arrows": "to", "from": 7322, "group": 2, "to": 7327, "width": 2.4996088340206275}, {"arrows": "to", "from": 7327, "group": 2, "to": 7342, "width": 2.4996088340206275}, {"arrows": "to", "from": 7365, "group": 2, "to": 7367, "width": 2.4996088340206275}, {"arrows": "to", "from": 7367, "group": 2, "to": 7369, "width": 2.4996088340206275}, {"arrows": "to", "from": 7369, "group": 2, "to": 7373, "width": 2.4996088340206275}, {"arrows": "to", "from": 7373, "group": 2, "to": 7383, "width": 2.4996088340206275}, {"arrows": "to", "from": 7383, "group": 2, "to": 7385, "width": 2.4996088340206275}, {"arrows": "to", "from": 7385, "group": 2, "to": 7389, "width": 2.4996088340206275}, {"arrows": "to", "from": 7389, "group": 2, "to": 7391, "width": 2.4996088340206275}, {"arrows": "to", "from": 7391, "group": 2, "to": 7392, "width": 2.4996088340206275}, {"arrows": "to", "from": 7392, "group": 2, "to": 7394, "width": 2.4996088340206275}, {"arrows": "to", "from": 7394, "group": 2, "to": 7398, "width": 2.4996088340206275}, {"arrows": "to", "from": 7398, "group": 2, "to": 7401, "width": 2.4996088340206275}, {"arrows": "to", "from": 7401, "group": 2, "to": 7405, "width": 2.4996088340206275}, {"arrows": "to", "from": 7405, "group": 2, "to": 7411, "width": 2.4996088340206275}, {"arrows": "to", "from": 7411, "group": 2, "to": 7416, "width": 2.4996088340206275}, {"arrows": "to", "from": 7416, "group": 2, "to": 7418, "width": 2.4996088340206275}, {"arrows": "to", "from": 7418, "group": 2, "to": 7420, "width": 2.4996088340206275}, {"arrows": "to", "from": 7426, "group": 2, "to": 7428, "width": 2.4996088340206275}, {"arrows": "to", "from": 7428, "group": 2, "to": 7431, "width": 2.4996088340206275}, {"arrows": "to", "from": 7431, "group": 2, "to": 7442, "width": 2.4996088340206275}, {"arrows": "to", "from": 7442, "group": 2, "to": 7450, "width": 2.4996088340206275}, {"arrows": "to", "from": 7450, "group": 2, "to": 7453, "width": 2.4996088340206275}, {"arrows": "to", "from": 7453, "group": 2, "to": 7454, "width": 2.4996088340206275}, {"arrows": "to", "from": 7454, "group": 2, "to": 7475, "width": 2.4996088340206275}, {"arrows": "to", "from": 7519, "group": 2, "to": 7520, "width": 2.4996088340206275}, {"arrows": "to", "from": 7519, "group": 2, "to": 12691, "width": 1.4996088340206275}, {"arrows": "to", "from": 7520, "group": 2, "to": 7522, "width": 2.4996088340206275}, {"arrows": "to", "from": 7522, "group": 2, "to": 7523, "width": 2.4996088340206275}, {"arrows": "to", "from": 7523, "group": 2, "to": 7524, "width": 2.4996088340206275}, {"arrows": "to", "from": 7524, "group": 2, "to": 7542, "width": 2.4996088340206275}, {"arrows": "to", "from": 7542, "group": 2, "to": 7543, "width": 2.4996088340206275}, {"arrows": "to", "from": 7543, "group": 2, "to": 7558, "width": 2.4996088340206275}, {"arrows": "to", "from": 7558, "group": 2, "to": 7562, "width": 2.4996088340206275}, {"arrows": "to", "from": 7562, "group": 2, "to": 7575, "width": 2.4996088340206275}, {"arrows": "to", "from": 7575, "group": 2, "to": 7577, "width": 2.4996088340206275}, {"arrows": "to", "from": 7577, "group": 2, "to": 7578, "width": 2.4996088340206275}, {"arrows": "to", "from": 7578, "group": 2, "to": 7582, "width": 2.4996088340206275}, {"arrows": "to", "from": 7589, "group": 2, "to": 7592, "width": 2.4996088340206275}, {"arrows": "to", "from": 7590, "group": 2, "to": 14295, "width": 1.4996088340206275}, {"arrows": "to", "from": 7590, "group": 2, "to": 14640, "width": 1.4996088340206275}, {"arrows": "to", "from": 7592, "group": 2, "to": 7593, "width": 2.4996088340206275}, {"arrows": "to", "from": 7600, "group": 2, "to": 7604, "width": 1.4996088340206275}, {"arrows": "to", "from": 7604, "group": 2, "to": 7607, "width": 1.4996088340206275}, {"arrows": "to", "from": 7607, "group": 2, "to": 7615, "width": 1.4996088340206275}, {"arrows": "to", "from": 7615, "group": 2, "to": 7619, "width": 1.4996088340206275}, {"arrows": "to", "from": 7619, "group": 2, "to": 7624, "width": 1.4996088340206275}, {"arrows": "to", "from": 7633, "group": 2, "to": 7637, "width": 1.4996088340206275}, {"arrows": "to", "from": 7667, "group": 2, "to": 7673, "width": 1.4996088340206275}, {"arrows": "to", "from": 7673, "group": 2, "to": 7677, "width": 1.4996088340206275}, {"arrows": "to", "from": 7677, "group": 2, "to": 7679, "width": 1.4996088340206275}, {"arrows": "to", "from": 7679, "group": 2, "to": 7699, "width": 1.4996088340206275}, {"arrows": "to", "from": 7699, "group": 2, "to": 7700, "width": 1.4996088340206275}, {"arrows": "to", "from": 7700, "group": 2, "to": 7701, "width": 1.4996088340206275}, {"arrows": "to", "from": 7701, "group": 2, "to": 7703, "width": 1.4996088340206275}, {"arrows": "to", "from": 7703, "group": 2, "to": 7707, "width": 1.4996088340206275}, {"arrows": "to", "from": 7707, "group": 2, "to": 7708, "width": 1.4996088340206275}, {"arrows": "to", "from": 7738, "group": 2, "to": 8122, "width": 2.4996088340206275}, {"arrows": "to", "from": 7739, "group": 2, "to": 7749, "width": 1.4996088340206275}, {"arrows": "to", "from": 7771, "group": 2, "to": 7780, "width": 1.4996088340206275}, {"arrows": "to", "from": 7780, "group": 2, "to": 7781, "width": 1.4996088340206275}, {"arrows": "to", "from": 7781, "group": 2, "to": 7782, "width": 1.4996088340206275}, {"arrows": "to", "from": 7782, "group": 2, "to": 7790, "width": 1.4996088340206275}, {"arrows": "to", "from": 7790, "group": 2, "to": 7799, "width": 1.4996088340206275}, {"arrows": "to", "from": 7799, "group": 2, "to": 7801, "width": 1.4996088340206275}, {"arrows": "to", "from": 7801, "group": 2, "to": 7807, "width": 1.4996088340206275}, {"arrows": "to", "from": 7807, "group": 2, "to": 7810, "width": 1.4996088340206275}, {"arrows": "to", "from": 7810, "group": 2, "to": 7816, "width": 1.4996088340206275}, {"arrows": "to", "from": 7816, "group": 2, "to": 7824, "width": 1.4996088340206275}, {"arrows": "to", "from": 7824, "group": 2, "to": 7825, "width": 1.4996088340206275}, {"arrows": "to", "from": 7825, "group": 2, "to": 7826, "width": 1.4996088340206275}, {"arrows": "to", "from": 7826, "group": 2, "to": 7831, "width": 1.4996088340206275}, {"arrows": "to", "from": 7831, "group": 2, "to": 7842, "width": 1.4996088340206275}, {"arrows": "to", "from": 7842, "group": 2, "to": 7855, "width": 1.4996088340206275}, {"arrows": "to", "from": 7855, "group": 2, "to": 7861, "width": 1.4996088340206275}, {"arrows": "to", "from": 7861, "group": 2, "to": 7863, "width": 1.4996088340206275}, {"arrows": "to", "from": 7863, "group": 2, "to": 7864, "width": 1.4996088340206275}, {"arrows": "to", "from": 7864, "group": 2, "to": 7865, "width": 1.4996088340206275}, {"arrows": "to", "from": 7865, "group": 2, "to": 7869, "width": 1.4996088340206275}, {"arrows": "to", "from": 7869, "group": 2, "to": 7870, "width": 1.4996088340206275}, {"arrows": "to", "from": 7872, "group": 2, "to": 7879, "width": 2.4996088340206275}, {"arrows": "to", "from": 7875, "group": 2, "to": 8379, "width": 1.4996088340206275}, {"arrows": "to", "from": 7877, "group": 2, "to": 8383, "width": 1.4996088340206275}, {"arrows": "to", "from": 7877, "group": 2, "to": 8387, "width": 6.188932954223529}, {"arrows": "to", "from": 7879, "group": 2, "to": 7884, "width": 2.4996088340206275}, {"arrows": "to", "from": 7884, "group": 2, "to": 7889, "width": 2.4996088340206275}, {"arrows": "to", "from": 7904, "group": 2, "to": 7915, "width": 2.4996088340206275}, {"arrows": "to", "from": 7915, "group": 2, "to": 7921, "width": 2.4996088340206275}, {"arrows": "to", "from": 7921, "group": 2, "to": 7922, "width": 2.4996088340206275}, {"arrows": "to", "from": 7929, "group": 2, "to": 7942, "width": 2.4996088340206275}, {"arrows": "to", "from": 7942, "group": 2, "to": 7952, "width": 2.4996088340206275}, {"arrows": "to", "from": 7952, "group": 2, "to": 7953, "width": 2.4996088340206275}, {"arrows": "to", "from": 7953, "group": 2, "to": 7954, "width": 2.4996088340206275}, {"arrows": "to", "from": 7954, "group": 2, "to": 7957, "width": 2.4996088340206275}, {"arrows": "to", "from": 7957, "group": 2, "to": 7967, "width": 2.4996088340206275}, {"arrows": "to", "from": 7967, "group": 2, "to": 7972, "width": 2.4996088340206275}, {"arrows": "to", "from": 7972, "group": 2, "to": 7979, "width": 2.4996088340206275}, {"arrows": "to", "from": 7979, "group": 2, "to": 7980, "width": 2.4996088340206275}, {"arrows": "to", "from": 7980, "group": 2, "to": 7984, "width": 2.4996088340206275}, {"arrows": "to", "from": 7986, "group": 2, "to": 11436, "width": 1.4996088340206275}, {"arrows": "to", "from": 7987, "group": 2, "to": 7995, "width": 2.4996088340206275}, {"arrows": "to", "from": 7995, "group": 2, "to": 8003, "width": 2.4996088340206275}, {"arrows": "to", "from": 8003, "group": 2, "to": 8010, "width": 2.4996088340206275}, {"arrows": "to", "from": 8010, "group": 2, "to": 8018, "width": 2.4996088340206275}, {"arrows": "to", "from": 8018, "group": 2, "to": 8020, "width": 2.4996088340206275}, {"arrows": "to", "from": 8020, "group": 2, "to": 8024, "width": 2.4996088340206275}, {"arrows": "to", "from": 8024, "group": 2, "to": 8027, "width": 2.4996088340206275}, {"arrows": "to", "from": 8050, "group": 2, "to": 8061, "width": 2.4996088340206275}, {"arrows": "to", "from": 8061, "group": 2, "to": 8070, "width": 2.4996088340206275}, {"arrows": "to", "from": 8070, "group": 2, "to": 8071, "width": 2.4996088340206275}, {"arrows": "to", "from": 8077, "group": 2, "to": 8079, "width": 2.4996088340206275}, {"arrows": "to", "from": 8079, "group": 2, "to": 8081, "width": 2.4996088340206275}, {"arrows": "to", "from": 8101, "group": 2, "to": 8102, "width": 2.4996088340206275}, {"arrows": "to", "from": 8122, "group": 2, "to": 8123, "width": 2.4996088340206275}, {"arrows": "to", "from": 8123, "group": 2, "to": 8134, "width": 2.4996088340206275}, {"arrows": "to", "from": 8134, "group": 2, "to": 8144, "width": 2.4996088340206275}, {"arrows": "to", "from": 8144, "group": 2, "to": 8147, "width": 2.4996088340206275}, {"arrows": "to", "from": 8147, "group": 2, "to": 8152, "width": 2.4996088340206275}, {"arrows": "to", "from": 8152, "group": 2, "to": 8159, "width": 2.4996088340206275}, {"arrows": "to", "from": 8159, "group": 2, "to": 8169, "width": 2.4996088340206275}, {"arrows": "to", "from": 8184, "group": 2, "to": 8186, "width": 2.4996088340206275}, {"arrows": "to", "from": 8185, "group": 2, "to": 10879, "width": 1.4996088340206275}, {"arrows": "to", "from": 8186, "group": 2, "to": 8188, "width": 2.4996088340206275}, {"arrows": "to", "from": 8188, "group": 2, "to": 8196, "width": 2.4996088340206275}, {"arrows": "to", "from": 8196, "group": 2, "to": 8206, "width": 2.4996088340206275}, {"arrows": "to", "from": 8206, "group": 2, "to": 8207, "width": 2.4996088340206275}, {"arrows": "to", "from": 8207, "group": 2, "to": 8215, "width": 2.4996088340206275}, {"arrows": "to", "from": 8215, "group": 2, "to": 8224, "width": 2.4996088340206275}, {"arrows": "to", "from": 8224, "group": 2, "to": 8225, "width": 2.4996088340206275}, {"arrows": "to", "from": 8245, "group": 2, "to": 9150, "width": 1.4996088340206275}, {"arrows": "to", "from": 8247, "group": 2, "to": 9306, "width": 1.4996088340206275}, {"arrows": "to", "from": 8251, "group": 2, "to": 9814, "width": 2.4996088340206275}, {"arrows": "to", "from": 8251, "group": 2, "to": 10185, "width": 2.4996088340206275}, {"arrows": "to", "from": 8252, "group": 2, "to": 8258, "width": 2.4996088340206275}, {"arrows": "to", "from": 8255, "group": 2, "to": 13504, "width": 1.4996088340206275}, {"arrows": "to", "from": 8255, "group": 2, "to": 14051, "width": 2.4996088340206275}, {"arrows": "to", "from": 8255, "group": 2, "to": 14482, "width": 1.4996088340206275}, {"arrows": "to", "from": 8258, "group": 2, "to": 8271, "width": 2.4996088340206275}, {"arrows": "to", "from": 8271, "group": 2, "to": 8276, "width": 2.4996088340206275}, {"arrows": "to", "from": 8276, "group": 2, "to": 8278, "width": 2.4996088340206275}, {"arrows": "to", "from": 8278, "group": 2, "to": 8280, "width": 2.4996088340206275}, {"arrows": "to", "from": 8280, "group": 2, "to": 8285, "width": 2.4996088340206275}, {"arrows": "to", "from": 8285, "group": 2, "to": 8287, "width": 2.4996088340206275}, {"arrows": "to", "from": 8287, "group": 2, "to": 8288, "width": 2.4996088340206275}, {"arrows": "to", "from": 8288, "group": 2, "to": 8294, "width": 2.4996088340206275}, {"arrows": "to", "from": 8294, "group": 2, "to": 8299, "width": 2.4996088340206275}, {"arrows": "to", "from": 8299, "group": 2, "to": 8305, "width": 2.4996088340206275}, {"arrows": "to", "from": 8305, "group": 2, "to": 8306, "width": 2.4996088340206275}, {"arrows": "to", "from": 8306, "group": 2, "to": 8310, "width": 2.4996088340206275}, {"arrows": "to", "from": 8310, "group": 2, "to": 8314, "width": 2.4996088340206275}, {"arrows": "to", "from": 8322, "group": 2, "to": 10483, "width": 1.4996088340206275}, {"arrows": "to", "from": 8323, "group": 2, "to": 8324, "width": 2.4996088340206275}, {"arrows": "to", "from": 8324, "group": 2, "to": 8334, "width": 2.4996088340206275}, {"arrows": "to", "from": 8334, "group": 2, "to": 8343, "width": 2.4996088340206275}, {"arrows": "to", "from": 8343, "group": 2, "to": 8350, "width": 2.4996088340206275}, {"arrows": "to", "from": 8350, "group": 2, "to": 8354, "width": 2.4996088340206275}, {"arrows": "to", "from": 8354, "group": 2, "to": 8356, "width": 2.4996088340206275}, {"arrows": "to", "from": 8356, "group": 2, "to": 8358, "width": 2.4996088340206275}, {"arrows": "to", "from": 8358, "group": 2, "to": 8361, "width": 2.4996088340206275}, {"arrows": "to", "from": 8361, "group": 2, "to": 8370, "width": 2.4996088340206275}, {"arrows": "to", "from": 8370, "group": 2, "to": 8373, "width": 2.4996088340206275}, {"arrows": "to", "from": 8383, "group": 2, "to": 8390, "width": 1.4996088340206275}, {"arrows": "to", "from": 8387, "group": 2, "to": 8547, "width": 1.4996088340206275}, {"arrows": "to", "from": 8387, "group": 2, "to": 8550, "width": 6.1904505123712275}, {"arrows": "to", "from": 8395, "group": 2, "to": 8761, "width": 2.4996088340206275}, {"arrows": "to", "from": 8405, "group": 2, "to": 8414, "width": 1.4996088340206275}, {"arrows": "to", "from": 8454, "group": 2, "to": 8459, "width": 1.4996088340206275}, {"arrows": "to", "from": 8462, "group": 2, "to": 9635, "width": 1.4996088340206275}, {"arrows": "to", "from": 8463, "group": 2, "to": 8469, "width": 1.4996088340206275}, {"arrows": "to", "from": 8469, "group": 2, "to": 8471, "width": 1.4996088340206275}, {"arrows": "to", "from": 8520, "group": 2, "to": 8719, "width": 1.4996088340206275}, {"arrows": "to", "from": 8522, "group": 2, "to": 8524, "width": 1.4996088340206275}, {"arrows": "to", "from": 8526, "group": 2, "to": 8527, "width": 1.4996088340206275}, {"arrows": "to", "from": 8527, "group": 2, "to": 8533, "width": 1.4996088340206275}, {"arrows": "to", "from": 8533, "group": 2, "to": 8535, "width": 1.4996088340206275}, {"arrows": "to", "from": 8550, "group": 2, "to": 8559, "width": 1.4996088340206275}, {"arrows": "to", "from": 8550, "group": 2, "to": 8560, "width": 6.202207213929074}, {"arrows": "to", "from": 8559, "group": 2, "to": 8561, "width": 1.4996088340206275}, {"arrows": "to", "from": 8560, "group": 2, "to": 8744, "width": 1.4996088340206275}, {"arrows": "to", "from": 8560, "group": 2, "to": 8745, "width": 1.4996088340206275}, {"arrows": "to", "from": 8560, "group": 2, "to": 8746, "width": 2.4996088340206275}, {"arrows": "to", "from": 8560, "group": 2, "to": 8749, "width": 5.207958328623082}, {"arrows": "to", "from": 8569, "group": 2, "to": 8575, "width": 1.4996088340206275}, {"arrows": "to", "from": 8575, "group": 2, "to": 8579, "width": 1.4996088340206275}, {"arrows": "to", "from": 8579, "group": 2, "to": 8581, "width": 1.4996088340206275}, {"arrows": "to", "from": 8587, "group": 2, "to": 8592, "width": 0.86579956400095}, {"arrows": "to", "from": 8592, "group": 2, "to": 8596, "width": 1.4996088340206275}, {"arrows": "to", "from": 8592, "group": 2, "to": 8610, "width": 1.4996088340206275}, {"arrows": "to", "from": 8592, "group": 2, "to": 11952, "width": 1.4996088340206275}, {"arrows": "to", "from": 8596, "group": 2, "to": 8613, "width": 1.4996088340206275}, {"arrows": "to", "from": 8610, "group": 2, "to": 12751, "width": 1.4996088340206275}, {"arrows": "to", "from": 8613, "group": 2, "to": 8619, "width": 1.4996088340206275}, {"arrows": "to", "from": 8619, "group": 2, "to": 8621, "width": 1.4996088340206275}, {"arrows": "to", "from": 8621, "group": 2, "to": 8622, "width": 1.4996088340206275}, {"arrows": "to", "from": 8622, "group": 2, "to": 8625, "width": 1.4996088340206275}, {"arrows": "to", "from": 8627, "group": 2, "to": 8628, "width": 1.4996088340206275}, {"arrows": "to", "from": 8627, "group": 2, "to": 11990, "width": 1.4996088340206275}, {"arrows": "to", "from": 8628, "group": 2, "to": 8640, "width": 1.4996088340206275}, {"arrows": "to", "from": 8640, "group": 2, "to": 8643, "width": 1.4996088340206275}, {"arrows": "to", "from": 8643, "group": 2, "to": 8660, "width": 1.4996088340206275}, {"arrows": "to", "from": 8660, "group": 2, "to": 8662, "width": 1.4996088340206275}, {"arrows": "to", "from": 8662, "group": 2, "to": 8664, "width": 1.4996088340206275}, {"arrows": "to", "from": 8664, "group": 2, "to": 8667, "width": 1.4996088340206275}, {"arrows": "to", "from": 8667, "group": 2, "to": 8668, "width": 1.4996088340206275}, {"arrows": "to", "from": 8668, "group": 2, "to": 8671, "width": 1.4996088340206275}, {"arrows": "to", "from": 8671, "group": 2, "to": 8675, "width": 1.4996088340206275}, {"arrows": "to", "from": 8675, "group": 2, "to": 8677, "width": 1.4996088340206275}, {"arrows": "to", "from": 8682, "group": 2, "to": 8686, "width": 1.4996088340206275}, {"arrows": "to", "from": 8686, "group": 2, "to": 8691, "width": 1.4996088340206275}, {"arrows": "to", "from": 8691, "group": 2, "to": 8705, "width": 1.4996088340206275}, {"arrows": "to", "from": 8705, "group": 2, "to": 8709, "width": 1.4996088340206275}, {"arrows": "to", "from": 8709, "group": 2, "to": 8711, "width": 1.4996088340206275}, {"arrows": "to", "from": 8719, "group": 2, "to": 8723, "width": 1.4996088340206275}, {"arrows": "to", "from": 8740, "group": 2, "to": 13406, "width": 2.4996088340206275}, {"arrows": "to", "from": 8744, "group": 2, "to": 9239, "width": 1.4996088340206275}, {"arrows": "to", "from": 8745, "group": 2, "to": 9620, "width": 1.4996088340206275}, {"arrows": "to", "from": 8746, "group": 2, "to": 8751, "width": 2.4996088340206275}, {"arrows": "to", "from": 8749, "group": 2, "to": 9631, "width": 2.6706454585058643}, {"arrows": "to", "from": 8749, "group": 2, "to": 9632, "width": 3.2187404298245865}, {"arrows": "to", "from": 8761, "group": 2, "to": 8773, "width": 2.4996088340206275}, {"arrows": "to", "from": 8773, "group": 2, "to": 8784, "width": 2.4996088340206275}, {"arrows": "to", "from": 8784, "group": 2, "to": 8787, "width": 2.4996088340206275}, {"arrows": "to", "from": 8787, "group": 2, "to": 8791, "width": 2.4996088340206275}, {"arrows": "to", "from": 8791, "group": 2, "to": 8811, "width": 2.4996088340206275}, {"arrows": "to", "from": 8811, "group": 2, "to": 8813, "width": 2.4996088340206275}, {"arrows": "to", "from": 8813, "group": 2, "to": 8815, "width": 2.4996088340206275}, {"arrows": "to", "from": 8815, "group": 2, "to": 8817, "width": 2.4996088340206275}, {"arrows": "to", "from": 8817, "group": 2, "to": 8821, "width": 2.4996088340206275}, {"arrows": "to", "from": 8821, "group": 2, "to": 8825, "width": 2.4996088340206275}, {"arrows": "to", "from": 8825, "group": 2, "to": 8831, "width": 2.4996088340206275}, {"arrows": "to", "from": 8836, "group": 2, "to": 8850, "width": 2.4996088340206275}, {"arrows": "to", "from": 8847, "group": 2, "to": 12396, "width": 1.4996088340206275}, {"arrows": "to", "from": 8847, "group": 2, "to": 12623, "width": 2.4996088340206275}, {"arrows": "to", "from": 8847, "group": 2, "to": 12640, "width": 1.4996088340206275}, {"arrows": "to", "from": 8847, "group": 2, "to": 13807, "width": 2.4996088340206275}, {"arrows": "to", "from": 8847, "group": 2, "to": 14132, "width": 1.4996088340206275}, {"arrows": "to", "from": 8850, "group": 2, "to": 8857, "width": 2.4996088340206275}, {"arrows": "to", "from": 8857, "group": 2, "to": 8876, "width": 2.4996088340206275}, {"arrows": "to", "from": 8876, "group": 2, "to": 8892, "width": 2.4996088340206275}, {"arrows": "to", "from": 8892, "group": 2, "to": 8900, "width": 2.4996088340206275}, {"arrows": "to", "from": 8900, "group": 2, "to": 8903, "width": 2.4996088340206275}, {"arrows": "to", "from": 8903, "group": 2, "to": 8908, "width": 2.4996088340206275}, {"arrows": "to", "from": 8908, "group": 2, "to": 8914, "width": 2.4996088340206275}, {"arrows": "to", "from": 8914, "group": 2, "to": 8915, "width": 2.4996088340206275}, {"arrows": "to", "from": 8915, "group": 2, "to": 8916, "width": 2.4996088340206275}, {"arrows": "to", "from": 8916, "group": 2, "to": 8945, "width": 2.4996088340206275}, {"arrows": "to", "from": 8945, "group": 2, "to": 8946, "width": 2.4996088340206275}, {"arrows": "to", "from": 8946, "group": 2, "to": 8948, "width": 2.4996088340206275}, {"arrows": "to", "from": 8948, "group": 2, "to": 8953, "width": 2.4996088340206275}, {"arrows": "to", "from": 8953, "group": 2, "to": 8957, "width": 2.4996088340206275}, {"arrows": "to", "from": 8957, "group": 2, "to": 8958, "width": 2.4996088340206275}, {"arrows": "to", "from": 8962, "group": 2, "to": 8964, "width": 2.4996088340206275}, {"arrows": "to", "from": 8964, "group": 2, "to": 8975, "width": 2.4996088340206275}, {"arrows": "to", "from": 8975, "group": 2, "to": 8978, "width": 2.4996088340206275}, {"arrows": "to", "from": 8978, "group": 2, "to": 8981, "width": 2.4996088340206275}, {"arrows": "to", "from": 8981, "group": 2, "to": 8983, "width": 2.4996088340206275}, {"arrows": "to", "from": 8983, "group": 2, "to": 8985, "width": 2.4996088340206275}, {"arrows": "to", "from": 8985, "group": 2, "to": 8986, "width": 2.4996088340206275}, {"arrows": "to", "from": 8986, "group": 2, "to": 8989, "width": 2.4996088340206275}, {"arrows": "to", "from": 8999, "group": 2, "to": 9008, "width": 2.4996088340206275}, {"arrows": "to", "from": 9008, "group": 2, "to": 9010, "width": 2.4996088340206275}, {"arrows": "to", "from": 9010, "group": 2, "to": 9012, "width": 2.4996088340206275}, {"arrows": "to", "from": 9012, "group": 2, "to": 9015, "width": 2.4996088340206275}, {"arrows": "to", "from": 9015, "group": 2, "to": 9023, "width": 2.4996088340206275}, {"arrows": "to", "from": 9023, "group": 2, "to": 9028, "width": 2.4996088340206275}, {"arrows": "to", "from": 9028, "group": 2, "to": 9035, "width": 2.4996088340206275}, {"arrows": "to", "from": 9035, "group": 2, "to": 9042, "width": 2.4996088340206275}, {"arrows": "to", "from": 9048, "group": 2, "to": 9051, "width": 1.4996088340206275}, {"arrows": "to", "from": 9055, "group": 2, "to": 9068, "width": 1.4996088340206275}, {"arrows": "to", "from": 9066, "group": 2, "to": 10604, "width": 1.0603835756632374}, {"arrows": "to", "from": 9066, "group": 2, "to": 10742, "width": 2.0603835756632374}, {"arrows": "to", "from": 9068, "group": 2, "to": 9071, "width": 1.4996088340206275}, {"arrows": "to", "from": 9071, "group": 2, "to": 9079, "width": 1.4996088340206275}, {"arrows": "to", "from": 9079, "group": 2, "to": 9081, "width": 1.4996088340206275}, {"arrows": "to", "from": 9081, "group": 2, "to": 9083, "width": 1.4996088340206275}, {"arrows": "to", "from": 9089, "group": 2, "to": 9098, "width": 1.4996088340206275}, {"arrows": "to", "from": 9098, "group": 2, "to": 9103, "width": 1.4996088340206275}, {"arrows": "to", "from": 9103, "group": 2, "to": 9108, "width": 1.4996088340206275}, {"arrows": "to", "from": 9108, "group": 2, "to": 9110, "width": 1.4996088340206275}, {"arrows": "to", "from": 9110, "group": 2, "to": 9112, "width": 1.4996088340206275}, {"arrows": "to", "from": 9112, "group": 2, "to": 9113, "width": 1.4996088340206275}, {"arrows": "to", "from": 9113, "group": 2, "to": 9117, "width": 1.4996088340206275}, {"arrows": "to", "from": 9117, "group": 2, "to": 9123, "width": 1.4996088340206275}, {"arrows": "to", "from": 9123, "group": 2, "to": 9124, "width": 1.4996088340206275}, {"arrows": "to", "from": 9150, "group": 2, "to": 9151, "width": 1.4996088340206275}, {"arrows": "to", "from": 9151, "group": 2, "to": 9152, "width": 1.4996088340206275}, {"arrows": "to", "from": 9152, "group": 2, "to": 9154, "width": 1.4996088340206275}, {"arrows": "to", "from": 9154, "group": 2, "to": 9161, "width": 1.4996088340206275}, {"arrows": "to", "from": 9165, "group": 2, "to": 9172, "width": 1.4996088340206275}, {"arrows": "to", "from": 9172, "group": 2, "to": 9182, "width": 1.4996088340206275}, {"arrows": "to", "from": 9182, "group": 2, "to": 9183, "width": 1.4996088340206275}, {"arrows": "to", "from": 9183, "group": 2, "to": 9184, "width": 1.4996088340206275}, {"arrows": "to", "from": 9184, "group": 2, "to": 9185, "width": 1.4996088340206275}, {"arrows": "to", "from": 9185, "group": 2, "to": 9189, "width": 1.4996088340206275}, {"arrows": "to", "from": 9189, "group": 2, "to": 9195, "width": 1.4996088340206275}, {"arrows": "to", "from": 9195, "group": 2, "to": 9199, "width": 1.4996088340206275}, {"arrows": "to", "from": 9199, "group": 2, "to": 9201, "width": 1.4996088340206275}, {"arrows": "to", "from": 9201, "group": 2, "to": 9217, "width": 1.4996088340206275}, {"arrows": "to", "from": 9217, "group": 2, "to": 9218, "width": 1.4996088340206275}, {"arrows": "to", "from": 9239, "group": 2, "to": 9242, "width": 1.4996088340206275}, {"arrows": "to", "from": 9242, "group": 2, "to": 9250, "width": 1.4996088340206275}, {"arrows": "to", "from": 9250, "group": 2, "to": 9253, "width": 1.4996088340206275}, {"arrows": "to", "from": 9253, "group": 2, "to": 9257, "width": 1.4996088340206275}, {"arrows": "to", "from": 9257, "group": 2, "to": 9263, "width": 1.4996088340206275}, {"arrows": "to", "from": 9263, "group": 2, "to": 9270, "width": 1.4996088340206275}, {"arrows": "to", "from": 9270, "group": 2, "to": 9272, "width": 1.4996088340206275}, {"arrows": "to", "from": 9272, "group": 2, "to": 9276, "width": 1.4996088340206275}, {"arrows": "to", "from": 9278, "group": 2, "to": 9280, "width": 1.4996088340206275}, {"arrows": "to", "from": 9284, "group": 2, "to": 9287, "width": 1.4996088340206275}, {"arrows": "to", "from": 9284, "group": 2, "to": 9293, "width": 2.4996088340206275}, {"arrows": "to", "from": 9287, "group": 2, "to": 9298, "width": 1.4996088340206275}, {"arrows": "to", "from": 9293, "group": 2, "to": 13683, "width": 2.4996088340206275}, {"arrows": "to", "from": 9298, "group": 2, "to": 9300, "width": 1.4996088340206275}, {"arrows": "to", "from": 9306, "group": 2, "to": 9311, "width": 1.4996088340206275}, {"arrows": "to", "from": 9311, "group": 2, "to": 9312, "width": 1.4996088340206275}, {"arrows": "to", "from": 9312, "group": 2, "to": 9317, "width": 1.4996088340206275}, {"arrows": "to", "from": 9317, "group": 2, "to": 9333, "width": 1.4996088340206275}, {"arrows": "to", "from": 9333, "group": 2, "to": 9334, "width": 1.4996088340206275}, {"arrows": "to", "from": 9334, "group": 2, "to": 9335, "width": 1.4996088340206275}, {"arrows": "to", "from": 9335, "group": 2, "to": 9340, "width": 1.4996088340206275}, {"arrows": "to", "from": 9340, "group": 2, "to": 9343, "width": 1.4996088340206275}, {"arrows": "to", "from": 9357, "group": 2, "to": 9361, "width": 1.4996088340206275}, {"arrows": "to", "from": 9357, "group": 2, "to": 10520, "width": 1.4996088340206275}, {"arrows": "to", "from": 9361, "group": 2, "to": 9382, "width": 1.4996088340206275}, {"arrows": "to", "from": 9382, "group": 2, "to": 9387, "width": 1.4996088340206275}, {"arrows": "to", "from": 9387, "group": 2, "to": 9390, "width": 1.4996088340206275}, {"arrows": "to", "from": 9398, "group": 2, "to": 9400, "width": 1.4996088340206275}, {"arrows": "to", "from": 9400, "group": 2, "to": 9419, "width": 1.4996088340206275}, {"arrows": "to", "from": 9419, "group": 2, "to": 9420, "width": 1.4996088340206275}, {"arrows": "to", "from": 9436, "group": 2, "to": 9438, "width": 1.4996088340206275}, {"arrows": "to", "from": 9438, "group": 2, "to": 9439, "width": 1.4996088340206275}, {"arrows": "to", "from": 9439, "group": 2, "to": 9457, "width": 1.4996088340206275}, {"arrows": "to", "from": 9457, "group": 2, "to": 9463, "width": 1.4996088340206275}, {"arrows": "to", "from": 9463, "group": 2, "to": 9476, "width": 1.4996088340206275}, {"arrows": "to", "from": 9476, "group": 2, "to": 9497, "width": 1.4996088340206275}, {"arrows": "to", "from": 9497, "group": 2, "to": 9506, "width": 1.4996088340206275}, {"arrows": "to", "from": 9506, "group": 2, "to": 9508, "width": 1.4996088340206275}, {"arrows": "to", "from": 9550, "group": 2, "to": 9551, "width": 1.4996088340206275}, {"arrows": "to", "from": 9551, "group": 2, "to": 9570, "width": 1.4996088340206275}, {"arrows": "to", "from": 9570, "group": 2, "to": 9584, "width": 1.4996088340206275}, {"arrows": "to", "from": 9584, "group": 2, "to": 9594, "width": 1.4996088340206275}, {"arrows": "to", "from": 9631, "group": 2, "to": 9633, "width": 2.0603835756632374}, {"arrows": "to", "from": 9631, "group": 2, "to": 9787, "width": 2.4996088340206275}, {"arrows": "to", "from": 9632, "group": 2, "to": 10300, "width": 1.0603835756632374}, {"arrows": "to", "from": 9632, "group": 2, "to": 10301, "width": 3.2650958939158095}, {"arrows": "to", "from": 9633, "group": 2, "to": 9926, "width": 1.4996088340206275}, {"arrows": "to", "from": 9633, "group": 2, "to": 9928, "width": 2.4996088340206275}, {"arrows": "to", "from": 9644, "group": 2, "to": 9650, "width": 1.4996088340206275}, {"arrows": "to", "from": 9654, "group": 2, "to": 9660, "width": 1.4996088340206275}, {"arrows": "to", "from": 9660, "group": 2, "to": 9662, "width": 1.4996088340206275}, {"arrows": "to", "from": 9662, "group": 2, "to": 9676, "width": 1.4996088340206275}, {"arrows": "to", "from": 9676, "group": 2, "to": 9682, "width": 1.4996088340206275}, {"arrows": "to", "from": 9682, "group": 2, "to": 9684, "width": 1.4996088340206275}, {"arrows": "to", "from": 9689, "group": 2, "to": 9690, "width": 1.4996088340206275}, {"arrows": "to", "from": 9690, "group": 2, "to": 9695, "width": 1.4996088340206275}, {"arrows": "to", "from": 9703, "group": 2, "to": 9717, "width": 1.4996088340206275}, {"arrows": "to", "from": 9717, "group": 2, "to": 9718, "width": 1.4996088340206275}, {"arrows": "to", "from": 9736, "group": 2, "to": 13732, "width": 2.4996088340206275}, {"arrows": "to", "from": 9755, "group": 2, "to": 9762, "width": 1.4996088340206275}, {"arrows": "to", "from": 9762, "group": 2, "to": 9764, "width": 1.4996088340206275}, {"arrows": "to", "from": 9764, "group": 2, "to": 9765, "width": 1.4996088340206275}, {"arrows": "to", "from": 9765, "group": 2, "to": 9769, "width": 1.4996088340206275}, {"arrows": "to", "from": 9787, "group": 2, "to": 9788, "width": 2.4996088340206275}, {"arrows": "to", "from": 9788, "group": 2, "to": 9792, "width": 2.4996088340206275}, {"arrows": "to", "from": 9792, "group": 2, "to": 9793, "width": 2.4996088340206275}, {"arrows": "to", "from": 9798, "group": 2, "to": 10229, "width": 2.4996088340206275}, {"arrows": "to", "from": 9799, "group": 2, "to": 9804, "width": 2.4996088340206275}, {"arrows": "to", "from": 9801, "group": 2, "to": 10419, "width": 1.0603835756632374}, {"arrows": "to", "from": 9814, "group": 2, "to": 9831, "width": 2.4996088340206275}, {"arrows": "to", "from": 9831, "group": 2, "to": 9837, "width": 2.4996088340206275}, {"arrows": "to", "from": 9837, "group": 2, "to": 9839, "width": 2.4996088340206275}, {"arrows": "to", "from": 9842, "group": 2, "to": 9845, "width": 2.4996088340206275}, {"arrows": "to", "from": 9843, "group": 2, "to": 10242, "width": 2.4996088340206275}, {"arrows": "to", "from": 9845, "group": 2, "to": 9846, "width": 2.4996088340206275}, {"arrows": "to", "from": 9846, "group": 2, "to": 9850, "width": 2.4996088340206275}, {"arrows": "to", "from": 9850, "group": 2, "to": 9861, "width": 2.4996088340206275}, {"arrows": "to", "from": 9861, "group": 2, "to": 9869, "width": 2.4996088340206275}, {"arrows": "to", "from": 9869, "group": 2, "to": 9870, "width": 2.4996088340206275}, {"arrows": "to", "from": 9870, "group": 2, "to": 9871, "width": 2.4996088340206275}, {"arrows": "to", "from": 9871, "group": 2, "to": 9873, "width": 2.4996088340206275}, {"arrows": "to", "from": 9873, "group": 2, "to": 9880, "width": 2.4996088340206275}, {"arrows": "to", "from": 9880, "group": 2, "to": 9885, "width": 2.4996088340206275}, {"arrows": "to", "from": 9894, "group": 2, "to": 9902, "width": 2.4996088340206275}, {"arrows": "to", "from": 9902, "group": 2, "to": 9905, "width": 2.4996088340206275}, {"arrows": "to", "from": 9910, "group": 2, "to": 9915, "width": 2.4996088340206275}, {"arrows": "to", "from": 9928, "group": 2, "to": 10145, "width": 2.4996088340206275}, {"arrows": "to", "from": 9939, "group": 2, "to": 9940, "width": 1.4996088340206275}, {"arrows": "to", "from": 9939, "group": 2, "to": 9943, "width": 1.4996088340206275}, {"arrows": "to", "from": 9939, "group": 2, "to": 9945, "width": 1.4996088340206275}, {"arrows": "to", "from": 9940, "group": 2, "to": 9946, "width": 1.4996088340206275}, {"arrows": "to", "from": 9943, "group": 2, "to": 10282, "width": 1.4996088340206275}, {"arrows": "to", "from": 9946, "group": 2, "to": 9950, "width": 1.4996088340206275}, {"arrows": "to", "from": 9950, "group": 2, "to": 9955, "width": 1.4996088340206275}, {"arrows": "to", "from": 9955, "group": 2, "to": 9959, "width": 1.4996088340206275}, {"arrows": "to", "from": 9959, "group": 2, "to": 9962, "width": 1.4996088340206275}, {"arrows": "to", "from": 9962, "group": 2, "to": 9965, "width": 1.4996088340206275}, {"arrows": "to", "from": 9965, "group": 2, "to": 9969, "width": 1.4996088340206275}, {"arrows": "to", "from": 9969, "group": 2, "to": 9977, "width": 1.4996088340206275}, {"arrows": "to", "from": 9977, "group": 2, "to": 9988, "width": 1.4996088340206275}, {"arrows": "to", "from": 9988, "group": 2, "to": 9990, "width": 1.4996088340206275}, {"arrows": "to", "from": 10005, "group": 2, "to": 10006, "width": 1.4996088340206275}, {"arrows": "to", "from": 10005, "group": 2, "to": 10010, "width": 2.4996088340206275}, {"arrows": "to", "from": 10005, "group": 2, "to": 10011, "width": 1.4996088340206275}, {"arrows": "to", "from": 10006, "group": 2, "to": 10446, "width": 1.4996088340206275}, {"arrows": "to", "from": 10010, "group": 2, "to": 14001, "width": 2.4996088340206275}, {"arrows": "to", "from": 10011, "group": 2, "to": 10016, "width": 1.4996088340206275}, {"arrows": "to", "from": 10016, "group": 2, "to": 10036, "width": 1.4996088340206275}, {"arrows": "to", "from": 10036, "group": 2, "to": 10045, "width": 1.4996088340206275}, {"arrows": "to", "from": 10045, "group": 2, "to": 10046, "width": 1.4996088340206275}, {"arrows": "to", "from": 10046, "group": 2, "to": 10052, "width": 1.4996088340206275}, {"arrows": "to", "from": 10059, "group": 2, "to": 10061, "width": 1.4996088340206275}, {"arrows": "to", "from": 10061, "group": 2, "to": 10065, "width": 1.4996088340206275}, {"arrows": "to", "from": 10070, "group": 2, "to": 10076, "width": 1.4996088340206275}, {"arrows": "to", "from": 10076, "group": 2, "to": 10077, "width": 1.4996088340206275}, {"arrows": "to", "from": 10077, "group": 2, "to": 10087, "width": 1.4996088340206275}, {"arrows": "to", "from": 10087, "group": 2, "to": 10092, "width": 1.4996088340206275}, {"arrows": "to", "from": 10092, "group": 2, "to": 10098, "width": 1.4996088340206275}, {"arrows": "to", "from": 10098, "group": 2, "to": 10099, "width": 1.4996088340206275}, {"arrows": "to", "from": 10099, "group": 2, "to": 10100, "width": 1.4996088340206275}, {"arrows": "to", "from": 10100, "group": 2, "to": 10104, "width": 1.4996088340206275}, {"arrows": "to", "from": 10104, "group": 2, "to": 10106, "width": 1.4996088340206275}, {"arrows": "to", "from": 10106, "group": 2, "to": 10110, "width": 1.4996088340206275}, {"arrows": "to", "from": 10110, "group": 2, "to": 10113, "width": 1.4996088340206275}, {"arrows": "to", "from": 10113, "group": 2, "to": 10115, "width": 1.4996088340206275}, {"arrows": "to", "from": 10115, "group": 2, "to": 10116, "width": 1.4996088340206275}, {"arrows": "to", "from": 10116, "group": 2, "to": 10121, "width": 1.4996088340206275}, {"arrows": "to", "from": 10121, "group": 2, "to": 10123, "width": 1.4996088340206275}, {"arrows": "to", "from": 10123, "group": 2, "to": 10129, "width": 1.4996088340206275}, {"arrows": "to", "from": 10129, "group": 2, "to": 10132, "width": 1.4996088340206275}, {"arrows": "to", "from": 10132, "group": 2, "to": 10137, "width": 1.4996088340206275}, {"arrows": "to", "from": 10137, "group": 2, "to": 10138, "width": 1.4996088340206275}, {"arrows": "to", "from": 10145, "group": 2, "to": 10150, "width": 2.4996088340206275}, {"arrows": "to", "from": 10150, "group": 2, "to": 10152, "width": 2.4996088340206275}, {"arrows": "to", "from": 10152, "group": 2, "to": 10160, "width": 2.4996088340206275}, {"arrows": "to", "from": 10160, "group": 2, "to": 10162, "width": 2.4996088340206275}, {"arrows": "to", "from": 10162, "group": 2, "to": 10165, "width": 2.4996088340206275}, {"arrows": "to", "from": 10165, "group": 2, "to": 10166, "width": 2.4996088340206275}, {"arrows": "to", "from": 10166, "group": 2, "to": 10167, "width": 2.4996088340206275}, {"arrows": "to", "from": 10167, "group": 2, "to": 10168, "width": 2.4996088340206275}, {"arrows": "to", "from": 10210, "group": 2, "to": 11262, "width": 1.4996088340206275}, {"arrows": "to", "from": 10229, "group": 2, "to": 10236, "width": 2.4996088340206275}, {"arrows": "to", "from": 10236, "group": 2, "to": 10237, "width": 2.4996088340206275}, {"arrows": "to", "from": 10242, "group": 2, "to": 10248, "width": 2.4996088340206275}, {"arrows": "to", "from": 10248, "group": 2, "to": 10259, "width": 2.4996088340206275}, {"arrows": "to", "from": 10259, "group": 2, "to": 10261, "width": 2.4996088340206275}, {"arrows": "to", "from": 10261, "group": 2, "to": 10262, "width": 2.4996088340206275}, {"arrows": "to", "from": 10262, "group": 2, "to": 10263, "width": 2.4996088340206275}, {"arrows": "to", "from": 10263, "group": 2, "to": 10264, "width": 2.4996088340206275}, {"arrows": "to", "from": 10278, "group": 2, "to": 11040, "width": 2.4996088340206275}, {"arrows": "to", "from": 10278, "group": 2, "to": 11041, "width": 2.4996088340206275}, {"arrows": "to", "from": 10278, "group": 2, "to": 11042, "width": 1.4996088340206275}, {"arrows": "to", "from": 10282, "group": 2, "to": 10285, "width": 1.4996088340206275}, {"arrows": "to", "from": 10285, "group": 2, "to": 10291, "width": 1.4996088340206275}, {"arrows": "to", "from": 10293, "group": 2, "to": 10294, "width": 1.4996088340206275}, {"arrows": "to", "from": 10294, "group": 2, "to": 10295, "width": 1.4996088340206275}, {"arrows": "to", "from": 10295, "group": 2, "to": 10296, "width": 1.4996088340206275}, {"arrows": "to", "from": 10296, "group": 2, "to": 10297, "width": 1.4996088340206275}, {"arrows": "to", "from": 10300, "group": 2, "to": 10621, "width": 1.4996088340206275}, {"arrows": "to", "from": 10301, "group": 2, "to": 10411, "width": 1.4996088340206275}, {"arrows": "to", "from": 10301, "group": 2, "to": 10412, "width": 3.2693376975562947}, {"arrows": "to", "from": 10307, "group": 2, "to": 10311, "width": 1.4996088340206275}, {"arrows": "to", "from": 10311, "group": 2, "to": 10314, "width": 1.4996088340206275}, {"arrows": "to", "from": 10314, "group": 2, "to": 10320, "width": 1.4996088340206275}, {"arrows": "to", "from": 10320, "group": 2, "to": 10323, "width": 1.4996088340206275}, {"arrows": "to", "from": 10323, "group": 2, "to": 10328, "width": 1.4996088340206275}, {"arrows": "to", "from": 10328, "group": 2, "to": 10333, "width": 1.4996088340206275}, {"arrows": "to", "from": 10333, "group": 2, "to": 10339, "width": 1.4996088340206275}, {"arrows": "to", "from": 10339, "group": 2, "to": 10342, "width": 1.4996088340206275}, {"arrows": "to", "from": 10342, "group": 2, "to": 10344, "width": 1.4996088340206275}, {"arrows": "to", "from": 10344, "group": 2, "to": 10354, "width": 1.4996088340206275}, {"arrows": "to", "from": 10354, "group": 2, "to": 10355, "width": 1.4996088340206275}, {"arrows": "to", "from": 10355, "group": 2, "to": 10356, "width": 1.4996088340206275}, {"arrows": "to", "from": 10356, "group": 2, "to": 10360, "width": 1.4996088340206275}, {"arrows": "to", "from": 10360, "group": 2, "to": 10365, "width": 1.4996088340206275}, {"arrows": "to", "from": 10365, "group": 2, "to": 10374, "width": 1.4996088340206275}, {"arrows": "to", "from": 10374, "group": 2, "to": 10375, "width": 1.4996088340206275}, {"arrows": "to", "from": 10375, "group": 2, "to": 10384, "width": 1.4996088340206275}, {"arrows": "to", "from": 10384, "group": 2, "to": 10394, "width": 1.4996088340206275}, {"arrows": "to", "from": 10394, "group": 2, "to": 10395, "width": 1.4996088340206275}, {"arrows": "to", "from": 10395, "group": 2, "to": 10401, "width": 1.4996088340206275}, {"arrows": "to", "from": 10411, "group": 2, "to": 10413, "width": 1.4996088340206275}, {"arrows": "to", "from": 10412, "group": 2, "to": 10964, "width": 2.0603835756632374}, {"arrows": "to", "from": 10412, "group": 2, "to": 10965, "width": 2.278470369566755}, {"arrows": "to", "from": 10413, "group": 2, "to": 10415, "width": 1.4996088340206275}, {"arrows": "to", "from": 10415, "group": 2, "to": 10417, "width": 1.4996088340206275}, {"arrows": "to", "from": 10419, "group": 2, "to": 11637, "width": 1.4996088340206275}, {"arrows": "to", "from": 10422, "group": 2, "to": 10427, "width": 1.4996088340206275}, {"arrows": "to", "from": 10427, "group": 2, "to": 10429, "width": 1.4996088340206275}, {"arrows": "to", "from": 10429, "group": 2, "to": 10434, "width": 1.4996088340206275}, {"arrows": "to", "from": 10446, "group": 2, "to": 10465, "width": 1.4996088340206275}, {"arrows": "to", "from": 10465, "group": 2, "to": 10470, "width": 1.4996088340206275}, {"arrows": "to", "from": 10470, "group": 2, "to": 10472, "width": 1.4996088340206275}, {"arrows": "to", "from": 10472, "group": 2, "to": 10473, "width": 1.4996088340206275}, {"arrows": "to", "from": 10483, "group": 2, "to": 10486, "width": 1.4996088340206275}, {"arrows": "to", "from": 10486, "group": 2, "to": 10488, "width": 1.4996088340206275}, {"arrows": "to", "from": 10488, "group": 2, "to": 10489, "width": 1.4996088340206275}, {"arrows": "to", "from": 10489, "group": 2, "to": 10503, "width": 1.4996088340206275}, {"arrows": "to", "from": 10503, "group": 2, "to": 10504, "width": 1.4996088340206275}, {"arrows": "to", "from": 10520, "group": 2, "to": 10521, "width": 1.4996088340206275}, {"arrows": "to", "from": 10521, "group": 2, "to": 10527, "width": 1.4996088340206275}, {"arrows": "to", "from": 10527, "group": 2, "to": 10532, "width": 1.4996088340206275}, {"arrows": "to", "from": 10532, "group": 2, "to": 10536, "width": 1.4996088340206275}, {"arrows": "to", "from": 10536, "group": 2, "to": 10539, "width": 1.4996088340206275}, {"arrows": "to", "from": 10539, "group": 2, "to": 10543, "width": 1.4996088340206275}, {"arrows": "to", "from": 10543, "group": 2, "to": 10546, "width": 1.4996088340206275}, {"arrows": "to", "from": 10546, "group": 2, "to": 10548, "width": 1.4996088340206275}, {"arrows": "to", "from": 10548, "group": 2, "to": 10550, "width": 1.4996088340206275}, {"arrows": "to", "from": 10550, "group": 2, "to": 10552, "width": 1.4996088340206275}, {"arrows": "to", "from": 10552, "group": 2, "to": 10553, "width": 1.4996088340206275}, {"arrows": "to", "from": 10553, "group": 2, "to": 10554, "width": 1.4996088340206275}, {"arrows": "to", "from": 10554, "group": 2, "to": 10555, "width": 1.4996088340206275}, {"arrows": "to", "from": 10563, "group": 2, "to": 10566, "width": 1.4996088340206275}, {"arrows": "to", "from": 10566, "group": 2, "to": 10570, "width": 1.4996088340206275}, {"arrows": "to", "from": 10570, "group": 2, "to": 10576, "width": 1.4996088340206275}, {"arrows": "to", "from": 10576, "group": 2, "to": 10577, "width": 1.4996088340206275}, {"arrows": "to", "from": 10577, "group": 2, "to": 10579, "width": 1.4996088340206275}, {"arrows": "to", "from": 10579, "group": 2, "to": 10582, "width": 1.4996088340206275}, {"arrows": "to", "from": 10582, "group": 2, "to": 10584, "width": 1.4996088340206275}, {"arrows": "to", "from": 10584, "group": 2, "to": 10586, "width": 1.4996088340206275}, {"arrows": "to", "from": 10586, "group": 2, "to": 10588, "width": 1.4996088340206275}, {"arrows": "to", "from": 10588, "group": 2, "to": 10590, "width": 1.4996088340206275}, {"arrows": "to", "from": 10604, "group": 2, "to": 10610, "width": 1.4996088340206275}, {"arrows": "to", "from": 10604, "group": 2, "to": 10612, "width": 1.4996088340206275}, {"arrows": "to", "from": 10610, "group": 2, "to": 10615, "width": 1.4996088340206275}, {"arrows": "to", "from": 10612, "group": 2, "to": 14456, "width": 1.4996088340206275}, {"arrows": "to", "from": 10615, "group": 2, "to": 10619, "width": 1.4996088340206275}, {"arrows": "to", "from": 10619, "group": 2, "to": 10620, "width": 1.4996088340206275}, {"arrows": "to", "from": 10624, "group": 2, "to": 10628, "width": 1.4996088340206275}, {"arrows": "to", "from": 10628, "group": 2, "to": 10631, "width": 1.4996088340206275}, {"arrows": "to", "from": 10631, "group": 2, "to": 10632, "width": 1.4996088340206275}, {"arrows": "to", "from": 10632, "group": 2, "to": 10641, "width": 1.4996088340206275}, {"arrows": "to", "from": 10649, "group": 2, "to": 10651, "width": 1.4996088340206275}, {"arrows": "to", "from": 10651, "group": 2, "to": 10656, "width": 1.4996088340206275}, {"arrows": "to", "from": 10656, "group": 2, "to": 10660, "width": 1.4996088340206275}, {"arrows": "to", "from": 10660, "group": 2, "to": 10669, "width": 1.4996088340206275}, {"arrows": "to", "from": 10669, "group": 2, "to": 10678, "width": 1.4996088340206275}, {"arrows": "to", "from": 10678, "group": 2, "to": 10679, "width": 1.4996088340206275}, {"arrows": "to", "from": 10679, "group": 2, "to": 10684, "width": 1.4996088340206275}, {"arrows": "to", "from": 10684, "group": 2, "to": 10686, "width": 1.4996088340206275}, {"arrows": "to", "from": 10686, "group": 2, "to": 10687, "width": 1.4996088340206275}, {"arrows": "to", "from": 10687, "group": 2, "to": 10693, "width": 1.4996088340206275}, {"arrows": "to", "from": 10693, "group": 2, "to": 10695, "width": 1.4996088340206275}, {"arrows": "to", "from": 10695, "group": 2, "to": 10704, "width": 1.4996088340206275}, {"arrows": "to", "from": 10704, "group": 2, "to": 10708, "width": 1.4996088340206275}, {"arrows": "to", "from": 10708, "group": 2, "to": 10724, "width": 1.4996088340206275}, {"arrows": "to", "from": 10724, "group": 2, "to": 10725, "width": 1.4996088340206275}, {"arrows": "to", "from": 10742, "group": 2, "to": 10747, "width": 1.4996088340206275}, {"arrows": "to", "from": 10742, "group": 2, "to": 11055, "width": 2.4996088340206275}, {"arrows": "to", "from": 10747, "group": 2, "to": 10748, "width": 1.4996088340206275}, {"arrows": "to", "from": 10748, "group": 2, "to": 10752, "width": 1.4996088340206275}, {"arrows": "to", "from": 10756, "group": 2, "to": 10757, "width": 1.4996088340206275}, {"arrows": "to", "from": 10757, "group": 2, "to": 10766, "width": 1.4996088340206275}, {"arrows": "to", "from": 10766, "group": 2, "to": 10776, "width": 1.4996088340206275}, {"arrows": "to", "from": 10776, "group": 2, "to": 10779, "width": 1.4996088340206275}, {"arrows": "to", "from": 10779, "group": 2, "to": 10788, "width": 1.4996088340206275}, {"arrows": "to", "from": 10788, "group": 2, "to": 10790, "width": 1.4996088340206275}, {"arrows": "to", "from": 10790, "group": 2, "to": 10795, "width": 1.4996088340206275}, {"arrows": "to", "from": 10795, "group": 2, "to": 10798, "width": 1.4996088340206275}, {"arrows": "to", "from": 10798, "group": 2, "to": 10800, "width": 1.4996088340206275}, {"arrows": "to", "from": 10803, "group": 2, "to": 10817, "width": 1.4996088340206275}, {"arrows": "to", "from": 10803, "group": 2, "to": 11101, "width": 2.4996088340206275}, {"arrows": "to", "from": 10817, "group": 2, "to": 10828, "width": 1.4996088340206275}, {"arrows": "to", "from": 10828, "group": 2, "to": 10830, "width": 1.4996088340206275}, {"arrows": "to", "from": 10830, "group": 2, "to": 10838, "width": 1.4996088340206275}, {"arrows": "to", "from": 10838, "group": 2, "to": 10845, "width": 1.4996088340206275}, {"arrows": "to", "from": 10845, "group": 2, "to": 10847, "width": 1.4996088340206275}, {"arrows": "to", "from": 10847, "group": 2, "to": 10848, "width": 1.4996088340206275}, {"arrows": "to", "from": 10856, "group": 2, "to": 12465, "width": 1.4996088340206275}, {"arrows": "to", "from": 10858, "group": 2, "to": 10864, "width": 1.4996088340206275}, {"arrows": "to", "from": 10858, "group": 2, "to": 12984, "width": 1.4996088340206275}, {"arrows": "to", "from": 10864, "group": 2, "to": 10865, "width": 1.4996088340206275}, {"arrows": "to", "from": 10879, "group": 2, "to": 10881, "width": 1.4996088340206275}, {"arrows": "to", "from": 10881, "group": 2, "to": 10890, "width": 1.4996088340206275}, {"arrows": "to", "from": 10890, "group": 2, "to": 10894, "width": 1.4996088340206275}, {"arrows": "to", "from": 10894, "group": 2, "to": 10900, "width": 1.4996088340206275}, {"arrows": "to", "from": 10900, "group": 2, "to": 10902, "width": 1.4996088340206275}, {"arrows": "to", "from": 10902, "group": 2, "to": 10905, "width": 1.4996088340206275}, {"arrows": "to", "from": 10905, "group": 2, "to": 10908, "width": 1.4996088340206275}, {"arrows": "to", "from": 10908, "group": 2, "to": 10913, "width": 1.4996088340206275}, {"arrows": "to", "from": 10913, "group": 2, "to": 10915, "width": 1.4996088340206275}, {"arrows": "to", "from": 10915, "group": 2, "to": 10917, "width": 1.4996088340206275}, {"arrows": "to", "from": 10917, "group": 2, "to": 10918, "width": 1.4996088340206275}, {"arrows": "to", "from": 10918, "group": 2, "to": 10919, "width": 1.4996088340206275}, {"arrows": "to", "from": 10919, "group": 2, "to": 10920, "width": 1.4996088340206275}, {"arrows": "to", "from": 10920, "group": 2, "to": 10922, "width": 1.4996088340206275}, {"arrows": "to", "from": 10924, "group": 2, "to": 10925, "width": 1.4996088340206275}, {"arrows": "to", "from": 10925, "group": 2, "to": 10926, "width": 1.4996088340206275}, {"arrows": "to", "from": 10926, "group": 2, "to": 10927, "width": 1.4996088340206275}, {"arrows": "to", "from": 10927, "group": 2, "to": 10932, "width": 1.4996088340206275}, {"arrows": "to", "from": 10932, "group": 2, "to": 10939, "width": 1.4996088340206275}, {"arrows": "to", "from": 10939, "group": 2, "to": 10943, "width": 1.4996088340206275}, {"arrows": "to", "from": 10943, "group": 2, "to": 10946, "width": 1.4996088340206275}, {"arrows": "to", "from": 10946, "group": 2, "to": 10951, "width": 1.4996088340206275}, {"arrows": "to", "from": 10951, "group": 2, "to": 10955, "width": 1.4996088340206275}, {"arrows": "to", "from": 10955, "group": 2, "to": 10956, "width": 1.4996088340206275}, {"arrows": "to", "from": 10964, "group": 2, "to": 10966, "width": 2.0603835756632374}, {"arrows": "to", "from": 10965, "group": 2, "to": 11603, "width": 2.3440338611756197}, {"arrows": "to", "from": 10966, "group": 2, "to": 10967, "width": 2.4996088340206275}, {"arrows": "to", "from": 10966, "group": 2, "to": 10969, "width": 1.4996088340206275}, {"arrows": "to", "from": 10967, "group": 2, "to": 10975, "width": 2.4996088340206275}, {"arrows": "to", "from": 10969, "group": 2, "to": 11189, "width": 1.4996088340206275}, {"arrows": "to", "from": 10975, "group": 2, "to": 10977, "width": 2.4996088340206275}, {"arrows": "to", "from": 10977, "group": 2, "to": 10983, "width": 2.4996088340206275}, {"arrows": "to", "from": 10983, "group": 2, "to": 10985, "width": 2.4996088340206275}, {"arrows": "to", "from": 10985, "group": 2, "to": 10991, "width": 2.4996088340206275}, {"arrows": "to", "from": 10991, "group": 2, "to": 10994, "width": 2.4996088340206275}, {"arrows": "to", "from": 10994, "group": 2, "to": 10999, "width": 2.4996088340206275}, {"arrows": "to", "from": 10999, "group": 2, "to": 11014, "width": 2.4996088340206275}, {"arrows": "to", "from": 11040, "group": 2, "to": 11046, "width": 2.4996088340206275}, {"arrows": "to", "from": 11041, "group": 2, "to": 13906, "width": 2.4996088340206275}, {"arrows": "to", "from": 11042, "group": 2, "to": 14123, "width": 1.4996088340206275}, {"arrows": "to", "from": 11055, "group": 2, "to": 11056, "width": 2.4996088340206275}, {"arrows": "to", "from": 11056, "group": 2, "to": 11060, "width": 2.4996088340206275}, {"arrows": "to", "from": 11060, "group": 2, "to": 11064, "width": 2.4996088340206275}, {"arrows": "to", "from": 11064, "group": 2, "to": 11066, "width": 2.4996088340206275}, {"arrows": "to", "from": 11066, "group": 2, "to": 11072, "width": 2.4996088340206275}, {"arrows": "to", "from": 11072, "group": 2, "to": 11075, "width": 2.4996088340206275}, {"arrows": "to", "from": 11078, "group": 2, "to": 11083, "width": 2.4996088340206275}, {"arrows": "to", "from": 11083, "group": 2, "to": 11089, "width": 2.4996088340206275}, {"arrows": "to", "from": 11089, "group": 2, "to": 11090, "width": 2.4996088340206275}, {"arrows": "to", "from": 11101, "group": 2, "to": 11102, "width": 2.4996088340206275}, {"arrows": "to", "from": 11102, "group": 2, "to": 11103, "width": 2.4996088340206275}, {"arrows": "to", "from": 11103, "group": 2, "to": 11104, "width": 2.4996088340206275}, {"arrows": "to", "from": 11104, "group": 2, "to": 11105, "width": 2.4996088340206275}, {"arrows": "to", "from": 11105, "group": 2, "to": 11108, "width": 2.4996088340206275}, {"arrows": "to", "from": 11108, "group": 2, "to": 11126, "width": 2.4996088340206275}, {"arrows": "to", "from": 11126, "group": 2, "to": 11127, "width": 2.4996088340206275}, {"arrows": "to", "from": 11134, "group": 2, "to": 11138, "width": 2.4996088340206275}, {"arrows": "to", "from": 11138, "group": 2, "to": 11140, "width": 2.4996088340206275}, {"arrows": "to", "from": 11140, "group": 2, "to": 11141, "width": 2.4996088340206275}, {"arrows": "to", "from": 11141, "group": 2, "to": 11143, "width": 2.4996088340206275}, {"arrows": "to", "from": 11143, "group": 2, "to": 11145, "width": 2.4996088340206275}, {"arrows": "to", "from": 11145, "group": 2, "to": 11151, "width": 2.4996088340206275}, {"arrows": "to", "from": 11151, "group": 2, "to": 11154, "width": 2.4996088340206275}, {"arrows": "to", "from": 11154, "group": 2, "to": 11156, "width": 2.4996088340206275}, {"arrows": "to", "from": 11156, "group": 2, "to": 11157, "width": 2.4996088340206275}, {"arrows": "to", "from": 11157, "group": 2, "to": 11158, "width": 2.4996088340206275}, {"arrows": "to", "from": 11161, "group": 2, "to": 11172, "width": 2.4996088340206275}, {"arrows": "to", "from": 11172, "group": 2, "to": 11179, "width": 2.4996088340206275}, {"arrows": "to", "from": 11189, "group": 2, "to": 11190, "width": 1.4996088340206275}, {"arrows": "to", "from": 11190, "group": 2, "to": 11191, "width": 1.4996088340206275}, {"arrows": "to", "from": 11191, "group": 2, "to": 11193, "width": 1.4996088340206275}, {"arrows": "to", "from": 11193, "group": 2, "to": 11194, "width": 1.4996088340206275}, {"arrows": "to", "from": 11194, "group": 2, "to": 11201, "width": 1.4996088340206275}, {"arrows": "to", "from": 11201, "group": 2, "to": 11202, "width": 1.4996088340206275}, {"arrows": "to", "from": 11202, "group": 2, "to": 11203, "width": 1.4996088340206275}, {"arrows": "to", "from": 11207, "group": 2, "to": 11211, "width": 1.4996088340206275}, {"arrows": "to", "from": 11214, "group": 2, "to": 11215, "width": 1.4996088340206275}, {"arrows": "to", "from": 11221, "group": 2, "to": 11222, "width": 1.4996088340206275}, {"arrows": "to", "from": 11222, "group": 2, "to": 11223, "width": 1.4996088340206275}, {"arrows": "to", "from": 11223, "group": 2, "to": 11231, "width": 1.4996088340206275}, {"arrows": "to", "from": 11231, "group": 2, "to": 11245, "width": 1.4996088340206275}, {"arrows": "to", "from": 11245, "group": 2, "to": 11247, "width": 1.4996088340206275}, {"arrows": "to", "from": 11247, "group": 2, "to": 11248, "width": 1.4996088340206275}, {"arrows": "to", "from": 11248, "group": 2, "to": 11250, "width": 1.4996088340206275}, {"arrows": "to", "from": 11262, "group": 2, "to": 11265, "width": 1.4996088340206275}, {"arrows": "to", "from": 11265, "group": 2, "to": 11272, "width": 1.4996088340206275}, {"arrows": "to", "from": 11272, "group": 2, "to": 11275, "width": 1.4996088340206275}, {"arrows": "to", "from": 11275, "group": 2, "to": 11278, "width": 1.4996088340206275}, {"arrows": "to", "from": 11278, "group": 2, "to": 11279, "width": 1.4996088340206275}, {"arrows": "to", "from": 11279, "group": 2, "to": 11282, "width": 1.4996088340206275}, {"arrows": "to", "from": 11282, "group": 2, "to": 11285, "width": 1.4996088340206275}, {"arrows": "to", "from": 11285, "group": 2, "to": 11287, "width": 1.4996088340206275}, {"arrows": "to", "from": 11287, "group": 2, "to": 11290, "width": 1.4996088340206275}, {"arrows": "to", "from": 11290, "group": 2, "to": 11292, "width": 1.4996088340206275}, {"arrows": "to", "from": 11294, "group": 2, "to": 11297, "width": 1.4996088340206275}, {"arrows": "to", "from": 11297, "group": 2, "to": 11299, "width": 1.4996088340206275}, {"arrows": "to", "from": 11299, "group": 2, "to": 11304, "width": 1.4996088340206275}, {"arrows": "to", "from": 11304, "group": 2, "to": 11312, "width": 1.4996088340206275}, {"arrows": "to", "from": 11312, "group": 2, "to": 11314, "width": 1.4996088340206275}, {"arrows": "to", "from": 11323, "group": 2, "to": 11327, "width": 0.86579956400095}, {"arrows": "to", "from": 11327, "group": 2, "to": 11340, "width": 1.4996088340206275}, {"arrows": "to", "from": 11327, "group": 2, "to": 12310, "width": 1.0603835756632374}, {"arrows": "to", "from": 11340, "group": 2, "to": 11344, "width": 1.4996088340206275}, {"arrows": "to", "from": 11350, "group": 2, "to": 11351, "width": 1.4996088340206275}, {"arrows": "to", "from": 11351, "group": 2, "to": 11357, "width": 1.4996088340206275}, {"arrows": "to", "from": 11357, "group": 2, "to": 11366, "width": 1.4996088340206275}, {"arrows": "to", "from": 11366, "group": 2, "to": 11367, "width": 1.4996088340206275}, {"arrows": "to", "from": 11367, "group": 2, "to": 11369, "width": 1.4996088340206275}, {"arrows": "to", "from": 11369, "group": 2, "to": 11373, "width": 1.4996088340206275}, {"arrows": "to", "from": 11373, "group": 2, "to": 11381, "width": 1.4996088340206275}, {"arrows": "to", "from": 11381, "group": 2, "to": 11391, "width": 1.4996088340206275}, {"arrows": "to", "from": 11391, "group": 2, "to": 11393, "width": 1.4996088340206275}, {"arrows": "to", "from": 11393, "group": 2, "to": 11394, "width": 1.4996088340206275}, {"arrows": "to", "from": 11394, "group": 2, "to": 11401, "width": 1.4996088340206275}, {"arrows": "to", "from": 11401, "group": 2, "to": 11403, "width": 1.4996088340206275}, {"arrows": "to", "from": 11403, "group": 2, "to": 11408, "width": 1.4996088340206275}, {"arrows": "to", "from": 11408, "group": 2, "to": 11411, "width": 1.4996088340206275}, {"arrows": "to", "from": 11411, "group": 2, "to": 11421, "width": 1.4996088340206275}, {"arrows": "to", "from": 11421, "group": 2, "to": 11422, "width": 1.4996088340206275}, {"arrows": "to", "from": 11422, "group": 2, "to": 11426, "width": 1.4996088340206275}, {"arrows": "to", "from": 11426, "group": 2, "to": 11433, "width": 1.4996088340206275}, {"arrows": "to", "from": 11436, "group": 2, "to": 11450, "width": 1.4996088340206275}, {"arrows": "to", "from": 11450, "group": 2, "to": 11458, "width": 1.4996088340206275}, {"arrows": "to", "from": 11458, "group": 2, "to": 11462, "width": 1.4996088340206275}, {"arrows": "to", "from": 11462, "group": 2, "to": 11468, "width": 1.4996088340206275}, {"arrows": "to", "from": 11468, "group": 2, "to": 11470, "width": 1.4996088340206275}, {"arrows": "to", "from": 11470, "group": 2, "to": 11477, "width": 1.4996088340206275}, {"arrows": "to", "from": 11477, "group": 2, "to": 11479, "width": 1.4996088340206275}, {"arrows": "to", "from": 11479, "group": 2, "to": 11480, "width": 1.4996088340206275}, {"arrows": "to", "from": 11480, "group": 2, "to": 11482, "width": 1.4996088340206275}, {"arrows": "to", "from": 11482, "group": 2, "to": 11496, "width": 1.4996088340206275}, {"arrows": "to", "from": 11496, "group": 2, "to": 11498, "width": 1.4996088340206275}, {"arrows": "to", "from": 11498, "group": 2, "to": 11513, "width": 1.4996088340206275}, {"arrows": "to", "from": 11513, "group": 2, "to": 11514, "width": 1.4996088340206275}, {"arrows": "to", "from": 11514, "group": 2, "to": 11520, "width": 1.4996088340206275}, {"arrows": "to", "from": 11520, "group": 2, "to": 11524, "width": 1.4996088340206275}, {"arrows": "to", "from": 11524, "group": 2, "to": 11528, "width": 1.4996088340206275}, {"arrows": "to", "from": 11538, "group": 2, "to": 11539, "width": 1.4996088340206275}, {"arrows": "to", "from": 11539, "group": 2, "to": 11541, "width": 1.4996088340206275}, {"arrows": "to", "from": 11541, "group": 2, "to": 11543, "width": 1.4996088340206275}, {"arrows": "to", "from": 11543, "group": 2, "to": 11550, "width": 1.4996088340206275}, {"arrows": "to", "from": 11550, "group": 2, "to": 11555, "width": 1.4996088340206275}, {"arrows": "to", "from": 11555, "group": 2, "to": 11558, "width": 1.4996088340206275}, {"arrows": "to", "from": 11558, "group": 2, "to": 11559, "width": 1.4996088340206275}, {"arrows": "to", "from": 11559, "group": 2, "to": 11560, "width": 1.4996088340206275}, {"arrows": "to", "from": 11560, "group": 2, "to": 11569, "width": 1.4996088340206275}, {"arrows": "to", "from": 11569, "group": 2, "to": 11574, "width": 1.4996088340206275}, {"arrows": "to", "from": 11574, "group": 2, "to": 11581, "width": 1.4996088340206275}, {"arrows": "to", "from": 11581, "group": 2, "to": 11587, "width": 1.4996088340206275}, {"arrows": "to", "from": 11587, "group": 2, "to": 11593, "width": 1.4996088340206275}, {"arrows": "to", "from": 11603, "group": 2, "to": 11609, "width": 2.353461191887746}, {"arrows": "to", "from": 11609, "group": 2, "to": 11610, "width": 1.0603835756632374}, {"arrows": "to", "from": 11609, "group": 2, "to": 11612, "width": 1.4996088340206275}, {"arrows": "to", "from": 11609, "group": 2, "to": 11613, "width": 1.4996088340206275}, {"arrows": "to", "from": 11609, "group": 2, "to": 11614, "width": 2.0603835756632374}, {"arrows": "to", "from": 11609, "group": 2, "to": 11615, "width": 1.432899782000475}, {"arrows": "to", "from": 11610, "group": 2, "to": 11897, "width": 1.0603835756632374}, {"arrows": "to", "from": 11612, "group": 2, "to": 11620, "width": 1.4996088340206275}, {"arrows": "to", "from": 11613, "group": 2, "to": 12375, "width": 1.4996088340206275}, {"arrows": "to", "from": 11614, "group": 2, "to": 12569, "width": 2.0603835756632374}, {"arrows": "to", "from": 11615, "group": 2, "to": 13419, "width": 1.0603835756632374}, {"arrows": "to", "from": 11615, "group": 2, "to": 13420, "width": 1.7498044170103138}, {"arrows": "to", "from": 11623, "group": 2, "to": 11629, "width": 1.4996088340206275}, {"arrows": "to", "from": 11629, "group": 2, "to": 11630, "width": 1.4996088340206275}, {"arrows": "to", "from": 11643, "group": 2, "to": 11645, "width": 1.4996088340206275}, {"arrows": "to", "from": 11645, "group": 2, "to": 11653, "width": 1.4996088340206275}, {"arrows": "to", "from": 11653, "group": 2, "to": 11656, "width": 1.4996088340206275}, {"arrows": "to", "from": 11656, "group": 2, "to": 11674, "width": 1.4996088340206275}, {"arrows": "to", "from": 11674, "group": 2, "to": 11677, "width": 1.4996088340206275}, {"arrows": "to", "from": 11687, "group": 2, "to": 12530, "width": 1.4996088340206275}, {"arrows": "to", "from": 11688, "group": 2, "to": 11690, "width": 1.4996088340206275}, {"arrows": "to", "from": 11690, "group": 2, "to": 11691, "width": 1.4996088340206275}, {"arrows": "to", "from": 11691, "group": 2, "to": 11695, "width": 1.4996088340206275}, {"arrows": "to", "from": 11695, "group": 2, "to": 11721, "width": 1.4996088340206275}, {"arrows": "to", "from": 11721, "group": 2, "to": 11733, "width": 1.4996088340206275}, {"arrows": "to", "from": 11733, "group": 2, "to": 11734, "width": 1.4996088340206275}, {"arrows": "to", "from": 11734, "group": 2, "to": 11735, "width": 1.4996088340206275}, {"arrows": "to", "from": 11735, "group": 2, "to": 11745, "width": 1.4996088340206275}, {"arrows": "to", "from": 11745, "group": 2, "to": 11750, "width": 1.4996088340206275}, {"arrows": "to", "from": 11750, "group": 2, "to": 11752, "width": 1.4996088340206275}, {"arrows": "to", "from": 11752, "group": 2, "to": 11753, "width": 1.4996088340206275}, {"arrows": "to", "from": 11753, "group": 2, "to": 11756, "width": 1.4996088340206275}, {"arrows": "to", "from": 11756, "group": 2, "to": 11771, "width": 1.4996088340206275}, {"arrows": "to", "from": 11771, "group": 2, "to": 11777, "width": 1.4996088340206275}, {"arrows": "to", "from": 11777, "group": 2, "to": 11787, "width": 1.4996088340206275}, {"arrows": "to", "from": 11787, "group": 2, "to": 11790, "width": 1.4996088340206275}, {"arrows": "to", "from": 11807, "group": 2, "to": 11816, "width": 1.4996088340206275}, {"arrows": "to", "from": 11816, "group": 2, "to": 11825, "width": 1.4996088340206275}, {"arrows": "to", "from": 11825, "group": 2, "to": 11828, "width": 1.4996088340206275}, {"arrows": "to", "from": 11828, "group": 2, "to": 11829, "width": 1.4996088340206275}, {"arrows": "to", "from": 11829, "group": 2, "to": 11833, "width": 1.4996088340206275}, {"arrows": "to", "from": 11833, "group": 2, "to": 11837, "width": 1.4996088340206275}, {"arrows": "to", "from": 11837, "group": 2, "to": 11838, "width": 1.4996088340206275}, {"arrows": "to", "from": 11838, "group": 2, "to": 11848, "width": 1.4996088340206275}, {"arrows": "to", "from": 11848, "group": 2, "to": 11857, "width": 1.4996088340206275}, {"arrows": "to", "from": 11857, "group": 2, "to": 11858, "width": 1.4996088340206275}, {"arrows": "to", "from": 11860, "group": 2, "to": 11861, "width": 1.4996088340206275}, {"arrows": "to", "from": 11861, "group": 2, "to": 11863, "width": 1.4996088340206275}, {"arrows": "to", "from": 11863, "group": 2, "to": 11873, "width": 1.4996088340206275}, {"arrows": "to", "from": 11873, "group": 2, "to": 11879, "width": 1.4996088340206275}, {"arrows": "to", "from": 11897, "group": 2, "to": 11900, "width": 1.0603835756632374}, {"arrows": "to", "from": 11900, "group": 2, "to": 11904, "width": 1.4996088340206275}, {"arrows": "to", "from": 11900, "group": 2, "to": 11905, "width": 1.4996088340206275}, {"arrows": "to", "from": 11904, "group": 2, "to": 11908, "width": 1.4996088340206275}, {"arrows": "to", "from": 11905, "group": 2, "to": 12849, "width": 1.4996088340206275}, {"arrows": "to", "from": 11908, "group": 2, "to": 11911, "width": 1.4996088340206275}, {"arrows": "to", "from": 11911, "group": 2, "to": 11912, "width": 1.4996088340206275}, {"arrows": "to", "from": 11912, "group": 2, "to": 11917, "width": 1.4996088340206275}, {"arrows": "to", "from": 11917, "group": 2, "to": 11921, "width": 1.4996088340206275}, {"arrows": "to", "from": 11921, "group": 2, "to": 11925, "width": 1.4996088340206275}, {"arrows": "to", "from": 11925, "group": 2, "to": 11926, "width": 1.4996088340206275}, {"arrows": "to", "from": 11926, "group": 2, "to": 11927, "width": 1.4996088340206275}, {"arrows": "to", "from": 11952, "group": 2, "to": 11956, "width": 1.4996088340206275}, {"arrows": "to", "from": 11956, "group": 2, "to": 11960, "width": 1.4996088340206275}, {"arrows": "to", "from": 11960, "group": 2, "to": 11968, "width": 1.4996088340206275}, {"arrows": "to", "from": 11968, "group": 2, "to": 11970, "width": 1.4996088340206275}, {"arrows": "to", "from": 11970, "group": 2, "to": 11972, "width": 1.4996088340206275}, {"arrows": "to", "from": 11972, "group": 2, "to": 11973, "width": 1.4996088340206275}, {"arrows": "to", "from": 11973, "group": 2, "to": 11976, "width": 1.4996088340206275}, {"arrows": "to", "from": 11976, "group": 2, "to": 11977, "width": 1.4996088340206275}, {"arrows": "to", "from": 11977, "group": 2, "to": 11981, "width": 1.4996088340206275}, {"arrows": "to", "from": 11981, "group": 2, "to": 11982, "width": 1.4996088340206275}, {"arrows": "to", "from": 11982, "group": 2, "to": 11985, "width": 1.4996088340206275}, {"arrows": "to", "from": 11985, "group": 2, "to": 11986, "width": 1.4996088340206275}, {"arrows": "to", "from": 11986, "group": 2, "to": 11988, "width": 1.4996088340206275}, {"arrows": "to", "from": 11990, "group": 2, "to": 11992, "width": 1.4996088340206275}, {"arrows": "to", "from": 11992, "group": 2, "to": 11993, "width": 1.4996088340206275}, {"arrows": "to", "from": 11993, "group": 2, "to": 11994, "width": 1.4996088340206275}, {"arrows": "to", "from": 11994, "group": 2, "to": 11995, "width": 1.4996088340206275}, {"arrows": "to", "from": 11995, "group": 2, "to": 11996, "width": 1.4996088340206275}, {"arrows": "to", "from": 11996, "group": 2, "to": 12005, "width": 1.4996088340206275}, {"arrows": "to", "from": 12005, "group": 2, "to": 12012, "width": 1.4996088340206275}, {"arrows": "to", "from": 12012, "group": 2, "to": 12014, "width": 1.4996088340206275}, {"arrows": "to", "from": 12014, "group": 2, "to": 12016, "width": 1.4996088340206275}, {"arrows": "to", "from": 12043, "group": 2, "to": 12046, "width": 1.4996088340206275}, {"arrows": "to", "from": 12069, "group": 2, "to": 12074, "width": 1.4996088340206275}, {"arrows": "to", "from": 12074, "group": 2, "to": 12080, "width": 1.4996088340206275}, {"arrows": "to", "from": 12080, "group": 2, "to": 12083, "width": 1.4996088340206275}, {"arrows": "to", "from": 12083, "group": 2, "to": 12086, "width": 1.4996088340206275}, {"arrows": "to", "from": 12086, "group": 2, "to": 12096, "width": 1.4996088340206275}, {"arrows": "to", "from": 12096, "group": 2, "to": 12100, "width": 1.4996088340206275}, {"arrows": "to", "from": 12100, "group": 2, "to": 12107, "width": 1.4996088340206275}, {"arrows": "to", "from": 12107, "group": 2, "to": 12111, "width": 1.4996088340206275}, {"arrows": "to", "from": 12111, "group": 2, "to": 12112, "width": 1.4996088340206275}, {"arrows": "to", "from": 12112, "group": 2, "to": 12121, "width": 1.4996088340206275}, {"arrows": "to", "from": 12121, "group": 2, "to": 12128, "width": 1.4996088340206275}, {"arrows": "to", "from": 12128, "group": 2, "to": 12131, "width": 1.4996088340206275}, {"arrows": "to", "from": 12131, "group": 2, "to": 12133, "width": 1.4996088340206275}, {"arrows": "to", "from": 12133, "group": 2, "to": 12134, "width": 1.4996088340206275}, {"arrows": "to", "from": 12134, "group": 2, "to": 12135, "width": 1.4996088340206275}, {"arrows": "to", "from": 12135, "group": 2, "to": 12136, "width": 1.4996088340206275}, {"arrows": "to", "from": 12136, "group": 2, "to": 12141, "width": 1.4996088340206275}, {"arrows": "to", "from": 12141, "group": 2, "to": 12145, "width": 1.4996088340206275}, {"arrows": "to", "from": 12145, "group": 2, "to": 12151, "width": 1.4996088340206275}, {"arrows": "to", "from": 12151, "group": 2, "to": 12152, "width": 1.4996088340206275}, {"arrows": "to", "from": 12152, "group": 2, "to": 12155, "width": 1.4996088340206275}, {"arrows": "to", "from": 12155, "group": 2, "to": 12161, "width": 1.4996088340206275}, {"arrows": "to", "from": 12161, "group": 2, "to": 12162, "width": 1.4996088340206275}, {"arrows": "to", "from": 12162, "group": 2, "to": 12163, "width": 1.4996088340206275}, {"arrows": "to", "from": 12163, "group": 2, "to": 12164, "width": 1.4996088340206275}, {"arrows": "to", "from": 12164, "group": 2, "to": 12165, "width": 1.4996088340206275}, {"arrows": "to", "from": 12165, "group": 2, "to": 12167, "width": 1.4996088340206275}, {"arrows": "to", "from": 12167, "group": 2, "to": 12168, "width": 1.4996088340206275}, {"arrows": "to", "from": 12168, "group": 2, "to": 12169, "width": 1.4996088340206275}, {"arrows": "to", "from": 12169, "group": 2, "to": 12170, "width": 1.4996088340206275}, {"arrows": "to", "from": 12172, "group": 2, "to": 12173, "width": 1.4996088340206275}, {"arrows": "to", "from": 12173, "group": 2, "to": 12176, "width": 1.4996088340206275}, {"arrows": "to", "from": 12176, "group": 2, "to": 12191, "width": 1.4996088340206275}, {"arrows": "to", "from": 12191, "group": 2, "to": 12192, "width": 1.4996088340206275}, {"arrows": "to", "from": 12192, "group": 2, "to": 12206, "width": 1.4996088340206275}, {"arrows": "to", "from": 12206, "group": 2, "to": 12213, "width": 1.4996088340206275}, {"arrows": "to", "from": 12213, "group": 2, "to": 12214, "width": 1.4996088340206275}, {"arrows": "to", "from": 12214, "group": 2, "to": 12219, "width": 1.4996088340206275}, {"arrows": "to", "from": 12219, "group": 2, "to": 12222, "width": 1.4996088340206275}, {"arrows": "to", "from": 12222, "group": 2, "to": 12223, "width": 1.4996088340206275}, {"arrows": "to", "from": 12223, "group": 2, "to": 12226, "width": 1.4996088340206275}, {"arrows": "to", "from": 12226, "group": 2, "to": 12239, "width": 1.4996088340206275}, {"arrows": "to", "from": 12239, "group": 2, "to": 12241, "width": 1.4996088340206275}, {"arrows": "to", "from": 12241, "group": 2, "to": 12242, "width": 1.4996088340206275}, {"arrows": "to", "from": 12242, "group": 2, "to": 12243, "width": 1.4996088340206275}, {"arrows": "to", "from": 12243, "group": 2, "to": 12247, "width": 1.4996088340206275}, {"arrows": "to", "from": 12247, "group": 2, "to": 12249, "width": 1.4996088340206275}, {"arrows": "to", "from": 12249, "group": 2, "to": 12253, "width": 1.4996088340206275}, {"arrows": "to", "from": 12253, "group": 2, "to": 12255, "width": 1.4996088340206275}, {"arrows": "to", "from": 12255, "group": 2, "to": 12259, "width": 1.4996088340206275}, {"arrows": "to", "from": 12259, "group": 2, "to": 12267, "width": 1.4996088340206275}, {"arrows": "to", "from": 12267, "group": 2, "to": 12269, "width": 1.4996088340206275}, {"arrows": "to", "from": 12269, "group": 2, "to": 12271, "width": 1.4996088340206275}, {"arrows": "to", "from": 12271, "group": 2, "to": 12274, "width": 1.4996088340206275}, {"arrows": "to", "from": 12274, "group": 2, "to": 12276, "width": 1.4996088340206275}, {"arrows": "to", "from": 12281, "group": 2, "to": 12288, "width": 1.4996088340206275}, {"arrows": "to", "from": 12288, "group": 2, "to": 12292, "width": 1.4996088340206275}, {"arrows": "to", "from": 12310, "group": 2, "to": 12318, "width": 1.4996088340206275}, {"arrows": "to", "from": 12310, "group": 2, "to": 14386, "width": 1.4996088340206275}, {"arrows": "to", "from": 12318, "group": 2, "to": 12321, "width": 1.4996088340206275}, {"arrows": "to", "from": 12321, "group": 2, "to": 12337, "width": 1.4996088340206275}, {"arrows": "to", "from": 12337, "group": 2, "to": 12345, "width": 1.4996088340206275}, {"arrows": "to", "from": 12345, "group": 2, "to": 12355, "width": 1.4996088340206275}, {"arrows": "to", "from": 12355, "group": 2, "to": 12357, "width": 1.4996088340206275}, {"arrows": "to", "from": 12357, "group": 2, "to": 12364, "width": 1.4996088340206275}, {"arrows": "to", "from": 12364, "group": 2, "to": 12368, "width": 1.4996088340206275}, {"arrows": "to", "from": 12375, "group": 2, "to": 12376, "width": 1.4996088340206275}, {"arrows": "to", "from": 12376, "group": 2, "to": 12386, "width": 1.4996088340206275}, {"arrows": "to", "from": 12396, "group": 2, "to": 12409, "width": 1.4996088340206275}, {"arrows": "to", "from": 12409, "group": 2, "to": 12412, "width": 1.4996088340206275}, {"arrows": "to", "from": 12412, "group": 2, "to": 12420, "width": 1.4996088340206275}, {"arrows": "to", "from": 12420, "group": 2, "to": 12425, "width": 1.4996088340206275}, {"arrows": "to", "from": 12425, "group": 2, "to": 12426, "width": 1.4996088340206275}, {"arrows": "to", "from": 12432, "group": 2, "to": 12436, "width": 1.4996088340206275}, {"arrows": "to", "from": 12436, "group": 2, "to": 12437, "width": 1.4996088340206275}, {"arrows": "to", "from": 12437, "group": 2, "to": 12438, "width": 1.4996088340206275}, {"arrows": "to", "from": 12438, "group": 2, "to": 12441, "width": 1.4996088340206275}, {"arrows": "to", "from": 12441, "group": 2, "to": 12446, "width": 1.4996088340206275}, {"arrows": "to", "from": 12446, "group": 2, "to": 12452, "width": 1.4996088340206275}, {"arrows": "to", "from": 12452, "group": 2, "to": 12453, "width": 1.4996088340206275}, {"arrows": "to", "from": 12465, "group": 2, "to": 12474, "width": 1.4996088340206275}, {"arrows": "to", "from": 12474, "group": 2, "to": 12482, "width": 1.4996088340206275}, {"arrows": "to", "from": 12482, "group": 2, "to": 12483, "width": 1.4996088340206275}, {"arrows": "to", "from": 12489, "group": 2, "to": 12490, "width": 1.4996088340206275}, {"arrows": "to", "from": 12490, "group": 2, "to": 12497, "width": 1.4996088340206275}, {"arrows": "to", "from": 12497, "group": 2, "to": 12506, "width": 1.4996088340206275}, {"arrows": "to", "from": 12506, "group": 2, "to": 12510, "width": 1.4996088340206275}, {"arrows": "to", "from": 12530, "group": 2, "to": 12544, "width": 1.4996088340206275}, {"arrows": "to", "from": 12544, "group": 2, "to": 12550, "width": 1.4996088340206275}, {"arrows": "to", "from": 12550, "group": 2, "to": 12551, "width": 1.4996088340206275}, {"arrows": "to", "from": 12551, "group": 2, "to": 12559, "width": 1.4996088340206275}, {"arrows": "to", "from": 12569, "group": 2, "to": 12573, "width": 1.4996088340206275}, {"arrows": "to", "from": 12569, "group": 2, "to": 12576, "width": 2.4996088340206275}, {"arrows": "to", "from": 12573, "group": 2, "to": 12579, "width": 1.4996088340206275}, {"arrows": "to", "from": 12576, "group": 2, "to": 13335, "width": 2.4996088340206275}, {"arrows": "to", "from": 12623, "group": 2, "to": 13363, "width": 2.4996088340206275}, {"arrows": "to", "from": 12642, "group": 2, "to": 12662, "width": 1.4996088340206275}, {"arrows": "to", "from": 12662, "group": 2, "to": 12665, "width": 1.4996088340206275}, {"arrows": "to", "from": 12665, "group": 2, "to": 12667, "width": 1.4996088340206275}, {"arrows": "to", "from": 12667, "group": 2, "to": 12676, "width": 1.4996088340206275}, {"arrows": "to", "from": 12676, "group": 2, "to": 12680, "width": 1.4996088340206275}, {"arrows": "to", "from": 12691, "group": 2, "to": 12692, "width": 1.4996088340206275}, {"arrows": "to", "from": 12692, "group": 2, "to": 12697, "width": 1.4996088340206275}, {"arrows": "to", "from": 12697, "group": 2, "to": 12717, "width": 1.4996088340206275}, {"arrows": "to", "from": 12717, "group": 2, "to": 12719, "width": 1.4996088340206275}, {"arrows": "to", "from": 12719, "group": 2, "to": 12728, "width": 1.4996088340206275}, {"arrows": "to", "from": 12728, "group": 2, "to": 12734, "width": 1.4996088340206275}, {"arrows": "to", "from": 12734, "group": 2, "to": 12735, "width": 1.4996088340206275}, {"arrows": "to", "from": 12735, "group": 2, "to": 12737, "width": 1.4996088340206275}, {"arrows": "to", "from": 12737, "group": 2, "to": 12738, "width": 1.4996088340206275}, {"arrows": "to", "from": 12738, "group": 2, "to": 12739, "width": 1.4996088340206275}, {"arrows": "to", "from": 12739, "group": 2, "to": 12740, "width": 1.4996088340206275}, {"arrows": "to", "from": 12740, "group": 2, "to": 12743, "width": 1.4996088340206275}, {"arrows": "to", "from": 12751, "group": 2, "to": 12755, "width": 1.4996088340206275}, {"arrows": "to", "from": 12755, "group": 2, "to": 12757, "width": 1.4996088340206275}, {"arrows": "to", "from": 12757, "group": 2, "to": 12758, "width": 1.4996088340206275}, {"arrows": "to", "from": 12758, "group": 2, "to": 12760, "width": 1.4996088340206275}, {"arrows": "to", "from": 12760, "group": 2, "to": 12764, "width": 1.4996088340206275}, {"arrows": "to", "from": 12764, "group": 2, "to": 12768, "width": 1.4996088340206275}, {"arrows": "to", "from": 12768, "group": 2, "to": 12771, "width": 1.4996088340206275}, {"arrows": "to", "from": 12771, "group": 2, "to": 12774, "width": 1.4996088340206275}, {"arrows": "to", "from": 12777, "group": 2, "to": 12780, "width": 1.4996088340206275}, {"arrows": "to", "from": 12780, "group": 2, "to": 12792, "width": 1.4996088340206275}, {"arrows": "to", "from": 12792, "group": 2, "to": 12793, "width": 1.4996088340206275}, {"arrows": "to", "from": 12793, "group": 2, "to": 12799, "width": 1.4996088340206275}, {"arrows": "to", "from": 12799, "group": 2, "to": 12808, "width": 1.4996088340206275}, {"arrows": "to", "from": 12808, "group": 2, "to": 12813, "width": 1.4996088340206275}, {"arrows": "to", "from": 12813, "group": 2, "to": 12816, "width": 1.4996088340206275}, {"arrows": "to", "from": 12816, "group": 2, "to": 12817, "width": 1.4996088340206275}, {"arrows": "to", "from": 12817, "group": 2, "to": 12822, "width": 1.4996088340206275}, {"arrows": "to", "from": 12822, "group": 2, "to": 12829, "width": 1.4996088340206275}, {"arrows": "to", "from": 12829, "group": 2, "to": 12832, "width": 1.4996088340206275}, {"arrows": "to", "from": 12832, "group": 2, "to": 12836, "width": 1.4996088340206275}, {"arrows": "to", "from": 12836, "group": 2, "to": 12839, "width": 1.4996088340206275}, {"arrows": "to", "from": 12844, "group": 2, "to": 12845, "width": 1.4996088340206275}, {"arrows": "to", "from": 12844, "group": 2, "to": 13334, "width": 1.4996088340206275}, {"arrows": "to", "from": 12849, "group": 2, "to": 12854, "width": 1.4996088340206275}, {"arrows": "to", "from": 12854, "group": 2, "to": 12857, "width": 1.4996088340206275}, {"arrows": "to", "from": 12857, "group": 2, "to": 12858, "width": 1.4996088340206275}, {"arrows": "to", "from": 12858, "group": 2, "to": 12864, "width": 1.4996088340206275}, {"arrows": "to", "from": 12864, "group": 2, "to": 12865, "width": 1.4996088340206275}, {"arrows": "to", "from": 12865, "group": 2, "to": 12868, "width": 1.4996088340206275}, {"arrows": "to", "from": 12868, "group": 2, "to": 12871, "width": 1.4996088340206275}, {"arrows": "to", "from": 12871, "group": 2, "to": 12873, "width": 1.4996088340206275}, {"arrows": "to", "from": 12873, "group": 2, "to": 12875, "width": 1.4996088340206275}, {"arrows": "to", "from": 12875, "group": 2, "to": 12877, "width": 1.4996088340206275}, {"arrows": "to", "from": 12877, "group": 2, "to": 12879, "width": 1.4996088340206275}, {"arrows": "to", "from": 12879, "group": 2, "to": 12880, "width": 1.4996088340206275}, {"arrows": "to", "from": 12880, "group": 2, "to": 12883, "width": 1.4996088340206275}, {"arrows": "to", "from": 12883, "group": 2, "to": 12887, "width": 1.4996088340206275}, {"arrows": "to", "from": 12887, "group": 2, "to": 12889, "width": 1.4996088340206275}, {"arrows": "to", "from": 12889, "group": 2, "to": 12890, "width": 1.4996088340206275}, {"arrows": "to", "from": 12890, "group": 2, "to": 12893, "width": 1.4996088340206275}, {"arrows": "to", "from": 12893, "group": 2, "to": 12894, "width": 1.4996088340206275}, {"arrows": "to", "from": 12894, "group": 2, "to": 12897, "width": 1.4996088340206275}, {"arrows": "to", "from": 12897, "group": 2, "to": 12899, "width": 1.4996088340206275}, {"arrows": "to", "from": 12936, "group": 2, "to": 12951, "width": 1.4996088340206275}, {"arrows": "to", "from": 12951, "group": 2, "to": 12953, "width": 1.4996088340206275}, {"arrows": "to", "from": 12953, "group": 2, "to": 12954, "width": 1.4996088340206275}, {"arrows": "to", "from": 12954, "group": 2, "to": 12960, "width": 1.4996088340206275}, {"arrows": "to", "from": 12984, "group": 2, "to": 13009, "width": 1.4996088340206275}, {"arrows": "to", "from": 13009, "group": 2, "to": 13023, "width": 1.4996088340206275}, {"arrows": "to", "from": 13023, "group": 2, "to": 13024, "width": 1.4996088340206275}, {"arrows": "to", "from": 13024, "group": 2, "to": 13042, "width": 1.4996088340206275}, {"arrows": "to", "from": 13042, "group": 2, "to": 13055, "width": 1.4996088340206275}, {"arrows": "to", "from": 13055, "group": 2, "to": 13060, "width": 1.4996088340206275}, {"arrows": "to", "from": 13060, "group": 2, "to": 13065, "width": 1.4996088340206275}, {"arrows": "to", "from": 13065, "group": 2, "to": 13076, "width": 1.4996088340206275}, {"arrows": "to", "from": 13076, "group": 2, "to": 13080, "width": 1.4996088340206275}, {"arrows": "to", "from": 13083, "group": 2, "to": 13085, "width": 1.4996088340206275}, {"arrows": "to", "from": 13085, "group": 2, "to": 13086, "width": 1.4996088340206275}, {"arrows": "to", "from": 13086, "group": 2, "to": 13087, "width": 1.4996088340206275}, {"arrows": "to", "from": 13087, "group": 2, "to": 13102, "width": 1.4996088340206275}, {"arrows": "to", "from": 13102, "group": 2, "to": 13117, "width": 1.4996088340206275}, {"arrows": "to", "from": 13117, "group": 2, "to": 13120, "width": 1.4996088340206275}, {"arrows": "to", "from": 13120, "group": 2, "to": 13134, "width": 1.4996088340206275}, {"arrows": "to", "from": 13134, "group": 2, "to": 13139, "width": 1.4996088340206275}, {"arrows": "to", "from": 13139, "group": 2, "to": 13146, "width": 1.4996088340206275}, {"arrows": "to", "from": 13146, "group": 2, "to": 13153, "width": 1.4996088340206275}, {"arrows": "to", "from": 13153, "group": 2, "to": 13156, "width": 1.4996088340206275}, {"arrows": "to", "from": 13156, "group": 2, "to": 13158, "width": 1.4996088340206275}, {"arrows": "to", "from": 13158, "group": 2, "to": 13163, "width": 1.4996088340206275}, {"arrows": "to", "from": 13163, "group": 2, "to": 13164, "width": 1.4996088340206275}, {"arrows": "to", "from": 13164, "group": 2, "to": 13165, "width": 1.4996088340206275}, {"arrows": "to", "from": 13165, "group": 2, "to": 13178, "width": 1.4996088340206275}, {"arrows": "to", "from": 13178, "group": 2, "to": 13183, "width": 1.4996088340206275}, {"arrows": "to", "from": 13183, "group": 2, "to": 13195, "width": 1.4996088340206275}, {"arrows": "to", "from": 13195, "group": 2, "to": 13196, "width": 1.4996088340206275}, {"arrows": "to", "from": 13196, "group": 2, "to": 13198, "width": 1.4996088340206275}, {"arrows": "to", "from": 13198, "group": 2, "to": 13199, "width": 1.4996088340206275}, {"arrows": "to", "from": 13199, "group": 2, "to": 13205, "width": 1.4996088340206275}, {"arrows": "to", "from": 13205, "group": 2, "to": 13208, "width": 1.4996088340206275}, {"arrows": "to", "from": 13208, "group": 2, "to": 13211, "width": 1.4996088340206275}, {"arrows": "to", "from": 13211, "group": 2, "to": 13222, "width": 1.4996088340206275}, {"arrows": "to", "from": 13222, "group": 2, "to": 13223, "width": 1.4996088340206275}, {"arrows": "to", "from": 13223, "group": 2, "to": 13231, "width": 1.4996088340206275}, {"arrows": "to", "from": 13231, "group": 2, "to": 13234, "width": 1.4996088340206275}, {"arrows": "to", "from": 13234, "group": 2, "to": 13237, "width": 1.4996088340206275}, {"arrows": "to", "from": 13237, "group": 2, "to": 13239, "width": 1.4996088340206275}, {"arrows": "to", "from": 13239, "group": 2, "to": 13248, "width": 1.4996088340206275}, {"arrows": "to", "from": 13248, "group": 2, "to": 13250, "width": 1.4996088340206275}, {"arrows": "to", "from": 13250, "group": 2, "to": 13253, "width": 1.4996088340206275}, {"arrows": "to", "from": 13253, "group": 2, "to": 13258, "width": 1.4996088340206275}, {"arrows": "to", "from": 13258, "group": 2, "to": 13260, "width": 1.4996088340206275}, {"arrows": "to", "from": 13260, "group": 2, "to": 13263, "width": 1.4996088340206275}, {"arrows": "to", "from": 13263, "group": 2, "to": 13266, "width": 1.4996088340206275}, {"arrows": "to", "from": 13266, "group": 2, "to": 13271, "width": 1.4996088340206275}, {"arrows": "to", "from": 13271, "group": 2, "to": 13273, "width": 1.4996088340206275}, {"arrows": "to", "from": 13273, "group": 2, "to": 13274, "width": 1.4996088340206275}, {"arrows": "to", "from": 13274, "group": 2, "to": 13279, "width": 1.4996088340206275}, {"arrows": "to", "from": 13279, "group": 2, "to": 13281, "width": 1.4996088340206275}, {"arrows": "to", "from": 13281, "group": 2, "to": 13282, "width": 1.4996088340206275}, {"arrows": "to", "from": 13282, "group": 2, "to": 13283, "width": 1.4996088340206275}, {"arrows": "to", "from": 13283, "group": 2, "to": 13286, "width": 1.4996088340206275}, {"arrows": "to", "from": 13286, "group": 2, "to": 13287, "width": 1.4996088340206275}, {"arrows": "to", "from": 13287, "group": 2, "to": 13289, "width": 1.4996088340206275}, {"arrows": "to", "from": 13290, "group": 2, "to": 13293, "width": 1.4996088340206275}, {"arrows": "to", "from": 13304, "group": 2, "to": 13307, "width": 1.4996088340206275}, {"arrows": "to", "from": 13307, "group": 2, "to": 13308, "width": 1.4996088340206275}, {"arrows": "to", "from": 13308, "group": 2, "to": 13315, "width": 1.4996088340206275}, {"arrows": "to", "from": 13315, "group": 2, "to": 13318, "width": 1.4996088340206275}, {"arrows": "to", "from": 13318, "group": 2, "to": 13322, "width": 1.4996088340206275}, {"arrows": "to", "from": 13322, "group": 2, "to": 13323, "width": 1.4996088340206275}, {"arrows": "to", "from": 13323, "group": 2, "to": 13325, "width": 1.4996088340206275}, {"arrows": "to", "from": 13325, "group": 2, "to": 13328, "width": 1.4996088340206275}, {"arrows": "to", "from": 13335, "group": 2, "to": 13339, "width": 2.4996088340206275}, {"arrows": "to", "from": 13339, "group": 2, "to": 13346, "width": 2.4996088340206275}, {"arrows": "to", "from": 13363, "group": 2, "to": 13373, "width": 2.4996088340206275}, {"arrows": "to", "from": 13373, "group": 2, "to": 13374, "width": 2.4996088340206275}, {"arrows": "to", "from": 13374, "group": 2, "to": 13375, "width": 2.4996088340206275}, {"arrows": "to", "from": 13375, "group": 2, "to": 13377, "width": 2.4996088340206275}, {"arrows": "to", "from": 13377, "group": 2, "to": 13380, "width": 2.4996088340206275}, {"arrows": "to", "from": 13380, "group": 2, "to": 13386, "width": 2.4996088340206275}, {"arrows": "to", "from": 13386, "group": 2, "to": 13387, "width": 2.4996088340206275}, {"arrows": "to", "from": 13406, "group": 2, "to": 13416, "width": 2.4996088340206275}, {"arrows": "to", "from": 13419, "group": 2, "to": 13421, "width": 1.0603835756632374}, {"arrows": "to", "from": 13420, "group": 2, "to": 13429, "width": 1.7498044170103138}, {"arrows": "to", "from": 13421, "group": 2, "to": 13441, "width": 1.4996088340206275}, {"arrows": "to", "from": 13429, "group": 2, "to": 13430, "width": 1.4996088340206275}, {"arrows": "to", "from": 13429, "group": 2, "to": 13431, "width": 1.4996088340206275}, {"arrows": "to", "from": 13429, "group": 2, "to": 13672, "width": 2.0603835756632374}, {"arrows": "to", "from": 13431, "group": 2, "to": 14462, "width": 1.4996088340206275}, {"arrows": "to", "from": 13437, "group": 2, "to": 14155, "width": 1.4996088340206275}, {"arrows": "to", "from": 13441, "group": 2, "to": 13447, "width": 1.4996088340206275}, {"arrows": "to", "from": 13447, "group": 2, "to": 13451, "width": 1.4996088340206275}, {"arrows": "to", "from": 13451, "group": 2, "to": 13453, "width": 1.4996088340206275}, {"arrows": "to", "from": 13461, "group": 2, "to": 13463, "width": 1.4996088340206275}, {"arrows": "to", "from": 13463, "group": 2, "to": 13464, "width": 1.4996088340206275}, {"arrows": "to", "from": 13464, "group": 2, "to": 13468, "width": 1.4996088340206275}, {"arrows": "to", "from": 13468, "group": 2, "to": 13472, "width": 1.4996088340206275}, {"arrows": "to", "from": 13472, "group": 2, "to": 13473, "width": 1.4996088340206275}, {"arrows": "to", "from": 13473, "group": 2, "to": 13479, "width": 1.4996088340206275}, {"arrows": "to", "from": 13479, "group": 2, "to": 13481, "width": 1.4996088340206275}, {"arrows": "to", "from": 13481, "group": 2, "to": 13485, "width": 1.4996088340206275}, {"arrows": "to", "from": 13504, "group": 2, "to": 13522, "width": 1.4996088340206275}, {"arrows": "to", "from": 13522, "group": 2, "to": 13525, "width": 1.4996088340206275}, {"arrows": "to", "from": 13529, "group": 2, "to": 13530, "width": 1.4996088340206275}, {"arrows": "to", "from": 13530, "group": 2, "to": 13536, "width": 1.4996088340206275}, {"arrows": "to", "from": 13536, "group": 2, "to": 13564, "width": 1.4996088340206275}, {"arrows": "to", "from": 13564, "group": 2, "to": 13580, "width": 1.4996088340206275}, {"arrows": "to", "from": 13580, "group": 2, "to": 13583, "width": 1.4996088340206275}, {"arrows": "to", "from": 13583, "group": 2, "to": 13589, "width": 1.4996088340206275}, {"arrows": "to", "from": 13589, "group": 2, "to": 13590, "width": 1.4996088340206275}, {"arrows": "to", "from": 13590, "group": 2, "to": 13599, "width": 1.4996088340206275}, {"arrows": "to", "from": 13599, "group": 2, "to": 13615, "width": 1.4996088340206275}, {"arrows": "to", "from": 13615, "group": 2, "to": 13622, "width": 1.4996088340206275}, {"arrows": "to", "from": 13622, "group": 2, "to": 13623, "width": 1.4996088340206275}, {"arrows": "to", "from": 13623, "group": 2, "to": 13627, "width": 1.4996088340206275}, {"arrows": "to", "from": 13627, "group": 2, "to": 13628, "width": 1.4996088340206275}, {"arrows": "to", "from": 13628, "group": 2, "to": 13631, "width": 1.4996088340206275}, {"arrows": "to", "from": 13631, "group": 2, "to": 13633, "width": 1.4996088340206275}, {"arrows": "to", "from": 13633, "group": 2, "to": 13637, "width": 1.4996088340206275}, {"arrows": "to", "from": 13637, "group": 2, "to": 13640, "width": 1.4996088340206275}, {"arrows": "to", "from": 13640, "group": 2, "to": 13642, "width": 1.4996088340206275}, {"arrows": "to", "from": 13646, "group": 2, "to": 13656, "width": 1.4996088340206275}, {"arrows": "to", "from": 13658, "group": 2, "to": 13659, "width": 1.4996088340206275}, {"arrows": "to", "from": 13659, "group": 2, "to": 13662, "width": 1.4996088340206275}, {"arrows": "to", "from": 13662, "group": 2, "to": 13664, "width": 1.4996088340206275}, {"arrows": "to", "from": 13672, "group": 2, "to": 14336, "width": 1.4996088340206275}, {"arrows": "to", "from": 13683, "group": 2, "to": 13684, "width": 2.4996088340206275}, {"arrows": "to", "from": 13684, "group": 2, "to": 13688, "width": 2.4996088340206275}, {"arrows": "to", "from": 13688, "group": 2, "to": 13689, "width": 2.4996088340206275}, {"arrows": "to", "from": 13689, "group": 2, "to": 13694, "width": 2.4996088340206275}, {"arrows": "to", "from": 13694, "group": 2, "to": 13700, "width": 2.4996088340206275}, {"arrows": "to", "from": 13700, "group": 2, "to": 13701, "width": 2.4996088340206275}, {"arrows": "to", "from": 13705, "group": 2, "to": 13706, "width": 2.4996088340206275}, {"arrows": "to", "from": 13706, "group": 2, "to": 13716, "width": 2.4996088340206275}, {"arrows": "to", "from": 13716, "group": 2, "to": 13720, "width": 2.4996088340206275}, {"arrows": "to", "from": 13732, "group": 2, "to": 13747, "width": 2.4996088340206275}, {"arrows": "to", "from": 13747, "group": 2, "to": 13749, "width": 2.4996088340206275}, {"arrows": "to", "from": 13749, "group": 2, "to": 13754, "width": 2.4996088340206275}, {"arrows": "to", "from": 13754, "group": 2, "to": 13758, "width": 2.4996088340206275}, {"arrows": "to", "from": 13758, "group": 2, "to": 13759, "width": 2.4996088340206275}, {"arrows": "to", "from": 13759, "group": 2, "to": 13766, "width": 2.4996088340206275}, {"arrows": "to", "from": 13766, "group": 2, "to": 13767, "width": 2.4996088340206275}, {"arrows": "to", "from": 13767, "group": 2, "to": 13768, "width": 2.4996088340206275}, {"arrows": "to", "from": 13768, "group": 2, "to": 13770, "width": 2.4996088340206275}, {"arrows": "to", "from": 13770, "group": 2, "to": 13782, "width": 2.4996088340206275}, {"arrows": "to", "from": 13807, "group": 2, "to": 13817, "width": 2.4996088340206275}, {"arrows": "to", "from": 13817, "group": 2, "to": 13840, "width": 2.4996088340206275}, {"arrows": "to", "from": 13840, "group": 2, "to": 13848, "width": 2.4996088340206275}, {"arrows": "to", "from": 13848, "group": 2, "to": 13849, "width": 2.4996088340206275}, {"arrows": "to", "from": 13849, "group": 2, "to": 13858, "width": 2.4996088340206275}, {"arrows": "to", "from": 13858, "group": 2, "to": 13870, "width": 2.4996088340206275}, {"arrows": "to", "from": 13870, "group": 2, "to": 13872, "width": 2.4996088340206275}, {"arrows": "to", "from": 13872, "group": 2, "to": 13875, "width": 2.4996088340206275}, {"arrows": "to", "from": 13875, "group": 2, "to": 13877, "width": 2.4996088340206275}, {"arrows": "to", "from": 13877, "group": 2, "to": 13885, "width": 2.4996088340206275}, {"arrows": "to", "from": 13885, "group": 2, "to": 13891, "width": 2.4996088340206275}, {"arrows": "to", "from": 13891, "group": 2, "to": 13895, "width": 2.4996088340206275}, {"arrows": "to", "from": 13895, "group": 2, "to": 13899, "width": 2.4996088340206275}, {"arrows": "to", "from": 13916, "group": 2, "to": 13921, "width": 2.4996088340206275}, {"arrows": "to", "from": 13921, "group": 2, "to": 13923, "width": 2.4996088340206275}, {"arrows": "to", "from": 13923, "group": 2, "to": 13925, "width": 2.4996088340206275}, {"arrows": "to", "from": 13925, "group": 2, "to": 13930, "width": 2.4996088340206275}, {"arrows": "to", "from": 13930, "group": 2, "to": 13933, "width": 2.4996088340206275}, {"arrows": "to", "from": 13933, "group": 2, "to": 13938, "width": 2.4996088340206275}, {"arrows": "to", "from": 13938, "group": 2, "to": 13941, "width": 2.4996088340206275}, {"arrows": "to", "from": 13941, "group": 2, "to": 13948, "width": 2.4996088340206275}, {"arrows": "to", "from": 13948, "group": 2, "to": 13951, "width": 2.4996088340206275}, {"arrows": "to", "from": 13951, "group": 2, "to": 13953, "width": 2.4996088340206275}, {"arrows": "to", "from": 13955, "group": 2, "to": 13957, "width": 2.4996088340206275}, {"arrows": "to", "from": 13957, "group": 2, "to": 13959, "width": 2.4996088340206275}, {"arrows": "to", "from": 13959, "group": 2, "to": 13968, "width": 2.4996088340206275}, {"arrows": "to", "from": 13968, "group": 2, "to": 13969, "width": 2.4996088340206275}, {"arrows": "to", "from": 13969, "group": 2, "to": 13984, "width": 2.4996088340206275}, {"arrows": "to", "from": 13984, "group": 2, "to": 13988, "width": 2.4996088340206275}, {"arrows": "to", "from": 13988, "group": 2, "to": 13991, "width": 2.4996088340206275}, {"arrows": "to", "from": 13991, "group": 2, "to": 13992, "width": 2.4996088340206275}, {"arrows": "to", "from": 13992, "group": 2, "to": 13997, "width": 2.4996088340206275}, {"arrows": "to", "from": 14001, "group": 2, "to": 14005, "width": 2.4996088340206275}, {"arrows": "to", "from": 14005, "group": 2, "to": 14006, "width": 2.4996088340206275}, {"arrows": "to", "from": 14006, "group": 2, "to": 14010, "width": 2.4996088340206275}, {"arrows": "to", "from": 14010, "group": 2, "to": 14013, "width": 2.4996088340206275}, {"arrows": "to", "from": 14013, "group": 2, "to": 14014, "width": 2.4996088340206275}, {"arrows": "to", "from": 14014, "group": 2, "to": 14015, "width": 2.4996088340206275}, {"arrows": "to", "from": 14015, "group": 2, "to": 14016, "width": 2.4996088340206275}, {"arrows": "to", "from": 14016, "group": 2, "to": 14017, "width": 2.4996088340206275}, {"arrows": "to", "from": 14017, "group": 2, "to": 14018, "width": 2.4996088340206275}, {"arrows": "to", "from": 14018, "group": 2, "to": 14019, "width": 2.4996088340206275}, {"arrows": "to", "from": 14019, "group": 2, "to": 14020, "width": 2.4996088340206275}, {"arrows": "to", "from": 14030, "group": 2, "to": 14033, "width": 2.4996088340206275}, {"arrows": "to", "from": 14033, "group": 2, "to": 14035, "width": 2.4996088340206275}, {"arrows": "to", "from": 14051, "group": 2, "to": 14053, "width": 2.4996088340206275}, {"arrows": "to", "from": 14053, "group": 2, "to": 14062, "width": 2.4996088340206275}, {"arrows": "to", "from": 14076, "group": 2, "to": 14080, "width": 2.4996088340206275}, {"arrows": "to", "from": 14080, "group": 2, "to": 14093, "width": 2.4996088340206275}, {"arrows": "to", "from": 14093, "group": 2, "to": 14095, "width": 2.4996088340206275}, {"arrows": "to", "from": 14095, "group": 2, "to": 14099, "width": 2.4996088340206275}, {"arrows": "to", "from": 14099, "group": 2, "to": 14102, "width": 2.4996088340206275}, {"arrows": "to", "from": 14102, "group": 2, "to": 14104, "width": 2.4996088340206275}, {"arrows": "to", "from": 14106, "group": 2, "to": 14108, "width": 2.4996088340206275}, {"arrows": "to", "from": 14108, "group": 2, "to": 14110, "width": 2.4996088340206275}, {"arrows": "to", "from": 14110, "group": 2, "to": 14114, "width": 2.4996088340206275}, {"arrows": "to", "from": 14123, "group": 2, "to": 14127, "width": 1.4996088340206275}, {"arrows": "to", "from": 14132, "group": 2, "to": 14142, "width": 1.4996088340206275}, {"arrows": "to", "from": 14142, "group": 2, "to": 14146, "width": 1.4996088340206275}, {"arrows": "to", "from": 14146, "group": 2, "to": 14150, "width": 1.4996088340206275}, {"arrows": "to", "from": 14150, "group": 2, "to": 14151, "width": 1.4996088340206275}, {"arrows": "to", "from": 14151, "group": 2, "to": 14152, "width": 1.4996088340206275}, {"arrows": "to", "from": 14152, "group": 2, "to": 14153, "width": 1.4996088340206275}, {"arrows": "to", "from": 14155, "group": 2, "to": 14157, "width": 1.4996088340206275}, {"arrows": "to", "from": 14163, "group": 2, "to": 14164, "width": 1.4996088340206275}, {"arrows": "to", "from": 14164, "group": 2, "to": 14165, "width": 1.4996088340206275}, {"arrows": "to", "from": 14165, "group": 2, "to": 14182, "width": 1.4996088340206275}, {"arrows": "to", "from": 14182, "group": 2, "to": 14188, "width": 1.4996088340206275}, {"arrows": "to", "from": 14188, "group": 2, "to": 14191, "width": 1.4996088340206275}, {"arrows": "to", "from": 14191, "group": 2, "to": 14192, "width": 1.4996088340206275}, {"arrows": "to", "from": 14192, "group": 2, "to": 14199, "width": 1.4996088340206275}, {"arrows": "to", "from": 14199, "group": 2, "to": 14203, "width": 1.4996088340206275}, {"arrows": "to", "from": 14203, "group": 2, "to": 14207, "width": 1.4996088340206275}, {"arrows": "to", "from": 14207, "group": 2, "to": 14209, "width": 1.4996088340206275}, {"arrows": "to", "from": 14209, "group": 2, "to": 14213, "width": 1.4996088340206275}, {"arrows": "to", "from": 14213, "group": 2, "to": 14219, "width": 1.4996088340206275}, {"arrows": "to", "from": 14219, "group": 2, "to": 14221, "width": 1.4996088340206275}, {"arrows": "to", "from": 14221, "group": 2, "to": 14224, "width": 1.4996088340206275}, {"arrows": "to", "from": 14224, "group": 2, "to": 14226, "width": 1.4996088340206275}, {"arrows": "to", "from": 14226, "group": 2, "to": 14227, "width": 1.4996088340206275}, {"arrows": "to", "from": 14227, "group": 2, "to": 14231, "width": 1.4996088340206275}, {"arrows": "to", "from": 14231, "group": 2, "to": 14234, "width": 1.4996088340206275}, {"arrows": "to", "from": 14234, "group": 2, "to": 14239, "width": 1.4996088340206275}, {"arrows": "to", "from": 14239, "group": 2, "to": 14246, "width": 1.4996088340206275}, {"arrows": "to", "from": 14246, "group": 2, "to": 14250, "width": 1.4996088340206275}, {"arrows": "to", "from": 14250, "group": 2, "to": 14254, "width": 1.4996088340206275}, {"arrows": "to", "from": 14254, "group": 2, "to": 14257, "width": 1.4996088340206275}, {"arrows": "to", "from": 14257, "group": 2, "to": 14258, "width": 1.4996088340206275}, {"arrows": "to", "from": 14258, "group": 2, "to": 14260, "width": 1.4996088340206275}, {"arrows": "to", "from": 14260, "group": 2, "to": 14271, "width": 1.4996088340206275}, {"arrows": "to", "from": 14271, "group": 2, "to": 14273, "width": 1.4996088340206275}, {"arrows": "to", "from": 14284, "group": 2, "to": 14288, "width": 1.4996088340206275}, {"arrows": "to", "from": 14288, "group": 2, "to": 14291, "width": 1.4996088340206275}, {"arrows": "to", "from": 14295, "group": 2, "to": 14297, "width": 1.4996088340206275}, {"arrows": "to", "from": 14297, "group": 2, "to": 14301, "width": 1.4996088340206275}, {"arrows": "to", "from": 14307, "group": 2, "to": 14315, "width": 1.4996088340206275}, {"arrows": "to", "from": 14315, "group": 2, "to": 14327, "width": 1.4996088340206275}, {"arrows": "to", "from": 14336, "group": 2, "to": 14344, "width": 1.4996088340206275}, {"arrows": "to", "from": 14344, "group": 2, "to": 14346, "width": 1.4996088340206275}, {"arrows": "to", "from": 14346, "group": 2, "to": 14348, "width": 1.4996088340206275}, {"arrows": "to", "from": 14348, "group": 2, "to": 14354, "width": 1.4996088340206275}, {"arrows": "to", "from": 14386, "group": 2, "to": 14395, "width": 1.4996088340206275}, {"arrows": "to", "from": 14456, "group": 2, "to": 14457, "width": 1.4996088340206275}, {"arrows": "to", "from": 14462, "group": 2, "to": 14464, "width": 1.4996088340206275}, {"arrows": "to", "from": 14472, "group": 2, "to": 14474, "width": 1.4996088340206275}, {"arrows": "to", "from": 14474, "group": 2, "to": 14475, "width": 1.4996088340206275}, {"arrows": "to", "from": 14482, "group": 2, "to": 14485, "width": 1.4996088340206275}, {"arrows": "to", "from": 14485, "group": 2, "to": 14487, "width": 1.4996088340206275}, {"arrows": "to", "from": 14487, "group": 2, "to": 14510, "width": 1.4996088340206275}, {"arrows": "to", "from": 14510, "group": 2, "to": 14512, "width": 1.4996088340206275}, {"arrows": "to", "from": 14512, "group": 2, "to": 14514, "width": 1.4996088340206275}, {"arrows": "to", "from": 14514, "group": 2, "to": 14521, "width": 1.4996088340206275}, {"arrows": "to", "from": 14521, "group": 2, "to": 14522, "width": 1.4996088340206275}, {"arrows": "to", "from": 14522, "group": 2, "to": 14529, "width": 1.4996088340206275}, {"arrows": "to", "from": 14529, "group": 2, "to": 14530, "width": 1.4996088340206275}, {"arrows": "to", "from": 14530, "group": 2, "to": 14532, "width": 1.4996088340206275}, {"arrows": "to", "from": 14532, "group": 2, "to": 14539, "width": 1.4996088340206275}, {"arrows": "to", "from": 14539, "group": 2, "to": 14540, "width": 1.4996088340206275}, {"arrows": "to", "from": 14540, "group": 2, "to": 14542, "width": 1.4996088340206275}, {"arrows": "to", "from": 14542, "group": 2, "to": 14544, "width": 1.4996088340206275}, {"arrows": "to", "from": 14544, "group": 2, "to": 14547, "width": 1.4996088340206275}, {"arrows": "to", "from": 14547, "group": 2, "to": 14548, "width": 1.4996088340206275}, {"arrows": "to", "from": 14548, "group": 2, "to": 14550, "width": 1.4996088340206275}, {"arrows": "to", "from": 14550, "group": 2, "to": 14551, "width": 1.4996088340206275}, {"arrows": "to", "from": 14551, "group": 2, "to": 14552, "width": 1.4996088340206275}, {"arrows": "to", "from": 14552, "group": 2, "to": 14558, "width": 1.4996088340206275}, {"arrows": "to", "from": 14558, "group": 2, "to": 14564, "width": 1.4996088340206275}, {"arrows": "to", "from": 14564, "group": 2, "to": 14565, "width": 1.4996088340206275}, {"arrows": "to", "from": 14565, "group": 2, "to": 14569, "width": 1.4996088340206275}, {"arrows": "to", "from": 14575, "group": 2, "to": 14581, "width": 1.4996088340206275}, {"arrows": "to", "from": 14581, "group": 2, "to": 14589, "width": 1.4996088340206275}, {"arrows": "to", "from": 14601, "group": 2, "to": 14609, "width": 1.4996088340206275}, {"arrows": "to", "from": 14609, "group": 2, "to": 14615, "width": 1.4996088340206275}, {"arrows": "to", "from": 14615, "group": 2, "to": 14617, "width": 1.4996088340206275}, {"arrows": "to", "from": 14619, "group": 2, "to": 14622, "width": 1.4996088340206275}, {"arrows": "to", "from": 14640, "group": 2, "to": 14647, "width": 1.4996088340206275}, {"arrows": "to", "from": 14647, "group": 2, "to": 14660, "width": 1.4996088340206275}, {"arrows": "to", "from": 14660, "group": 2, "to": 14661, "width": 1.4996088340206275}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": true,
"filter": [
"physics"
]
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": true,
"type": "dynamic"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
// if this network requires displaying the configure window,
// put it in its div
options.configure["container"] = document.getElementById("config");
network = new vis.Network(container, data, options);
network.on("stabilizationProgress", function(params) {
document.getElementById('loadingBar').removeAttribute("style");
var maxWidth = 496;
var minWidth = 20;
var widthFactor = params.iterations/params.total;
var width = Math.max(minWidth,maxWidth * widthFactor);
document.getElementById('bar').style.width = width + 'px';
document.getElementById('text').innerHTML = Math.round(widthFactor*100) + '%';
});
network.once("stabilizationIterationsDone", function() {
document.getElementById('text').innerHTML = '100%';
document.getElementById('bar').style.width = '496px';
document.getElementById('loadingBar').style.opacity = 0;
// really clean the dom element
setTimeout(function () {document.getElementById('loadingBar').style.display = 'none';}, 500);
});
return network;
}
drawGraph();
</script>
</body>
</html>