-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreddit_map_antiwork.html
More file actions
219 lines (173 loc) · 125 KB
/
reddit_map_antiwork.html
File metadata and controls
219 lines (173 loc) · 125 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </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>-->
<style type="text/css">
#mynetwork {
width: 1000px;
height: 500px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 1000px;
height: 500px;
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 id = "mynetwork"></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 network;
var container;
var options, data;
// 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([{"id": 0, "label": "leagueoflegends", "shape": "dot"}, {"id": 1, "label": "AbsoluteUnits", "shape": "dot"}, {"id": 2, "label": "tumblr", "shape": "dot"}, {"id": 3, "label": "CompetitiveWoW", "shape": "dot"}, {"id": 4, "label": "ontario", "shape": "dot"}, {"id": 5, "label": "dankmemes", "shape": "dot"}, {"id": 6, "label": "LeagueOfMemes", "shape": "dot"}, {"id": 7, "label": "PokemonSwordAndShield", "shape": "dot"}, {"id": 8, "label": "3DHentai", "shape": "dot"}, {"id": 9, "label": "BaldursGate3", "shape": "dot"}, {"id": 10, "label": "battlefield2042", "shape": "dot"}, {"id": 11, "label": "dogecoin", "shape": "dot"}, {"id": 12, "label": "2balkan4you", "shape": "dot"}, {"id": 13, "label": "VRtoER", "shape": "dot"}, {"id": 14, "label": "whisper", "shape": "dot"}, {"id": 15, "label": "androidapps", "shape": "dot"}, {"id": 16, "label": "Miami", "shape": "dot"}, {"id": 17, "label": "landscaping", "shape": "dot"}, {"id": 18, "label": "rant", "shape": "dot"}, {"id": 19, "label": "h3h3productions", "shape": "dot"}, {"id": 20, "label": "AskOuija", "shape": "dot"}, {"id": 21, "label": "hvacadvice", "shape": "dot"}, {"id": 22, "label": "stocks", "shape": "dot"}, {"id": 23, "label": "buildapcsales", "shape": "dot"}, {"id": 24, "label": "TuxedoCats", "shape": "dot"}, {"id": 25, "label": "badwomensanatomy", "shape": "dot"}, {"id": 26, "label": "guineapigs", "shape": "dot"}, {"id": 27, "label": "reddeadredemption2", "shape": "dot"}, {"id": 28, "label": "ProgrammerHumor", "shape": "dot"}, {"id": 29, "label": "explainlikeimfive", "shape": "dot"}, {"id": 30, "label": "CrazyFuckingVideos", "shape": "dot"}, {"id": 31, "label": "Wrangler", "shape": "dot"}, {"id": 32, "label": "pics", "shape": "dot"}, {"id": 33, "label": "Stadia", "shape": "dot"}, {"id": 34, "label": "FashionReps", "shape": "dot"}, {"id": 35, "label": "AskPhotography", "shape": "dot"}, {"id": 36, "label": "byebyejob", "shape": "dot"}, {"id": 37, "label": "AskALiberal", "shape": "dot"}, {"id": 38, "label": "FreeImageHosting", "shape": "dot"}, {"id": 39, "label": "entertainment", "shape": "dot"}, {"id": 40, "label": "EsfandTV", "shape": "dot"}, {"id": 41, "label": "RichardHTTSubmissions", "shape": "dot"}, {"id": 42, "label": "compoface", "shape": "dot"}, {"id": 43, "label": "pihole", "shape": "dot"}, {"id": 44, "label": "PcBuildHelp", "shape": "dot"}, {"id": 45, "label": "weddingshaming", "shape": "dot"}, {"id": 46, "label": "worldnews", "shape": "dot"}, {"id": 47, "label": "RDR2", "shape": "dot"}, {"id": 48, "label": "printSF", "shape": "dot"}, {"id": 49, "label": "lostarkgame", "shape": "dot"}, {"id": 50, "label": "reddeadredemption", "shape": "dot"}, {"id": 51, "label": "EarthPorn", "shape": "dot"}, {"id": 52, "label": "Cascadeur", "shape": "dot"}, {"id": 53, "label": "CasualUK", "shape": "dot"}, {"id": 54, "label": "niceguys", "shape": "dot"}, {"id": 55, "label": "poker", "shape": "dot"}, {"id": 56, "label": "mbti", "shape": "dot"}, {"id": 57, "label": "oddlysatisfying", "shape": "dot"}, {"id": 58, "label": "mazda3", "shape": "dot"}, {"id": 59, "label": "Why", "shape": "dot"}, {"id": 60, "label": "theouterworlds", "shape": "dot"}, {"id": 61, "label": "toddlers", "shape": "dot"}, {"id": 62, "label": "NoStupidQuestions", "shape": "dot"}, {"id": 63, "label": "AskBalkans", "shape": "dot"}, {"id": 64, "label": "China_irl", "shape": "dot"}, {"id": 65, "label": "ADHD", "shape": "dot"}, {"id": 66, "label": "KingOfTheHill", "shape": "dot"}, {"id": 67, "label": "BenignExistence", "shape": "dot"}, {"id": 68, "label": "Chihuahua", "shape": "dot"}, {"id": 69, "label": "onejoke", "shape": "dot"}, {"id": 70, "label": "lexington", "shape": "dot"}, {"id": 71, "label": "MarriedAtFirstSight", "shape": "dot"}, {"id": 72, "label": "bigdickproblems", "shape": "dot"}, {"id": 73, "label": "FIghtNight", "shape": "dot"}, {"id": 74, "label": "Genshin_Memepact", "shape": "dot"}, {"id": 75, "label": "Pathfinder_Kingmaker", "shape": "dot"}, {"id": 76, "label": "PotionCraft", "shape": "dot"}, {"id": 77, "label": "dankinindia", "shape": "dot"}, {"id": 78, "label": "spiders", "shape": "dot"}, {"id": 79, "label": "WallStreetBetsCrypto", "shape": "dot"}, {"id": 80, "label": "weightwatchers", "shape": "dot"}, {"id": 81, "label": "VoyagerExchange", "shape": "dot"}, {"id": 82, "label": "HuTao_Mains", "shape": "dot"}, {"id": 83, "label": "SantanDave", "shape": "dot"}, {"id": 84, "label": "wallstreetbets", "shape": "dot"}, {"id": 85, "label": "whatsthisplant", "shape": "dot"}, {"id": 86, "label": "CICO", "shape": "dot"}, {"id": 87, "label": "DnD", "shape": "dot"}, {"id": 88, "label": "justneckbeardthings", "shape": "dot"}, {"id": 89, "label": "SparkPoint", "shape": "dot"}, {"id": 90, "label": "samsung", "shape": "dot"}, {"id": 91, "label": "TheSilphArena", "shape": "dot"}, {"id": 92, "label": "Solo_Roleplaying", "shape": "dot"}, {"id": 93, "label": "SuicideWatch", "shape": "dot"}, {"id": 94, "label": "Qult_Headquarters", "shape": "dot"}, {"id": 95, "label": "G502MasterRace", "shape": "dot"}, {"id": 96, "label": "TolkienMemes", "shape": "dot"}, {"id": 97, "label": "AskLGBT", "shape": "dot"}, {"id": 98, "label": "QAnonCasualties", "shape": "dot"}, {"id": 99, "label": "Sucy", "shape": "dot"}, {"id": 100, "label": "svihs", "shape": "dot"}, {"id": 101, "label": "AnimalRestaurant", "shape": "dot"}, {"id": 102, "label": "Geico", "shape": "dot"}, {"id": 103, "label": "CLOUDS", "shape": "dot"}, {"id": 104, "label": "SquaredCircle", "shape": "dot"}, {"id": 105, "label": "opticalillusions", "shape": "dot"}, {"id": 106, "label": "starterpacks", "shape": "dot"}, {"id": 107, "label": "Windows11", "shape": "dot"}, {"id": 108, "label": "minipainting", "shape": "dot"}, {"id": 109, "label": "BreakingBenjamin", "shape": "dot"}, {"id": 110, "label": "redditbots", "shape": "dot"}, {"id": 111, "label": "noita", "shape": "dot"}, {"id": 112, "label": "Eminem", "shape": "dot"}, {"id": 113, "label": "BreakingPoints", "shape": "dot"}, {"id": 114, "label": "LeftvsRightDebate", "shape": "dot"}, {"id": 115, "label": "needysluts", "shape": "dot"}, {"id": 116, "label": "astrologymemes", "shape": "dot"}, {"id": 117, "label": "technology", "shape": "dot"}, {"id": 118, "label": "headphones", "shape": "dot"}, {"id": 119, "label": "assholedesign", "shape": "dot"}, {"id": 120, "label": "Kaylemains", "shape": "dot"}, {"id": 121, "label": "thenetherlands", "shape": "dot"}, {"id": 122, "label": "ImTheMainCharacter", "shape": "dot"}, {"id": 123, "label": "starsector", "shape": "dot"}, {"id": 124, "label": "uberdrivers", "shape": "dot"}, {"id": 125, "label": "nfl", "shape": "dot"}, {"id": 126, "label": "CRH", "shape": "dot"}, {"id": 127, "label": "politics", "shape": "dot"}, {"id": 128, "label": "videogames", "shape": "dot"}, {"id": 129, "label": "technicallythetruth", "shape": "dot"}, {"id": 130, "label": "Bumble", "shape": "dot"}, {"id": 131, "label": "thelastofus", "shape": "dot"}, {"id": 132, "label": "StardustCrusaders", "shape": "dot"}, {"id": 133, "label": "JoeRogan", "shape": "dot"}, {"id": 134, "label": "Codependency", "shape": "dot"}, {"id": 135, "label": "Tau40K", "shape": "dot"}, {"id": 136, "label": "DeepThoughts", "shape": "dot"}, {"id": 137, "label": "FortWorth", "shape": "dot"}, {"id": 138, "label": "knifeclub", "shape": "dot"}, {"id": 139, "label": "u_parksandrecsgirl1", "shape": "dot"}, {"id": 140, "label": "LGBTindia", "shape": "dot"}, {"id": 141, "label": "HPHogwartsMystery", "shape": "dot"}, {"id": 142, "label": "sidetalknyc", "shape": "dot"}, {"id": 143, "label": "u_beccahas", "shape": "dot"}, {"id": 144, "label": "MarkMyWords", "shape": "dot"}, {"id": 145, "label": "Pets", "shape": "dot"}, {"id": 146, "label": "Moronavirus", "shape": "dot"}, {"id": 147, "label": "TwoXSex", "shape": "dot"}, {"id": 148, "label": "Nest", "shape": "dot"}, {"id": 149, "label": "Fitness", "shape": "dot"}, {"id": 150, "label": "fightnightchampionSBL", "shape": "dot"}, {"id": 151, "label": "forkliftmemes", "shape": "dot"}, {"id": 152, "label": "LittleWitchAcademia", "shape": "dot"}, {"id": 153, "label": "Delaware", "shape": "dot"}, {"id": 154, "label": "MakeNewFriendsHere", "shape": "dot"}, {"id": 155, "label": "CPBBD", "shape": "dot"}, {"id": 156, "label": "AnimalCrossing", "shape": "dot"}, {"id": 157, "label": "AtlantaTV", "shape": "dot"}, {"id": 158, "label": "LowSodiumCyberpunk", "shape": "dot"}, {"id": 159, "label": "MassiveCock", "shape": "dot"}, {"id": 160, "label": "defi", "shape": "dot"}, {"id": 161, "label": "askscience", "shape": "dot"}, {"id": 162, "label": "walmart", "shape": "dot"}, {"id": 163, "label": "DanielTigerConspiracy", "shape": "dot"}, {"id": 164, "label": "OldSchoolCool", "shape": "dot"}, {"id": 165, "label": "HydroHomies", "shape": "dot"}, {"id": 166, "label": "LifeProTips", "shape": "dot"}, {"id": 167, "label": "TechWear", "shape": "dot"}, {"id": 168, "label": "fresno", "shape": "dot"}, {"id": 169, "label": "fantasyfootball", "shape": "dot"}, {"id": 170, "label": "egg_irl", "shape": "dot"}, {"id": 171, "label": "Damnthatsinteresting", "shape": "dot"}, {"id": 172, "label": "megaconstrux", "shape": "dot"}, {"id": 173, "label": "behindthebastards", "shape": "dot"}, {"id": 174, "label": "maybemaybemaybe", "shape": "dot"}, {"id": 175, "label": "skinwalkers", "shape": "dot"}, {"id": 176, "label": "AmItheAsshole", "shape": "dot"}, {"id": 177, "label": "news", "shape": "dot"}, {"id": 178, "label": "lotrmemes", "shape": "dot"}, {"id": 179, "label": "nep", "shape": "dot"}, {"id": 180, "label": "90DayFianceSnatched", "shape": "dot"}, {"id": 181, "label": "trees", "shape": "dot"}, {"id": 182, "label": "GreenBayPackers", "shape": "dot"}, {"id": 183, "label": "wheeloftime", "shape": "dot"}, {"id": 184, "label": "weird_porn", "shape": "dot"}, {"id": 185, "label": "cardano", "shape": "dot"}, {"id": 186, "label": "destiny2", "shape": "dot"}, {"id": 187, "label": "NonCredibleDefense", "shape": "dot"}, {"id": 188, "label": "CreatorsAdvice", "shape": "dot"}, {"id": 189, "label": "mealtimevideos", "shape": "dot"}, {"id": 190, "label": "Mattress", "shape": "dot"}, {"id": 191, "label": "vegan", "shape": "dot"}, {"id": 192, "label": "greatdanes", "shape": "dot"}, {"id": 193, "label": "FLMedicalTrees", "shape": "dot"}, {"id": 194, "label": "chaoticgood", "shape": "dot"}, {"id": 195, "label": "jiujitsu", "shape": "dot"}, {"id": 196, "label": "HunterXHunter", "shape": "dot"}, {"id": 197, "label": "loseit", "shape": "dot"}, {"id": 198, "label": "eagles", "shape": "dot"}, {"id": 199, "label": "Chillintj", "shape": "dot"}, {"id": 200, "label": "My600lbLife", "shape": "dot"}, {"id": 201, "label": "MtF", "shape": "dot"}, {"id": 202, "label": "BobsBurgers", "shape": "dot"}, {"id": 203, "label": "UnconventionalMakeup", "shape": "dot"}, {"id": 204, "label": "teenagers", "shape": "dot"}, {"id": 205, "label": "WTF", "shape": "dot"}, {"id": 206, "label": "SisterWives", "shape": "dot"}, {"id": 207, "label": "rule34", "shape": "dot"}, {"id": 208, "label": "DemocraticSocialism", "shape": "dot"}, {"id": 209, "label": "rosscreations", "shape": "dot"}, {"id": 210, "label": "warriors", "shape": "dot"}, {"id": 211, "label": "meirl", "shape": "dot"}, {"id": 212, "label": "ReallyAmerican", "shape": "dot"}, {"id": 213, "label": "roomba", "shape": "dot"}, {"id": 214, "label": "ask", "shape": "dot"}, {"id": 215, "label": "FancyFeet", "shape": "dot"}, {"id": 216, "label": "thedivision", "shape": "dot"}, {"id": 217, "label": "Unity3D", "shape": "dot"}, {"id": 218, "label": "SigSauer", "shape": "dot"}, {"id": 219, "label": "wifepictrading", "shape": "dot"}, {"id": 220, "label": "transadorable", "shape": "dot"}, {"id": 221, "label": "BudgetAudiophile", "shape": "dot"}, {"id": 222, "label": "BitLifeApp", "shape": "dot"}, {"id": 223, "label": "thick", "shape": "dot"}, {"id": 224, "label": "freedomplanet", "shape": "dot"}, {"id": 225, "label": "StarWarsLeaks", "shape": "dot"}, {"id": 226, "label": "dndmaps", "shape": "dot"}, {"id": 227, "label": "horror", "shape": "dot"}, {"id": 228, "label": "phinvest", "shape": "dot"}, {"id": 229, "label": "antidepressants", "shape": "dot"}, {"id": 230, "label": "duolingo", "shape": "dot"}, {"id": 231, "label": "dancemoms", "shape": "dot"}, {"id": 232, "label": "GoogleFi", "shape": "dot"}, {"id": 233, "label": "Parenting", "shape": "dot"}, {"id": 234, "label": "Autocross", "shape": "dot"}, {"id": 235, "label": "videos", "shape": "dot"}, {"id": 236, "label": "whitecloaks", "shape": "dot"}, {"id": 237, "label": "blackmagicfuckery", "shape": "dot"}, {"id": 238, "label": "Pomeranians", "shape": "dot"}, {"id": 239, "label": "adhdmeme", "shape": "dot"}, {"id": 240, "label": "suddenlysexoffender", "shape": "dot"}, {"id": 241, "label": "NFT", "shape": "dot"}, {"id": 242, "label": "MonsterRancher", "shape": "dot"}, {"id": 243, "label": "RandomThoughts", "shape": "dot"}, {"id": 244, "label": "autism", "shape": "dot"}, {"id": 245, "label": "ufc", "shape": "dot"}, {"id": 246, "label": "civ", "shape": "dot"}, {"id": 247, "label": "MorbidReality", "shape": "dot"}, {"id": 248, "label": "baseballcards", "shape": "dot"}, {"id": 249, "label": "TheWayWeWere", "shape": "dot"}, {"id": 250, "label": "Miata", "shape": "dot"}, {"id": 251, "label": "Lightroom", "shape": "dot"}, {"id": 252, "label": "goldrush", "shape": "dot"}, {"id": 253, "label": "dragonvale", "shape": "dot"}, {"id": 254, "label": "blackcats", "shape": "dot"}, {"id": 255, "label": "spaceporn", "shape": "dot"}, {"id": 256, "label": "amcstock", "shape": "dot"}, {"id": 257, "label": "insects", "shape": "dot"}, {"id": 258, "label": "Sissies", "shape": "dot"}, {"id": 259, "label": "InfinityTheGame", "shape": "dot"}, {"id": 260, "label": "LateStageCapitalism", "shape": "dot"}, {"id": 261, "label": "KneadyCats", "shape": "dot"}, {"id": 262, "label": "DungeonsAndDragons", "shape": "dot"}, {"id": 263, "label": "Militaryfaq", "shape": "dot"}, {"id": 264, "label": "AskReddit", "shape": "dot"}, {"id": 265, "label": "talesfromtechsupport", "shape": "dot"}, {"id": 266, "label": "Art", "shape": "dot"}, {"id": 267, "label": "ironscape", "shape": "dot"}, {"id": 268, "label": "suspiciouslyspecific", "shape": "dot"}, {"id": 269, "label": "Bannerlord", "shape": "dot"}, {"id": 270, "label": "HEXcrypto", "shape": "dot"}, {"id": 271, "label": "awfuleverything", "shape": "dot"}, {"id": 272, "label": "computershare", "shape": "dot"}, {"id": 273, "label": "KittyCoinCommunity", "shape": "dot"}, {"id": 274, "label": "196", "shape": "dot"}, {"id": 275, "label": "yahoo", "shape": "dot"}, {"id": 276, "label": "WRX", "shape": "dot"}, {"id": 277, "label": "MechanicAdvice", "shape": "dot"}, {"id": 278, "label": "Crystals", "shape": "dot"}, {"id": 279, "label": "SubsTakenLiterally", "shape": "dot"}, {"id": 280, "label": "findfashion", "shape": "dot"}, {"id": 281, "label": "skyrim", "shape": "dot"}, {"id": 282, "label": "AskUK", "shape": "dot"}, {"id": 283, "label": "NatureIsFuckingLit", "shape": "dot"}, {"id": 284, "label": "teefies", "shape": "dot"}, {"id": 285, "label": "4chan", "shape": "dot"}, {"id": 286, "label": "Latinabbw", "shape": "dot"}, {"id": 287, "label": "futurama", "shape": "dot"}, {"id": 288, "label": "Infidelity", "shape": "dot"}, {"id": 289, "label": "blessedimages", "shape": "dot"}, {"id": 290, "label": "MapPorn", "shape": "dot"}, {"id": 291, "label": "Target", "shape": "dot"}, {"id": 292, "label": "battlemaps", "shape": "dot"}, {"id": 293, "label": "WatchPeopleDieInside", "shape": "dot"}, {"id": 294, "label": "waterparksband", "shape": "dot"}, {"id": 295, "label": "chat", "shape": "dot"}, {"id": 296, "label": "loopringorg", "shape": "dot"}, {"id": 297, "label": "CODWarzone", "shape": "dot"}, {"id": 298, "label": "SquareEnix", "shape": "dot"}, {"id": 299, "label": "dating_advice", "shape": "dot"}, {"id": 300, "label": "Jaxmains", "shape": "dot"}, {"id": 301, "label": "Undertale", "shape": "dot"}, {"id": 302, "label": "twentyonepilots", "shape": "dot"}, {"id": 303, "label": "polyadvice", "shape": "dot"}, {"id": 304, "label": "battlebots", "shape": "dot"}, {"id": 305, "label": "u_doomshroompatent", "shape": "dot"}, {"id": 306, "label": "theHunter", "shape": "dot"}, {"id": 307, "label": "Piracy", "shape": "dot"}, {"id": 308, "label": "Wicca", "shape": "dot"}, {"id": 309, "label": "Minecraft", "shape": "dot"}, {"id": 310, "label": "ender5plus", "shape": "dot"}, {"id": 311, "label": "CPTSD", "shape": "dot"}, {"id": 312, "label": "Cartalk", "shape": "dot"}, {"id": 313, "label": "depression", "shape": "dot"}, {"id": 314, "label": "AppleWatch", "shape": "dot"}, {"id": 315, "label": "StarWarsBattlefront", "shape": "dot"}, {"id": 316, "label": "FreeKarma4U", "shape": "dot"}, {"id": 317, "label": "OnlyFansPromotions", "shape": "dot"}, {"id": 318, "label": "u_chunkynymph", "shape": "dot"}, {"id": 319, "label": "EscapefromTarkov", "shape": "dot"}, {"id": 320, "label": "booty", "shape": "dot"}, {"id": 321, "label": "gameofthrones", "shape": "dot"}, {"id": 322, "label": "airsoft", "shape": "dot"}, {"id": 323, "label": "antiwork", "shape": "dot"}, {"id": 324, "label": "frederickmd", "shape": "dot"}, {"id": 325, "label": "oddlyterrifying", "shape": "dot"}, {"id": 326, "label": "DankAndrastianMemes", "shape": "dot"}, {"id": 327, "label": "playrustlfg", "shape": "dot"}, {"id": 328, "label": "Music", "shape": "dot"}, {"id": 329, "label": "SmashBrosUltimate", "shape": "dot"}, {"id": 330, "label": "HeadphoneAdvice", "shape": "dot"}, {"id": 331, "label": "LiminalSpace", "shape": "dot"}, {"id": 332, "label": "PS5", "shape": "dot"}, {"id": 333, "label": "kroger", "shape": "dot"}, {"id": 334, "label": "lowspecgamer", "shape": "dot"}, {"id": 335, "label": "hmmm", "shape": "dot"}, {"id": 336, "label": "nba", "shape": "dot"}, {"id": 337, "label": "mildlyinfuriating", "shape": "dot"}, {"id": 338, "label": "sexstories", "shape": "dot"}, {"id": 339, "label": "yugioh", "shape": "dot"}, {"id": 340, "label": "Samaj", "shape": "dot"}, {"id": 341, "label": "nbatopshot", "shape": "dot"}, {"id": 342, "label": "WinStupidPrizes", "shape": "dot"}, {"id": 343, "label": "TexasLegal", "shape": "dot"}, {"id": 344, "label": "thebachelor", "shape": "dot"}, {"id": 345, "label": "freefolk", "shape": "dot"}, {"id": 346, "label": "Documentaries", "shape": "dot"}, {"id": 347, "label": "Boruto", "shape": "dot"}, {"id": 348, "label": "whenthe", "shape": "dot"}, {"id": 349, "label": "Bad_Cop_No_Donut", "shape": "dot"}, {"id": 350, "label": "halo", "shape": "dot"}, {"id": 351, "label": "StardewValley", "shape": "dot"}, {"id": 352, "label": "com3d2", "shape": "dot"}, {"id": 353, "label": "netflixwitcher", "shape": "dot"}, {"id": 354, "label": "comics", "shape": "dot"}, {"id": 355, "label": "ireland", "shape": "dot"}, {"id": 356, "label": "90s", "shape": "dot"}, {"id": 357, "label": "screenshots", "shape": "dot"}, {"id": 358, "label": "3d6", "shape": "dot"}, {"id": 359, "label": "Battlefield", "shape": "dot"}, {"id": 360, "label": "lanadelrey", "shape": "dot"}, {"id": 361, "label": "WiccanCrafts", "shape": "dot"}, {"id": 362, "label": "Advice", "shape": "dot"}, {"id": 363, "label": "todayilearned", "shape": "dot"}, {"id": 364, "label": "cyprus", "shape": "dot"}, {"id": 365, "label": "countryballs_comics", "shape": "dot"}, {"id": 366, "label": "KGBTR", "shape": "dot"}, {"id": 367, "label": "realhousewives", "shape": "dot"}, {"id": 368, "label": "Showerthoughts", "shape": "dot"}, {"id": 369, "label": "bleach", "shape": "dot"}, {"id": 370, "label": "TheBatmanFilm", "shape": "dot"}, {"id": 371, "label": "ADHDers", "shape": "dot"}, {"id": 372, "label": "AskScienceDiscussion", "shape": "dot"}, {"id": 373, "label": "ClashRoyale", "shape": "dot"}, {"id": 374, "label": "MichiganWolverines", "shape": "dot"}, {"id": 375, "label": "Overwatch", "shape": "dot"}, {"id": 376, "label": "PersonalFinanceCanada", "shape": "dot"}, {"id": 377, "label": "ZeroWaste", "shape": "dot"}, {"id": 378, "label": "TeamfightTactics", "shape": "dot"}, {"id": 379, "label": "conspiracytheories", "shape": "dot"}, {"id": 380, "label": "Dentistry", "shape": "dot"}, {"id": 381, "label": "secretlab", "shape": "dot"}, {"id": 382, "label": "mississauga", "shape": "dot"}, {"id": 383, "label": "librandu", "shape": "dot"}, {"id": 384, "label": "ComedyCemetery", "shape": "dot"}, {"id": 385, "label": "nursing", "shape": "dot"}, {"id": 386, "label": "factorio", "shape": "dot"}, {"id": 387, "label": "MortalKombat", "shape": "dot"}, {"id": 388, "label": "tsukiodysseygame", "shape": "dot"}, {"id": 389, "label": "buildapc", "shape": "dot"}, {"id": 390, "label": "Sigmarxism", "shape": "dot"}, {"id": 391, "label": "CODZombies", "shape": "dot"}, {"id": 392, "label": "TwoXChromosomes", "shape": "dot"}, {"id": 393, "label": "shitposting", "shape": "dot"}, {"id": 394, "label": "CivVI", "shape": "dot"}, {"id": 395, "label": "Guitar", "shape": "dot"}, {"id": 396, "label": "SkyDiving", "shape": "dot"}, {"id": 397, "label": "Libertarian", "shape": "dot"}, {"id": 398, "label": "TechNope", "shape": "dot"}, {"id": 399, "label": "ElectricUniverse", "shape": "dot"}, {"id": 400, "label": "JRPG", "shape": "dot"}, {"id": 401, "label": "simpsonsshitposting", "shape": "dot"}, {"id": 402, "label": "VirginiaBeach", "shape": "dot"}, {"id": 403, "label": "discworld", "shape": "dot"}, {"id": 404, "label": "Breath_of_the_Wild", "shape": "dot"}, {"id": 405, "label": "PewdiepieSubmissions", "shape": "dot"}, {"id": 406, "label": "curvy", "shape": "dot"}, {"id": 407, "label": "Dexter", "shape": "dot"}, {"id": 408, "label": "bindingofisaac", "shape": "dot"}, {"id": 409, "label": "DnDHomebrew", "shape": "dot"}, {"id": 410, "label": "lostgeneration", "shape": "dot"}, {"id": 411, "label": "sonamains", "shape": "dot"}, {"id": 412, "label": "Kanye", "shape": "dot"}, {"id": 413, "label": "askgaybros", "shape": "dot"}, {"id": 414, "label": "amihot", "shape": "dot"}, {"id": 415, "label": "SRKCoin", "shape": "dot"}, {"id": 416, "label": "neoliberal", "shape": "dot"}, {"id": 417, "label": "marvelmemes", "shape": "dot"}, {"id": 418, "label": "AnimalsBeingStrange", "shape": "dot"}, {"id": 419, "label": "bloodbowl", "shape": "dot"}, {"id": 420, "label": "anime", "shape": "dot"}, {"id": 421, "label": "Futurology", "shape": "dot"}, {"id": 422, "label": "astrologyreadings", "shape": "dot"}, {"id": 423, "label": "Yugioh101", "shape": "dot"}, {"id": 424, "label": "thefighterandthekid", "shape": "dot"}, {"id": 425, "label": "Deusex", "shape": "dot"}, {"id": 426, "label": "TaylorSwift", "shape": "dot"}, {"id": 427, "label": "QuiteFrankly", "shape": "dot"}, {"id": 428, "label": "tifu", "shape": "dot"}, {"id": 429, "label": "RedDeadOnline", "shape": "dot"}, {"id": 430, "label": "Connecticut", "shape": "dot"}, {"id": 431, "label": "AskEngineers", "shape": "dot"}, {"id": 432, "label": "Mommit", "shape": "dot"}, {"id": 433, "label": "Pathfinder2e", "shape": "dot"}, {"id": 434, "label": "TELOS", "shape": "dot"}, {"id": 435, "label": "canon", "shape": "dot"}, {"id": 436, "label": "HuskyTantrums", "shape": "dot"}, {"id": 437, "label": "science", "shape": "dot"}, {"id": 438, "label": "puns", "shape": "dot"}, {"id": 439, "label": "PoliticalHumor", "shape": "dot"}, {"id": 440, "label": "WaltDisneyWorld", "shape": "dot"}, {"id": 441, "label": "norfolk", "shape": "dot"}, {"id": 442, "label": "SportingKC", "shape": "dot"}, {"id": 443, "label": "blunderyears", "shape": "dot"}, {"id": 444, "label": "ultimaonline", "shape": "dot"}, {"id": 445, "label": "Warhammer", "shape": "dot"}, {"id": 446, "label": "deathguard40k", "shape": "dot"}, {"id": 447, "label": "HolUp", "shape": "dot"}, {"id": 448, "label": "Warframe", "shape": "dot"}, {"id": 449, "label": "l5r", "shape": "dot"}, {"id": 450, "label": "shiba", "shape": "dot"}, {"id": 451, "label": "WoT", "shape": "dot"}, {"id": 452, "label": "theyknew", "shape": "dot"}, {"id": 453, "label": "dominion", "shape": "dot"}, {"id": 454, "label": "DestinyTechSupport", "shape": "dot"}, {"id": 455, "label": "thesims4", "shape": "dot"}, {"id": 456, "label": "Speedsoft", "shape": "dot"}, {"id": 457, "label": "massachusetts", "shape": "dot"}, {"id": 458, "label": "hookup", "shape": "dot"}, {"id": 459, "label": "itookapicture", "shape": "dot"}, {"id": 460, "label": "sex", "shape": "dot"}, {"id": 461, "label": "CryptoCurrency", "shape": "dot"}, {"id": 462, "label": "ProtonChain", "shape": "dot"}, {"id": 463, "label": "AbandonedRetail", "shape": "dot"}, {"id": 464, "label": "houston", "shape": "dot"}, {"id": 465, "label": "SkyPorn", "shape": "dot"}, {"id": 466, "label": "relationship_advice", "shape": "dot"}, {"id": 467, "label": "LV426", "shape": "dot"}, {"id": 468, "label": "HUEstation", "shape": "dot"}, {"id": 469, "label": "srilanka", "shape": "dot"}, {"id": 470, "label": "BeAmazed", "shape": "dot"}, {"id": 471, "label": "growtopia", "shape": "dot"}, {"id": 472, "label": "Ryancohen", "shape": "dot"}, {"id": 473, "label": "buffalobills", "shape": "dot"}, {"id": 474, "label": "ImpracticalJokers", "shape": "dot"}, {"id": 475, "label": "UnexpectedJoJo", "shape": "dot"}, {"id": 476, "label": "GooglePixel", "shape": "dot"}, {"id": 477, "label": "decred", "shape": "dot"}, {"id": 478, "label": "malementalhealth", "shape": "dot"}, {"id": 479, "label": "ShitCrusaderKingsSay", "shape": "dot"}, {"id": 480, "label": "antinatalism", "shape": "dot"}, {"id": 481, "label": "StarWarsActionfigures", "shape": "dot"}, {"id": 482, "label": "Cringetopia", "shape": "dot"}, {"id": 483, "label": "fantanoforever", "shape": "dot"}, {"id": 484, "label": "Stuffers", "shape": "dot"}, {"id": 485, "label": "oddlyspecific", "shape": "dot"}, {"id": 486, "label": "paramotor", "shape": "dot"}, {"id": 487, "label": "inscryption", "shape": "dot"}, {"id": 488, "label": "jpop", "shape": "dot"}, {"id": 489, "label": "bloodborne", "shape": "dot"}, {"id": 490, "label": "Warthunder", "shape": "dot"}, {"id": 491, "label": "Daytrading", "shape": "dot"}, {"id": 492, "label": "deeprockfashion", "shape": "dot"}, {"id": 493, "label": "seculartalk", "shape": "dot"}, {"id": 494, "label": "mmamemes", "shape": "dot"}, {"id": 495, "label": "dyinglight", "shape": "dot"}, {"id": 496, "label": "MawInstallation", "shape": "dot"}, {"id": 497, "label": "boobbounce", "shape": "dot"}, {"id": 498, "label": "AvatarMemes", "shape": "dot"}, {"id": 499, "label": "MadeInAbyss", "shape": "dot"}, {"id": 500, "label": "AskACanadian", "shape": "dot"}, {"id": 501, "label": "memes", "shape": "dot"}, {"id": 502, "label": "LandlordLove", "shape": "dot"}, {"id": 503, "label": "AskMen", "shape": "dot"}, {"id": 504, "label": "IASIP", "shape": "dot"}, {"id": 505, "label": "Whatcouldgowrong", "shape": "dot"}, {"id": 506, "label": "interracialdating", "shape": "dot"}, {"id": 507, "label": "puppy", "shape": "dot"}, {"id": 508, "label": "ClimbingPorn", "shape": "dot"}, {"id": 509, "label": "BanPitBulls", "shape": "dot"}, {"id": 510, "label": "ScienceBasedParenting", "shape": "dot"}, {"id": 511, "label": "ApplyingToCollege", "shape": "dot"}, {"id": 512, "label": "HadesTheGame", "shape": "dot"}, {"id": 513, "label": "xcloud", "shape": "dot"}, {"id": 514, "label": "NFCNorthMemeWar", "shape": "dot"}, {"id": 515, "label": "MetroPCS", "shape": "dot"}, {"id": 516, "label": "MovieTheaterEmployees", "shape": "dot"}, {"id": 517, "label": "photography", "shape": "dot"}, {"id": 518, "label": "deadbydaylight", "shape": "dot"}, {"id": 519, "label": "pchelp", "shape": "dot"}, {"id": 520, "label": "Epilepsy", "shape": "dot"}, {"id": 521, "label": "confidentlyincorrect", "shape": "dot"}, {"id": 522, "label": "valheim", "shape": "dot"}, {"id": 523, "label": "StandUpComedy", "shape": "dot"}, {"id": 524, "label": "airplaneears", "shape": "dot"}, {"id": 525, "label": "sandiego", "shape": "dot"}, {"id": 526, "label": "Nudes", "shape": "dot"}, {"id": 527, "label": "Vent", "shape": "dot"}, {"id": 528, "label": "MotoG", "shape": "dot"}, {"id": 529, "label": "pokemongo", "shape": "dot"}, {"id": 530, "label": "MakeMyCoffin", "shape": "dot"}, {"id": 531, "label": "NHLHUT", "shape": "dot"}, {"id": 532, "label": "touhou_lostword", "shape": "dot"}, {"id": 533, "label": "infp", "shape": "dot"}, {"id": 534, "label": "textbookrequest", "shape": "dot"}, {"id": 535, "label": "btd6", "shape": "dot"}, {"id": 536, "label": "Militariacollecting", "shape": "dot"}, {"id": 537, "label": "onlyfansgirls101", "shape": "dot"}, {"id": 538, "label": "TikTokCringe", "shape": "dot"}, {"id": 539, "label": "Wellthatsucks", "shape": "dot"}, {"id": 540, "label": "entourage", "shape": "dot"}, {"id": 541, "label": "Cardiff", "shape": "dot"}, {"id": 542, "label": "GTAV", "shape": "dot"}, {"id": 543, "label": "Charleston", "shape": "dot"}, {"id": 544, "label": "ValueInvesting", "shape": "dot"}, {"id": 545, "label": "JessetcSubmissions", "shape": "dot"}, {"id": 546, "label": "traders_colony", "shape": "dot"}, {"id": 547, "label": "Technoblade", "shape": "dot"}, {"id": 548, "label": "MTFSelfieTrain", "shape": "dot"}, {"id": 549, "label": "steelers", "shape": "dot"}, {"id": 550, "label": "ForwardsFromKlandma", "shape": "dot"}, {"id": 551, "label": "BikiniBottomTwitter", "shape": "dot"}, {"id": 552, "label": "WestSubEver", "shape": "dot"}, {"id": 553, "label": "knives", "shape": "dot"}, {"id": 554, "label": "Fallout", "shape": "dot"}, {"id": 555, "label": "atheism", "shape": "dot"}, {"id": 556, "label": "CryptoMarkets", "shape": "dot"}, {"id": 557, "label": "alberta", "shape": "dot"}, {"id": 558, "label": "anime_irl", "shape": "dot"}, {"id": 559, "label": "IndianGaming", "shape": "dot"}, {"id": 560, "label": "CasualConversation", "shape": "dot"}, {"id": 561, "label": "KidsAreFuckingStupid", "shape": "dot"}, {"id": 562, "label": "quittingkratom", "shape": "dot"}, {"id": 563, "label": "ffxivdiscussion", "shape": "dot"}, {"id": 564, "label": "Amd", "shape": "dot"}, {"id": 565, "label": "RX7", "shape": "dot"}, {"id": 566, "label": "wow", "shape": "dot"}, {"id": 567, "label": "scottthewoz", "shape": "dot"}, {"id": 568, "label": "ffxiv", "shape": "dot"}, {"id": 569, "label": "deadcells", "shape": "dot"}, {"id": 570, "label": "FixedGearBicycle", "shape": "dot"}, {"id": 571, "label": "CRedit", "shape": "dot"}, {"id": 572, "label": "OnePiece", "shape": "dot"}, {"id": 573, "label": "AskAnAmerican", "shape": "dot"}, {"id": 574, "label": "fasting", "shape": "dot"}, {"id": 575, "label": "petergabriel", "shape": "dot"}, {"id": 576, "label": "genderfluid", "shape": "dot"}, {"id": 577, "label": "ZFold3", "shape": "dot"}, {"id": 578, "label": "DnDIY", "shape": "dot"}, {"id": 579, "label": "ActionFigures", "shape": "dot"}, {"id": 580, "label": "ChronicIllness", "shape": "dot"}, {"id": 581, "label": "yourmomshousepodcast", "shape": "dot"}, {"id": 582, "label": "gaming", "shape": "dot"}, {"id": 583, "label": "RammusMains", "shape": "dot"}, {"id": 584, "label": "tcap", "shape": "dot"}, {"id": 585, "label": "ovalwichs", "shape": "dot"}, {"id": 586, "label": "kennyvsspenny", "shape": "dot"}, {"id": 587, "label": "UpliftingNews", "shape": "dot"}, {"id": 588, "label": "Catan", "shape": "dot"}, {"id": 589, "label": "EntitledPeople", "shape": "dot"}, {"id": 590, "label": "medicine", "shape": "dot"}, {"id": 591, "label": "PurplePillDebate", "shape": "dot"}, {"id": 592, "label": "gpumining", "shape": "dot"}, {"id": 593, "label": "AskAChristian", "shape": "dot"}, {"id": 594, "label": "rpg_gamers", "shape": "dot"}, {"id": 595, "label": "FL_Studio", "shape": "dot"}, {"id": 596, "label": "Paladins", "shape": "dot"}, {"id": 597, "label": "toriamos", "shape": "dot"}, {"id": 598, "label": "softwaregore", "shape": "dot"}, {"id": 599, "label": "CallOfDutyMobile", "shape": "dot"}, {"id": 600, "label": "DadsAndBoys", "shape": "dot"}, {"id": 601, "label": "discgolf", "shape": "dot"}, {"id": 602, "label": "rickandmorty", "shape": "dot"}, {"id": 603, "label": "SaGa", "shape": "dot"}, {"id": 604, "label": "Bitcoin", "shape": "dot"}, {"id": 605, "label": "worldpolitics", "shape": "dot"}, {"id": 606, "label": "facepalm", "shape": "dot"}, {"id": 607, "label": "ottawa", "shape": "dot"}, {"id": 608, "label": "PrequelMemes", "shape": "dot"}, {"id": 609, "label": "soccer", "shape": "dot"}, {"id": 610, "label": "g4tv", "shape": "dot"}, {"id": 611, "label": "motorcycles", "shape": "dot"}, {"id": 612, "label": "zurich", "shape": "dot"}, {"id": 613, "label": "Insta360", "shape": "dot"}, {"id": 614, "label": "SnapchatSext_", "shape": "dot"}, {"id": 615, "label": "MarioKartTour", "shape": "dot"}, {"id": 616, "label": "PathOfExileBuilds", "shape": "dot"}, {"id": 617, "label": "Eyebleach", "shape": "dot"}, {"id": 618, "label": "AccidentalAlly", "shape": "dot"}, {"id": 619, "label": "equestriaatwar", "shape": "dot"}, {"id": 620, "label": "DisturbingMovies", "shape": "dot"}, {"id": 621, "label": "YellowstoneShow", "shape": "dot"}, {"id": 622, "label": "Swingersgw", "shape": "dot"}, {"id": 623, "label": "MMORPG", "shape": "dot"}, {"id": 624, "label": "Brazilian_Tgirls", "shape": "dot"}, {"id": 625, "label": "mcstaff", "shape": "dot"}, {"id": 626, "label": "outside", "shape": "dot"}, {"id": 627, "label": "SyrianCirclejerkWar", "shape": "dot"}, {"id": 628, "label": "cosmosnetwork", "shape": "dot"}, {"id": 629, "label": "steam_giveaway", "shape": "dot"}, {"id": 630, "label": "albiononline", "shape": "dot"}, {"id": 631, "label": "oompasubs", "shape": "dot"}, {"id": 632, "label": "HumansBeingBros", "shape": "dot"}, {"id": 633, "label": "breakingbad", "shape": "dot"}, {"id": 634, "label": "DeepRockGalactic", "shape": "dot"}, {"id": 635, "label": "nflmemes", "shape": "dot"}, {"id": 636, "label": "elderscrollsonline", "shape": "dot"}, {"id": 637, "label": "polandball", "shape": "dot"}, {"id": 638, "label": "enoughpetersonspam", "shape": "dot"}, {"id": 639, "label": "Conservative", "shape": "dot"}, {"id": 640, "label": "lego", "shape": "dot"}, {"id": 641, "label": "harrypotter", "shape": "dot"}, {"id": 642, "label": "pokemoncards", "shape": "dot"}, {"id": 643, "label": "u_ArboNear", "shape": "dot"}, {"id": 644, "label": "msp", "shape": "dot"}, {"id": 645, "label": "catoftheweek", "shape": "dot"}, {"id": 646, "label": "Rainbow6", "shape": "dot"}, {"id": 647, "label": "Standup", "shape": "dot"}, {"id": 648, "label": "collapse", "shape": "dot"}, {"id": 649, "label": "japanpics", "shape": "dot"}, {"id": 650, "label": "EDC", "shape": "dot"}, {"id": 651, "label": "Thunderskill", "shape": "dot"}, {"id": 652, "label": "navy", "shape": "dot"}, {"id": 653, "label": "Silverbugs", "shape": "dot"}, {"id": 654, "label": "NECATMNT", "shape": "dot"}, {"id": 655, "label": "PenpalWithMe", "shape": "dot"}, {"id": 656, "label": "dankruto", "shape": "dot"}, {"id": 657, "label": "terriblefacebookmemes", "shape": "dot"}, {"id": 658, "label": "taiwan", "shape": "dot"}, {"id": 659, "label": "BollyBlindsNGossip", "shape": "dot"}, {"id": 660, "label": "TheWire", "shape": "dot"}, {"id": 661, "label": "donate", "shape": "dot"}, {"id": 662, "label": "hugeboobs", "shape": "dot"}, {"id": 663, "label": "AlibabaStock", "shape": "dot"}, {"id": 664, "label": "intj", "shape": "dot"}, {"id": 665, "label": "MakeupAddiction", "shape": "dot"}, {"id": 666, "label": "movies", "shape": "dot"}, {"id": 667, "label": "ArcherFX", "shape": "dot"}, {"id": 668, "label": "Fantasy_Football", "shape": "dot"}, {"id": 669, "label": "halifax", "shape": "dot"}, {"id": 670, "label": "AnimalsBeingBros", "shape": "dot"}, {"id": 671, "label": "ZombieSurvivalTactics", "shape": "dot"}, {"id": 672, "label": "RandomActsofCards", "shape": "dot"}, {"id": 673, "label": "tipofmytongue", "shape": "dot"}, {"id": 674, "label": "IndiGameDev", "shape": "dot"}, {"id": 675, "label": "90dayfianceuncensored", "shape": "dot"}, {"id": 676, "label": "PuppySmiles", "shape": "dot"}, {"id": 677, "label": "ReefDeFi", "shape": "dot"}, {"id": 678, "label": "Tinder", "shape": "dot"}, {"id": 679, "label": "ExpectationVsReality", "shape": "dot"}, {"id": 680, "label": "bigtiddygothgf", "shape": "dot"}, {"id": 681, "label": "democrats", "shape": "dot"}, {"id": 682, "label": "HauntingOfHillHouse", "shape": "dot"}, {"id": 683, "label": "Repsneakers", "shape": "dot"}, {"id": 684, "label": "natureismetal", "shape": "dot"}, {"id": 685, "label": "Shittyaskflying", "shape": "dot"}, {"id": 686, "label": "asustor", "shape": "dot"}, {"id": 687, "label": "inuyasha", "shape": "dot"}, {"id": 688, "label": "tooktoomuch", "shape": "dot"}, {"id": 689, "label": "forza", "shape": "dot"}, {"id": 690, "label": "malaysia", "shape": "dot"}, {"id": 691, "label": "cringe", "shape": "dot"}, {"id": 692, "label": "EnterTheGungeon", "shape": "dot"}, {"id": 693, "label": "2007scape", "shape": "dot"}, {"id": 694, "label": "Sluttspill", "shape": "dot"}, {"id": 695, "label": "formula1", "shape": "dot"}, {"id": 696, "label": "WitchesVsPatriarchy", "shape": "dot"}, {"id": 697, "label": "thesopranos", "shape": "dot"}, {"id": 698, "label": "PurpleGrowery", "shape": "dot"}, {"id": 699, "label": "funny", "shape": "dot"}, {"id": 700, "label": "wingspan", "shape": "dot"}, {"id": 701, "label": "Xennials", "shape": "dot"}, {"id": 702, "label": "nhl", "shape": "dot"}, {"id": 703, "label": "ukraine", "shape": "dot"}, {"id": 704, "label": "Catnames", "shape": "dot"}, {"id": 705, "label": "woodworking", "shape": "dot"}, {"id": 706, "label": "DaysGone", "shape": "dot"}, {"id": 707, "label": "fivenightsatfreddys", "shape": "dot"}, {"id": 708, "label": "newsbloopers", "shape": "dot"}, {"id": 709, "label": "DeadBedrooms", "shape": "dot"}, {"id": 710, "label": "houseplants", "shape": "dot"}, {"id": 711, "label": "ShadowBan", "shape": "dot"}, {"id": 712, "label": "xboxone", "shape": "dot"}, {"id": 713, "label": "Animemes", "shape": "dot"}, {"id": 714, "label": "gamernews", "shape": "dot"}, {"id": 715, "label": "asexuality", "shape": "dot"}, {"id": 716, "label": "nscalemodeltrains", "shape": "dot"}, {"id": 717, "label": "AskDocs", "shape": "dot"}, {"id": 718, "label": "rareinsults", "shape": "dot"}, {"id": 719, "label": "travel", "shape": "dot"}, {"id": 720, "label": "IdiotsInCars", "shape": "dot"}, {"id": 721, "label": "catsinpants", "shape": "dot"}, {"id": 722, "label": "crafts", "shape": "dot"}, {"id": 723, "label": "canes", "shape": "dot"}, {"id": 724, "label": "hmm", "shape": "dot"}, {"id": 725, "label": "Monero", "shape": "dot"}, {"id": 726, "label": "Windows10LTSC", "shape": "dot"}, {"id": 727, "label": "Genshin_Impact", "shape": "dot"}, {"id": 728, "label": "greentext", "shape": "dot"}, {"id": 729, "label": "lgbt", "shape": "dot"}, {"id": 730, "label": "techsupport", "shape": "dot"}, {"id": 731, "label": "CatTrap", "shape": "dot"}, {"id": 732, "label": "newworldgame", "shape": "dot"}, {"id": 733, "label": "memeframe", "shape": "dot"}, {"id": 734, "label": "gonenatural", "shape": "dot"}, {"id": 735, "label": "projectzomboid", "shape": "dot"}, {"id": 736, "label": "EDAnonymous", "shape": "dot"}, {"id": 737, "label": "fastandfurious", "shape": "dot"}, {"id": 738, "label": "london", "shape": "dot"}, {"id": 739, "label": "SNDL", "shape": "dot"}, {"id": 740, "label": "RedLetterMedia", "shape": "dot"}, {"id": 741, "label": "HEB", "shape": "dot"}, {"id": 742, "label": "Crypto_com", "shape": "dot"}, {"id": 743, "label": "RocketLeague", "shape": "dot"}, {"id": 744, "label": "gundeals", "shape": "dot"}, {"id": 745, "label": "MinecraftSMPs", "shape": "dot"}, {"id": 746, "label": "interestingasfuck", "shape": "dot"}, {"id": 747, "label": "Pathfinder_RPG", "shape": "dot"}, {"id": 748, "label": "antimeme", "shape": "dot"}, {"id": 749, "label": "traaaaaaannnnnnnnnns", "shape": "dot"}, {"id": 750, "label": "Osana", "shape": "dot"}, {"id": 751, "label": "HelpMeFind", "shape": "dot"}, {"id": 752, "label": "furry", "shape": "dot"}, {"id": 753, "label": "Turkey", "shape": "dot"}, {"id": 754, "label": "india", "shape": "dot"}, {"id": 755, "label": "teslore", "shape": "dot"}, {"id": 756, "label": "cigars", "shape": "dot"}, {"id": 757, "label": "RangersApprentice", "shape": "dot"}, {"id": 758, "label": "Gatineau", "shape": "dot"}, {"id": 759, "label": "AnimalsBeingDerps", "shape": "dot"}, {"id": 760, "label": "TheseFuckingAccounts", "shape": "dot"}, {"id": 761, "label": "glutenfree", "shape": "dot"}, {"id": 762, "label": "offmychest", "shape": "dot"}, {"id": 763, "label": "europe", "shape": "dot"}, {"id": 764, "label": "Saints", "shape": "dot"}, {"id": 765, "label": "unpopularopinion", "shape": "dot"}, {"id": 766, "label": "lawofattraction", "shape": "dot"}, {"id": 767, "label": "Satisfyingasfuck", "shape": "dot"}, {"id": 768, "label": "Witcher3", "shape": "dot"}, {"id": 769, "label": "toronto", "shape": "dot"}, {"id": 770, "label": "commissions", "shape": "dot"}, {"id": 771, "label": "help", "shape": "dot"}, {"id": 772, "label": "raisedbynarcissists", "shape": "dot"}, {"id": 773, "label": "Concussion", "shape": "dot"}, {"id": 774, "label": "Wallows", "shape": "dot"}, {"id": 775, "label": "DuggarsSnark", "shape": "dot"}, {"id": 776, "label": "MemeSmiet", "shape": "dot"}, {"id": 777, "label": "LSD", "shape": "dot"}, {"id": 778, "label": "CoronavirusDownunder", "shape": "dot"}, {"id": 779, "label": "cfs", "shape": "dot"}, {"id": 780, "label": "NiagaraLauncher", "shape": "dot"}, {"id": 781, "label": "pokemon", "shape": "dot"}, {"id": 782, "label": "JuiceWRLD", "shape": "dot"}, {"id": 783, "label": "BisexualMen", "shape": "dot"}, {"id": 784, "label": "MealPrepSunday", "shape": "dot"}, {"id": 785, "label": "apexlegends", "shape": "dot"}, {"id": 786, "label": "masseffect", "shape": "dot"}, {"id": 787, "label": "boston", "shape": "dot"}, {"id": 788, "label": "fitbit", "shape": "dot"}, {"id": 789, "label": "braless", "shape": "dot"}, {"id": 790, "label": "catfaceplant", "shape": "dot"}, {"id": 791, "label": "PlayGOTG", "shape": "dot"}, {"id": 792, "label": "OneSecondBeforeDisast", "shape": "dot"}, {"id": 793, "label": "shittysuperpowers", "shape": "dot"}, {"id": 794, "label": "Wilmington", "shape": "dot"}, {"id": 795, "label": "mildyinfuriating", "shape": "dot"}, {"id": 796, "label": "coins", "shape": "dot"}, {"id": 797, "label": "Hololive", "shape": "dot"}, {"id": 798, "label": "MandJTV", "shape": "dot"}, {"id": 799, "label": "AzureLane", "shape": "dot"}, {"id": 800, "label": "idleon", "shape": "dot"}, {"id": 801, "label": "nyc", "shape": "dot"}, {"id": 802, "label": "Wallstreetsilver", "shape": "dot"}, {"id": 803, "label": "Dualsport", "shape": "dot"}, {"id": 804, "label": "Catloaf", "shape": "dot"}, {"id": 805, "label": "Wasteland", "shape": "dot"}, {"id": 806, "label": "DunderMifflin", "shape": "dot"}, {"id": 807, "label": "meme", "shape": "dot"}, {"id": 808, "label": "HentaiAndRoleplayy", "shape": "dot"}, {"id": 809, "label": "nerdcubed", "shape": "dot"}, {"id": 810, "label": "sculpting", "shape": "dot"}, {"id": 811, "label": "smashbros", "shape": "dot"}, {"id": 812, "label": "hardwareswap", "shape": "dot"}, {"id": 813, "label": "selfimprovement", "shape": "dot"}, {"id": 814, "label": "kindle", "shape": "dot"}, {"id": 815, "label": "skylanders", "shape": "dot"}, {"id": 816, "label": "galaxys10", "shape": "dot"}, {"id": 817, "label": "perfectlycutscreams", "shape": "dot"}, {"id": 818, "label": "aww", "shape": "dot"}, {"id": 819, "label": "HindutvaWatch", "shape": "dot"}, {"id": 820, "label": "shittyMBTI", "shape": "dot"}, {"id": 821, "label": "Cameras", "shape": "dot"}, {"id": 822, "label": "Superstonk", "shape": "dot"}, {"id": 823, "label": "boardgames", "shape": "dot"}, {"id": 824, "label": "legaladvice", "shape": "dot"}, {"id": 825, "label": "F1Game", "shape": "dot"}, {"id": 826, "label": "WattsonMains", "shape": "dot"}, {"id": 827, "label": "RocketLeagueExchange", "shape": "dot"}, {"id": 828, "label": "AnimeART", "shape": "dot"}, {"id": 829, "label": "ToiletPaperUSA", "shape": "dot"}, {"id": 830, "label": "dating", "shape": "dot"}, {"id": 831, "label": "FoodPorn", "shape": "dot"}, {"id": 832, "label": "TWRP", "shape": "dot"}, {"id": 833, "label": "disney", "shape": "dot"}, {"id": 834, "label": "TIHI", "shape": "dot"}, {"id": 835, "label": "fidelityinvestments", "shape": "dot"}, {"id": 836, "label": "absolutelynotme_irl", "shape": "dot"}, {"id": 837, "label": "piebaldcats", "shape": "dot"}, {"id": 838, "label": "ElectricScooters", "shape": "dot"}, {"id": 839, "label": "DayzXbox", "shape": "dot"}, {"id": 840, "label": "MxRMods", "shape": "dot"}, {"id": 841, "label": "7daystodie", "shape": "dot"}, {"id": 842, "label": "ElderScrolls", "shape": "dot"}, {"id": 843, "label": "AlternateHistory", "shape": "dot"}, {"id": 844, "label": "Meditation", "shape": "dot"}, {"id": 845, "label": "TheCircleTV", "shape": "dot"}, {"id": 846, "label": "PaymoneyWubby", "shape": "dot"}, {"id": 847, "label": "love", "shape": "dot"}, {"id": 848, "label": "financialindependence", "shape": "dot"}, {"id": 849, "label": "MaliciousCompliance", "shape": "dot"}, {"id": 850, "label": "cat", "shape": "dot"}, {"id": 851, "label": "math", "shape": "dot"}, {"id": 852, "label": "Yellowjackets", "shape": "dot"}, {"id": 853, "label": "MayansMC", "shape": "dot"}, {"id": 854, "label": "bullcity", "shape": "dot"}, {"id": 855, "label": "u_memewar-reporter-CNN", "shape": "dot"}, {"id": 856, "label": "Glamrock_Freddy", "shape": "dot"}, {"id": 857, "label": "lyftdrivers", "shape": "dot"}, {"id": 858, "label": "worldjerking", "shape": "dot"}, {"id": 859, "label": "Thoughts", "shape": "dot"}, {"id": 860, "label": "arttocope", "shape": "dot"}, {"id": 861, "label": "inquisitionsliders", "shape": "dot"}, {"id": 862, "label": "rupaulsdragrace", "shape": "dot"}, {"id": 863, "label": "family", "shape": "dot"}, {"id": 864, "label": "mombod", "shape": "dot"}, {"id": 865, "label": "theydidthemath", "shape": "dot"}, {"id": 866, "label": "StarWars", "shape": "dot"}, {"id": 867, "label": "youngpeopleyoutube", "shape": "dot"}, {"id": 868, "label": "ems", "shape": "dot"}, {"id": 869, "label": "entitledparents", "shape": "dot"}, {"id": 870, "label": "drumstick", "shape": "dot"}, {"id": 871, "label": "ethtrader", "shape": "dot"}, {"id": 872, "label": "RomanceBooks", "shape": "dot"}, {"id": 873, "label": "Wordpress", "shape": "dot"}, {"id": 874, "label": "BravoRealHousewives", "shape": "dot"}, {"id": 875, "label": "WeightLossAdvice", "shape": "dot"}, {"id": 876, "label": "DMAcademy", "shape": "dot"}, {"id": 877, "label": "Marriage", "shape": "dot"}, {"id": 878, "label": "ThickChixxx", "shape": "dot"}, {"id": 879, "label": "conspiracy", "shape": "dot"}, {"id": 880, "label": "cro", "shape": "dot"}, {"id": 881, "label": "Colombia", "shape": "dot"}, {"id": 882, "label": "GenshinImpactTips", "shape": "dot"}, {"id": 883, "label": "antiMLM", "shape": "dot"}, {"id": 884, "label": "chile", "shape": "dot"}, {"id": 885, "label": "binance", "shape": "dot"}, {"id": 886, "label": "FirstCar", "shape": "dot"}, {"id": 887, "label": "lotr", "shape": "dot"}, {"id": 888, "label": "photoshop", "shape": "dot"}, {"id": 889, "label": "mikeymiles", "shape": "dot"}, {"id": 890, "label": "MurderDrones", "shape": "dot"}, {"id": 891, "label": "jakertown", "shape": "dot"}, {"id": 892, "label": "Tiburon", "shape": "dot"}, {"id": 893, "label": "geometrydash", "shape": "dot"}, {"id": 894, "label": "youtube", "shape": "dot"}, {"id": 895, "label": "AbruptChaos", "shape": "dot"}, {"id": 896, "label": "Repaintings", "shape": "dot"}, {"id": 897, "label": "WhatsWrongWithYourDog", "shape": "dot"}, {"id": 898, "label": "personalfinance", "shape": "dot"}, {"id": 899, "label": "PoliticalCompassMemes", "shape": "dot"}, {"id": 900, "label": "RKLB", "shape": "dot"}, {"id": 901, "label": "trashyboners", "shape": "dot"}, {"id": 902, "label": "k12sysadmin", "shape": "dot"}, {"id": 903, "label": "wholesomememes", "shape": "dot"}, {"id": 904, "label": "Instantregret", "shape": "dot"}, {"id": 905, "label": "GunAccessoriesForSale", "shape": "dot"}, {"id": 906, "label": "Tyranids", "shape": "dot"}, {"id": 907, "label": "u_DrioMarqui", "shape": "dot"}, {"id": 908, "label": "ARG", "shape": "dot"}, {"id": 909, "label": "unity", "shape": "dot"}, {"id": 910, "label": "overlanding", "shape": "dot"}, {"id": 911, "label": "u_ThatAggressiveboy", "shape": "dot"}, {"id": 912, "label": "footballmanagergames", "shape": "dot"}, {"id": 913, "label": "darksouls", "shape": "dot"}, {"id": 914, "label": "marshydrogrowers", "shape": "dot"}, {"id": 915, "label": "WKUK", "shape": "dot"}, {"id": 916, "label": "dividends", "shape": "dot"}, {"id": 917, "label": "WhitePeopleTwitter", "shape": "dot"}, {"id": 918, "label": "AskRedditAfterDark", "shape": "dot"}, {"id": 919, "label": "Encanto", "shape": "dot"}, {"id": 920, "label": "FundieSnarkUncensored", "shape": "dot"}, {"id": 921, "label": "MetalPay", "shape": "dot"}, {"id": 922, "label": "Starset", "shape": "dot"}, {"id": 923, "label": "yesyesyesyesno", "shape": "dot"}, {"id": 924, "label": "DankLeft", "shape": "dot"}, {"id": 925, "label": "attachment_theory", "shape": "dot"}, {"id": 926, "label": "LGBTGoneWild", "shape": "dot"}, {"id": 927, "label": "confessions", "shape": "dot"}, {"id": 928, "label": "TalesFromDF", "shape": "dot"}, {"id": 929, "label": "starcitizen", "shape": "dot"}, {"id": 930, "label": "workingmoms", "shape": "dot"}, {"id": 931, "label": "Entrepreneur", "shape": "dot"}, {"id": 932, "label": "gamindustri", "shape": "dot"}, {"id": 933, "label": "ChunghwaMinkuo", "shape": "dot"}, {"id": 934, "label": "pelotoncycle", "shape": "dot"}, {"id": 935, "label": "belgium", "shape": "dot"}, {"id": 936, "label": "PERSoNA", "shape": "dot"}, {"id": 937, "label": "sysadmin", "shape": "dot"}, {"id": 938, "label": "sweden", "shape": "dot"}, {"id": 939, "label": "DarkViperAU", "shape": "dot"}, {"id": 940, "label": "mfdoom", "shape": "dot"}, {"id": 941, "label": "specializedtools", "shape": "dot"}, {"id": 942, "label": "shrooms", "shape": "dot"}, {"id": 943, "label": "mallninjashit", "shape": "dot"}, {"id": 944, "label": "LosAngeles", "shape": "dot"}, {"id": 945, "label": "Deltarune", "shape": "dot"}, {"id": 946, "label": "Shortsqueeze", "shape": "dot"}, {"id": 947, "label": "runescape", "shape": "dot"}, {"id": 948, "label": "cybersecurity", "shape": "dot"}, {"id": 949, "label": "MilitaryPorn", "shape": "dot"}, {"id": 950, "label": "boobs", "shape": "dot"}, {"id": 951, "label": "Sardonicast", "shape": "dot"}, {"id": 952, "label": "oasislabs", "shape": "dot"}, {"id": 953, "label": "RantsFromRetail", "shape": "dot"}, {"id": 954, "label": "NintendoSwitch", "shape": "dot"}, {"id": 955, "label": "pathofexile", "shape": "dot"}, {"id": 956, "label": "pcmasterrace", "shape": "dot"}, {"id": 957, "label": "StLouis", "shape": "dot"}, {"id": 958, "label": "nvidia", "shape": "dot"}, {"id": 959, "label": "googleads", "shape": "dot"}, {"id": 960, "label": "vzla", "shape": "dot"}, {"id": 961, "label": "gaybrosgonemild", "shape": "dot"}, {"id": 962, "label": "AskHistorians", "shape": "dot"}, {"id": 963, "label": "PEN15", "shape": "dot"}, {"id": 964, "label": "holdmyfeedingtube", "shape": "dot"}, {"id": 965, "label": "blender", "shape": "dot"}, {"id": 966, "label": "xxfitness", "shape": "dot"}, {"id": 967, "label": "trt", "shape": "dot"}, {"id": 968, "label": "PublicFreakout", "shape": "dot"}, {"id": 969, "label": "raimimemes", "shape": "dot"}, {"id": 970, "label": "TibiaMMO", "shape": "dot"}, {"id": 971, "label": "RocketLeagueEsports", "shape": "dot"}, {"id": 972, "label": "XiaoMains", "shape": "dot"}, {"id": 973, "label": "DajiBan", "shape": "dot"}, {"id": 974, "label": "wildrift", "shape": "dot"}, {"id": 975, "label": "polls", "shape": "dot"}, {"id": 976, "label": "thewitcher3", "shape": "dot"}, {"id": 977, "label": "nextfuckinglevel", "shape": "dot"}, {"id": 978, "label": "OculusQuest", "shape": "dot"}, {"id": 979, "label": "senseonics", "shape": "dot"}, {"id": 980, "label": "hellblade", "shape": "dot"}, {"id": 981, "label": "HermanCainAward", "shape": "dot"}, {"id": 982, "label": "OnlineDating", "shape": "dot"}, {"id": 983, "label": "gatekeeping", "shape": "dot"}, {"id": 984, "label": "socialskills", "shape": "dot"}, {"id": 985, "label": "MovieSuggestions", "shape": "dot"}, {"id": 986, "label": "MassEffectAndromeda", "shape": "dot"}, {"id": 987, "label": "hackintosh", "shape": "dot"}, {"id": 988, "label": "Warhammer40k", "shape": "dot"}, {"id": 989, "label": "sonos", "shape": "dot"}, {"id": 990, "label": "redditmoment", "shape": "dot"}, {"id": 991, "label": "unexpectedsimpsons", "shape": "dot"}, {"id": 992, "label": "mildlyinteresting", "shape": "dot"}, {"id": 993, "label": "M43", "shape": "dot"}, {"id": 994, "label": "Chodi", "shape": "dot"}, {"id": 995, "label": "kpopthoughts", "shape": "dot"}, {"id": 996, "label": "IndianFood", "shape": "dot"}, {"id": 997, "label": "WetlanderHumor", "shape": "dot"}, {"id": 998, "label": "DarceyAndStaceyTLC", "shape": "dot"}, {"id": 999, "label": "TheLunaBloom", "shape": "dot"}, {"id": 1000, "label": "GettingShredded", "shape": "dot"}, {"id": 1001, "label": "SupermodelCats", "shape": "dot"}, {"id": 1002, "label": "GME", "shape": "dot"}, {"id": 1003, "label": "NoahGetTheBoat", "shape": "dot"}, {"id": 1004, "label": "minimalism", "shape": "dot"}, {"id": 1005, "label": "dirtykikpals", "shape": "dot"}, {"id": 1006, "label": "CHIBears", "shape": "dot"}, {"id": 1007, "label": "northernireland", "shape": "dot"}, {"id": 1008, "label": "gingercats", "shape": "dot"}, {"id": 1009, "label": "RealGirls", "shape": "dot"}, {"id": 1010, "label": "CapitalismVSocialism", "shape": "dot"}, {"id": 1011, "label": "dune", "shape": "dot"}, {"id": 1012, "label": "therewasanattempt", "shape": "dot"}, {"id": 1013, "label": "jerkbudss", "shape": "dot"}, {"id": 1014, "label": "canada", "shape": "dot"}, {"id": 1015, "label": "PokemonTCG", "shape": "dot"}, {"id": 1016, "label": "comicbooks", "shape": "dot"}, {"id": 1017, "label": "Seiko", "shape": "dot"}, {"id": 1018, "label": "imatotalpeiceofshit", "shape": "dot"}, {"id": 1019, "label": "weed", "shape": "dot"}, {"id": 1020, "label": "1883Series", "shape": "dot"}, {"id": 1021, "label": "NFTsMarketplace", "shape": "dot"}, {"id": 1022, "label": "titanfolk", "shape": "dot"}, {"id": 1023, "label": "everquest", "shape": "dot"}, {"id": 1024, "label": "SexToys", "shape": "dot"}, {"id": 1025, "label": "Megasforlife", "shape": "dot"}, {"id": 1026, "label": "LivestreamFails", "shape": "dot"}, {"id": 1027, "label": "onlyfansadvice", "shape": "dot"}, {"id": 1028, "label": "TalesFromTheFrontDesk", "shape": "dot"}, {"id": 1029, "label": "XXXTENTACION", "shape": "dot"}, {"id": 1030, "label": "StationEleven", "shape": "dot"}, {"id": 1031, "label": "Grimdawn", "shape": "dot"}, {"id": 1032, "label": "pitbulls", "shape": "dot"}, {"id": 1033, "label": "gambling", "shape": "dot"}, {"id": 1034, "label": "MadeMeSmile", "shape": "dot"}, {"id": 1035, "label": "Watercolor", "shape": "dot"}, {"id": 1036, "label": "rollingloudfestival", "shape": "dot"}, {"id": 1037, "label": "Jewdank", "shape": "dot"}, {"id": 1038, "label": "PS4", "shape": "dot"}, {"id": 1039, "label": "dayz", "shape": "dot"}, {"id": 1040, "label": "doordash_drivers", "shape": "dot"}, {"id": 1041, "label": "ContagiousLaughter", "shape": "dot"}, {"id": 1042, "label": "tuckedinkitties", "shape": "dot"}, {"id": 1043, "label": "MurderedByWords", "shape": "dot"}, {"id": 1044, "label": "linuxquestions", "shape": "dot"}, {"id": 1045, "label": "RussiaHumanRights", "shape": "dot"}, {"id": 1046, "label": "MortalOnline", "shape": "dot"}, {"id": 1047, "label": "PeopleFuckingDying", "shape": "dot"}, {"id": 1048, "label": "florida", "shape": "dot"}, {"id": 1049, "label": "trashy", "shape": "dot"}, {"id": 1050, "label": "ksi", "shape": "dot"}, {"id": 1051, "label": "wemetonline", "shape": "dot"}, {"id": 1052, "label": "miband", "shape": "dot"}, {"id": 1053, "label": "dontputyourdickinthat", "shape": "dot"}, {"id": 1054, "label": "AskWomen", "shape": "dot"}, {"id": 1055, "label": "BestofRedditorUpdates", "shape": "dot"}, {"id": 1056, "label": "books", "shape": "dot"}, {"id": 1057, "label": "EANHLfranchise", "shape": "dot"}, {"id": 1058, "label": "Netherlands", "shape": "dot"}, {"id": 1059, "label": "cybertruck", "shape": "dot"}, {"id": 1060, "label": "SpaceXLounge", "shape": "dot"}, {"id": 1061, "label": "StockMarket", "shape": "dot"}, {"id": 1062, "label": "flatearth", "shape": "dot"}, {"id": 1063, "label": "Lenovo", "shape": "dot"}, {"id": 1064, "label": "trans", "shape": "dot"}, {"id": 1065, "label": "ThatsInsane", "shape": "dot"}, {"id": 1066, "label": "bisexual", "shape": "dot"}, {"id": 1067, "label": "animememes", "shape": "dot"}, {"id": 1068, "label": "podcasts", "shape": "dot"}, {"id": 1069, "label": "PixelArt", "shape": "dot"}, {"id": 1070, "label": "WisconsinBadgers", "shape": "dot"}, {"id": 1071, "label": "cricut", "shape": "dot"}, {"id": 1072, "label": "witcher", "shape": "dot"}, {"id": 1073, "label": "bus", "shape": "dot"}, {"id": 1074, "label": "NormMacdonald", "shape": "dot"}, {"id": 1075, "label": "bisq", "shape": "dot"}, {"id": 1076, "label": "NewEnglandSocialism", "shape": "dot"}, {"id": 1077, "label": "rocket_league_trading", "shape": "dot"}, {"id": 1078, "label": "MakeMeSuffer", "shape": "dot"}, {"id": 1079, "label": "dragonage", "shape": "dot"}, {"id": 1080, "label": "me_irl", "shape": "dot"}, {"id": 1081, "label": "FridayNightFunkin", "shape": "dot"}, {"id": 1082, "label": "modernwarfare", "shape": "dot"}, {"id": 1083, "label": "soapmaking", "shape": "dot"}, {"id": 1084, "label": "darksouls3", "shape": "dot"}, {"id": 1085, "label": "LDR", "shape": "dot"}, {"id": 1086, "label": "crazyexgirlfriend", "shape": "dot"}, {"id": 1087, "label": "battlefield_one", "shape": "dot"}, {"id": 1088, "label": "BostonTerrier", "shape": "dot"}, {"id": 1089, "label": "feedthebeast", "shape": "dot"}, {"id": 1090, "label": "MonsterHunter", "shape": "dot"}, {"id": 1091, "label": "Mujico", "shape": "dot"}, {"id": 1092, "label": "arresteddevelopment", "shape": "dot"}, {"id": 1093, "label": "low_poly", "shape": "dot"}, {"id": 1094, "label": "Awww", "shape": "dot"}, {"id": 1095, "label": "mentalhealth", "shape": "dot"}, {"id": 1096, "label": "CrimeJunkiePodcast", "shape": "dot"}, {"id": 1097, "label": "cats", "shape": "dot"}, {"id": 1098, "label": "mangonewild", "shape": "dot"}, {"id": 1099, "label": "dankvideos", "shape": "dot"}, {"id": 1100, "label": "TheLastAirbender", "shape": "dot"}, {"id": 1101, "label": "3Dprinting", "shape": "dot"}, {"id": 1102, "label": "49ers", "shape": "dot"}, {"id": 1103, "label": "british", "shape": "dot"}, {"id": 1104, "label": "TooAfraidToAsk", "shape": "dot"}, {"id": 1105, "label": "disability", "shape": "dot"}, {"id": 1106, "label": "touhou", "shape": "dot"}, {"id": 1107, "label": "dndmemes", "shape": "dot"}, {"id": 1108, "label": "SuccessionTV", "shape": "dot"}, {"id": 1109, "label": "hearthstonecirclejerk", "shape": "dot"}, {"id": 1110, "label": "Unexpected", "shape": "dot"}, {"id": 1111, "label": "DotA2", "shape": "dot"}, {"id": 1112, "label": "logseq", "shape": "dot"}, {"id": 1113, "label": "Baking", "shape": "dot"}, {"id": 1114, "label": "roadtrip", "shape": "dot"}, {"id": 1115, "label": "Paramore", "shape": "dot"}, {"id": 1116, "label": "nutrition", "shape": "dot"}, {"id": 1117, "label": "horizon", "shape": "dot"}, {"id": 1118, "label": "FortNiteBR", "shape": "dot"}, {"id": 1119, "label": "opensea", "shape": "dot"}, {"id": 1120, "label": "ATBGE", "shape": "dot"}, {"id": 1121, "label": "Quebec", "shape": "dot"}, {"id": 1122, "label": "nursepractitioner", "shape": "dot"}, {"id": 1123, "label": "GMEJungle", "shape": "dot"}, {"id": 1124, "label": "pnsd", "shape": "dot"}, {"id": 1125, "label": "dadjokes", "shape": "dot"}, {"id": 1126, "label": "bikewrench", "shape": "dot"}, {"id": 1127, "label": "AMA", "shape": "dot"}, {"id": 1128, "label": "DiWHY", "shape": "dot"}, {"id": 1129, "label": "indieheads", "shape": "dot"}, {"id": 1130, "label": "tennis", "shape": "dot"}, {"id": 1131, "label": "GrowingMarijuana", "shape": "dot"}, {"id": 1132, "label": "DragonAgeInqusition", "shape": "dot"}, {"id": 1133, "label": "PlantedTank", "shape": "dot"}, {"id": 1134, "label": "whatsthisbug", "shape": "dot"}, {"id": 1135, "label": "FridayNightHighJinks", "shape": "dot"}, {"id": 1136, "label": "tampa", "shape": "dot"}, {"id": 1137, "label": "DeathByMillennial", "shape": "dot"}, {"id": 1138, "label": "OpiatesRecovery", "shape": "dot"}, {"id": 1139, "label": "gtaonline", "shape": "dot"}, {"id": 1140, "label": "Scams", "shape": "dot"}, {"id": 1141, "label": "KerbalSpaceProgram", "shape": "dot"}, {"id": 1142, "label": "oculus", "shape": "dot"}, {"id": 1143, "label": "0xKittyCoin", "shape": "dot"}, {"id": 1144, "label": "reddevils", "shape": "dot"}, {"id": 1145, "label": "OldManDog", "shape": "dot"}, {"id": 1146, "label": "PedroDBR", "shape": "dot"}, {"id": 1147, "label": "learnart", "shape": "dot"}]);
edges = new vis.DataSet([{"from": 323, "to": 730, "width": 3}, {"from": 323, "to": 1002, "width": 8}, {"from": 323, "to": 35, "width": 3}, {"from": 323, "to": 835, "width": 3}, {"from": 323, "to": 108, "width": 3}, {"from": 323, "to": 1061, "width": 3}, {"from": 323, "to": 569, "width": 3}, {"from": 323, "to": 368, "width": 3}, {"from": 323, "to": 50, "width": 15}, {"from": 323, "to": 501, "width": 14}, {"from": 323, "to": 839, "width": 12}, {"from": 323, "to": 451, "width": 6}, {"from": 323, "to": 955, "width": 6}, {"from": 323, "to": 448, "width": 6}, {"from": 323, "to": 65, "width": 3}, {"from": 323, "to": 732, "width": 3}, {"from": 323, "to": 1054, "width": 17}, {"from": 323, "to": 460, "width": 5}, {"from": 323, "to": 364, "width": 3}, {"from": 323, "to": 772, "width": 7}, {"from": 323, "to": 727, "width": 4}, {"from": 323, "to": 1079, "width": 3}, {"from": 323, "to": 1132, "width": 3}, {"from": 323, "to": 605, "width": 6}, {"from": 323, "to": 502, "width": 3}, {"from": 323, "to": 176, "width": 6}, {"from": 323, "to": 461, "width": 5}, {"from": 323, "to": 648, "width": 6}, {"from": 323, "to": 706, "width": 6}, {"from": 323, "to": 264, "width": 21}, {"from": 323, "to": 626, "width": 3}, {"from": 323, "to": 405, "width": 17}, {"from": 323, "to": 309, "width": 3}, {"from": 323, "to": 720, "width": 23}, {"from": 323, "to": 817, "width": 5}, {"from": 323, "to": 457, "width": 5}, {"from": 323, "to": 1053, "width": 3}, {"from": 323, "to": 527, "width": 9}, {"from": 323, "to": 58, "width": 3}, {"from": 323, "to": 525, "width": 4}, {"from": 323, "to": 917, "width": 2}, {"from": 323, "to": 254, "width": 1}, {"from": 323, "to": 304, "width": 1}, {"from": 323, "to": 1008, "width": 1}, {"from": 323, "to": 453, "width": 3}, {"from": 323, "to": 849, "width": 1}, {"from": 323, "to": 582, "width": 1}, {"from": 323, "to": 589, "width": 2}, {"from": 323, "to": 606, "width": 4}, {"from": 323, "to": 127, "width": 2}, {"from": 323, "to": 822, "width": 2}, {"from": 323, "to": 968, "width": 3}, {"from": 323, "to": 729, "width": 2}, {"from": 323, "to": 1066, "width": 1}, {"from": 323, "to": 956, "width": 1}, {"from": 323, "to": 963, "width": 4}, {"from": 323, "to": 852, "width": 2}, {"from": 323, "to": 850, "width": 2}, {"from": 323, "to": 410, "width": 1}, {"from": 323, "to": 250, "width": 1}, {"from": 323, "to": 402, "width": 1}, {"from": 323, "to": 1100, "width": 1}, {"from": 323, "to": 211, "width": 1}, {"from": 323, "to": 1104, "width": 1}, {"from": 323, "to": 245, "width": 1}, {"from": 323, "to": 87, "width": 4}, {"from": 323, "to": 462, "width": 2}, {"from": 323, "to": 503, "width": 6}, {"from": 323, "to": 678, "width": 1}, {"from": 323, "to": 573, "width": 2}, {"from": 323, "to": 505, "width": 1}, {"from": 323, "to": 271, "width": 1}, {"from": 323, "to": 964, "width": 1}, {"from": 323, "to": 385, "width": 3}, {"from": 323, "to": 4, "width": 1}, {"from": 323, "to": 1010, "width": 2}, {"from": 323, "to": 768, "width": 1}, {"from": 323, "to": 345, "width": 1}, {"from": 323, "to": 152, "width": 1}, {"from": 323, "to": 802, "width": 9}, {"from": 323, "to": 191, "width": 3}, {"from": 323, "to": 232, "width": 3}, {"from": 323, "to": 62, "width": 3}, {"from": 323, "to": 93, "width": 3}, {"from": 323, "to": 686, "width": 3}, {"from": 323, "to": 954, "width": 3}, {"from": 323, "to": 726, "width": 1}, {"from": 323, "to": 937, "width": 1}, {"from": 323, "to": 265, "width": 1}, {"from": 323, "to": 996, "width": 1}, {"from": 323, "to": 981, "width": 1}, {"from": 323, "to": 407, "width": 2}, {"from": 323, "to": 32, "width": 1}, {"from": 323, "to": 538, "width": 2}, {"from": 323, "to": 59, "width": 1}, {"from": 323, "to": 894, "width": 1}, {"from": 323, "to": 88, "width": 1}, {"from": 730, "to": 814, "width": 7}, {"from": 730, "to": 464, "width": 3}, {"from": 730, "to": 1083, "width": 3}, {"from": 730, "to": 264, "width": 9}, {"from": 730, "to": 255, "width": 3}, {"from": 730, "to": 0, "width": 3}, {"from": 730, "to": 876, "width": 4}, {"from": 730, "to": 644, "width": 3}, {"from": 730, "to": 232, "width": 3}, {"from": 730, "to": 169, "width": 3}, {"from": 730, "to": 1052, "width": 1}, {"from": 730, "to": 1063, "width": 2}, {"from": 730, "to": 368, "width": 1}, {"from": 730, "to": 984, "width": 2}, {"from": 730, "to": 43, "width": 1}, {"from": 730, "to": 420, "width": 1}, {"from": 730, "to": 501, "width": 1}, {"from": 730, "to": 604, "width": 1}, {"from": 730, "to": 781, "width": 1}, {"from": 730, "to": 529, "width": 2}, {"from": 1002, "to": 1033, "width": 3}, {"from": 1002, "to": 822, "width": 13}, {"from": 1002, "to": 773, "width": 3}, {"from": 1002, "to": 879, "width": 5}, {"from": 1002, "to": 272, "width": 3}, {"from": 1002, "to": 914, "width": 3}, {"from": 1002, "to": 698, "width": 3}, {"from": 1002, "to": 739, "width": 5}, {"from": 1002, "to": 460, "width": 3}, {"from": 1002, "to": 55, "width": 5}, {"from": 1002, "to": 671, "width": 1}, {"from": 1002, "to": 270, "width": 1}, {"from": 1002, "to": 256, "width": 1}, {"from": 1002, "to": 205, "width": 2}, {"from": 1002, "to": 521, "width": 3}, {"from": 1002, "to": 607, "width": 1}, {"from": 1002, "to": 5, "width": 1}, {"from": 1002, "to": 582, "width": 1}, {"from": 1002, "to": 501, "width": 1}, {"from": 1002, "to": 759, "width": 1}, {"from": 1002, "to": 350, "width": 1}, {"from": 35, "to": 989, "width": 7}, {"from": 35, "to": 465, "width": 3}, {"from": 35, "to": 317, "width": 3}, {"from": 35, "to": 969, "width": 3}, {"from": 35, "to": 885, "width": 3}, {"from": 35, "to": 572, "width": 4}, {"from": 35, "to": 888, "width": 4}, {"from": 35, "to": 944, "width": 3}, {"from": 35, "to": 660, "width": 3}, {"from": 35, "to": 435, "width": 3}, {"from": 35, "to": 1126, "width": 3}, {"from": 35, "to": 127, "width": 2}, {"from": 35, "to": 39, "width": 1}, {"from": 35, "to": 188, "width": 1}, {"from": 35, "to": 264, "width": 3}, {"from": 35, "to": 1075, "width": 1}, {"from": 35, "to": 556, "width": 1}, {"from": 35, "to": 421, "width": 1}, {"from": 35, "to": 877, "width": 1}, {"from": 35, "to": 1112, "width": 2}, {"from": 35, "to": 821, "width": 1}, {"from": 35, "to": 517, "width": 1}, {"from": 35, "to": 251, "width": 1}, {"from": 35, "to": 553, "width": 1}, {"from": 35, "to": 207, "width": 1}, {"from": 35, "to": 707, "width": 1}, {"from": 835, "to": 919, "width": 3}, {"from": 835, "to": 472, "width": 3}, {"from": 835, "to": 897, "width": 3}, {"from": 835, "to": 436, "width": 3}, {"from": 835, "to": 314, "width": 5}, {"from": 835, "to": 898, "width": 5}, {"from": 835, "to": 822, "width": 8}, {"from": 835, "to": 881, "width": 5}, {"from": 835, "to": 1119, "width": 2}, {"from": 835, "to": 606, "width": 1}, {"from": 835, "to": 137, "width": 1}, {"from": 835, "to": 979, "width": 1}, {"from": 835, "to": 256, "width": 3}, {"from": 835, "to": 37, "width": 2}, {"from": 108, "to": 118, "width": 3}, {"from": 108, "to": 221, "width": 7}, {"from": 108, "to": 419, "width": 6}, {"from": 108, "to": 489, "width": 4}, {"from": 108, "to": 896, "width": 3}, {"from": 108, "to": 135, "width": 1}, {"from": 108, "to": 446, "width": 1}, {"from": 108, "to": 988, "width": 2}, {"from": 108, "to": 5, "width": 1}, {"from": 108, "to": 262, "width": 1}, {"from": 108, "to": 948, "width": 1}, {"from": 108, "to": 578, "width": 1}, {"from": 108, "to": 926, "width": 1}, {"from": 108, "to": 390, "width": 2}, {"from": 108, "to": 445, "width": 1}, {"from": 108, "to": 159, "width": 1}, {"from": 108, "to": 906, "width": 3}, {"from": 1061, "to": 491, "width": 3}, {"from": 1061, "to": 907, "width": 3}, {"from": 1061, "to": 546, "width": 4}, {"from": 1061, "to": 264, "width": 3}, {"from": 1061, "to": 81, "width": 3}, {"from": 1061, "to": 273, "width": 3}, {"from": 1061, "to": 1143, "width": 3}, {"from": 1061, "to": 802, "width": 3}, {"from": 1061, "to": 22, "width": 8}, {"from": 1061, "to": 478, "width": 3}, {"from": 1061, "to": 916, "width": 1}, {"from": 1061, "to": 84, "width": 1}, {"from": 1061, "to": 79, "width": 2}, {"from": 1061, "to": 355, "width": 1}, {"from": 1061, "to": 663, "width": 1}, {"from": 1061, "to": 609, "width": 2}, {"from": 1061, "to": 166, "width": 1}, {"from": 1061, "to": 583, "width": 1}, {"from": 1061, "to": 1015, "width": 1}, {"from": 1061, "to": 46, "width": 2}, {"from": 1061, "to": 370, "width": 1}, {"from": 1061, "to": 938, "width": 1}, {"from": 1061, "to": 591, "width": 1}, {"from": 569, "to": 512, "width": 4}, {"from": 569, "to": 216, "width": 3}, {"from": 569, "to": 673, "width": 3}, {"from": 569, "to": 682, "width": 3}, {"from": 569, "to": 748, "width": 4}, {"from": 569, "to": 815, "width": 8}, {"from": 569, "to": 985, "width": 6}, {"from": 569, "to": 1009, "width": 1}, {"from": 569, "to": 121, "width": 1}, {"from": 569, "to": 813, "width": 2}, {"from": 569, "to": 830, "width": 1}, {"from": 569, "to": 807, "width": 1}, {"from": 569, "to": 373, "width": 3}, {"from": 569, "to": 325, "width": 1}, {"from": 569, "to": 757, "width": 1}, {"from": 569, "to": 599, "width": 2}, {"from": 569, "to": 1038, "width": 2}, {"from": 368, "to": 699, "width": 6}, {"from": 368, "to": 666, "width": 11}, {"from": 368, "to": 851, "width": 3}, {"from": 368, "to": 613, "width": 3}, {"from": 368, "to": 254, "width": 3}, {"from": 368, "to": 1066, "width": 3}, {"from": 368, "to": 1117, "width": 6}, {"from": 368, "to": 703, "width": 1}, {"from": 368, "to": 808, "width": 1}, {"from": 368, "to": 977, "width": 1}, {"from": 368, "to": 264, "width": 8}, {"from": 368, "to": 816, "width": 1}, {"from": 368, "to": 1068, "width": 1}, {"from": 368, "to": 1142, "width": 1}, {"from": 368, "to": 978, "width": 1}, {"from": 368, "to": 1072, "width": 1}, {"from": 368, "to": 460, "width": 1}, {"from": 368, "to": 984, "width": 1}, {"from": 368, "to": 154, "width": 1}, {"from": 368, "to": 20, "width": 1}, {"from": 50, "to": 315, "width": 3}, {"from": 50, "to": 956, "width": 3}, {"from": 50, "to": 606, "width": 3}, {"from": 50, "to": 939, "width": 3}, {"from": 50, "to": 554, "width": 3}, {"from": 50, "to": 351, "width": 3}, {"from": 50, "to": 274, "width": 1}, {"from": 50, "to": 705, "width": 1}, {"from": 50, "to": 853, "width": 1}, {"from": 50, "to": 467, "width": 1}, {"from": 50, "to": 204, "width": 1}, {"from": 50, "to": 965, "width": 1}, {"from": 50, "to": 318, "width": 1}, {"from": 50, "to": 1127, "width": 1}, {"from": 50, "to": 209, "width": 2}, {"from": 50, "to": 968, "width": 1}, {"from": 501, "to": 490, "width": 3}, {"from": 501, "to": 217, "width": 3}, {"from": 501, "to": 752, "width": 6}, {"from": 501, "to": 551, "width": 3}, {"from": 501, "to": 169, "width": 6}, {"from": 501, "to": 340, "width": 6}, {"from": 501, "to": 625, "width": 1}, {"from": 501, "to": 909, "width": 2}, {"from": 501, "to": 990, "width": 1}, {"from": 501, "to": 244, "width": 3}, {"from": 501, "to": 582, "width": 1}, {"from": 501, "to": 481, "width": 1}, {"from": 501, "to": 387, "width": 4}, {"from": 501, "to": 356, "width": 1}, {"from": 501, "to": 77, "width": 1}, {"from": 501, "to": 994, "width": 1}, {"from": 839, "to": 513, "width": 4}, {"from": 839, "to": 992, "width": 3}, {"from": 839, "to": 1039, "width": 17}, {"from": 839, "to": 1025, "width": 3}, {"from": 839, "to": 549, "width": 5}, {"from": 839, "to": 1128, "width": 1}, {"from": 839, "to": 624, "width": 1}, {"from": 839, "to": 720, "width": 2}, {"from": 839, "to": 250, "width": 1}, {"from": 839, "to": 205, "width": 1}, {"from": 839, "to": 247, "width": 1}, {"from": 839, "to": 1056, "width": 2}, {"from": 451, "to": 997, "width": 7}, {"from": 451, "to": 75, "width": 3}, {"from": 451, "to": 416, "width": 3}, {"from": 451, "to": 263, "width": 3}, {"from": 451, "to": 636, "width": 3}, {"from": 451, "to": 634, "width": 4}, {"from": 451, "to": 492, "width": 3}, {"from": 451, "to": 264, "width": 2}, {"from": 451, "to": 834, "width": 1}, {"from": 451, "to": 854, "width": 1}, {"from": 451, "to": 17, "width": 1}, {"from": 451, "to": 183, "width": 1}, {"from": 451, "to": 236, "width": 5}, {"from": 451, "to": 865, "width": 4}, {"from": 955, "to": 277, "width": 5}, {"from": 955, "to": 507, "width": 3}, {"from": 955, "to": 327, "width": 3}, {"from": 955, "to": 759, "width": 3}, {"from": 955, "to": 330, "width": 3}, {"from": 955, "to": 1023, "width": 3}, {"from": 955, "to": 730, "width": 6}, {"from": 955, "to": 956, "width": 2}, {"from": 955, "to": 281, "width": 1}, {"from": 955, "to": 1080, "width": 1}, {"from": 955, "to": 616, "width": 2}, {"from": 955, "to": 543, "width": 1}, {"from": 955, "to": 582, "width": 1}, {"from": 955, "to": 1144, "width": 2}, {"from": 955, "to": 840, "width": 1}, {"from": 955, "to": 670, "width": 1}, {"from": 955, "to": 746, "width": 1}, {"from": 955, "to": 1104, "width": 2}, {"from": 955, "to": 710, "width": 1}, {"from": 955, "to": 0, "width": 2}, {"from": 955, "to": 252, "width": 1}, {"from": 448, "to": 971, "width": 3}, {"from": 448, "to": 882, "width": 3}, {"from": 448, "to": 733, "width": 3}, {"from": 448, "to": 204, "width": 7}, {"from": 448, "to": 732, "width": 3}, {"from": 448, "to": 9, "width": 3}, {"from": 448, "to": 924, "width": 4}, {"from": 448, "to": 566, "width": 6}, {"from": 448, "to": 342, "width": 1}, {"from": 448, "to": 727, "width": 2}, {"from": 448, "to": 992, "width": 1}, {"from": 448, "to": 740, "width": 1}, {"from": 448, "to": 391, "width": 1}, {"from": 448, "to": 1046, "width": 2}, {"from": 448, "to": 797, "width": 3}, {"from": 448, "to": 123, "width": 1}, {"from": 448, "to": 8, "width": 1}, {"from": 65, "to": 823, "width": 3}, {"from": 65, "to": 40, "width": 7}, {"from": 65, "to": 1035, "width": 3}, {"from": 65, "to": 1147, "width": 3}, {"from": 65, "to": 343, "width": 3}, {"from": 65, "to": 239, "width": 3}, {"from": 65, "to": 818, "width": 3}, {"from": 65, "to": 1133, "width": 3}, {"from": 65, "to": 92, "width": 1}, {"from": 65, "to": 1056, "width": 2}, {"from": 65, "to": 32, "width": 1}, {"from": 65, "to": 715, "width": 1}, {"from": 65, "to": 845, "width": 1}, {"from": 65, "to": 930, "width": 1}, {"from": 65, "to": 432, "width": 1}, {"from": 732, "to": 623, "width": 3}, {"from": 732, "to": 454, "width": 3}, {"from": 732, "to": 389, "width": 3}, {"from": 732, "to": 630, "width": 3}, {"from": 732, "to": 566, "width": 6}, {"from": 732, "to": 176, "width": 1}, {"from": 732, "to": 947, "width": 2}, {"from": 732, "to": 800, "width": 2}, {"from": 1054, "to": 696, "width": 3}, {"from": 1054, "to": 779, "width": 4}, {"from": 1054, "to": 1105, "width": 4}, {"from": 1054, "to": 357, "width": 3}, {"from": 1054, "to": 65, "width": 6}, {"from": 1054, "to": 1004, "width": 1}, {"from": 1054, "to": 1121, "width": 1}, {"from": 1054, "to": 264, "width": 2}, {"from": 1054, "to": 872, "width": 1}, {"from": 1054, "to": 580, "width": 1}, {"from": 1054, "to": 130, "width": 1}, {"from": 1054, "to": 14, "width": 1}, {"from": 1054, "to": 447, "width": 1}, {"from": 1054, "to": 18, "width": 1}, {"from": 1054, "to": 88, "width": 1}, {"from": 1054, "to": 19, "width": 2}, {"from": 1054, "to": 573, "width": 1}, {"from": 1054, "to": 746, "width": 1}, {"from": 1054, "to": 367, "width": 4}, {"from": 460, "to": 928, "width": 6}, {"from": 460, "to": 362, "width": 3}, {"from": 460, "to": 622, "width": 3}, {"from": 460, "to": 1098, "width": 3}, {"from": 460, "to": 230, "width": 3}, {"from": 460, "to": 72, "width": 7}, {"from": 460, "to": 673, "width": 2}, {"from": 460, "to": 563, "width": 1}, {"from": 460, "to": 147, "width": 2}, {"from": 460, "to": 288, "width": 3}, {"from": 460, "to": 899, "width": 1}, {"from": 460, "to": 683, "width": 1}, {"from": 460, "to": 34, "width": 2}, {"from": 460, "to": 176, "width": 1}, {"from": 460, "to": 709, "width": 3}, {"from": 460, "to": 918, "width": 2}, {"from": 364, "to": 519, "width": 3}, {"from": 364, "to": 282, "width": 3}, {"from": 364, "to": 12, "width": 4}, {"from": 364, "to": 213, "width": 4}, {"from": 364, "to": 51, "width": 3}, {"from": 364, "to": 844, "width": 3}, {"from": 364, "to": 264, "width": 2}, {"from": 364, "to": 63, "width": 1}, {"from": 364, "to": 738, "width": 1}, {"from": 364, "to": 474, "width": 1}, {"from": 364, "to": 470, "width": 1}, {"from": 364, "to": 813, "width": 1}, {"from": 364, "to": 719, "width": 2}, {"from": 364, "to": 627, "width": 1}, {"from": 364, "to": 763, "width": 1}, {"from": 364, "to": 753, "width": 1}, {"from": 364, "to": 100, "width": 1}, {"from": 772, "to": 264, "width": 3}, {"from": 772, "to": 717, "width": 3}, {"from": 772, "to": 176, "width": 2}, {"from": 772, "to": 45, "width": 3}, {"from": 772, "to": 311, "width": 2}, {"from": 772, "to": 925, "width": 1}, {"from": 772, "to": 134, "width": 1}, {"from": 727, "to": 511, "width": 3}, {"from": 727, "to": 56, "width": 3}, {"from": 727, "to": 1084, "width": 3}, {"from": 727, "to": 15, "width": 3}, {"from": 727, "to": 204, "width": 3}, {"from": 727, "to": 82, "width": 3}, {"from": 727, "to": 596, "width": 6}, {"from": 727, "to": 107, "width": 8}, {"from": 727, "to": 972, "width": 1}, {"from": 727, "to": 309, "width": 1}, {"from": 727, "to": 882, "width": 1}, {"from": 727, "to": 319, "width": 1}, {"from": 1079, "to": 253, "width": 3}, {"from": 1079, "to": 298, "width": 4}, {"from": 1079, "to": 735, "width": 3}, {"from": 1079, "to": 222, "width": 3}, {"from": 1079, "to": 242, "width": 5}, {"from": 1079, "to": 786, "width": 5}, {"from": 1079, "to": 1125, "width": 3}, {"from": 1079, "to": 634, "width": 3}, {"from": 1079, "to": 861, "width": 1}, {"from": 1079, "to": 176, "width": 3}, {"from": 1079, "to": 383, "width": 1}, {"from": 1079, "to": 980, "width": 1}, {"from": 1079, "to": 128, "width": 1}, {"from": 1079, "to": 659, "width": 1}, {"from": 1079, "to": 995, "width": 1}, {"from": 1079, "to": 727, "width": 1}, {"from": 1079, "to": 669, "width": 2}, {"from": 1079, "to": 400, "width": 1}, {"from": 1079, "to": 603, "width": 1}, {"from": 1079, "to": 986, "width": 1}, {"from": 1079, "to": 264, "width": 1}, {"from": 1079, "to": 447, "width": 1}, {"from": 1079, "to": 582, "width": 1}, {"from": 1079, "to": 326, "width": 1}, {"from": 1132, "to": 183, "width": 3}, {"from": 1132, "to": 157, "width": 3}, {"from": 1132, "to": 1071, "width": 4}, {"from": 1132, "to": 361, "width": 3}, {"from": 1132, "to": 1118, "width": 5}, {"from": 1132, "to": 741, "width": 4}, {"from": 1132, "to": 805, "width": 3}, {"from": 1132, "to": 297, "width": 4}, {"from": 1132, "to": 786, "width": 3}, {"from": 1132, "to": 108, "width": 3}, {"from": 1132, "to": 176, "width": 2}, {"from": 1132, "to": 1079, "width": 3}, {"from": 1132, "to": 766, "width": 3}, {"from": 1132, "to": 271, "width": 1}, {"from": 1132, "to": 286, "width": 1}, {"from": 1132, "to": 172, "width": 2}, {"from": 1132, "to": 175, "width": 1}, {"from": 1132, "to": 712, "width": 1}, {"from": 1132, "to": 366, "width": 2}, {"from": 1132, "to": 807, "width": 1}, {"from": 1132, "to": 466, "width": 1}, {"from": 1132, "to": 533, "width": 2}, {"from": 1132, "to": 679, "width": 1}, {"from": 605, "to": 189, "width": 3}, {"from": 605, "to": 335, "width": 4}, {"from": 605, "to": 264, "width": 8}, {"from": 605, "to": 16, "width": 3}, {"from": 605, "to": 257, "width": 3}, {"from": 605, "to": 855, "width": 3}, {"from": 605, "to": 237, "width": 1}, {"from": 605, "to": 1048, "width": 1}, {"from": 605, "to": 212, "width": 1}, {"from": 605, "to": 349, "width": 1}, {"from": 605, "to": 1034, "width": 1}, {"from": 605, "to": 662, "width": 1}, {"from": 605, "to": 384, "width": 1}, {"from": 605, "to": 41, "width": 1}, {"from": 605, "to": 1013, "width": 1}, {"from": 605, "to": 437, "width": 1}, {"from": 605, "to": 46, "width": 1}, {"from": 605, "to": 328, "width": 1}, {"from": 502, "to": 459, "width": 3}, {"from": 502, "to": 26, "width": 3}, {"from": 502, "to": 1073, "width": 3}, {"from": 502, "to": 401, "width": 3}, {"from": 502, "to": 173, "width": 5}, {"from": 502, "to": 587, "width": 3}, {"from": 502, "to": 254, "width": 4}, {"from": 502, "to": 850, "width": 3}, {"from": 502, "to": 509, "width": 4}, {"from": 502, "to": 266, "width": 1}, {"from": 502, "to": 392, "width": 1}, {"from": 502, "to": 57, "width": 3}, {"from": 502, "to": 146, "width": 1}, {"from": 502, "to": 924, "width": 1}, {"from": 502, "to": 60, "width": 1}, {"from": 502, "to": 912, "width": 1}, {"from": 502, "to": 375, "width": 1}, {"from": 502, "to": 825, "width": 1}, {"from": 502, "to": 264, "width": 1}, {"from": 176, "to": 169, "width": 6}, {"from": 176, "to": 913, "width": 3}, {"from": 176, "to": 518, "width": 10}, {"from": 176, "to": 824, "width": 3}, {"from": 176, "to": 1140, "width": 3}, {"from": 176, "to": 198, "width": 1}, {"from": 176, "to": 1120, "width": 1}, {"from": 176, "to": 461, "width": 1}, {"from": 176, "to": 456, "width": 2}, {"from": 176, "to": 302, "width": 2}, {"from": 176, "to": 774, "width": 1}, {"from": 176, "to": 1055, "width": 3}, {"from": 176, "to": 1096, "width": 3}, {"from": 461, "to": 900, "width": 6}, {"from": 461, "to": 541, "width": 3}, {"from": 461, "to": 742, "width": 3}, {"from": 461, "to": 592, "width": 3}, {"from": 461, "to": 810, "width": 3}, {"from": 461, "to": 970, "width": 4}, {"from": 461, "to": 885, "width": 1}, {"from": 461, "to": 337, "width": 1}, {"from": 461, "to": 1021, "width": 3}, {"from": 461, "to": 241, "width": 2}, {"from": 461, "to": 296, "width": 3}, {"from": 461, "to": 10, "width": 1}, {"from": 461, "to": 228, "width": 1}, {"from": 461, "to": 594, "width": 1}, {"from": 461, "to": 544, "width": 1}, {"from": 648, "to": 260, "width": 4}, {"from": 648, "to": 476, "width": 3}, {"from": 648, "to": 264, "width": 6}, {"from": 648, "to": 562, "width": 3}, {"from": 648, "to": 181, "width": 6}, {"from": 648, "to": 868, "width": 9}, {"from": 648, "to": 550, "width": 1}, {"from": 648, "to": 460, "width": 1}, {"from": 648, "to": 991, "width": 1}, {"from": 648, "to": 164, "width": 1}, {"from": 648, "to": 480, "width": 1}, {"from": 648, "to": 346, "width": 2}, {"from": 648, "to": 177, "width": 1}, {"from": 648, "to": 1130, "width": 1}, {"from": 648, "to": 1014, "width": 1}, {"from": 706, "to": 1139, "width": 3}, {"from": 706, "to": 542, "width": 3}, {"from": 706, "to": 1029, "width": 3}, {"from": 706, "to": 495, "width": 3}, {"from": 706, "to": 27, "width": 3}, {"from": 706, "to": 530, "width": 5}, {"from": 706, "to": 482, "width": 1}, {"from": 706, "to": 337, "width": 1}, {"from": 706, "to": 737, "width": 2}, {"from": 706, "to": 264, "width": 1}, {"from": 706, "to": 681, "width": 1}, {"from": 706, "to": 131, "width": 1}, {"from": 706, "to": 47, "width": 2}, {"from": 264, "to": 570, "width": 6}, {"from": 264, "to": 71, "width": 3}, {"from": 264, "to": 316, "width": 4}, {"from": 264, "to": 859, "width": 6}, {"from": 264, "to": 710, "width": 6}, {"from": 264, "to": 308, "width": 3}, {"from": 264, "to": 403, "width": 3}, {"from": 264, "to": 440, "width": 3}, {"from": 264, "to": 833, "width": 3}, {"from": 264, "to": 992, "width": 1}, {"from": 264, "to": 965, "width": 1}, {"from": 264, "to": 819, "width": 1}, {"from": 264, "to": 164, "width": 1}, {"from": 264, "to": 385, "width": 1}, {"from": 264, "to": 864, "width": 1}, {"from": 264, "to": 641, "width": 1}, {"from": 264, "to": 503, "width": 1}, {"from": 626, "to": 423, "width": 3}, {"from": 626, "to": 358, "width": 3}, {"from": 626, "to": 750, "width": 3}, {"from": 626, "to": 983, "width": 3}, {"from": 626, "to": 368, "width": 3}, {"from": 626, "to": 899, "width": 4}, {"from": 626, "to": 48, "width": 3}, {"from": 626, "to": 747, "width": 3}, {"from": 626, "to": 76, "width": 3}, {"from": 626, "to": 598, "width": 3}, {"from": 626, "to": 807, "width": 2}, {"from": 626, "to": 501, "width": 2}, {"from": 626, "to": 105, "width": 1}, {"from": 626, "to": 781, "width": 1}, {"from": 626, "to": 582, "width": 1}, {"from": 626, "to": 866, "width": 1}, {"from": 626, "to": 325, "width": 1}, {"from": 626, "to": 301, "width": 1}, {"from": 626, "to": 657, "width": 1}, {"from": 626, "to": 856, "width": 1}, {"from": 626, "to": 945, "width": 1}, {"from": 626, "to": 487, "width": 2}, {"from": 626, "to": 1109, "width": 1}, {"from": 626, "to": 849, "width": 1}, {"from": 626, "to": 324, "width": 1}, {"from": 626, "to": 650, "width": 1}, {"from": 626, "to": 992, "width": 1}, {"from": 626, "to": 156, "width": 2}, {"from": 626, "to": 28, "width": 1}, {"from": 405, "to": 5, "width": 3}, {"from": 405, "to": 1110, "width": 3}, {"from": 405, "to": 264, "width": 6}, {"from": 405, "to": 204, "width": 11}, {"from": 405, "to": 501, "width": 5}, {"from": 405, "to": 393, "width": 4}, {"from": 405, "to": 274, "width": 3}, {"from": 405, "to": 52, "width": 3}, {"from": 405, "to": 706, "width": 3}, {"from": 405, "to": 714, "width": 3}, {"from": 405, "to": 975, "width": 1}, {"from": 405, "to": 28, "width": 1}, {"from": 405, "to": 891, "width": 1}, {"from": 405, "to": 582, "width": 1}, {"from": 405, "to": 809, "width": 2}, {"from": 405, "to": 1141, "width": 1}, {"from": 405, "to": 471, "width": 3}, {"from": 405, "to": 132, "width": 1}, {"from": 405, "to": 689, "width": 1}, {"from": 405, "to": 307, "width": 2}, {"from": 405, "to": 319, "width": 2}, {"from": 405, "to": 1111, "width": 2}, {"from": 309, "to": 640, "width": 3}, {"from": 309, "to": 1062, "width": 3}, {"from": 309, "to": 522, "width": 3}, {"from": 309, "to": 602, "width": 3}, {"from": 309, "to": 1139, "width": 6}, {"from": 309, "to": 536, "width": 3}, {"from": 309, "to": 893, "width": 6}, {"from": 309, "to": 447, "width": 3}, {"from": 309, "to": 279, "width": 3}, {"from": 309, "to": 535, "width": 3}, {"from": 309, "to": 1131, "width": 1}, {"from": 309, "to": 1093, "width": 1}, {"from": 309, "to": 193, "width": 1}, {"from": 309, "to": 417, "width": 1}, {"from": 309, "to": 1069, "width": 1}, {"from": 309, "to": 264, "width": 2}, {"from": 309, "to": 646, "width": 3}, {"from": 720, "to": 129, "width": 3}, {"from": 720, "to": 373, "width": 3}, {"from": 720, "to": 915, "width": 3}, {"from": 720, "to": 973, "width": 3}, {"from": 720, "to": 545, "width": 8}, {"from": 720, "to": 1016, "width": 3}, {"from": 720, "to": 1134, "width": 3}, {"from": 720, "to": 780, "width": 3}, {"from": 720, "to": 482, "width": 2}, {"from": 720, "to": 235, "width": 1}, {"from": 720, "to": 117, "width": 1}, {"from": 720, "to": 113, "width": 1}, {"from": 720, "to": 977, "width": 1}, {"from": 720, "to": 74, "width": 1}, {"from": 720, "to": 325, "width": 1}, {"from": 720, "to": 727, "width": 1}, {"from": 720, "to": 46, "width": 1}, {"from": 720, "to": 260, "width": 2}, {"from": 720, "to": 632, "width": 1}, {"from": 720, "to": 174, "width": 1}, {"from": 720, "to": 461, "width": 1}, {"from": 720, "to": 628, "width": 1}, {"from": 720, "to": 923, "width": 1}, {"from": 720, "to": 106, "width": 1}, {"from": 720, "to": 826, "width": 1}, {"from": 720, "to": 951, "width": 1}, {"from": 720, "to": 281, "width": 1}, {"from": 720, "to": 203, "width": 1}, {"from": 720, "to": 166, "width": 1}, {"from": 817, "to": 687, "width": 3}, {"from": 817, "to": 572, "width": 3}, {"from": 817, "to": 332, "width": 3}, {"from": 817, "to": 1082, "width": 3}, {"from": 817, "to": 475, "width": 3}, {"from": 817, "to": 1135, "width": 3}, {"from": 817, "to": 138, "width": 3}, {"from": 817, "to": 553, "width": 4}, {"from": 817, "to": 520, "width": 6}, {"from": 817, "to": 264, "width": 3}, {"from": 817, "to": 347, "width": 3}, {"from": 817, "to": 348, "width": 1}, {"from": 817, "to": 968, "width": 1}, {"from": 817, "to": 969, "width": 1}, {"from": 817, "to": 1099, "width": 1}, {"from": 817, "to": 283, "width": 1}, {"from": 817, "to": 468, "width": 1}, {"from": 817, "to": 792, "width": 1}, {"from": 817, "to": 1146, "width": 3}, {"from": 817, "to": 408, "width": 1}, {"from": 817, "to": 1128, "width": 2}, {"from": 817, "to": 501, "width": 1}, {"from": 817, "to": 329, "width": 1}, {"from": 817, "to": 637, "width": 1}, {"from": 817, "to": 718, "width": 2}, {"from": 817, "to": 735, "width": 4}, {"from": 817, "to": 564, "width": 1}, {"from": 457, "to": 875, "width": 6}, {"from": 457, "to": 166, "width": 3}, {"from": 457, "to": 214, "width": 3}, {"from": 457, "to": 208, "width": 3}, {"from": 457, "to": 488, "width": 3}, {"from": 457, "to": 787, "width": 6}, {"from": 457, "to": 889, "width": 3}, {"from": 457, "to": 941, "width": 3}, {"from": 457, "to": 474, "width": 3}, {"from": 457, "to": 11, "width": 4}, {"from": 457, "to": 788, "width": 1}, {"from": 457, "to": 264, "width": 1}, {"from": 457, "to": 830, "width": 1}, {"from": 457, "to": 530, "width": 1}, {"from": 457, "to": 863, "width": 1}, {"from": 457, "to": 933, "width": 1}, {"from": 457, "to": 658, "width": 1}, {"from": 457, "to": 430, "width": 2}, {"from": 457, "to": 1076, "width": 1}, {"from": 457, "to": 700, "width": 1}, {"from": 457, "to": 934, "width": 2}, {"from": 457, "to": 260, "width": 1}, {"from": 457, "to": 374, "width": 1}, {"from": 457, "to": 822, "width": 1}, {"from": 457, "to": 125, "width": 1}, {"from": 1053, "to": 865, "width": 3}, {"from": 1053, "to": 745, "width": 3}, {"from": 1053, "to": 643, "width": 3}, {"from": 1053, "to": 558, "width": 3}, {"from": 1053, "to": 911, "width": 3}, {"from": 1053, "to": 612, "width": 3}, {"from": 1053, "to": 606, "width": 3}, {"from": 1053, "to": 1103, "width": 3}, {"from": 1053, "to": 186, "width": 3}, {"from": 1053, "to": 204, "width": 6}, {"from": 1053, "to": 1081, "width": 3}, {"from": 1053, "to": 1080, "width": 3}, {"from": 1053, "to": 187, "width": 1}, {"from": 1053, "to": 608, "width": 1}, {"from": 1053, "to": 890, "width": 2}, {"from": 1053, "to": 828, "width": 1}, {"from": 1053, "to": 5, "width": 1}, {"from": 1053, "to": 238, "width": 1}, {"from": 1053, "to": 13, "width": 1}, {"from": 1053, "to": 398, "width": 1}, {"from": 1053, "to": 793, "width": 1}, {"from": 1053, "to": 720, "width": 1}, {"from": 1053, "to": 935, "width": 1}, {"from": 1053, "to": 337, "width": 2}, {"from": 1053, "to": 1134, "width": 1}, {"from": 1053, "to": 365, "width": 2}, {"from": 1053, "to": 547, "width": 1}, {"from": 1053, "to": 309, "width": 1}, {"from": 1053, "to": 977, "width": 2}, {"from": 1053, "to": 746, "width": 1}, {"from": 1053, "to": 582, "width": 1}, {"from": 1053, "to": 452, "width": 1}, {"from": 1053, "to": 642, "width": 1}, {"from": 1053, "to": 106, "width": 1}, {"from": 1053, "to": 501, "width": 1}, {"from": 527, "to": 1085, "width": 4}, {"from": 527, "to": 666, "width": 7}, {"from": 527, "to": 295, "width": 7}, {"from": 527, "to": 1043, "width": 3}, {"from": 527, "to": 482, "width": 5}, {"from": 527, "to": 466, "width": 3}, {"from": 527, "to": 730, "width": 3}, {"from": 527, "to": 264, "width": 5}, {"from": 527, "to": 1051, "width": 2}, {"from": 527, "to": 847, "width": 1}, {"from": 527, "to": 56, "width": 1}, {"from": 527, "to": 204, "width": 1}, {"from": 527, "to": 227, "width": 2}, {"from": 527, "to": 1095, "width": 2}, {"from": 527, "to": 313, "width": 1}, {"from": 527, "to": 727, "width": 1}, {"from": 527, "to": 412, "width": 1}, {"from": 527, "to": 83, "width": 1}, {"from": 527, "to": 552, "width": 1}, {"from": 527, "to": 647, "width": 1}, {"from": 527, "to": 582, "width": 1}, {"from": 527, "to": 975, "width": 1}, {"from": 527, "to": 840, "width": 1}, {"from": 527, "to": 50, "width": 1}, {"from": 527, "to": 746, "width": 1}, {"from": 58, "to": 102, "width": 3}, {"from": 58, "to": 858, "width": 3}, {"from": 58, "to": 250, "width": 3}, {"from": 58, "to": 993, "width": 3}, {"from": 58, "to": 483, "width": 3}, {"from": 58, "to": 115, "width": 1}, {"from": 58, "to": 406, "width": 1}, {"from": 58, "to": 789, "width": 1}, {"from": 58, "to": 497, "width": 1}, {"from": 58, "to": 139, "width": 1}, {"from": 58, "to": 466, "width": 2}, {"from": 58, "to": 299, "width": 1}, {"from": 58, "to": 601, "width": 3}, {"from": 58, "to": 887, "width": 1}, {"from": 58, "to": 821, "width": 1}, {"from": 58, "to": 202, "width": 1}, {"from": 58, "to": 424, "width": 1}, {"from": 58, "to": 1129, "width": 3}, {"from": 58, "to": 104, "width": 1}, {"from": 525, "to": 1114, "width": 3}, {"from": 525, "to": 1087, "width": 3}, {"from": 525, "to": 1134, "width": 3}, {"from": 525, "to": 706, "width": 3}, {"from": 525, "to": 389, "width": 3}, {"from": 525, "to": 560, "width": 3}, {"from": 525, "to": 652, "width": 3}, {"from": 525, "to": 385, "width": 3}, {"from": 525, "to": 70, "width": 1}, {"from": 525, "to": 23, "width": 1}, {"from": 525, "to": 127, "width": 1}, {"from": 525, "to": 178, "width": 3}, {"from": 525, "to": 287, "width": 1}, {"from": 525, "to": 667, "width": 1}, {"from": 525, "to": 368, "width": 1}, {"from": 525, "to": 264, "width": 1}, {"from": 525, "to": 46, "width": 1}, {"from": 525, "to": 590, "width": 1}, {"from": 525, "to": 271, "width": 1}, {"from": 525, "to": 1122, "width": 1}, {"from": 917, "to": 1045, "width": 6}, {"from": 917, "to": 600, "width": 3}, {"from": 917, "to": 756, "width": 3}, {"from": 917, "to": 1090, "width": 3}, {"from": 917, "to": 164, "width": 3}, {"from": 917, "to": 161, "width": 4}, {"from": 917, "to": 962, "width": 3}, {"from": 917, "to": 165, "width": 3}, {"from": 917, "to": 151, "width": 3}, {"from": 917, "to": 595, "width": 3}, {"from": 917, "to": 940, "width": 3}, {"from": 917, "to": 763, "width": 3}, {"from": 917, "to": 171, "width": 1}, {"from": 917, "to": 897, "width": 1}, {"from": 917, "to": 1035, "width": 1}, {"from": 917, "to": 1034, "width": 1}, {"from": 917, "to": 746, "width": 1}, {"from": 917, "to": 258, "width": 1}, {"from": 917, "to": 114, "width": 1}, {"from": 917, "to": 413, "width": 2}, {"from": 917, "to": 1041, "width": 1}, {"from": 917, "to": 678, "width": 1}, {"from": 917, "to": 363, "width": 1}, {"from": 917, "to": 538, "width": 1}, {"from": 254, "to": 957, "width": 3}, {"from": 254, "to": 284, "width": 3}, {"from": 254, "to": 870, "width": 3}, {"from": 254, "to": 24, "width": 3}, {"from": 254, "to": 645, "width": 3}, {"from": 254, "to": 966, "width": 4}, {"from": 254, "to": 1097, "width": 6}, {"from": 254, "to": 67, "width": 3}, {"from": 254, "to": 46, "width": 1}, {"from": 254, "to": 568, "width": 4}, {"from": 254, "to": 219, "width": 1}, {"from": 254, "to": 180, "width": 1}, {"from": 254, "to": 721, "width": 1}, {"from": 254, "to": 998, "width": 1}, {"from": 254, "to": 675, "width": 1}, {"from": 254, "to": 200, "width": 1}, {"from": 254, "to": 197, "width": 1}, {"from": 254, "to": 153, "width": 1}, {"from": 254, "to": 977, "width": 1}, {"from": 254, "to": 57, "width": 1}, {"from": 254, "to": 264, "width": 1}, {"from": 254, "to": 897, "width": 1}, {"from": 304, "to": 248, "width": 3}, {"from": 304, "to": 442, "width": 3}, {"from": 304, "to": 1069, "width": 3}, {"from": 304, "to": 908, "width": 3}, {"from": 304, "to": 264, "width": 4}, {"from": 304, "to": 38, "width": 3}, {"from": 304, "to": 649, "width": 2}, {"from": 304, "to": 609, "width": 1}, {"from": 304, "to": 977, "width": 1}, {"from": 304, "to": 804, "width": 1}, {"from": 304, "to": 790, "width": 1}, {"from": 304, "to": 289, "width": 1}, {"from": 304, "to": 867, "width": 2}, {"from": 304, "to": 716, "width": 2}, {"from": 304, "to": 633, "width": 1}, {"from": 304, "to": 1101, "width": 1}, {"from": 304, "to": 1059, "width": 1}, {"from": 1008, "to": 85, "width": 7}, {"from": 1008, "to": 1097, "width": 12}, {"from": 1008, "to": 731, "width": 3}, {"from": 1008, "to": 1017, "width": 3}, {"from": 1008, "to": 261, "width": 3}, {"from": 1008, "to": 422, "width": 3}, {"from": 1008, "to": 870, "width": 3}, {"from": 1008, "to": 215, "width": 1}, {"from": 1008, "to": 1001, "width": 1}, {"from": 1008, "to": 704, "width": 3}, {"from": 1008, "to": 504, "width": 1}, {"from": 1008, "to": 1026, "width": 3}, {"from": 1008, "to": 278, "width": 2}, {"from": 1008, "to": 254, "width": 1}, {"from": 1008, "to": 1042, "width": 1}, {"from": 1008, "to": 177, "width": 2}, {"from": 1008, "to": 666, "width": 1}, {"from": 1008, "to": 206, "width": 1}, {"from": 453, "to": 1107, "width": 5}, {"from": 453, "to": 693, "width": 6}, {"from": 453, "to": 811, "width": 3}, {"from": 453, "to": 588, "width": 1}, {"from": 453, "to": 409, "width": 1}, {"from": 453, "to": 377, "width": 1}, {"from": 453, "to": 823, "width": 1}, {"from": 849, "to": 449, "width": 3}, {"from": 849, "to": 937, "width": 3}, {"from": 849, "to": 1080, "width": 3}, {"from": 849, "to": 169, "width": 3}, {"from": 849, "to": 86, "width": 3}, {"from": 849, "to": 1070, "width": 3}, {"from": 849, "to": 182, "width": 4}, {"from": 849, "to": 161, "width": 3}, {"from": 849, "to": 264, "width": 4}, {"from": 849, "to": 126, "width": 1}, {"from": 849, "to": 403, "width": 3}, {"from": 849, "to": 927, "width": 2}, {"from": 849, "to": 606, "width": 3}, {"from": 849, "to": 235, "width": 1}, {"from": 849, "to": 210, "width": 1}, {"from": 849, "to": 1102, "width": 1}, {"from": 849, "to": 385, "width": 1}, {"from": 849, "to": 336, "width": 1}, {"from": 849, "to": 351, "width": 1}, {"from": 849, "to": 1028, "width": 1}, {"from": 849, "to": 124, "width": 1}, {"from": 849, "to": 1060, "width": 1}, {"from": 849, "to": 857, "width": 1}, {"from": 849, "to": 895, "width": 1}, {"from": 582, "to": 44, "width": 3}, {"from": 582, "to": 111, "width": 3}, {"from": 582, "to": 369, "width": 3}, {"from": 582, "to": 264, "width": 7}, {"from": 582, "to": 493, "width": 3}, {"from": 582, "to": 575, "width": 3}, {"from": 582, "to": 949, "width": 2}, {"from": 582, "to": 960, "width": 1}, {"from": 582, "to": 359, "width": 1}, {"from": 582, "to": 785, "width": 3}, {"from": 582, "to": 867, "width": 1}, {"from": 582, "to": 692, "width": 1}, {"from": 582, "to": 28, "width": 1}, {"from": 582, "to": 20, "width": 1}, {"from": 582, "to": 438, "width": 1}, {"from": 582, "to": 977, "width": 1}, {"from": 582, "to": 245, "width": 1}, {"from": 582, "to": 901, "width": 1}, {"from": 582, "to": 184, "width": 1}, {"from": 582, "to": 878, "width": 1}, {"from": 582, "to": 712, "width": 1}, {"from": 582, "to": 1043, "width": 1}, {"from": 582, "to": 957, "width": 2}, {"from": 582, "to": 331, "width": 1}, {"from": 589, "to": 1125, "width": 3}, {"from": 589, "to": 727, "width": 4}, {"from": 589, "to": 301, "width": 3}, {"from": 589, "to": 953, "width": 5}, {"from": 589, "to": 1005, "width": 6}, {"from": 589, "to": 204, "width": 5}, {"from": 589, "to": 235, "width": 1}, {"from": 589, "to": 869, "width": 2}, {"from": 589, "to": 606, "width": 2}, {"from": 589, "to": 32, "width": 1}, {"from": 589, "to": 1043, "width": 1}, {"from": 589, "to": 303, "width": 4}, {"from": 589, "to": 264, "width": 3}, {"from": 589, "to": 176, "width": 2}, {"from": 606, "to": 458, "width": 3}, {"from": 606, "to": 988, "width": 3}, {"from": 606, "to": 555, "width": 3}, {"from": 606, "to": 19, "width": 3}, {"from": 606, "to": 42, "width": 3}, {"from": 606, "to": 1030, "width": 3}, {"from": 606, "to": 177, "width": 3}, {"from": 606, "to": 1034, "width": 3}, {"from": 606, "to": 1018, "width": 3}, {"from": 606, "to": 243, "width": 6}, {"from": 606, "to": 1012, "width": 1}, {"from": 606, "to": 319, "width": 2}, {"from": 606, "to": 666, "width": 1}, {"from": 606, "to": 1019, "width": 1}, {"from": 606, "to": 85, "width": 2}, {"from": 606, "to": 573, "width": 1}, {"from": 606, "to": 710, "width": 1}, {"from": 606, "to": 1110, "width": 2}, {"from": 606, "to": 421, "width": 1}, {"from": 606, "to": 608, "width": 1}, {"from": 606, "to": 62, "width": 1}, {"from": 606, "to": 746, "width": 1}, {"from": 606, "to": 129, "width": 1}, {"from": 606, "to": 469, "width": 1}, {"from": 606, "to": 684, "width": 1}, {"from": 606, "to": 127, "width": 3}, {"from": 606, "to": 337, "width": 1}, {"from": 127, "to": 905, "width": 6}, {"from": 127, "to": 791, "width": 6}, {"from": 127, "to": 871, "width": 3}, {"from": 127, "to": 763, "width": 3}, {"from": 127, "to": 638, "width": 1}, {"from": 127, "to": 503, "width": 1}, {"from": 127, "to": 87, "width": 1}, {"from": 127, "to": 744, "width": 1}, {"from": 127, "to": 264, "width": 2}, {"from": 127, "to": 639, "width": 1}, {"from": 127, "to": 192, "width": 1}, {"from": 127, "to": 397, "width": 4}, {"from": 127, "to": 754, "width": 5}, {"from": 822, "to": 1123, "width": 3}, {"from": 822, "to": 259, "width": 3}, {"from": 822, "to": 711, "width": 3}, {"from": 822, "to": 124, "width": 3}, {"from": 822, "to": 49, "width": 1}, {"from": 822, "to": 84, "width": 1}, {"from": 822, "to": 264, "width": 2}, {"from": 822, "to": 694, "width": 1}, {"from": 968, "to": 501, "width": 6}, {"from": 968, "to": 178, "width": 3}, {"from": 968, "to": 375, "width": 3}, {"from": 968, "to": 621, "width": 3}, {"from": 968, "to": 1020, "width": 3}, {"from": 968, "to": 1097, "width": 3}, {"from": 968, "to": 1006, "width": 4}, {"from": 968, "to": 218, "width": 3}, {"from": 968, "to": 1074, "width": 3}, {"from": 968, "to": 418, "width": 3}, {"from": 968, "to": 142, "width": 3}, {"from": 968, "to": 1021, "width": 3}, {"from": 968, "to": 171, "width": 1}, {"from": 968, "to": 447, "width": 1}, {"from": 968, "to": 384, "width": 1}, {"from": 968, "to": 1, "width": 1}, {"from": 968, "to": 1022, "width": 1}, {"from": 968, "to": 264, "width": 1}, {"from": 968, "to": 964, "width": 1}, {"from": 968, "to": 30, "width": 1}, {"from": 968, "to": 759, "width": 1}, {"from": 968, "to": 514, "width": 1}, {"from": 968, "to": 744, "width": 1}, {"from": 968, "to": 581, "width": 1}, {"from": 968, "to": 379, "width": 2}, {"from": 968, "to": 5, "width": 1}, {"from": 968, "to": 290, "width": 1}, {"from": 968, "to": 866, "width": 1}, {"from": 968, "to": 746, "width": 1}, {"from": 729, "to": 368, "width": 3}, {"from": 729, "to": 1057, "width": 3}, {"from": 729, "to": 685, "width": 3}, {"from": 729, "to": 975, "width": 3}, {"from": 729, "to": 220, "width": 3}, {"from": 729, "to": 749, "width": 7}, {"from": 729, "to": 1064, "width": 6}, {"from": 729, "to": 466, "width": 3}, {"from": 729, "to": 576, "width": 7}, {"from": 729, "to": 65, "width": 1}, {"from": 729, "to": 702, "width": 1}, {"from": 729, "to": 371, "width": 1}, {"from": 729, "to": 977, "width": 1}, {"from": 729, "to": 264, "width": 1}, {"from": 729, "to": 62, "width": 2}, {"from": 729, "to": 170, "width": 1}, {"from": 729, "to": 97, "width": 1}, {"from": 729, "to": 656, "width": 1}, {"from": 729, "to": 337, "width": 1}, {"from": 729, "to": 501, "width": 1}, {"from": 1066, "to": 942, "width": 3}, {"from": 1066, "to": 1027, "width": 3}, {"from": 1066, "to": 233, "width": 3}, {"from": 1066, "to": 61, "width": 5}, {"from": 1066, "to": 510, "width": 3}, {"from": 1066, "to": 264, "width": 3}, {"from": 1066, "to": 783, "width": 6}, {"from": 1066, "to": 680, "width": 4}, {"from": 1066, "to": 1124, "width": 1}, {"from": 1066, "to": 5, "width": 2}, {"from": 1066, "to": 119, "width": 1}, {"from": 1066, "to": 140, "width": 1}, {"from": 1066, "to": 176, "width": 1}, {"from": 1066, "to": 466, "width": 3}, {"from": 956, "to": 162, "width": 6}, {"from": 956, "to": 806, "width": 3}, {"from": 956, "to": 777, "width": 3}, {"from": 956, "to": 581, "width": 3}, {"from": 956, "to": 668, "width": 3}, {"from": 956, "to": 267, "width": 3}, {"from": 956, "to": 910, "width": 3}, {"from": 956, "to": 1024, "width": 5}, {"from": 956, "to": 352, "width": 3}, {"from": 956, "to": 21, "width": 3}, {"from": 956, "to": 521, "width": 3}, {"from": 956, "to": 760, "width": 3}, {"from": 956, "to": 423, "width": 1}, {"from": 956, "to": 339, "width": 1}, {"from": 956, "to": 904, "width": 2}, {"from": 956, "to": 708, "width": 1}, {"from": 956, "to": 688, "width": 1}, {"from": 956, "to": 539, "width": 1}, {"from": 956, "to": 177, "width": 1}, {"from": 956, "to": 1104, "width": 1}, {"from": 956, "to": 36, "width": 1}, {"from": 956, "to": 958, "width": 2}, {"from": 956, "to": 389, "width": 1}, {"from": 956, "to": 1078, "width": 1}, {"from": 956, "to": 264, "width": 1}, {"from": 956, "to": 987, "width": 4}, {"from": 956, "to": 629, "width": 1}, {"from": 956, "to": 342, "width": 1}, {"from": 956, "to": 746, "width": 2}, {"from": 956, "to": 171, "width": 1}, {"from": 963, "to": 1145, "width": 3}, {"from": 963, "to": 722, "width": 3}, {"from": 963, "to": 1092, "width": 3}, {"from": 963, "to": 426, "width": 3}, {"from": 963, "to": 163, "width": 3}, {"from": 963, "to": 380, "width": 3}, {"from": 963, "to": 736, "width": 3}, {"from": 963, "to": 116, "width": 3}, {"from": 963, "to": 701, "width": 3}, {"from": 963, "to": 463, "width": 3}, {"from": 963, "to": 775, "width": 5}, {"from": 963, "to": 920, "width": 1}, {"from": 963, "to": 1115, "width": 1}, {"from": 963, "to": 620, "width": 2}, {"from": 963, "to": 227, "width": 1}, {"from": 963, "to": 794, "width": 3}, {"from": 963, "to": 675, "width": 1}, {"from": 963, "to": 231, "width": 1}, {"from": 963, "to": 455, "width": 1}, {"from": 963, "to": 164, "width": 1}, {"from": 963, "to": 516, "width": 1}, {"from": 852, "to": 597, "width": 3}, {"from": 852, "to": 946, "width": 6}, {"from": 852, "to": 427, "width": 6}, {"from": 852, "to": 360, "width": 2}, {"from": 852, "to": 414, "width": 3}, {"from": 852, "to": 1011, "width": 3}, {"from": 852, "to": 109, "width": 2}, {"from": 852, "to": 443, "width": 2}, {"from": 852, "to": 746, "width": 1}, {"from": 850, "to": 776, "width": 3}, {"from": 850, "to": 903, "width": 3}, {"from": 850, "to": 999, "width": 5}, {"from": 850, "to": 333, "width": 3}, {"from": 850, "to": 229, "width": 3}, {"from": 850, "to": 388, "width": 8}, {"from": 850, "to": 223, "width": 6}, {"from": 850, "to": 7, "width": 1}, {"from": 850, "to": 529, "width": 1}, {"from": 850, "to": 931, "width": 1}, {"from": 850, "to": 873, "width": 1}, {"from": 850, "to": 959, "width": 1}, {"from": 850, "to": 112, "width": 3}, {"from": 850, "to": 679, "width": 1}, {"from": 850, "to": 631, "width": 2}, {"from": 850, "to": 1065, "width": 1}, {"from": 850, "to": 5, "width": 1}, {"from": 850, "to": 196, "width": 1}, {"from": 850, "to": 1034, "width": 1}, {"from": 850, "to": 101, "width": 2}, {"from": 850, "to": 320, "width": 1}, {"from": 850, "to": 537, "width": 1}, {"from": 850, "to": 614, "width": 1}, {"from": 850, "to": 950, "width": 1}, {"from": 850, "to": 526, "width": 1}, {"from": 410, "to": 743, "width": 3}, {"from": 410, "to": 69, "width": 3}, {"from": 410, "to": 394, "width": 7}, {"from": 410, "to": 190, "width": 3}, {"from": 410, "to": 155, "width": 6}, {"from": 410, "to": 98, "width": 4}, {"from": 410, "to": 433, "width": 3}, {"from": 410, "to": 568, "width": 3}, {"from": 410, "to": 548, "width": 3}, {"from": 410, "to": 201, "width": 3}, {"from": 410, "to": 127, "width": 1}, {"from": 410, "to": 1034, "width": 1}, {"from": 410, "to": 718, "width": 1}, {"from": 410, "to": 194, "width": 1}, {"from": 410, "to": 246, "width": 1}, {"from": 410, "to": 325, "width": 1}, {"from": 410, "to": 103, "width": 1}, {"from": 410, "to": 883, "width": 1}, {"from": 410, "to": 94, "width": 1}, {"from": 410, "to": 617, "width": 1}, {"from": 410, "to": 428, "width": 1}, {"from": 410, "to": 610, "width": 1}, {"from": 250, "to": 892, "width": 3}, {"from": 250, "to": 1136, "width": 6}, {"from": 250, "to": 751, "width": 3}, {"from": 250, "to": 565, "width": 3}, {"from": 250, "to": 350, "width": 4}, {"from": 250, "to": 803, "width": 3}, {"from": 250, "to": 181, "width": 1}, {"from": 250, "to": 1036, "width": 1}, {"from": 250, "to": 967, "width": 1}, {"from": 250, "to": 31, "width": 2}, {"from": 250, "to": 234, "width": 1}, {"from": 250, "to": 276, "width": 1}, {"from": 250, "to": 611, "width": 1}, {"from": 402, "to": 615, "width": 3}, {"from": 402, "to": 571, "width": 3}, {"from": 402, "to": 441, "width": 4}, {"from": 1100, "to": 294, "width": 3}, {"from": 1100, "to": 781, "width": 6}, {"from": 1100, "to": 675, "width": 3}, {"from": 1100, "to": 784, "width": 3}, {"from": 1100, "to": 651, "width": 3}, {"from": 1100, "to": 490, "width": 3}, {"from": 1100, "to": 498, "width": 3}, {"from": 1100, "to": 664, "width": 7}, {"from": 1100, "to": 936, "width": 3}, {"from": 1100, "to": 158, "width": 3}, {"from": 1100, "to": 2, "width": 1}, {"from": 1100, "to": 204, "width": 2}, {"from": 1100, "to": 798, "width": 1}, {"from": 1100, "to": 782, "width": 1}, {"from": 1100, "to": 1097, "width": 1}, {"from": 1100, "to": 404, "width": 1}, {"from": 1100, "to": 51, "width": 1}, {"from": 1100, "to": 551, "width": 1}, {"from": 1100, "to": 484, "width": 4}, {"from": 1100, "to": 353, "width": 1}, {"from": 1100, "to": 199, "width": 1}, {"from": 1100, "to": 479, "width": 1}, {"from": 1100, "to": 350, "width": 1}, {"from": 1100, "to": 566, "width": 1}, {"from": 1100, "to": 1107, "width": 1}, {"from": 211, "to": 5, "width": 3}, {"from": 211, "to": 818, "width": 3}, {"from": 211, "to": 1037, "width": 3}, {"from": 211, "to": 171, "width": 6}, {"from": 211, "to": 886, "width": 3}, {"from": 211, "to": 982, "width": 3}, {"from": 211, "to": 812, "width": 3}, {"from": 211, "to": 389, "width": 3}, {"from": 211, "to": 306, "width": 3}, {"from": 211, "to": 1044, "width": 3}, {"from": 211, "to": 501, "width": 1}, {"from": 211, "to": 316, "width": 4}, {"from": 211, "to": 447, "width": 1}, {"from": 211, "to": 917, "width": 1}, {"from": 211, "to": 801, "width": 1}, {"from": 211, "to": 874, "width": 2}, {"from": 211, "to": 879, "width": 2}, {"from": 211, "to": 367, "width": 1}, {"from": 211, "to": 523, "width": 2}, {"from": 211, "to": 1110, "width": 1}, {"from": 211, "to": 1113, "width": 1}, {"from": 211, "to": 724, "width": 1}, {"from": 211, "to": 362, "width": 1}, {"from": 211, "to": 506, "width": 2}, {"from": 211, "to": 848, "width": 1}, {"from": 211, "to": 956, "width": 2}, {"from": 211, "to": 217, "width": 1}, {"from": 211, "to": 28, "width": 1}, {"from": 1104, "to": 1138, "width": 3}, {"from": 1104, "to": 697, "width": 4}, {"from": 1104, "to": 275, "width": 3}, {"from": 1104, "to": 761, "width": 3}, {"from": 1104, "to": 734, "width": 3}, {"from": 1104, "to": 860, "width": 3}, {"from": 1104, "to": 169, "width": 3}, {"from": 1104, "to": 574, "width": 4}, {"from": 1104, "to": 762, "width": 5}, {"from": 1104, "to": 291, "width": 6}, {"from": 1104, "to": 164, "width": 1}, {"from": 1104, "to": 25, "width": 1}, {"from": 1104, "to": 678, "width": 1}, {"from": 1104, "to": 834, "width": 1}, {"from": 1104, "to": 665, "width": 1}, {"from": 1104, "to": 902, "width": 3}, {"from": 1104, "to": 466, "width": 1}, {"from": 1104, "to": 247, "width": 2}, {"from": 1104, "to": 312, "width": 1}, {"from": 1104, "to": 166, "width": 1}, {"from": 1104, "to": 249, "width": 1}, {"from": 245, "to": 148, "width": 3}, {"from": 245, "to": 764, "width": 4}, {"from": 245, "to": 321, "width": 3}, {"from": 245, "to": 515, "width": 4}, {"from": 245, "to": 1040, "width": 3}, {"from": 245, "to": 73, "width": 3}, {"from": 245, "to": 150, "width": 3}, {"from": 245, "to": 723, "width": 3}, {"from": 245, "to": 586, "width": 6}, {"from": 245, "to": 584, "width": 2}, {"from": 245, "to": 606, "width": 4}, {"from": 245, "to": 195, "width": 1}, {"from": 245, "to": 444, "width": 1}, {"from": 245, "to": 270, "width": 1}, {"from": 245, "to": 732, "width": 1}, {"from": 245, "to": 169, "width": 1}, {"from": 245, "to": 540, "width": 1}, {"from": 245, "to": 528, "width": 1}, {"from": 245, "to": 611, "width": 1}, {"from": 245, "to": 494, "width": 1}, {"from": 245, "to": 127, "width": 2}, {"from": 245, "to": 227, "width": 2}, {"from": 245, "to": 579, "width": 1}, {"from": 87, "to": 1031, "width": 3}, {"from": 87, "to": 841, "width": 3}, {"from": 87, "to": 903, "width": 3}, {"from": 87, "to": 108, "width": 3}, {"from": 87, "to": 674, "width": 6}, {"from": 87, "to": 640, "width": 3}, {"from": 87, "to": 1095, "width": 3}, {"from": 87, "to": 226, "width": 4}, {"from": 87, "to": 747, "width": 1}, {"from": 87, "to": 62, "width": 3}, {"from": 87, "to": 876, "width": 3}, {"from": 87, "to": 715, "width": 1}, {"from": 87, "to": 820, "width": 1}, {"from": 87, "to": 56, "width": 1}, {"from": 87, "to": 466, "width": 1}, {"from": 87, "to": 503, "width": 4}, {"from": 87, "to": 292, "width": 1}, {"from": 462, "to": 921, "width": 6}, {"from": 462, "to": 461, "width": 8}, {"from": 462, "to": 198, "width": 3}, {"from": 462, "to": 89, "width": 3}, {"from": 462, "to": 167, "width": 3}, {"from": 462, "to": 395, "width": 6}, {"from": 462, "to": 880, "width": 3}, {"from": 462, "to": 725, "width": 1}, {"from": 462, "to": 477, "width": 2}, {"from": 462, "to": 415, "width": 1}, {"from": 462, "to": 160, "width": 1}, {"from": 462, "to": 952, "width": 3}, {"from": 462, "to": 677, "width": 1}, {"from": 462, "to": 434, "width": 1}, {"from": 462, "to": 33, "width": 1}, {"from": 462, "to": 636, "width": 1}, {"from": 462, "to": 604, "width": 2}, {"from": 503, "to": 553, "width": 4}, {"from": 503, "to": 1097, "width": 3}, {"from": 503, "to": 661, "width": 3}, {"from": 503, "to": 338, "width": 3}, {"from": 503, "to": 796, "width": 4}, {"from": 503, "to": 653, "width": 3}, {"from": 503, "to": 431, "width": 6}, {"from": 503, "to": 744, "width": 1}, {"from": 503, "to": 66, "width": 1}, {"from": 503, "to": 830, "width": 2}, {"from": 503, "to": 149, "width": 1}, {"from": 503, "to": 337, "width": 1}, {"from": 503, "to": 482, "width": 1}, {"from": 503, "to": 1054, "width": 1}, {"from": 678, "to": 827, "width": 3}, {"from": 678, "to": 1116, "width": 6}, {"from": 678, "to": 836, "width": 3}, {"from": 678, "to": 807, "width": 3}, {"from": 678, "to": 974, "width": 1}, {"from": 678, "to": 57, "width": 1}, {"from": 678, "to": 53, "width": 3}, {"from": 678, "to": 529, "width": 2}, {"from": 678, "to": 1091, "width": 4}, {"from": 678, "to": 264, "width": 2}, {"from": 678, "to": 1058, "width": 1}, {"from": 678, "to": 460, "width": 1}, {"from": 678, "to": 724, "width": 1}, {"from": 678, "to": 968, "width": 3}, {"from": 678, "to": 778, "width": 1}, {"from": 678, "to": 831, "width": 1}, {"from": 573, "to": 1094, "width": 3}, {"from": 573, "to": 62, "width": 3}, {"from": 573, "to": 975, "width": 4}, {"from": 573, "to": 1032, "width": 3}, {"from": 573, "to": 143, "width": 3}, {"from": 573, "to": 144, "width": 3}, {"from": 573, "to": 827, "width": 7}, {"from": 573, "to": 450, "width": 4}, {"from": 573, "to": 862, "width": 3}, {"from": 573, "to": 145, "width": 1}, {"from": 573, "to": 264, "width": 1}, {"from": 573, "to": 1110, "width": 1}, {"from": 573, "to": 555, "width": 1}, {"from": 573, "to": 690, "width": 1}, {"from": 573, "to": 90, "width": 1}, {"from": 573, "to": 894, "width": 1}, {"from": 573, "to": 1047, "width": 1}, {"from": 573, "to": 795, "width": 1}, {"from": 573, "to": 829, "width": 1}, {"from": 573, "to": 1065, "width": 1}, {"from": 573, "to": 439, "width": 3}, {"from": 573, "to": 1077, "width": 3}, {"from": 573, "to": 961, "width": 1}, {"from": 573, "to": 832, "width": 1}, {"from": 505, "to": 501, "width": 6}, {"from": 505, "to": 1034, "width": 4}, {"from": 505, "to": 280, "width": 3}, {"from": 505, "to": 964, "width": 3}, {"from": 505, "to": 145, "width": 3}, {"from": 505, "to": 429, "width": 3}, {"from": 505, "to": 561, "width": 3}, {"from": 505, "to": 95, "width": 3}, {"from": 505, "to": 399, "width": 3}, {"from": 505, "to": 141, "width": 3}, {"from": 505, "to": 1086, "width": 3}, {"from": 505, "to": 781, "width": 1}, {"from": 505, "to": 53, "width": 1}, {"from": 505, "to": 473, "width": 1}, {"from": 505, "to": 176, "width": 3}, {"from": 505, "to": 573, "width": 1}, {"from": 505, "to": 1137, "width": 1}, {"from": 505, "to": 837, "width": 1}, {"from": 505, "to": 968, "width": 1}, {"from": 505, "to": 447, "width": 1}, {"from": 505, "to": 838, "width": 2}, {"from": 505, "to": 264, "width": 1}, {"from": 505, "to": 177, "width": 1}, {"from": 505, "to": 46, "width": 1}, {"from": 505, "to": 293, "width": 1}, {"from": 505, "to": 1108, "width": 1}, {"from": 505, "to": 695, "width": 2}, {"from": 505, "to": 425, "width": 1}, {"from": 505, "to": 393, "width": 1}, {"from": 505, "to": 381, "width": 1}, {"from": 505, "to": 1110, "width": 1}, {"from": 505, "to": 54, "width": 1}, {"from": 271, "to": 322, "width": 4}, {"from": 271, "to": 240, "width": 3}, {"from": 271, "to": 424, "width": 3}, {"from": 271, "to": 983, "width": 3}, {"from": 271, "to": 914, "width": 3}, {"from": 271, "to": 698, "width": 3}, {"from": 271, "to": 461, "width": 4}, {"from": 271, "to": 691, "width": 3}, {"from": 271, "to": 1007, "width": 7}, {"from": 271, "to": 1049, "width": 1}, {"from": 271, "to": 879, "width": 2}, {"from": 271, "to": 133, "width": 5}, {"from": 271, "to": 344, "width": 1}, {"from": 271, "to": 920, "width": 3}, {"from": 271, "to": 264, "width": 1}, {"from": 271, "to": 1002, "width": 2}, {"from": 271, "to": 521, "width": 1}, {"from": 271, "to": 607, "width": 1}, {"from": 271, "to": 604, "width": 1}, {"from": 271, "to": 5, "width": 1}, {"from": 271, "to": 485, "width": 1}, {"from": 271, "to": 582, "width": 1}, {"from": 271, "to": 618, "width": 1}, {"from": 964, "to": 508, "width": 3}, {"from": 964, "to": 676, "width": 3}, {"from": 964, "to": 1003, "width": 6}, {"from": 964, "to": 334, "width": 3}, {"from": 964, "to": 1078, "width": 3}, {"from": 964, "to": 178, "width": 3}, {"from": 964, "to": 1089, "width": 3}, {"from": 964, "to": 136, "width": 5}, {"from": 964, "to": 639, "width": 3}, {"from": 964, "to": 78, "width": 3}, {"from": 964, "to": 168, "width": 3}, {"from": 964, "to": 1050, "width": 2}, {"from": 964, "to": 335, "width": 1}, {"from": 964, "to": 30, "width": 1}, {"from": 964, "to": 176, "width": 1}, {"from": 964, "to": 171, "width": 1}, {"from": 964, "to": 264, "width": 1}, {"from": 964, "to": 922, "width": 1}, {"from": 964, "to": 1000, "width": 1}, {"from": 964, "to": 161, "width": 1}, {"from": 964, "to": 720, "width": 1}, {"from": 964, "to": 582, "width": 1}, {"from": 964, "to": 122, "width": 1}, {"from": 964, "to": 524, "width": 1}, {"from": 964, "to": 437, "width": 2}, {"from": 964, "to": 933, "width": 2}, {"from": 964, "to": 767, "width": 1}, {"from": 964, "to": 917, "width": 1}, {"from": 964, "to": 1012, "width": 1}, {"from": 385, "to": 577, "width": 7}, {"from": 385, "to": 654, "width": 4}, {"from": 385, "to": 310, "width": 3}, {"from": 385, "to": 1088, "width": 7}, {"from": 385, "to": 746, "width": 1}, {"from": 385, "to": 846, "width": 3}, {"from": 385, "to": 917, "width": 2}, {"from": 385, "to": 496, "width": 1}, {"from": 385, "to": 68, "width": 2}, {"from": 385, "to": 920, "width": 1}, {"from": 385, "to": 268, "width": 1}, {"from": 385, "to": 775, "width": 1}, {"from": 385, "to": 557, "width": 1}, {"from": 4, "to": 80, "width": 3}, {"from": 4, "to": 758, "width": 3}, {"from": 4, "to": 607, "width": 6}, {"from": 4, "to": 64, "width": 5}, {"from": 4, "to": 531, "width": 3}, {"from": 4, "to": 341, "width": 6}, {"from": 4, "to": 29, "width": 3}, {"from": 4, "to": 555, "width": 4}, {"from": 4, "to": 765, "width": 2}, {"from": 4, "to": 1034, "width": 1}, {"from": 4, "to": 718, "width": 1}, {"from": 4, "to": 32, "width": 1}, {"from": 4, "to": 500, "width": 2}, {"from": 4, "to": 376, "width": 1}, {"from": 4, "to": 769, "width": 2}, {"from": 4, "to": 1014, "width": 1}, {"from": 4, "to": 382, "width": 1}, {"from": 4, "to": 534, "width": 1}, {"from": 1010, "to": 635, "width": 8}, {"from": 1010, "to": 305, "width": 3}, {"from": 1010, "to": 829, "width": 3}, {"from": 1010, "to": 842, "width": 3}, {"from": 1010, "to": 755, "width": 3}, {"from": 1010, "to": 899, "width": 2}, {"from": 1010, "to": 290, "width": 1}, {"from": 1010, "to": 843, "width": 1}, {"from": 768, "to": 5, "width": 3}, {"from": 768, "to": 104, "width": 10}, {"from": 768, "to": 672, "width": 8}, {"from": 768, "to": 378, "width": 1}, {"from": 768, "to": 300, "width": 1}, {"from": 768, "to": 120, "width": 1}, {"from": 768, "to": 976, "width": 1}, {"from": 768, "to": 6, "width": 1}, {"from": 768, "to": 559, "width": 5}, {"from": 768, "to": 1072, "width": 2}, {"from": 768, "to": 166, "width": 1}, {"from": 768, "to": 655, "width": 1}, {"from": 345, "to": 3, "width": 3}, {"from": 345, "to": 96, "width": 3}, {"from": 345, "to": 396, "width": 8}, {"from": 345, "to": 372, "width": 6}, {"from": 345, "to": 636, "width": 8}, {"from": 345, "to": 770, "width": 3}, {"from": 345, "to": 929, "width": 3}, {"from": 345, "to": 354, "width": 1}, {"from": 345, "to": 264, "width": 3}, {"from": 345, "to": 285, "width": 1}, {"from": 345, "to": 0, "width": 1}, {"from": 345, "to": 728, "width": 1}, {"from": 345, "to": 763, "width": 1}, {"from": 345, "to": 178, "width": 1}, {"from": 345, "to": 91, "width": 2}, {"from": 345, "to": 486, "width": 1}, {"from": 345, "to": 720, "width": 1}, {"from": 345, "to": 746, "width": 1}, {"from": 345, "to": 225, "width": 1}, {"from": 345, "to": 269, "width": 1}, {"from": 345, "to": 593, "width": 3}, {"from": 152, "to": 1106, "width": 7}, {"from": 152, "to": 386, "width": 3}, {"from": 152, "to": 771, "width": 3}, {"from": 152, "to": 110, "width": 3}, {"from": 152, "to": 619, "width": 6}, {"from": 152, "to": 99, "width": 3}, {"from": 152, "to": 799, "width": 3}, {"from": 152, "to": 532, "width": 3}, {"from": 152, "to": 499, "width": 1}, {"from": 152, "to": 411, "width": 1}, {"from": 152, "to": 943, "width": 1}, {"from": 152, "to": 185, "width": 1}, {"from": 152, "to": 224, "width": 2}, {"from": 152, "to": 884, "width": 1}, {"from": 152, "to": 585, "width": 1}, {"from": 152, "to": 264, "width": 2}, {"from": 152, "to": 5, "width": 1}, {"from": 152, "to": 1067, "width": 1}, {"from": 152, "to": 501, "width": 1}, {"from": 152, "to": 713, "width": 3}, {"from": 152, "to": 567, "width": 1}, {"from": 152, "to": 179, "width": 1}, {"from": 152, "to": 932, "width": 1}]);
// 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": false,
"type": "continuous"
}
},
"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>