-
Notifications
You must be signed in to change notification settings - Fork 0
/
reddit_map_KotakuInAction.html
176 lines (133 loc) · 87.2 KB
/
reddit_map_KotakuInAction.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<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: 1000px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 1000px;
height: 1000px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</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>
<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([{"color": "#d9d9d9", "id": 0, "label": "PoliticalCompassMemes", "shape": "dot", "value": 529611}, {"color": "#d9d9d9", "id": 1, "label": "hiphopheads", "shape": "dot", "value": 2022137}, {"color": "#d9d9d9", "id": 2, "label": "SelfAwarewolves", "shape": "dot", "value": 542593}, {"color": "#d9d9d9", "id": 3, "label": "Doraemon", "shape": "dot", "value": 6953}, {"color": "#d9d9d9", "id": 4, "label": "Stuck10YearsBehind", "shape": "dot", "value": 42496}, {"color": "#d9d9d9", "id": 5, "label": "pitbulls", "shape": "dot", "value": 226369}, {"color": "#d9d9d9", "id": 6, "label": "NoStupidQuestions", "shape": "dot", "value": 2557118}, {"color": "#d9d9d9", "id": 7, "label": "latteart", "shape": "dot", "value": 19742}, {"color": "#d9d9d9", "id": 8, "label": "ultrawidemasterrace", "shape": "dot", "value": 131876}, {"color": "#d9d9d9", "id": 9, "label": "photo", "shape": "dot", "value": 6328}, {"color": "#d9d9d9", "id": 10, "label": "tifu", "shape": "dot", "value": 17645184}, {"color": "#d9d9d9", "id": 11, "label": "moviescirclejerk", "shape": "dot", "value": 184074}, {"color": "#d9d9d9", "id": 12, "label": "whatsthisplant", "shape": "dot", "value": 761244}, {"color": "#d9d9d9", "id": 13, "label": "Lamy2000Club", "shape": "dot", "value": 1498}, {"color": "#d9d9d9", "id": 14, "label": "writingcirclejerk", "shape": "dot", "value": 72825}, {"color": "#d9d9d9", "id": 15, "label": "corgi", "shape": "dot", "value": 582612}, {"color": "#d9d9d9", "id": 16, "label": "justneckbeardthings", "shape": "dot", "value": 855646}, {"color": "#d9d9d9", "id": 17, "label": "SocialJusticeInAction", "shape": "dot", "value": 84783}, {"color": "#d9d9d9", "id": 18, "label": "darksouls", "shape": "dot", "value": 385813}, {"color": "#d9d9d9", "id": 19, "label": "creepyPMs", "shape": "dot", "value": 738392}, {"color": "#ff00cc", "id": 20, "label": "DegradingHoles", "shape": "dot", "value": 606197}, {"color": "#d9d9d9", "id": 21, "label": "pics", "shape": "dot", "value": 28487150}, {"color": "#d9d9d9", "id": 22, "label": "DemandUSDemocracy", "shape": "dot", "value": 816}, {"color": "#d9d9d9", "id": 23, "label": "tooktoomuch", "shape": "dot", "value": 809034}, {"color": "#d9d9d9", "id": 24, "label": "Teachers", "shape": "dot", "value": 303783}, {"color": "#d9d9d9", "id": 25, "label": "Piracy", "shape": "dot", "value": 777915}, {"color": "#d9d9d9", "id": 26, "label": "starcitizen_refunds", "shape": "dot", "value": 12425}, {"color": "#d9d9d9", "id": 27, "label": "darksouls3", "shape": "dot", "value": 489526}, {"color": "#d9d9d9", "id": 28, "label": "boardgames", "shape": "dot", "value": 3504508}, {"color": "#d9d9d9", "id": 29, "label": "lincoln", "shape": "dot", "value": 25148}, {"color": "#d9d9d9", "id": 30, "label": "CasualUK", "shape": "dot", "value": 957011}, {"color": "#d9d9d9", "id": 31, "label": "4chan", "shape": "dot", "value": 1244116}, {"color": "#d9d9d9", "id": 32, "label": "Target", "shape": "dot", "value": 120335}, {"color": "#d9d9d9", "id": 33, "label": "gigamonty", "shape": "dot", "value": 2277}, {"color": "#d9d9d9", "id": 34, "label": "MtF", "shape": "dot", "value": 140205}, {"color": "#ff00cc", "id": 35, "label": "CockTributes", "shape": "dot", "value": 93857}, {"color": "#d9d9d9", "id": 36, "label": "worldnews", "shape": "dot", "value": 27559250}, {"color": "#d9d9d9", "id": 37, "label": "nursing", "shape": "dot", "value": 314819}, {"color": "#d9d9d9", "id": 38, "label": "reddeadredemption2", "shape": "dot", "value": 369853}, {"color": "#d9d9d9", "id": 39, "label": "warthundermemes", "shape": "dot", "value": 25963}, {"color": "#d9d9d9", "id": 40, "label": "Skul", "shape": "dot", "value": 3578}, {"color": "#d9d9d9", "id": 41, "label": "reddeadfashion", "shape": "dot", "value": 136804}, {"color": "#d9d9d9", "id": 42, "label": "memes", "shape": "dot", "value": 17375725}, {"color": "#d9d9d9", "id": 43, "label": "LittleNightmares", "shape": "dot", "value": 34219}, {"color": "#d9d9d9", "id": 44, "label": "Stellaris", "shape": "dot", "value": 321083}, {"color": "#d9d9d9", "id": 45, "label": "googlehome", "shape": "dot", "value": 540011}, {"color": "#d9d9d9", "id": 46, "label": "PremierLeague", "shape": "dot", "value": 766429}, {"color": "#d9d9d9", "id": 47, "label": "Letterboxd", "shape": "dot", "value": 27722}, {"color": "#d9d9d9", "id": 48, "label": "remoteplay", "shape": "dot", "value": 4614}, {"color": "#d9d9d9", "id": 49, "label": "Wasteland", "shape": "dot", "value": 24552}, {"color": "#d9d9d9", "id": 50, "label": "cyberpunkgame", "shape": "dot", "value": 901665}, {"color": "#d9d9d9", "id": 51, "label": "DotA2", "shape": "dot", "value": 995219}, {"color": "#d9d9d9", "id": 52, "label": "feemagers", "shape": "dot", "value": 50437}, {"color": "#d9d9d9", "id": 53, "label": "SigmaGrindset", "shape": "dot", "value": 36952}, {"color": "#d9d9d9", "id": 54, "label": "Games", "shape": "dot", "value": 3058189}, {"color": "#d9d9d9", "id": 55, "label": "Bloodstained", "shape": "dot", "value": 21955}, {"color": "#d9d9d9", "id": 56, "label": "cardgames", "shape": "dot", "value": 5751}, {"color": "#d9d9d9", "id": 57, "label": "Music", "shape": "dot", "value": 28711294}, {"color": "#d9d9d9", "id": 58, "label": "ShitPoliticsSays", "shape": "dot", "value": 73900}, {"color": "#ff00cc", "id": 59, "label": "TheDairyFarm", "shape": "dot", "value": 38334}, {"color": "#d9d9d9", "id": 60, "label": "ArcherFX", "shape": "dot", "value": 281226}, {"color": "#d9d9d9", "id": 61, "label": "TransTryouts", "shape": "dot", "value": 22161}, {"color": "#d9d9d9", "id": 62, "label": "selfhosted", "shape": "dot", "value": 158624}, {"color": "#d9d9d9", "id": 63, "label": "Pixel6", "shape": "dot", "value": 15995}, {"color": "#d9d9d9", "id": 64, "label": "Alldarksouls", "shape": "dot", "value": 2430}, {"color": "#d9d9d9", "id": 65, "label": "ProgrammerHumor", "shape": "dot", "value": 1682844}, {"color": "#d9d9d9", "id": 66, "label": "touhou", "shape": "dot", "value": 99747}, {"color": "#d9d9d9", "id": 67, "label": "RimWorld", "shape": "dot", "value": 341824}, {"color": "#d9d9d9", "id": 68, "label": "feminineboys", "shape": "dot", "value": 161255}, {"color": "#d9d9d9", "id": 69, "label": "atheism", "shape": "dot", "value": 2702621}, {"color": "#d9d9d9", "id": 70, "label": "sysadmin", "shape": "dot", "value": 667348}, {"color": "#d9d9d9", "id": 71, "label": "blackdesertonline", "shape": "dot", "value": 217135}, {"color": "#d9d9d9", "id": 72, "label": "MurderedByWords", "shape": "dot", "value": 2653337}, {"color": "#d9d9d9", "id": 73, "label": "ChangelingtheLost", "shape": "dot", "value": 217}, {"color": "#d9d9d9", "id": 74, "label": "nottheonion", "shape": "dot", "value": 20563262}, {"color": "#d9d9d9", "id": 75, "label": "mkxmobile", "shape": "dot", "value": 18287}, {"color": "#d9d9d9", "id": 76, "label": "ShouldIbuythisgame", "shape": "dot", "value": 1363031}, {"color": "#d9d9d9", "id": 77, "label": "ContagiousLaughter", "shape": "dot", "value": 3598264}, {"color": "#d9d9d9", "id": 78, "label": "vegan", "shape": "dot", "value": 766432}, {"color": "#d9d9d9", "id": 79, "label": "Slovakia", "shape": "dot", "value": 106617}, {"color": "#d9d9d9", "id": 80, "label": "brasil", "shape": "dot", "value": 814243}, {"color": "#d9d9d9", "id": 81, "label": "Deltarune", "shape": "dot", "value": 199897}, {"color": "#d9d9d9", "id": 82, "label": "BaldursGate3", "shape": "dot", "value": 91679}, {"color": "#d9d9d9", "id": 83, "label": "2MiddleEast4you", "shape": "dot", "value": 40475}, {"color": "#d9d9d9", "id": 84, "label": "AyyMD", "shape": "dot", "value": 133329}, {"color": "#d9d9d9", "id": 85, "label": "seiyuu", "shape": "dot", "value": 23146}, {"color": "#d9d9d9", "id": 86, "label": "PoliticalHumor", "shape": "dot", "value": 1475344}, {"color": "#d9d9d9", "id": 87, "label": "pcmasterrace", "shape": "dot", "value": 5624259}, {"color": "#d9d9d9", "id": 88, "label": "MortalKombat", "shape": "dot", "value": 270412}, {"color": "#d9d9d9", "id": 89, "label": "ChoosingBeggars", "shape": "dot", "value": 2270309}, {"color": "#d9d9d9", "id": 90, "label": "XboxSupport", "shape": "dot", "value": 1603}, {"color": "#d9d9d9", "id": 91, "label": "cocktails", "shape": "dot", "value": 260804}, {"color": "#d9d9d9", "id": 92, "label": "whatisthisthing", "shape": "dot", "value": 2005245}, {"color": "#d9d9d9", "id": 93, "label": "mk11", "shape": "dot", "value": 6707}, {"color": "#d9d9d9", "id": 94, "label": "Showerthoughts", "shape": "dot", "value": 23819384}, {"color": "#d9d9d9", "id": 95, "label": "Steam", "shape": "dot", "value": 1210527}, {"color": "#d9d9d9", "id": 96, "label": "CannabisExtracts", "shape": "dot", "value": 124572}, {"color": "#d9d9d9", "id": 97, "label": "doctorwho", "shape": "dot", "value": 453637}, {"color": "#d9d9d9", "id": 98, "label": "canada", "shape": "dot", "value": 1134314}, {"color": "#d9d9d9", "id": 99, "label": "comicbookart", "shape": "dot", "value": 74728}, {"color": "#d9d9d9", "id": 100, "label": "PERSoNA", "shape": "dot", "value": 154747}, {"color": "#d9d9d9", "id": 101, "label": "TheRightCantMemeV2", "shape": "dot", "value": 4739}, {"color": "#d9d9d9", "id": 102, "label": "RedLetterMedia", "shape": "dot", "value": 130908}, {"color": "#d9d9d9", "id": 103, "label": "Catswithjobs", "shape": "dot", "value": 765272}, {"color": "#d9d9d9", "id": 104, "label": "trashy", "shape": "dot", "value": 2627250}, {"color": "#d9d9d9", "id": 105, "label": "masseffect", "shape": "dot", "value": 311358}, {"color": "#d9d9d9", "id": 106, "label": "ik_ihe", "shape": "dot", "value": 136290}, {"color": "#d9d9d9", "id": 107, "label": "AutoDetailing", "shape": "dot", "value": 652267}, {"color": "#d9d9d9", "id": 108, "label": "homeowners", "shape": "dot", "value": 168862}, {"color": "#d9d9d9", "id": 109, "label": "videos", "shape": "dot", "value": 26029102}, {"color": "#d9d9d9", "id": 110, "label": "Priconne", "shape": "dot", "value": 30840}, {"color": "#d9d9d9", "id": 111, "label": "LesionsOnSkanks", "shape": "dot", "value": 6000}, {"color": "#d9d9d9", "id": 112, "label": "Justrolledintotheshop", "shape": "dot", "value": 1548801}, {"color": "#d9d9d9", "id": 113, "label": "13or30", "shape": "dot", "value": 433079}, {"color": "#d9d9d9", "id": 114, "label": "Anarcho_Capitalism", "shape": "dot", "value": 175846}, {"color": "#d9d9d9", "id": 115, "label": "ProJared2", "shape": "dot", "value": 10299}, {"color": "#d9d9d9", "id": 116, "label": "fabrication", "shape": "dot", "value": 13837}, {"color": "#d9d9d9", "id": 117, "label": "MechanicalKeyboards", "shape": "dot", "value": 1011773}, {"color": "#d9d9d9", "id": 118, "label": "asexuality", "shape": "dot", "value": 150496}, {"color": "#d9d9d9", "id": 119, "label": "LowerCaseScreams", "shape": "dot", "value": 9394}, {"color": "#d9d9d9", "id": 120, "label": "LegendsOfRuneterra", "shape": "dot", "value": 177036}, {"color": "#d9d9d9", "id": 121, "label": "camaro", "shape": "dot", "value": 29814}, {"color": "#ff00cc", "id": 122, "label": "GoneMild", "shape": "dot", "value": 488915}, {"color": "#d9d9d9", "id": 123, "label": "CitiesSkylines", "shape": "dot", "value": 386172}, {"color": "#d9d9d9", "id": 124, "label": "DiWHY", "shape": "dot", "value": 1684708}, {"color": "#d9d9d9", "id": 125, "label": "Battlefield", "shape": "dot", "value": 410023}, {"color": "#d9d9d9", "id": 126, "label": "Breadit", "shape": "dot", "value": 547877}, {"color": "#d9d9d9", "id": 127, "label": "TalesFromDF", "shape": "dot", "value": 24416}, {"color": "#d9d9d9", "id": 128, "label": "transformers", "shape": "dot", "value": 89139}, {"color": "#d9d9d9", "id": 129, "label": "pittsburgh", "shape": "dot", "value": 152014}, {"color": "#d9d9d9", "id": 130, "label": "MadeMeSmile", "shape": "dot", "value": 4552979}, {"color": "#d9d9d9", "id": 131, "label": "LockdownSkepticism", "shape": "dot", "value": 54021}, {"color": "#d9d9d9", "id": 132, "label": "g4tv", "shape": "dot", "value": 19169}, {"color": "#d9d9d9", "id": 133, "label": "EpicSeven", "shape": "dot", "value": 137316}, {"color": "#d9d9d9", "id": 134, "label": "aww", "shape": "dot", "value": 30060435}, {"color": "#d9d9d9", "id": 135, "label": "subway", "shape": "dot", "value": 21513}, {"color": "#d9d9d9", "id": 136, "label": "AskEurope", "shape": "dot", "value": 364144}, {"color": "#d9d9d9", "id": 137, "label": "TrueOffMyChest", "shape": "dot", "value": 1148246}, {"color": "#d9d9d9", "id": 138, "label": "Grimdank", "shape": "dot", "value": 243002}, {"color": "#d9d9d9", "id": 139, "label": "CryOfFear", "shape": "dot", "value": 2708}, {"color": "#d9d9d9", "id": 140, "label": "Sauna", "shape": "dot", "value": 10797}, {"color": "#d9d9d9", "id": 141, "label": "qatar", "shape": "dot", "value": 31544}, {"color": "#d9d9d9", "id": 142, "label": "techsupport", "shape": "dot", "value": 1616165}, {"color": "#d9d9d9", "id": 143, "label": "MCUTheories", "shape": "dot", "value": 29878}, {"color": "#d9d9d9", "id": 144, "label": "Damnthatsinteresting", "shape": "dot", "value": 4532581}, {"color": "#d9d9d9", "id": 145, "label": "DIY", "shape": "dot", "value": 20106506}, {"color": "#d9d9d9", "id": 146, "label": "StateofDecay2", "shape": "dot", "value": 34734}, {"color": "#d9d9d9", "id": 147, "label": "dataisbeautiful", "shape": "dot", "value": 16839450}, {"color": "#d9d9d9", "id": 148, "label": "Bossfight", "shape": "dot", "value": 1177908}, {"color": "#d9d9d9", "id": 149, "label": "walkaway", "shape": "dot", "value": 86787}, {"color": "#d9d9d9", "id": 150, "label": "ChurchOfCOVID", "shape": "dot", "value": 35214}, {"color": "#d9d9d9", "id": 151, "label": "EarthPorn", "shape": "dot", "value": 21635612}, {"color": "#d9d9d9", "id": 152, "label": "relationship_advice", "shape": "dot", "value": 6157153}, {"color": "#d9d9d9", "id": 153, "label": "UKPersonalFinance", "shape": "dot", "value": 571385}, {"color": "#d9d9d9", "id": 154, "label": "MastersOfTheUniverse", "shape": "dot", "value": 9813}, {"color": "#ff00cc", "id": 155, "label": "tipofmypenis", "shape": "dot", "value": 662451}, {"color": "#d9d9d9", "id": 156, "label": "MXLinux", "shape": "dot", "value": 5607}, {"color": "#d9d9d9", "id": 157, "label": "paydaytheheist", "shape": "dot", "value": 133480}, {"color": "#d9d9d9", "id": 158, "label": "shitposting", "shape": "dot", "value": 1082982}, {"color": "#d9d9d9", "id": 159, "label": "TeslaLounge", "shape": "dot", "value": 52523}, {"color": "#d9d9d9", "id": 160, "label": "readanotherbook", "shape": "dot", "value": 40249}, {"color": "#d9d9d9", "id": 161, "label": "VRchat", "shape": "dot", "value": 113982}, {"color": "#d9d9d9", "id": 162, "label": "battletech", "shape": "dot", "value": 28054}, {"color": "#d9d9d9", "id": 163, "label": "polyamory", "shape": "dot", "value": 240918}, {"color": "#d9d9d9", "id": 164, "label": "blursedimages", "shape": "dot", "value": 2323815}, {"color": "#d9d9d9", "id": 165, "label": "AskMen", "shape": "dot", "value": 3295586}, {"color": "#d9d9d9", "id": 166, "label": "legotrade", "shape": "dot", "value": 7062}, {"color": "#d9d9d9", "id": 167, "label": "DeepIntoYouTube", "shape": "dot", "value": 2776920}, {"color": "#d9d9d9", "id": 168, "label": "soccer", "shape": "dot", "value": 3167006}, {"color": "#d9d9d9", "id": 169, "label": "coolguides", "shape": "dot", "value": 2387479}, {"color": "#d9d9d9", "id": 170, "label": "SteamDeck", "shape": "dot", "value": 45551}, {"color": "#d9d9d9", "id": 171, "label": "internet_funeral", "shape": "dot", "value": 33733}, {"color": "#d9d9d9", "id": 172, "label": "ImTheMainCharacter", "shape": "dot", "value": 256152}, {"color": "#d9d9d9", "id": 173, "label": "inthenews", "shape": "dot", "value": 112558}, {"color": "#d9d9d9", "id": 174, "label": "securityguards", "shape": "dot", "value": 21188}, {"color": "#d9d9d9", "id": 175, "label": "CharacterRant", "shape": "dot", "value": 70223}, {"color": "#d9d9d9", "id": 176, "label": "DeepRockGalactic", "shape": "dot", "value": 145184}, {"color": "#d9d9d9", "id": 177, "label": "egg_irl", "shape": "dot", "value": 235476}, {"color": "#d9d9d9", "id": 178, "label": "modernwarfare", "shape": "dot", "value": 1143863}, {"color": "#d9d9d9", "id": 179, "label": "LoveLive", "shape": "dot", "value": 62274}, {"color": "#d9d9d9", "id": 180, "label": "raiders", "shape": "dot", "value": 47947}, {"color": "#d9d9d9", "id": 181, "label": "StardewValley", "shape": "dot", "value": 994809}, {"color": "#d9d9d9", "id": 182, "label": "FlexinLesbians", "shape": "dot", "value": 21056}, {"color": "#d9d9d9", "id": 183, "label": "Morocco", "shape": "dot", "value": 68404}, {"color": "#d9d9d9", "id": 184, "label": "overclocking", "shape": "dot", "value": 249135}, {"color": "#d9d9d9", "id": 185, "label": "macarons", "shape": "dot", "value": 42312}, {"color": "#d9d9d9", "id": 186, "label": "691", "shape": "dot", "value": 12099}, {"color": "#d9d9d9", "id": 187, "label": "TheCompletionist", "shape": "dot", "value": 9230}, {"color": "#d9d9d9", "id": 188, "label": "Zwift", "shape": "dot", "value": 40859}, {"color": "#d9d9d9", "id": 189, "label": "kansascity", "shape": "dot", "value": 114225}, {"color": "#d9d9d9", "id": 190, "label": "footballmanagergames", "shape": "dot", "value": 231598}, {"color": "#d9d9d9", "id": 191, "label": "teslainvestorsclub", "shape": "dot", "value": 67698}, {"color": "#d9d9d9", "id": 192, "label": "AnimalCrossing", "shape": "dot", "value": 1710558}, {"color": "#d9d9d9", "id": 193, "label": "Shitstatistssay", "shape": "dot", "value": 91021}, {"color": "#d9d9d9", "id": 194, "label": "gtaonline", "shape": "dot", "value": 1163806}, {"color": "#d9d9d9", "id": 195, "label": "u_RandomGamerFTW", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 196, "label": "ShadowSouls", "shape": "dot", "value": 2}, {"color": "#d9d9d9", "id": 197, "label": "Jreg", "shape": "dot", "value": 42422}, {"color": "#d9d9d9", "id": 198, "label": "wholesomevangelion", "shape": "dot", "value": 10287}, {"color": "#d9d9d9", "id": 199, "label": "fo4", "shape": "dot", "value": 409580}, {"color": "#d9d9d9", "id": 200, "label": "gigabyte", "shape": "dot", "value": 14053}, {"color": "#d9d9d9", "id": 201, "label": "aviation", "shape": "dot", "value": 926190}, {"color": "#d9d9d9", "id": 202, "label": "crusaderkings3", "shape": "dot", "value": 22907}, {"color": "#d9d9d9", "id": 203, "label": "catsareliquid", "shape": "dot", "value": 364210}, {"color": "#d9d9d9", "id": 204, "label": "SquaredCircle", "shape": "dot", "value": 598308}, {"color": "#d9d9d9", "id": 205, "label": "vexillologycirclejerk", "shape": "dot", "value": 217496}, {"color": "#d9d9d9", "id": 206, "label": "Whatcouldgowrong", "shape": "dot", "value": 5761109}, {"color": "#d9d9d9", "id": 207, "label": "greentext", "shape": "dot", "value": 1273906}, {"color": "#d9d9d9", "id": 208, "label": "gadgets", "shape": "dot", "value": 19055477}, {"color": "#d9d9d9", "id": 209, "label": "CrusaderKings", "shape": "dot", "value": 330396}, {"color": "#d9d9d9", "id": 210, "label": "Gamingcirclejerk", "shape": "dot", "value": 507993}, {"color": "#d9d9d9", "id": 211, "label": "FloridaCoronavirus", "shape": "dot", "value": 197520}, {"color": "#d9d9d9", "id": 212, "label": "wallstreetbets", "shape": "dot", "value": 11506450}, {"color": "#d9d9d9", "id": 213, "label": "Chattanooga", "shape": "dot", "value": 56763}, {"color": "#d9d9d9", "id": 214, "label": "MassEffectMemes", "shape": "dot", "value": 13155}, {"color": "#d9d9d9", "id": 215, "label": "NFT", "shape": "dot", "value": 334478}, {"color": "#d9d9d9", "id": 216, "label": "FridayNightFunkin", "shape": "dot", "value": 109846}, {"color": "#d9d9d9", "id": 217, "label": "Moviesinthemaking", "shape": "dot", "value": 759940}, {"color": "#d9d9d9", "id": 218, "label": "ryunumber", "shape": "dot", "value": 230}, {"color": "#d9d9d9", "id": 219, "label": "ComblocMarket", "shape": "dot", "value": 24496}, {"color": "#d9d9d9", "id": 220, "label": "Guitar", "shape": "dot", "value": 1107635}, {"color": "#ff00cc", "id": 221, "label": "gayfootfetish", "shape": "dot", "value": 23215}, {"color": "#d9d9d9", "id": 222, "label": "IdiotsInCars", "shape": "dot", "value": 3397583}, {"color": "#d9d9d9", "id": 223, "label": "RATS", "shape": "dot", "value": 178197}, {"color": "#d9d9d9", "id": 224, "label": "explainlikeimfive", "shape": "dot", "value": 20066337}, {"color": "#d9d9d9", "id": 225, "label": "meirl", "shape": "dot", "value": 1409614}, {"color": "#d9d9d9", "id": 226, "label": "Spiderman", "shape": "dot", "value": 385369}, {"color": "#d9d9d9", "id": 227, "label": "Jazz", "shape": "dot", "value": 222667}, {"color": "#d9d9d9", "id": 228, "label": "electrical", "shape": "dot", "value": 31034}, {"color": "#d9d9d9", "id": 229, "label": "Pathfinder2e", "shape": "dot", "value": 37858}, {"color": "#d9d9d9", "id": 230, "label": "ontario", "shape": "dot", "value": 454703}, {"color": "#d9d9d9", "id": 231, "label": "fixedbytheduet", "shape": "dot", "value": 69698}, {"color": "#d9d9d9", "id": 232, "label": "buddysimulator1984", "shape": "dot", "value": 347}, {"color": "#d9d9d9", "id": 233, "label": "Chargers", "shape": "dot", "value": 76925}, {"color": "#d9d9d9", "id": 234, "label": "trees", "shape": "dot", "value": 1793313}, {"color": "#d9d9d9", "id": 235, "label": "arma", "shape": "dot", "value": 130958}, {"color": "#d9d9d9", "id": 236, "label": "hiphop101", "shape": "dot", "value": 531037}, {"color": "#d9d9d9", "id": 237, "label": "GSP_Photos", "shape": "dot", "value": 5262}, {"color": "#d9d9d9", "id": 238, "label": "GodofWar", "shape": "dot", "value": 213082}, {"color": "#d9d9d9", "id": 239, "label": "AdmiralBulldog", "shape": "dot", "value": 45176}, {"color": "#d9d9d9", "id": 240, "label": "interestingasfuck", "shape": "dot", "value": 9028658}, {"color": "#d9d9d9", "id": 241, "label": "perfectlycutscreams", "shape": "dot", "value": 1506572}, {"color": "#d9d9d9", "id": 242, "label": "HungryArtists", "shape": "dot", "value": 145248}, {"color": "#d9d9d9", "id": 243, "label": "GlobalOffensive", "shape": "dot", "value": 1502397}, {"color": "#d9d9d9", "id": 244, "label": "funny", "shape": "dot", "value": 38679448}, {"color": "#d9d9d9", "id": 245, "label": "WatchRedditDie", "shape": "dot", "value": 160300}, {"color": "#d9d9d9", "id": 246, "label": "CryptoCurrency", "shape": "dot", "value": 4351151}, {"color": "#d9d9d9", "id": 247, "label": "dayz", "shape": "dot", "value": 251425}, {"color": "#d9d9d9", "id": 248, "label": "facepalm", "shape": "dot", "value": 5975854}, {"color": "#d9d9d9", "id": 249, "label": "ShitRimworldSays", "shape": "dot", "value": 28057}, {"color": "#d9d9d9", "id": 250, "label": "Workers_And_Resources", "shape": "dot", "value": 6261}, {"color": "#d9d9d9", "id": 251, "label": "television", "shape": "dot", "value": 16475332}, {"color": "#d9d9d9", "id": 252, "label": "orthotropics", "shape": "dot", "value": 43985}, {"color": "#d9d9d9", "id": 253, "label": "Wallstreetsilver", "shape": "dot", "value": 177295}, {"color": "#d9d9d9", "id": 254, "label": "xboxinsiders", "shape": "dot", "value": 255576}, {"color": "#d9d9d9", "id": 255, "label": "patreon", "shape": "dot", "value": 23615}, {"color": "#d9d9d9", "id": 256, "label": "Pixel3a", "shape": "dot", "value": 5705}, {"color": "#d9d9d9", "id": 257, "label": "bravia", "shape": "dot", "value": 35161}, {"color": "#d9d9d9", "id": 258, "label": "movies", "shape": "dot", "value": 26725487}, {"color": "#d9d9d9", "id": 259, "label": "NettHier", "shape": "dot", "value": 8636}, {"color": "#d9d9d9", "id": 260, "label": "TheManClan", "shape": "dot", "value": 291}, {"color": "#d9d9d9", "id": 261, "label": "anime", "shape": "dot", "value": 3253061}, {"color": "#d9d9d9", "id": 262, "label": "Overwatch", "shape": "dot", "value": 3732224}, {"color": "#d9d9d9", "id": 263, "label": "shittymoviedetails", "shape": "dot", "value": 721824}, {"color": "#d9d9d9", "id": 264, "label": "RaidenMains", "shape": "dot", "value": 59693}, {"color": "#d9d9d9", "id": 265, "label": "feedthebeast", "shape": "dot", "value": 363630}, {"color": "#d9d9d9", "id": 266, "label": "dankmemes", "shape": "dot", "value": 5255925}, {"color": "#d9d9d9", "id": 267, "label": "ps5homebrew", "shape": "dot", "value": 3097}, {"color": "#d9d9d9", "id": 268, "label": "19684", "shape": "dot", "value": 15287}, {"color": "#d9d9d9", "id": 269, "label": "JoeRogan", "shape": "dot", "value": 727131}, {"color": "#d9d9d9", "id": 270, "label": "GearsOfWar", "shape": "dot", "value": 88625}, {"color": "#d9d9d9", "id": 271, "label": "awfuleverything", "shape": "dot", "value": 1371120}, {"color": "#d9d9d9", "id": 272, "label": "FansHansenvsPredator", "shape": "dot", "value": 12017}, {"color": "#d9d9d9", "id": 273, "label": "TalesFromRetail", "shape": "dot", "value": 649144}, {"color": "#d9d9d9", "id": 274, "label": "Minecraft", "shape": "dot", "value": 6060353}, {"color": "#d9d9d9", "id": 275, "label": "commentswithnohome", "shape": "dot", "value": 5}, {"color": "#d9d9d9", "id": 276, "label": "Juve", "shape": "dot", "value": 37992}, {"color": "#d9d9d9", "id": 277, "label": "kingcobrajfs", "shape": "dot", "value": 14375}, {"color": "#d9d9d9", "id": 278, "label": "Catholicism", "shape": "dot", "value": 135198}, {"color": "#d9d9d9", "id": 279, "label": "FIFA", "shape": "dot", "value": 574668}, {"color": "#d9d9d9", "id": 280, "label": "FreeCompliments", "shape": "dot", "value": 203319}, {"color": "#d9d9d9", "id": 281, "label": "carscirclejerk", "shape": "dot", "value": 36823}, {"color": "#d9d9d9", "id": 282, "label": "KotakuInAction", "shape": "dot", "value": 129851}, {"color": "#d9d9d9", "id": 283, "label": "KidsAreFuckingStupid", "shape": "dot", "value": 2625630}, {"color": "#d9d9d9", "id": 284, "label": "Dudeism", "shape": "dot", "value": 10658}, {"color": "#d9d9d9", "id": 285, "label": "youngandtherestless", "shape": "dot", "value": 2764}, {"color": "#d9d9d9", "id": 286, "label": "AskReddit", "shape": "dot", "value": 34649740}, {"color": "#d9d9d9", "id": 287, "label": "Strasbourg", "shape": "dot", "value": 32267}, {"color": "#d9d9d9", "id": 288, "label": "rockstarenergy", "shape": "dot", "value": 263}, {"color": "#d9d9d9", "id": 289, "label": "food", "shape": "dot", "value": 21774720}, {"color": "#d9d9d9", "id": 290, "label": "fountainpens", "shape": "dot", "value": 217950}, {"color": "#ff00cc", "id": 291, "label": "needysluts", "shape": "dot", "value": 569160}, {"color": "#d9d9d9", "id": 292, "label": "DuelLinks", "shape": "dot", "value": 138079}, {"color": "#d9d9d9", "id": 293, "label": "Transformemes", "shape": "dot", "value": 14655}, {"color": "#d9d9d9", "id": 294, "label": "Seaofthieves", "shape": "dot", "value": 425406}, {"color": "#d9d9d9", "id": 295, "label": "Beforeigners", "shape": "dot", "value": 1410}, {"color": "#d9d9d9", "id": 296, "label": "AndroidQuestions", "shape": "dot", "value": 100020}, {"color": "#ff00cc", "id": 297, "label": "Tgirls", "shape": "dot", "value": 471930}, {"color": "#d9d9d9", "id": 298, "label": "maticnetwork", "shape": "dot", "value": 57161}, {"color": "#d9d9d9", "id": 299, "label": "linguistics", "shape": "dot", "value": 266053}, {"color": "#d9d9d9", "id": 300, "label": "thatHappened", "shape": "dot", "value": 1435631}, {"color": "#d9d9d9", "id": 301, "label": "WTF", "shape": "dot", "value": 6706398}, {"color": "#d9d9d9", "id": 302, "label": "girlsfrontline", "shape": "dot", "value": 90784}, {"color": "#d9d9d9", "id": 303, "label": "Chasemarsh", "shape": "dot", "value": 49}, {"color": "#d9d9d9", "id": 304, "label": "CitadelLLC", "shape": "dot", "value": 1424}, {"color": "#d9d9d9", "id": 305, "label": "Kirby", "shape": "dot", "value": 100424}, {"color": "#d9d9d9", "id": 306, "label": "personalfinance", "shape": "dot", "value": 15248145}, {"color": "#d9d9d9", "id": 307, "label": "Tinder", "shape": "dot", "value": 5116835}, {"color": "#d9d9d9", "id": 308, "label": "ACTrade", "shape": "dot", "value": 273443}, {"color": "#d9d9d9", "id": 309, "label": "totalwar", "shape": "dot", "value": 332124}, {"color": "#d9d9d9", "id": 310, "label": "progmetal", "shape": "dot", "value": 106260}, {"color": "#d9d9d9", "id": 311, "label": "EverspaceGame", "shape": "dot", "value": 7548}, {"color": "#d9d9d9", "id": 312, "label": "PewdiepieSubmissions", "shape": "dot", "value": 3595852}, {"color": "#d9d9d9", "id": 313, "label": "HermanCainAward", "shape": "dot", "value": 469777}, {"color": "#d9d9d9", "id": 314, "label": "AskScienceFiction", "shape": "dot", "value": 626727}, {"color": "#d9d9d9", "id": 315, "label": "AndroidEmulation", "shape": "dot", "value": 607}, {"color": "#d9d9d9", "id": 316, "label": "furry", "shape": "dot", "value": 268924}, {"color": "#d9d9d9", "id": 317, "label": "aaaaaaacccccccce", "shape": "dot", "value": 111643}, {"color": "#d9d9d9", "id": 318, "label": "bigbangtheory", "shape": "dot", "value": 70790}, {"color": "#d9d9d9", "id": 319, "label": "ForzaHorizon", "shape": "dot", "value": 273349}, {"color": "#d9d9d9", "id": 320, "label": "antitheistcheesecake", "shape": "dot", "value": 4058}, {"color": "#d9d9d9", "id": 321, "label": "halo", "shape": "dot", "value": 1082095}, {"color": "#d9d9d9", "id": 322, "label": "SummonSign", "shape": "dot", "value": 57762}, {"color": "#d9d9d9", "id": 323, "label": "80s", "shape": "dot", "value": 46493}, {"color": "#d9d9d9", "id": 324, "label": "confidentlyincorrect", "shape": "dot", "value": 715123}, {"color": "#d9d9d9", "id": 325, "label": "Patapon", "shape": "dot", "value": 3770}, {"color": "#d9d9d9", "id": 326, "label": "leagueoflegends", "shape": "dot", "value": 5595703}, {"color": "#d9d9d9", "id": 327, "label": "HomeImprovement", "shape": "dot", "value": 2566448}, {"color": "#d9d9d9", "id": 328, "label": "funhaus", "shape": "dot", "value": 195634}, {"color": "#d9d9d9", "id": 329, "label": "Superstonk", "shape": "dot", "value": 724162}, {"color": "#d9d9d9", "id": 330, "label": "comics", "shape": "dot", "value": 1716142}, {"color": "#d9d9d9", "id": 331, "label": "gaming", "shape": "dot", "value": 31494412}, {"color": "#d9d9d9", "id": 332, "label": "FUCKYOUINPARTICULAR", "shape": "dot", "value": 709908}, {"color": "#d9d9d9", "id": 333, "label": "Greenlantern", "shape": "dot", "value": 9647}, {"color": "#d9d9d9", "id": 334, "label": "howardstern", "shape": "dot", "value": 78741}, {"color": "#d9d9d9", "id": 335, "label": "UFOs", "shape": "dot", "value": 512938}, {"color": "#d9d9d9", "id": 336, "label": "LiminalSpace", "shape": "dot", "value": 375580}, {"color": "#d9d9d9", "id": 337, "label": "themummymemes", "shape": "dot", "value": 13156}, {"color": "#d9d9d9", "id": 338, "label": "TumblrInAction", "shape": "dot", "value": 475506}, {"color": "#d9d9d9", "id": 339, "label": "Guiltygear", "shape": "dot", "value": 109879}, {"color": "#d9d9d9", "id": 340, "label": "marvelstudios", "shape": "dot", "value": 2265464}, {"color": "#d9d9d9", "id": 341, "label": "whatsapp", "shape": "dot", "value": 29313}, {"color": "#d9d9d9", "id": 342, "label": "MouseReview", "shape": "dot", "value": 215205}, {"color": "#d9d9d9", "id": 343, "label": "EscapefromTarkov", "shape": "dot", "value": 727467}, {"color": "#d9d9d9", "id": 344, "label": "WhitePeopleTwitter", "shape": "dot", "value": 2470741}, {"color": "#d9d9d9", "id": 345, "label": "GirlGamers", "shape": "dot", "value": 161704}, {"color": "#d9d9d9", "id": 346, "label": "aerogarden", "shape": "dot", "value": 19478}, {"color": "#d9d9d9", "id": 347, "label": "Welding", "shape": "dot", "value": 265167}, {"color": "#d9d9d9", "id": 348, "label": "mildlyevangelion", "shape": "dot", "value": 35334}, {"color": "#d9d9d9", "id": 349, "label": "Mortalkombatleaks", "shape": "dot", "value": 15584}, {"color": "#d9d9d9", "id": 350, "label": "VitaPiracy", "shape": "dot", "value": 65612}, {"color": "#d9d9d9", "id": 351, "label": "Cringetopia", "shape": "dot", "value": 1672125}, {"color": "#d9d9d9", "id": 352, "label": "apexlegends", "shape": "dot", "value": 1852966}, {"color": "#d9d9d9", "id": 353, "label": "toronto", "shape": "dot", "value": 461447}, {"color": "#d9d9d9", "id": 354, "label": "unpopularopinion", "shape": "dot", "value": 2299867}, {"color": "#d9d9d9", "id": 355, "label": "AEWOfficial", "shape": "dot", "value": 66830}, {"color": "#d9d9d9", "id": 356, "label": "synthesizers", "shape": "dot", "value": 215747}, {"color": "#d9d9d9", "id": 357, "label": "WhatsWrongWithYourDog", "shape": "dot", "value": 1604031}, {"color": "#d9d9d9", "id": 358, "label": "destiny2", "shape": "dot", "value": 715993}, {"color": "#d9d9d9", "id": 359, "label": "ZeroEscape", "shape": "dot", "value": 19157}, {"color": "#d9d9d9", "id": 360, "label": "HydroHomies", "shape": "dot", "value": 1029041}, {"color": "#ff00cc", "id": 361, "label": "FutanariGifs", "shape": "dot", "value": 64050}, {"color": "#d9d9d9", "id": 362, "label": "WalgreensStores", "shape": "dot", "value": 25046}, {"color": "#ff00cc", "id": 363, "label": "gentlefemdom", "shape": "dot", "value": 236445}, {"color": "#d9d9d9", "id": 364, "label": "worldbuilding", "shape": "dot", "value": 833165}, {"color": "#d9d9d9", "id": 365, "label": "mildlyinfuriating", "shape": "dot", "value": 3810674}, {"color": "#d9d9d9", "id": 366, "label": "TooAfraidToAsk", "shape": "dot", "value": 1495111}, {"color": "#d9d9d9", "id": 367, "label": "Drifting", "shape": "dot", "value": 98768}, {"color": "#d9d9d9", "id": 368, "label": "AusFinance", "shape": "dot", "value": 277083}, {"color": "#d9d9d9", "id": 369, "label": "antiwork", "shape": "dot", "value": 1650866}, {"color": "#d9d9d9", "id": 370, "label": "punk", "shape": "dot", "value": 178292}, {"color": "#d9d9d9", "id": 371, "label": "ShitpostXIV", "shape": "dot", "value": 98809}, {"color": "#d9d9d9", "id": 372, "label": "IMSARacing", "shape": "dot", "value": 9089}, {"color": "#d9d9d9", "id": 373, "label": "FifaCareers", "shape": "dot", "value": 161198}, {"color": "#d9d9d9", "id": 374, "label": "TheRightCantMeme", "shape": "dot", "value": 385389}, {"color": "#d9d9d9", "id": 375, "label": "XboxGamePass", "shape": "dot", "value": 65995}, {"color": "#d9d9d9", "id": 376, "label": "Oaf1", "shape": "dot", "value": 163}, {"color": "#d9d9d9", "id": 377, "label": "financialindependence", "shape": "dot", "value": 1015702}, {"color": "#d9d9d9", "id": 378, "label": "FFXIVDadjokes", "shape": "dot", "value": 10993}, {"color": "#d9d9d9", "id": 379, "label": "KDRAMA", "shape": "dot", "value": 293224}, {"color": "#d9d9d9", "id": 380, "label": "logitech", "shape": "dot", "value": 5195}, {"color": "#d9d9d9", "id": 381, "label": "Earwolf", "shape": "dot", "value": 33949}, {"color": "#d9d9d9", "id": 382, "label": "lifeisstrange", "shape": "dot", "value": 107278}, {"color": "#d9d9d9", "id": 383, "label": "paintball", "shape": "dot", "value": 49821}, {"color": "#d9d9d9", "id": 384, "label": "AbruptChaos", "shape": "dot", "value": 1634784}, {"color": "#d9d9d9", "id": 385, "label": "TheCinemassacreTruth", "shape": "dot", "value": 14706}, {"color": "#d9d9d9", "id": 386, "label": "Orient", "shape": "dot", "value": 541}, {"color": "#d9d9d9", "id": 387, "label": "cheating_stories", "shape": "dot", "value": 127040}, {"color": "#d9d9d9", "id": 388, "label": "wow", "shape": "dot", "value": 2161218}, {"color": "#d9d9d9", "id": 389, "label": "AmItheAsshole", "shape": "dot", "value": 3467010}, {"color": "#d9d9d9", "id": 390, "label": "FightingFakeNews", "shape": "dot", "value": 8893}, {"color": "#d9d9d9", "id": 391, "label": "gatekeeping", "shape": "dot", "value": 831911}, {"color": "#d9d9d9", "id": 392, "label": "politics", "shape": "dot", "value": 7867613}, {"color": "#d9d9d9", "id": 393, "label": "perth", "shape": "dot", "value": 110041}, {"color": "#d9d9d9", "id": 394, "label": "germany", "shape": "dot", "value": 383519}, {"color": "#d9d9d9", "id": 395, "label": "Enough_Sanders_Spam", "shape": "dot", "value": 27638}, {"color": "#d9d9d9", "id": 396, "label": "CirclejerkSopranos", "shape": "dot", "value": 16755}, {"color": "#d9d9d9", "id": 397, "label": "tennis", "shape": "dot", "value": 751037}, {"color": "#d9d9d9", "id": 398, "label": "TopSurgery", "shape": "dot", "value": 8063}, {"color": "#d9d9d9", "id": 399, "label": "Republican", "shape": "dot", "value": 176542}, {"color": "#d9d9d9", "id": 400, "label": "OculusQuest2", "shape": "dot", "value": 50994}, {"color": "#d9d9d9", "id": 401, "label": "BPDlovedones", "shape": "dot", "value": 51155}, {"color": "#d9d9d9", "id": 402, "label": "Conservative", "shape": "dot", "value": 907906}, {"color": "#d9d9d9", "id": 403, "label": "sonos", "shape": "dot", "value": 166814}, {"color": "#d9d9d9", "id": 404, "label": "RoastMe", "shape": "dot", "value": 2252938}, {"color": "#ff00cc", "id": 405, "label": "u_ashyboo_", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 406, "label": "Terraria", "shape": "dot", "value": 910450}, {"color": "#d9d9d9", "id": 407, "label": "BokuNoHeroAcademia", "shape": "dot", "value": 986139}, {"color": "#d9d9d9", "id": 408, "label": "nextfuckinglevel", "shape": "dot", "value": 5568639}, {"color": "#d9d9d9", "id": 409, "label": "PrequelMemes", "shape": "dot", "value": 1971371}, {"color": "#d9d9d9", "id": 410, "label": "BobsTavern", "shape": "dot", "value": 35268}, {"color": "#d9d9d9", "id": 411, "label": "ukraine", "shape": "dot", "value": 34564}, {"color": "#d9d9d9", "id": 412, "label": "valheim", "shape": "dot", "value": 352194}, {"color": "#d9d9d9", "id": 413, "label": "IASIP", "shape": "dot", "value": 699825}, {"color": "#d9d9d9", "id": 414, "label": "nfl", "shape": "dot", "value": 2346062}, {"color": "#d9d9d9", "id": 415, "label": "whowouldwin", "shape": "dot", "value": 385280}, {"color": "#d9d9d9", "id": 416, "label": "nuzlocke", "shape": "dot", "value": 65311}, {"color": "#d9d9d9", "id": 417, "label": "tf2mapping", "shape": "dot", "value": 195}, {"color": "#d9d9d9", "id": 418, "label": "battlefield2042", "shape": "dot", "value": 197710}, {"color": "#d9d9d9", "id": 419, "label": "outerwilds", "shape": "dot", "value": 39346}, {"color": "#d9d9d9", "id": 420, "label": "TeamfightTactics", "shape": "dot", "value": 261820}, {"color": "#d9d9d9", "id": 421, "label": "pcgaming", "shape": "dot", "value": 2727154}, {"color": "#d9d9d9", "id": 422, "label": "VirginMedia", "shape": "dot", "value": 3569}, {"color": "#d9d9d9", "id": 423, "label": "askscience", "shape": "dot", "value": 21747392}, {"color": "#d9d9d9", "id": 424, "label": "CallOfDutyMobile", "shape": "dot", "value": 260466}, {"color": "#d9d9d9", "id": 425, "label": "DevilMayCry", "shape": "dot", "value": 117010}, {"color": "#d9d9d9", "id": 426, "label": "knolling", "shape": "dot", "value": 73876}, {"color": "#d9d9d9", "id": 427, "label": "Unexpected", "shape": "dot", "value": 5120143}, {"color": "#d9d9d9", "id": 428, "label": "PathofChampions", "shape": "dot", "value": 1649}, {"color": "#d9d9d9", "id": 429, "label": "0xPolygon", "shape": "dot", "value": 42821}, {"color": "#d9d9d9", "id": 430, "label": "meme", "shape": "dot", "value": 1885211}, {"color": "#d9d9d9", "id": 431, "label": "TopMindsOfReddit", "shape": "dot", "value": 311360}, {"color": "#d9d9d9", "id": 432, "label": "technology", "shape": "dot", "value": 11297455}, {"color": "#d9d9d9", "id": 433, "label": "humanresources", "shape": "dot", "value": 56862}, {"color": "#d9d9d9", "id": 434, "label": "japancirclejerk", "shape": "dot", "value": 63477}, {"color": "#d9d9d9", "id": 435, "label": "h3h3productions", "shape": "dot", "value": 532101}, {"color": "#d9d9d9", "id": 436, "label": "dontdeadopeninside", "shape": "dot", "value": 639788}, {"color": "#d9d9d9", "id": 437, "label": "submechanophobia", "shape": "dot", "value": 426272}, {"color": "#d9d9d9", "id": 438, "label": "FallGuysGame", "shape": "dot", "value": 176369}, {"color": "#d9d9d9", "id": 439, "label": "pathofexile", "shape": "dot", "value": 466618}, {"color": "#d9d9d9", "id": 440, "label": "RedvsBlue", "shape": "dot", "value": 44841}, {"color": "#d9d9d9", "id": 441, "label": "WorldofTanks", "shape": "dot", "value": 121452}, {"color": "#d9d9d9", "id": 442, "label": "HellLetLoose", "shape": "dot", "value": 65021}, {"color": "#d9d9d9", "id": 443, "label": "Boxing", "shape": "dot", "value": 1120678}, {"color": "#d9d9d9", "id": 444, "label": "ffxiv", "shape": "dot", "value": 681365}, {"color": "#d9d9d9", "id": 445, "label": "GettingShredded", "shape": "dot", "value": 115693}, {"color": "#d9d9d9", "id": 446, "label": "Amd", "shape": "dot", "value": 1226184}, {"color": "#d9d9d9", "id": 447, "label": "books", "shape": "dot", "value": 20283404}, {"color": "#d9d9d9", "id": 448, "label": "tf2", "shape": "dot", "value": 693444}, {"color": "#d9d9d9", "id": 449, "label": "Eldenring", "shape": "dot", "value": 231742}, {"color": "#d9d9d9", "id": 450, "label": "NonCredibleDefense", "shape": "dot", "value": 26325}, {"color": "#d9d9d9", "id": 451, "label": "agedlikemilk", "shape": "dot", "value": 779154}, {"color": "#d9d9d9", "id": 452, "label": "LivestreamFail", "shape": "dot", "value": 1347406}, {"color": "#d9d9d9", "id": 453, "label": "Michigan", "shape": "dot", "value": 316157}, {"color": "#d9d9d9", "id": 454, "label": "LeagueOfMemes", "shape": "dot", "value": 437502}, {"color": "#d9d9d9", "id": 455, "label": "ottawa", "shape": "dot", "value": 177274}, {"color": "#d9d9d9", "id": 456, "label": "suggestmeabook", "shape": "dot", "value": 1824126}, {"color": "#d9d9d9", "id": 457, "label": "HolUp", "shape": "dot", "value": 2874475}, {"color": "#d9d9d9", "id": 458, "label": "onewordeach", "shape": "dot", "value": 81741}, {"color": "#d9d9d9", "id": 459, "label": "askswitzerland", "shape": "dot", "value": 78677}, {"color": "#d9d9d9", "id": 460, "label": "3Dprinting", "shape": "dot", "value": 1001560}, {"color": "#d9d9d9", "id": 461, "label": "Denmark", "shape": "dot", "value": 278385}, {"color": "#d9d9d9", "id": 462, "label": "Marijuana", "shape": "dot", "value": 227665}, {"color": "#d9d9d9", "id": 463, "label": "weeklyplanetpodcast", "shape": "dot", "value": 16803}, {"color": "#d9d9d9", "id": 464, "label": "Shining_Nikki", "shape": "dot", "value": 6186}, {"color": "#d9d9d9", "id": 465, "label": "buildapc", "shape": "dot", "value": 4855098}, {"color": "#d9d9d9", "id": 466, "label": "macgaming", "shape": "dot", "value": 94110}, {"color": "#d9d9d9", "id": 467, "label": "Nest", "shape": "dot", "value": 55781}, {"color": "#d9d9d9", "id": 468, "label": "houseplants", "shape": "dot", "value": 995480}, {"color": "#d9d9d9", "id": 469, "label": "FragileWhiteRedditor", "shape": "dot", "value": 240900}, {"color": "#d9d9d9", "id": 470, "label": "tumblr", "shape": "dot", "value": 1114340}, {"color": "#d9d9d9", "id": 471, "label": "MSsEcReTPoDcAsT", "shape": "dot", "value": 22339}, {"color": "#d9d9d9", "id": 472, "label": "booksuggestions", "shape": "dot", "value": 545716}, {"color": "#d9d9d9", "id": 473, "label": "TorontoDriving", "shape": "dot", "value": 11631}, {"color": "#d9d9d9", "id": 474, "label": "80sAlternative", "shape": "dot", "value": 2965}, {"color": "#d9d9d9", "id": 475, "label": "Appliances", "shape": "dot", "value": 8263}, {"color": "#d9d9d9", "id": 476, "label": "CursedGuns", "shape": "dot", "value": 52520}, {"color": "#d9d9d9", "id": 477, "label": "DnD", "shape": "dot", "value": 2540137}, {"color": "#d9d9d9", "id": 478, "label": "arcane", "shape": "dot", "value": 123185}, {"color": "#d9d9d9", "id": 479, "label": "TheGoodLifeTheGame", "shape": "dot", "value": 733}, {"color": "#d9d9d9", "id": 480, "label": "Grimdawn", "shape": "dot", "value": 62842}, {"color": "#d9d9d9", "id": 481, "label": "vegetarian", "shape": "dot", "value": 308009}, {"color": "#d9d9d9", "id": 482, "label": "laptops", "shape": "dot", "value": 101814}, {"color": "#d9d9d9", "id": 483, "label": "ReiAyanami", "shape": "dot", "value": 13098}, {"color": "#d9d9d9", "id": 484, "label": "OkBuddyCatra", "shape": "dot", "value": 3490}, {"color": "#ff00cc", "id": 485, "label": "tributemombods", "shape": "dot", "value": 40457}, {"color": "#d9d9d9", "id": 486, "label": "quin69", "shape": "dot", "value": 78143}, {"color": "#d9d9d9", "id": 487, "label": "fightsticks", "shape": "dot", "value": 44729}, {"color": "#d9d9d9", "id": 488, "label": "KingOfTheHill", "shape": "dot", "value": 172220}, {"color": "#d9d9d9", "id": 489, "label": "RadicalChristianity", "shape": "dot", "value": 44716}, {"color": "#d9d9d9", "id": 490, "label": "maximalism", "shape": "dot", "value": 4570}, {"color": "#ff00cc", "id": 491, "label": "u_SadDragonGirl", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 492, "label": "Warframe", "shape": "dot", "value": 548338}, {"color": "#d9d9d9", "id": 493, "label": "u_linderlouwho", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 494, "label": "museum", "shape": "dot", "value": 81514}, {"color": "#d9d9d9", "id": 495, "label": "HomestarRunner", "shape": "dot", "value": 36601}, {"color": "#d9d9d9", "id": 496, "label": "LowSodiumCyberpunk", "shape": "dot", "value": 136346}, {"color": "#d9d9d9", "id": 497, "label": "StupidFood", "shape": "dot", "value": 407093}, {"color": "#d9d9d9", "id": 498, "label": "Dinosaurs", "shape": "dot", "value": 150276}, {"color": "#d9d9d9", "id": 499, "label": "lotrmemes", "shape": "dot", "value": 1026327}, {"color": "#d9d9d9", "id": 500, "label": "nflmemes", "shape": "dot", "value": 62025}, {"color": "#d9d9d9", "id": 501, "label": "LiverpoolFC", "shape": "dot", "value": 338134}, {"color": "#d9d9d9", "id": 502, "label": "iPhone13", "shape": "dot", "value": 6138}, {"color": "#d9d9d9", "id": 503, "label": "ukpolitics", "shape": "dot", "value": 393576}, {"color": "#d9d9d9", "id": 504, "label": "cuba", "shape": "dot", "value": 38301}, {"color": "#d9d9d9", "id": 505, "label": "homelab", "shape": "dot", "value": 469258}, {"color": "#d9d9d9", "id": 506, "label": "GetMotivated", "shape": "dot", "value": 17511384}, {"color": "#d9d9d9", "id": 507, "label": "cscareerquestions", "shape": "dot", "value": 709681}, {"color": "#d9d9d9", "id": 508, "label": "Mechwarrior5", "shape": "dot", "value": 16930}, {"color": "#d9d9d9", "id": 509, "label": "arknights", "shape": "dot", "value": 151952}, {"color": "#d9d9d9", "id": 510, "label": "diplomacy", "shape": "dot", "value": 7349}, {"color": "#d9d9d9", "id": 511, "label": "SapphoAndHerFriend", "shape": "dot", "value": 326541}, {"color": "#d9d9d9", "id": 512, "label": "Military", "shape": "dot", "value": 363890}, {"color": "#d9d9d9", "id": 513, "label": "fivenightsatfreddys", "shape": "dot", "value": 380837}, {"color": "#d9d9d9", "id": 514, "label": "Fantasy", "shape": "dot", "value": 1614848}, {"color": "#d9d9d9", "id": 515, "label": "pokemon", "shape": "dot", "value": 3764806}, {"color": "#d9d9d9", "id": 516, "label": "EliteDangerous", "shape": "dot", "value": 313319}, {"color": "#d9d9d9", "id": 517, "label": "news", "shape": "dot", "value": 24078921}, {"color": "#d9d9d9", "id": 518, "label": "OMORI", "shape": "dot", "value": 62248}, {"color": "#d9d9d9", "id": 519, "label": "TheExpanse", "shape": "dot", "value": 190665}, {"color": "#d9d9d9", "id": 520, "label": "blackgaze", "shape": "dot", "value": 8246}, {"color": "#d9d9d9", "id": 521, "label": "RTGameCrowd", "shape": "dot", "value": 34159}, {"color": "#d9d9d9", "id": 522, "label": "TwoSentenceHorror", "shape": "dot", "value": 837575}, {"color": "#d9d9d9", "id": 523, "label": "JellesMarbleRuns", "shape": "dot", "value": 38357}, {"color": "#d9d9d9", "id": 524, "label": "weed", "shape": "dot", "value": 665324}, {"color": "#d9d9d9", "id": 525, "label": "FierceFlow", "shape": "dot", "value": 129054}, {"color": "#d9d9d9", "id": 526, "label": "SpellToken", "shape": "dot", "value": 2927}, {"color": "#d9d9d9", "id": 527, "label": "MemriTVmemes", "shape": "dot", "value": 66856}, {"color": "#d9d9d9", "id": 528, "label": "comicbooks", "shape": "dot", "value": 2162460}, {"color": "#d9d9d9", "id": 529, "label": "deepdream", "shape": "dot", "value": 69240}, {"color": "#d9d9d9", "id": 530, "label": "GreenBayPackers", "shape": "dot", "value": 233852}, {"color": "#d9d9d9", "id": 531, "label": "grandrapids", "shape": "dot", "value": 73231}, {"color": "#d9d9d9", "id": 532, "label": "MBMBAM", "shape": "dot", "value": 74686}, {"color": "#d9d9d9", "id": 533, "label": "dogelore", "shape": "dot", "value": 332428}, {"color": "#d9d9d9", "id": 534, "label": "Pathfinder_Kingmaker", "shape": "dot", "value": 51530}, {"color": "#d9d9d9", "id": 535, "label": "learnprogramming", "shape": "dot", "value": 2701628}, {"color": "#d9d9d9", "id": 536, "label": "whenthe", "shape": "dot", "value": 252030}, {"color": "#d9d9d9", "id": 537, "label": "evilautism", "shape": "dot", "value": 248}, {"color": "#d9d9d9", "id": 538, "label": "grandorder", "shape": "dot", "value": 267178}, {"color": "#d9d9d9", "id": 539, "label": "blunderyears", "shape": "dot", "value": 813842}, {"color": "#d9d9d9", "id": 540, "label": "forsen", "shape": "dot", "value": 124934}, {"color": "#d9d9d9", "id": 541, "label": "gwent", "shape": "dot", "value": 121156}, {"color": "#d9d9d9", "id": 542, "label": "ColleenBallingerSnark", "shape": "dot", "value": 2957}, {"color": "#d9d9d9", "id": 543, "label": "ShenheMains", "shape": "dot", "value": 15539}, {"color": "#d9d9d9", "id": 544, "label": "OutOfTheLoop", "shape": "dot", "value": 2697173}, {"color": "#d9d9d9", "id": 545, "label": "AmberlynnReidYT", "shape": "dot", "value": 16115}, {"color": "#d9d9d9", "id": 546, "label": "Parappa", "shape": "dot", "value": 4490}, {"color": "#d9d9d9", "id": 547, "label": "SubredditDrama", "shape": "dot", "value": 825901}, {"color": "#d9d9d9", "id": 548, "label": "heatpumps", "shape": "dot", "value": 202}, {"color": "#d9d9d9", "id": 549, "label": "Fire", "shape": "dot", "value": 171048}, {"color": "#d9d9d9", "id": 550, "label": "u_Shakespeare-Bot", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 551, "label": "GoogleWiFi", "shape": "dot", "value": 24408}, {"color": "#d9d9d9", "id": 552, "label": "minipainting", "shape": "dot", "value": 672889}, {"color": "#d9d9d9", "id": 553, "label": "lgbt", "shape": "dot", "value": 851632}, {"color": "#d9d9d9", "id": 554, "label": "SubsTakenLiterally", "shape": "dot", "value": 100969}, {"color": "#d9d9d9", "id": 555, "label": "metaldetecting", "shape": "dot", "value": 89345}, {"color": "#d9d9d9", "id": 556, "label": "boxoffice", "shape": "dot", "value": 612557}, {"color": "#d9d9d9", "id": 557, "label": "fromsoftware", "shape": "dot", "value": 56539}, {"color": "#d9d9d9", "id": 558, "label": "wasteland3", "shape": "dot", "value": 1615}, {"color": "#d9d9d9", "id": 559, "label": "Justfuckmyshitup", "shape": "dot", "value": 807220}, {"color": "#d9d9d9", "id": 560, "label": "unitedkingdom", "shape": "dot", "value": 691475}, {"color": "#d9d9d9", "id": 561, "label": "eurovision", "shape": "dot", "value": 57365}, {"color": "#d9d9d9", "id": 562, "label": "entertainment", "shape": "dot", "value": 2926822}, {"color": "#d9d9d9", "id": 563, "label": "JoeyBadass", "shape": "dot", "value": 7012}, {"color": "#d9d9d9", "id": 564, "label": "PrideAndPinion", "shape": "dot", "value": 22548}, {"color": "#d9d9d9", "id": 565, "label": "deepsea", "shape": "dot", "value": 2083}, {"color": "#d9d9d9", "id": 566, "label": "Hellpoint", "shape": "dot", "value": 3319}, {"color": "#d9d9d9", "id": 567, "label": "razer", "shape": "dot", "value": 180332}, {"color": "#d9d9d9", "id": 568, "label": "oddlyterrifying", "shape": "dot", "value": 1801549}, {"color": "#d9d9d9", "id": 569, "label": "RoughRomanMemes", "shape": "dot", "value": 107441}, {"color": "#d9d9d9", "id": 570, "label": "blackmagicfuckery", "shape": "dot", "value": 2887825}, {"color": "#d9d9d9", "id": 571, "label": "derby", "shape": "dot", "value": 25678}, {"color": "#d9d9d9", "id": 572, "label": "FanFiction", "shape": "dot", "value": 232947}, {"color": "#d9d9d9", "id": 573, "label": "projectcar", "shape": "dot", "value": 246436}, {"color": "#d9d9d9", "id": 574, "label": "ArtProgressPics", "shape": "dot", "value": 23303}, {"color": "#d9d9d9", "id": 575, "label": "twinpeaks", "shape": "dot", "value": 139172}, {"color": "#d9d9d9", "id": 576, "label": "metalworking", "shape": "dot", "value": 160838}, {"color": "#d9d9d9", "id": 577, "label": "Sekiro", "shape": "dot", "value": 207621}, {"color": "#d9d9d9", "id": 578, "label": "etymology", "shape": "dot", "value": 192966}, {"color": "#d9d9d9", "id": 579, "label": "NFTmarket", "shape": "dot", "value": 11737}, {"color": "#d9d9d9", "id": 580, "label": "battlefield_4", "shape": "dot", "value": 149776}, {"color": "#d9d9d9", "id": 581, "label": "himikotoga", "shape": "dot", "value": 23644}, {"color": "#d9d9d9", "id": 582, "label": "AskWomen", "shape": "dot", "value": 3094211}, {"color": "#d9d9d9", "id": 583, "label": "196", "shape": "dot", "value": 366657}, {"color": "#d9d9d9", "id": 584, "label": "2visegrad4you", "shape": "dot", "value": 22196}, {"color": "#d9d9d9", "id": 585, "label": "Scams", "shape": "dot", "value": 318230}, {"color": "#d9d9d9", "id": 586, "label": "assholedesign", "shape": "dot", "value": 2230487}, {"color": "#d9d9d9", "id": 587, "label": "croatia", "shape": "dot", "value": 157414}, {"color": "#d9d9d9", "id": 588, "label": "daveandbambi", "shape": "dot", "value": 349}, {"color": "#d9d9d9", "id": 589, "label": "Kusama", "shape": "dot", "value": 10820}, {"color": "#d9d9d9", "id": 590, "label": "Spell_Token", "shape": "dot", "value": 166}, {"color": "#d9d9d9", "id": 591, "label": "europe", "shape": "dot", "value": 2955505}, {"color": "#d9d9d9", "id": 592, "label": "ApheliosMains", "shape": "dot", "value": 22468}, {"color": "#d9d9d9", "id": 593, "label": "microgrowery", "shape": "dot", "value": 314553}, {"color": "#d9d9d9", "id": 594, "label": "CODZombies", "shape": "dot", "value": 426629}, {"color": "#d9d9d9", "id": 595, "label": "USMC", "shape": "dot", "value": 92755}, {"color": "#d9d9d9", "id": 596, "label": "Ghost_in_the_Shell", "shape": "dot", "value": 24267}, {"color": "#d9d9d9", "id": 597, "label": "Workbenches", "shape": "dot", "value": 111277}, {"color": "#d9d9d9", "id": 598, "label": "GunAccessoriesForSale", "shape": "dot", "value": 89571}, {"color": "#d9d9d9", "id": 599, "label": "ELFAHBEHT_BIRTHDAY", "shape": "dot", "value": 74}, {"color": "#d9d9d9", "id": 600, "label": "teenagers", "shape": "dot", "value": 2730766}, {"color": "#d9d9d9", "id": 601, "label": "cielfledge", "shape": "dot", "value": 12}, {"color": "#d9d9d9", "id": 602, "label": "menwritingwomen", "shape": "dot", "value": 513110}, {"color": "#d9d9d9", "id": 603, "label": "QForce", "shape": "dot", "value": 1157}, {"color": "#d9d9d9", "id": 604, "label": "fuckepic", "shape": "dot", "value": 37552}, {"color": "#d9d9d9", "id": 605, "label": "outriders", "shape": "dot", "value": 117258}, {"color": "#d9d9d9", "id": 606, "label": "Nioh", "shape": "dot", "value": 93184}, {"color": "#d9d9d9", "id": 607, "label": "MinerGunBuilder", "shape": "dot", "value": 3234}, {"color": "#d9d9d9", "id": 608, "label": "Yellowjackets", "shape": "dot", "value": 32625}, {"color": "#d9d9d9", "id": 609, "label": "AutismInWomen", "shape": "dot", "value": 23731}, {"color": "#d9d9d9", "id": 610, "label": "Hasan_Piker", "shape": "dot", "value": 78744}, {"color": "#d9d9d9", "id": 611, "label": "bloodborne", "shape": "dot", "value": 306142}, {"color": "#d9d9d9", "id": 612, "label": "HarryPotterGame", "shape": "dot", "value": 30430}, {"color": "#d9d9d9", "id": 613, "label": "hmm", "shape": "dot", "value": 516566}]);
edges = new vis.DataSet([{"from": 282, "to": 438, "width": 6}, {"from": 282, "to": 102, "width": 3}, {"from": 282, "to": 604, "width": 4}, {"from": 282, "to": 606, "width": 3}, {"from": 282, "to": 265, "width": 3}, {"from": 282, "to": 421, "width": 9}, {"from": 282, "to": 157, "width": 6}, {"from": 282, "to": 558, "width": 6}, {"from": 282, "to": 228, "width": 3}, {"from": 282, "to": 200, "width": 3}, {"from": 282, "to": 67, "width": 3}, {"from": 282, "to": 66, "width": 3}, {"from": 282, "to": 479, "width": 9}, {"from": 282, "to": 444, "width": 6}, {"from": 282, "to": 382, "width": 3}, {"from": 282, "to": 257, "width": 3}, {"from": 282, "to": 451, "width": 5}, {"from": 282, "to": 586, "width": 3}, {"from": 282, "to": 94, "width": 3}, {"from": 282, "to": 266, "width": 3}, {"from": 282, "to": 109, "width": 3}, {"from": 282, "to": 271, "width": 3}, {"from": 282, "to": 528, "width": 3}, {"from": 282, "to": 2, "width": 9}, {"from": 282, "to": 374, "width": 9}, {"from": 282, "to": 418, "width": 6}, {"from": 282, "to": 245, "width": 19}, {"from": 282, "to": 407, "width": 6}, {"from": 282, "to": 56, "width": 3}, {"from": 282, "to": 154, "width": 3}, {"from": 282, "to": 349, "width": 3}, {"from": 282, "to": 232, "width": 3}, {"from": 282, "to": 82, "width": 3}, {"from": 282, "to": 17, "width": 18}, {"from": 282, "to": 58, "width": 6}, {"from": 282, "to": 338, "width": 3}, {"from": 282, "to": 452, "width": 1}, {"from": 282, "to": 538, "width": 2}, {"from": 282, "to": 97, "width": 2}, {"from": 282, "to": 470, "width": 1}, {"from": 282, "to": 248, "width": 1}, {"from": 282, "to": 42, "width": 2}, {"from": 282, "to": 72, "width": 1}, {"from": 282, "to": 547, "width": 3}, {"from": 282, "to": 126, "width": 1}, {"from": 282, "to": 258, "width": 5}, {"from": 282, "to": 476, "width": 3}, {"from": 282, "to": 557, "width": 6}, {"from": 282, "to": 402, "width": 3}, {"from": 438, "to": 510, "width": 3}, {"from": 438, "to": 40, "width": 3}, {"from": 438, "to": 514, "width": 6}, {"from": 438, "to": 447, "width": 3}, {"from": 438, "to": 117, "width": 1}, {"from": 438, "to": 286, "width": 2}, {"from": 438, "to": 307, "width": 1}, {"from": 438, "to": 542, "width": 1}, {"from": 438, "to": 612, "width": 1}, {"from": 102, "to": 557, "width": 6}, {"from": 102, "to": 545, "width": 3}, {"from": 102, "to": 277, "width": 6}, {"from": 102, "to": 575, "width": 3}, {"from": 102, "to": 47, "width": 3}, {"from": 102, "to": 295, "width": 3}, {"from": 102, "to": 488, "width": 3}, {"from": 102, "to": 396, "width": 3}, {"from": 102, "to": 414, "width": 1}, {"from": 102, "to": 251, "width": 2}, {"from": 102, "to": 385, "width": 1}, {"from": 102, "to": 578, "width": 1}, {"from": 102, "to": 511, "width": 3}, {"from": 102, "to": 544, "width": 1}, {"from": 102, "to": 244, "width": 1}, {"from": 102, "to": 458, "width": 1}, {"from": 102, "to": 21, "width": 1}, {"from": 604, "to": 79, "width": 7}, {"from": 604, "to": 176, "width": 3}, {"from": 604, "to": 454, "width": 4}, {"from": 604, "to": 115, "width": 3}, {"from": 604, "to": 341, "width": 3}, {"from": 604, "to": 342, "width": 3}, {"from": 604, "to": 84, "width": 3}, {"from": 604, "to": 170, "width": 3}, {"from": 604, "to": 90, "width": 3}, {"from": 604, "to": 584, "width": 1}, {"from": 604, "to": 31, "width": 1}, {"from": 604, "to": 421, "width": 1}, {"from": 604, "to": 592, "width": 1}, {"from": 604, "to": 594, "width": 2}, {"from": 604, "to": 263, "width": 1}, {"from": 604, "to": 448, "width": 3}, {"from": 604, "to": 184, "width": 1}, {"from": 604, "to": 301, "width": 1}, {"from": 604, "to": 351, "width": 1}, {"from": 604, "to": 6, "width": 1}, {"from": 604, "to": 345, "width": 1}, {"from": 604, "to": 34, "width": 1}, {"from": 604, "to": 24, "width": 1}, {"from": 606, "to": 55, "width": 3}, {"from": 606, "to": 71, "width": 3}, {"from": 606, "to": 120, "width": 8}, {"from": 606, "to": 64, "width": 3}, {"from": 606, "to": 27, "width": 4}, {"from": 606, "to": 504, "width": 3}, {"from": 606, "to": 279, "width": 3}, {"from": 606, "to": 449, "width": 1}, {"from": 606, "to": 428, "width": 1}, {"from": 606, "to": 577, "width": 2}, {"from": 606, "to": 557, "width": 1}, {"from": 606, "to": 443, "width": 4}, {"from": 265, "to": 312, "width": 7}, {"from": 265, "to": 274, "width": 10}, {"from": 265, "to": 410, "width": 4}, {"from": 265, "to": 153, "width": 1}, {"from": 265, "to": 406, "width": 1}, {"from": 265, "to": 591, "width": 1}, {"from": 265, "to": 287, "width": 1}, {"from": 421, "to": 100, "width": 3}, {"from": 421, "to": 331, "width": 5}, {"from": 421, "to": 567, "width": 3}, {"from": 421, "to": 238, "width": 3}, {"from": 421, "to": 475, "width": 3}, {"from": 421, "to": 145, "width": 3}, {"from": 421, "to": 383, "width": 4}, {"from": 421, "to": 286, "width": 1}, {"from": 421, "to": 273, "width": 1}, {"from": 421, "to": 408, "width": 1}, {"from": 421, "to": 388, "width": 1}, {"from": 421, "to": 418, "width": 3}, {"from": 421, "to": 0, "width": 1}, {"from": 421, "to": 453, "width": 1}, {"from": 421, "to": 110, "width": 1}, {"from": 421, "to": 133, "width": 1}, {"from": 421, "to": 25, "width": 2}, {"from": 421, "to": 412, "width": 1}, {"from": 157, "to": 259, "width": 3}, {"from": 157, "to": 348, "width": 3}, {"from": 157, "to": 457, "width": 3}, {"from": 157, "to": 466, "width": 3}, {"from": 157, "to": 580, "width": 3}, {"from": 157, "to": 519, "width": 1}, {"from": 157, "to": 201, "width": 1}, {"from": 157, "to": 520, "width": 1}, {"from": 157, "to": 596, "width": 1}, {"from": 157, "to": 87, "width": 1}, {"from": 157, "to": 350, "width": 2}, {"from": 157, "to": 351, "width": 1}, {"from": 157, "to": 613, "width": 1}, {"from": 157, "to": 216, "width": 1}, {"from": 157, "to": 81, "width": 1}, {"from": 157, "to": 339, "width": 1}, {"from": 558, "to": 397, "width": 10}, {"from": 558, "to": 429, "width": 3}, {"from": 558, "to": 298, "width": 3}, {"from": 558, "to": 258, "width": 1}, {"from": 558, "to": 49, "width": 2}, {"from": 228, "to": 60, "width": 3}, {"from": 228, "to": 426, "width": 3}, {"from": 228, "to": 585, "width": 3}, {"from": 228, "to": 493, "width": 3}, {"from": 228, "to": 400, "width": 3}, {"from": 228, "to": 329, "width": 3}, {"from": 228, "to": 576, "width": 3}, {"from": 228, "to": 116, "width": 3}, {"from": 228, "to": 306, "width": 3}, {"from": 228, "to": 10, "width": 3}, {"from": 228, "to": 29, "width": 1}, {"from": 228, "to": 347, "width": 1}, {"from": 228, "to": 597, "width": 1}, {"from": 228, "to": 135, "width": 1}, {"from": 228, "to": 591, "width": 4}, {"from": 228, "to": 517, "width": 1}, {"from": 228, "to": 111, "width": 1}, {"from": 228, "to": 269, "width": 1}, {"from": 228, "to": 144, "width": 1}, {"from": 228, "to": 471, "width": 1}, {"from": 228, "to": 236, "width": 4}, {"from": 228, "to": 404, "width": 1}, {"from": 228, "to": 212, "width": 1}, {"from": 228, "to": 387, "width": 1}, {"from": 228, "to": 248, "width": 1}, {"from": 200, "to": 267, "width": 3}, {"from": 200, "to": 170, "width": 3}, {"from": 200, "to": 529, "width": 3}, {"from": 200, "to": 446, "width": 3}, {"from": 200, "to": 196, "width": 6}, {"from": 200, "to": 380, "width": 4}, {"from": 200, "to": 254, "width": 3}, {"from": 200, "to": 368, "width": 4}, {"from": 200, "to": 8, "width": 3}, {"from": 200, "to": 240, "width": 1}, {"from": 200, "to": 487, "width": 3}, {"from": 200, "to": 331, "width": 1}, {"from": 200, "to": 455, "width": 3}, {"from": 200, "to": 375, "width": 1}, {"from": 200, "to": 188, "width": 1}, {"from": 200, "to": 507, "width": 1}, {"from": 67, "to": 202, "width": 6}, {"from": 67, "to": 512, "width": 6}, {"from": 67, "to": 394, "width": 3}, {"from": 67, "to": 233, "width": 3}, {"from": 67, "to": 373, "width": 4}, {"from": 67, "to": 250, "width": 1}, {"from": 67, "to": 274, "width": 1}, {"from": 67, "to": 164, "width": 2}, {"from": 67, "to": 309, "width": 3}, {"from": 67, "to": 44, "width": 1}, {"from": 67, "to": 480, "width": 3}, {"from": 67, "to": 503, "width": 1}, {"from": 67, "to": 414, "width": 2}, {"from": 67, "to": 500, "width": 1}, {"from": 66, "to": 302, "width": 5}, {"from": 66, "to": 415, "width": 1}, {"from": 66, "to": 301, "width": 2}, {"from": 66, "to": 483, "width": 1}, {"from": 66, "to": 179, "width": 1}, {"from": 479, "to": 521, "width": 4}, {"from": 479, "to": 601, "width": 3}, {"from": 479, "to": 515, "width": 3}, {"from": 479, "to": 45, "width": 3}, {"from": 479, "to": 163, "width": 3}, {"from": 479, "to": 299, "width": 2}, {"from": 444, "to": 554, "width": 3}, {"from": 444, "to": 158, "width": 4}, {"from": 444, "to": 464, "width": 7}, {"from": 444, "to": 378, "width": 3}, {"from": 444, "to": 127, "width": 1}, {"from": 444, "to": 371, "width": 1}, {"from": 444, "to": 172, "width": 1}, {"from": 444, "to": 105, "width": 1}, {"from": 444, "to": 359, "width": 1}, {"from": 444, "to": 509, "width": 1}, {"from": 382, "to": 105, "width": 6}, {"from": 382, "to": 436, "width": 3}, {"from": 382, "to": 255, "width": 4}, {"from": 382, "to": 63, "width": 5}, {"from": 382, "to": 336, "width": 3}, {"from": 382, "to": 303, "width": 3}, {"from": 382, "to": 316, "width": 3}, {"from": 382, "to": 484, "width": 1}, {"from": 382, "to": 272, "width": 1}, {"from": 382, "to": 568, "width": 1}, {"from": 382, "to": 4, "width": 1}, {"from": 382, "to": 546, "width": 1}, {"from": 382, "to": 242, "width": 1}, {"from": 257, "to": 272, "width": 9}, {"from": 257, "to": 109, "width": 3}, {"from": 257, "to": 21, "width": 3}, {"from": 257, "to": 376, "width": 3}, {"from": 257, "to": 403, "width": 5}, {"from": 257, "to": 107, "width": 3}, {"from": 257, "to": 48, "width": 3}, {"from": 257, "to": 517, "width": 3}, {"from": 257, "to": 335, "width": 1}, {"from": 257, "to": 251, "width": 2}, {"from": 257, "to": 563, "width": 1}, {"from": 257, "to": 1, "width": 1}, {"from": 257, "to": 551, "width": 1}, {"from": 257, "to": 467, "width": 2}, {"from": 451, "to": 486, "width": 9}, {"from": 451, "to": 256, "width": 3}, {"from": 451, "to": 80, "width": 5}, {"from": 451, "to": 370, "width": 4}, {"from": 451, "to": 490, "width": 3}, {"from": 451, "to": 439, "width": 1}, {"from": 451, "to": 515, "width": 1}, {"from": 451, "to": 408, "width": 1}, {"from": 451, "to": 559, "width": 2}, {"from": 586, "to": 422, "width": 3}, {"from": 586, "to": 70, "width": 3}, {"from": 586, "to": 434, "width": 6}, {"from": 586, "to": 141, "width": 3}, {"from": 586, "to": 590, "width": 3}, {"from": 586, "to": 372, "width": 3}, {"from": 586, "to": 296, "width": 3}, {"from": 586, "to": 62, "width": 1}, {"from": 586, "to": 271, "width": 2}, {"from": 586, "to": 207, "width": 1}, {"from": 586, "to": 369, "width": 1}, {"from": 586, "to": 526, "width": 1}, {"from": 586, "to": 246, "width": 2}, {"from": 586, "to": 331, "width": 2}, {"from": 94, "to": 152, "width": 3}, {"from": 94, "to": 286, "width": 5}, {"from": 94, "to": 137, "width": 3}, {"from": 94, "to": 539, "width": 3}, {"from": 94, "to": 246, "width": 5}, {"from": 94, "to": 329, "width": 4}, {"from": 94, "to": 416, "width": 8}, {"from": 94, "to": 159, "width": 6}, {"from": 94, "to": 332, "width": 1}, {"from": 94, "to": 6, "width": 1}, {"from": 94, "to": 291, "width": 1}, {"from": 94, "to": 20, "width": 1}, {"from": 94, "to": 535, "width": 1}, {"from": 94, "to": 191, "width": 1}, {"from": 94, "to": 36, "width": 1}, {"from": 266, "to": 247, "width": 4}, {"from": 266, "to": 442, "width": 3}, {"from": 266, "to": 599, "width": 3}, {"from": 266, "to": 42, "width": 3}, {"from": 266, "to": 417, "width": 3}, {"from": 266, "to": 274, "width": 3}, {"from": 266, "to": 449, "width": 3}, {"from": 266, "to": 38, "width": 3}, {"from": 266, "to": 524, "width": 1}, {"from": 266, "to": 343, "width": 1}, {"from": 266, "to": 307, "width": 1}, {"from": 266, "to": 286, "width": 1}, {"from": 266, "to": 262, "width": 2}, {"from": 266, "to": 331, "width": 1}, {"from": 109, "to": 173, "width": 3}, {"from": 109, "to": 189, "width": 3}, {"from": 109, "to": 284, "width": 3}, {"from": 109, "to": 260, "width": 3}, {"from": 109, "to": 215, "width": 3}, {"from": 109, "to": 579, "width": 3}, {"from": 109, "to": 505, "width": 3}, {"from": 109, "to": 246, "width": 3}, {"from": 109, "to": 138, "width": 1}, {"from": 109, "to": 258, "width": 1}, {"from": 109, "to": 544, "width": 1}, {"from": 109, "to": 169, "width": 1}, {"from": 109, "to": 286, "width": 2}, {"from": 109, "to": 414, "width": 1}, {"from": 109, "to": 360, "width": 1}, {"from": 109, "to": 591, "width": 1}, {"from": 109, "to": 377, "width": 2}, {"from": 109, "to": 549, "width": 1}, {"from": 271, "to": 203, "width": 3}, {"from": 271, "to": 275, "width": 3}, {"from": 271, "to": 96, "width": 6}, {"from": 271, "to": 124, "width": 3}, {"from": 271, "to": 324, "width": 3}, {"from": 271, "to": 223, "width": 4}, {"from": 271, "to": 553, "width": 3}, {"from": 271, "to": 357, "width": 1}, {"from": 271, "to": 365, "width": 1}, {"from": 271, "to": 435, "width": 1}, {"from": 271, "to": 103, "width": 1}, {"from": 271, "to": 104, "width": 1}, {"from": 271, "to": 6, "width": 3}, {"from": 271, "to": 206, "width": 1}, {"from": 271, "to": 152, "width": 1}, {"from": 271, "to": 313, "width": 1}, {"from": 271, "to": 225, "width": 1}, {"from": 271, "to": 130, "width": 1}, {"from": 271, "to": 19, "width": 1}, {"from": 528, "to": 132, "width": 5}, {"from": 528, "to": 192, "width": 4}, {"from": 528, "to": 492, "width": 3}, {"from": 528, "to": 328, "width": 3}, {"from": 528, "to": 495, "width": 3}, {"from": 528, "to": 218, "width": 3}, {"from": 528, "to": 381, "width": 3}, {"from": 528, "to": 41, "width": 3}, {"from": 528, "to": 14, "width": 4}, {"from": 528, "to": 522, "width": 3}, {"from": 528, "to": 204, "width": 1}, {"from": 528, "to": 143, "width": 1}, {"from": 528, "to": 337, "width": 1}, {"from": 528, "to": 463, "width": 1}, {"from": 528, "to": 340, "width": 1}, {"from": 528, "to": 293, "width": 1}, {"from": 528, "to": 515, "width": 1}, {"from": 528, "to": 128, "width": 1}, {"from": 528, "to": 213, "width": 1}, {"from": 528, "to": 431, "width": 1}, {"from": 528, "to": 199, "width": 1}, {"from": 528, "to": 552, "width": 1}, {"from": 528, "to": 609, "width": 1}, {"from": 528, "to": 15, "width": 1}, {"from": 2, "to": 423, "width": 3}, {"from": 2, "to": 523, "width": 3}, {"from": 2, "to": 77, "width": 3}, {"from": 2, "to": 536, "width": 3}, {"from": 2, "to": 363, "width": 3}, {"from": 2, "to": 456, "width": 3}, {"from": 2, "to": 472, "width": 3}, {"from": 2, "to": 32, "width": 3}, {"from": 2, "to": 187, "width": 3}, {"from": 2, "to": 125, "width": 1}, {"from": 2, "to": 411, "width": 2}, {"from": 2, "to": 74, "width": 1}, {"from": 2, "to": 177, "width": 1}, {"from": 2, "to": 65, "width": 1}, {"from": 2, "to": 68, "width": 1}, {"from": 2, "to": 315, "width": 1}, {"from": 2, "to": 286, "width": 1}, {"from": 2, "to": 457, "width": 1}, {"from": 2, "to": 384, "width": 1}, {"from": 2, "to": 600, "width": 1}, {"from": 2, "to": 54, "width": 2}, {"from": 2, "to": 547, "width": 1}, {"from": 2, "to": 307, "width": 1}, {"from": 374, "to": 73, "width": 3}, {"from": 374, "to": 186, "width": 4}, {"from": 374, "to": 333, "width": 3}, {"from": 374, "to": 181, "width": 3}, {"from": 374, "to": 323, "width": 3}, {"from": 374, "to": 474, "width": 3}, {"from": 374, "to": 527, "width": 6}, {"from": 374, "to": 106, "width": 1}, {"from": 374, "to": 469, "width": 1}, {"from": 374, "to": 148, "width": 1}, {"from": 374, "to": 389, "width": 2}, {"from": 374, "to": 86, "width": 1}, {"from": 374, "to": 391, "width": 1}, {"from": 374, "to": 286, "width": 1}, {"from": 374, "to": 307, "width": 1}, {"from": 374, "to": 168, "width": 1}, {"from": 374, "to": 344, "width": 1}, {"from": 418, "to": 105, "width": 3}, {"from": 418, "to": 12, "width": 3}, {"from": 418, "to": 190, "width": 6}, {"from": 418, "to": 573, "width": 4}, {"from": 418, "to": 121, "width": 4}, {"from": 418, "to": 109, "width": 3}, {"from": 418, "to": 506, "width": 3}, {"from": 418, "to": 36, "width": 3}, {"from": 418, "to": 30, "width": 1}, {"from": 418, "to": 46, "width": 1}, {"from": 418, "to": 168, "width": 1}, {"from": 418, "to": 294, "width": 1}, {"from": 245, "to": 174, "width": 3}, {"from": 245, "to": 433, "width": 3}, {"from": 245, "to": 572, "width": 3}, {"from": 245, "to": 508, "width": 6}, {"from": 245, "to": 193, "width": 3}, {"from": 245, "to": 304, "width": 3}, {"from": 245, "to": 401, "width": 3}, {"from": 245, "to": 91, "width": 3}, {"from": 245, "to": 281, "width": 3}, {"from": 245, "to": 160, "width": 3}, {"from": 245, "to": 569, "width": 1}, {"from": 245, "to": 253, "width": 1}, {"from": 245, "to": 390, "width": 1}, {"from": 245, "to": 555, "width": 1}, {"from": 245, "to": 591, "width": 1}, {"from": 245, "to": 402, "width": 1}, {"from": 245, "to": 338, "width": 1}, {"from": 245, "to": 122, "width": 1}, {"from": 245, "to": 234, "width": 1}, {"from": 245, "to": 399, "width": 1}, {"from": 245, "to": 280, "width": 1}, {"from": 245, "to": 462, "width": 1}, {"from": 245, "to": 168, "width": 4}, {"from": 245, "to": 205, "width": 3}, {"from": 245, "to": 208, "width": 1}, {"from": 407, "to": 94, "width": 3}, {"from": 407, "to": 59, "width": 3}, {"from": 407, "to": 175, "width": 4}, {"from": 407, "to": 42, "width": 3}, {"from": 407, "to": 574, "width": 3}, {"from": 407, "to": 581, "width": 4}, {"from": 407, "to": 286, "width": 1}, {"from": 407, "to": 222, "width": 2}, {"from": 407, "to": 352, "width": 1}, {"from": 407, "to": 379, "width": 1}, {"from": 407, "to": 354, "width": 2}, {"from": 407, "to": 314, "width": 1}, {"from": 56, "to": 477, "width": 4}, {"from": 56, "to": 498, "width": 7}, {"from": 56, "to": 548, "width": 3}, {"from": 56, "to": 146, "width": 3}, {"from": 56, "to": 101, "width": 1}, {"from": 56, "to": 249, "width": 1}, {"from": 56, "to": 283, "width": 1}, {"from": 56, "to": 229, "width": 1}, {"from": 56, "to": 607, "width": 3}, {"from": 56, "to": 600, "width": 1}, {"from": 56, "to": 3, "width": 1}, {"from": 56, "to": 565, "width": 1}, {"from": 56, "to": 147, "width": 1}, {"from": 56, "to": 525, "width": 1}, {"from": 56, "to": 28, "width": 1}, {"from": 56, "to": 327, "width": 1}, {"from": 154, "to": 166, "width": 3}, {"from": 154, "to": 37, "width": 4}, {"from": 154, "to": 457, "width": 4}, {"from": 154, "to": 114, "width": 4}, {"from": 154, "to": 99, "width": 6}, {"from": 154, "to": 485, "width": 3}, {"from": 154, "to": 35, "width": 3}, {"from": 154, "to": 413, "width": 1}, {"from": 154, "to": 355, "width": 1}, {"from": 154, "to": 149, "width": 1}, {"from": 154, "to": 427, "width": 1}, {"from": 154, "to": 285, "width": 1}, {"from": 154, "to": 211, "width": 1}, {"from": 154, "to": 334, "width": 1}, {"from": 154, "to": 297, "width": 4}, {"from": 349, "to": 321, "width": 3}, {"from": 349, "to": 75, "width": 3}, {"from": 349, "to": 88, "width": 11}, {"from": 349, "to": 468, "width": 6}, {"from": 349, "to": 226, "width": 1}, {"from": 349, "to": 134, "width": 2}, {"from": 349, "to": 50, "width": 1}, {"from": 349, "to": 93, "width": 2}, {"from": 349, "to": 231, "width": 1}, {"from": 232, "to": 61, "width": 3}, {"from": 232, "to": 518, "width": 3}, {"from": 232, "to": 246, "width": 4}, {"from": 232, "to": 197, "width": 2}, {"from": 232, "to": 52, "width": 1}, {"from": 232, "to": 43, "width": 2}, {"from": 232, "to": 139, "width": 1}, {"from": 82, "to": 477, "width": 6}, {"from": 82, "to": 92, "width": 3}, {"from": 82, "to": 605, "width": 3}, {"from": 82, "to": 209, "width": 3}, {"from": 82, "to": 534, "width": 3}, {"from": 82, "to": 491, "width": 3}, {"from": 82, "to": 182, "width": 4}, {"from": 82, "to": 214, "width": 1}, {"from": 82, "to": 95, "width": 1}, {"from": 82, "to": 301, "width": 1}, {"from": 82, "to": 409, "width": 1}, {"from": 82, "to": 496, "width": 3}, {"from": 82, "to": 478, "width": 2}, {"from": 82, "to": 361, "width": 1}, {"from": 17, "to": 457, "width": 3}, {"from": 17, "to": 460, "width": 3}, {"from": 17, "to": 98, "width": 3}, {"from": 17, "to": 11, "width": 4}, {"from": 17, "to": 340, "width": 3}, {"from": 17, "to": 252, "width": 3}, {"from": 17, "to": 155, "width": 3}, {"from": 17, "to": 432, "width": 2}, {"from": 17, "to": 240, "width": 1}, {"from": 17, "to": 258, "width": 1}, {"from": 58, "to": 147, "width": 3}, {"from": 58, "to": 364, "width": 3}, {"from": 58, "to": 402, "width": 7}, {"from": 58, "to": 354, "width": 3}, {"from": 58, "to": 244, "width": 1}, {"from": 58, "to": 395, "width": 2}, {"from": 58, "to": 131, "width": 1}, {"from": 58, "to": 572, "width": 2}, {"from": 58, "to": 17, "width": 1}, {"from": 58, "to": 414, "width": 1}, {"from": 58, "to": 530, "width": 1}, {"from": 338, "to": 459, "width": 5}, {"from": 338, "to": 425, "width": 5}, {"from": 338, "to": 572, "width": 3}, {"from": 338, "to": 18, "width": 3}, {"from": 338, "to": 540, "width": 3}, {"from": 338, "to": 356, "width": 4}, {"from": 338, "to": 354, "width": 3}, {"from": 338, "to": 150, "width": 2}, {"from": 338, "to": 227, "width": 1}, {"from": 338, "to": 318, "width": 1}, {"from": 338, "to": 36, "width": 1}, {"from": 338, "to": 470, "width": 1}, {"from": 338, "to": 587, "width": 1}, {"from": 338, "to": 83, "width": 1}, {"from": 338, "to": 51, "width": 2}, {"from": 338, "to": 427, "width": 1}, {"from": 338, "to": 266, "width": 1}, {"from": 338, "to": 412, "width": 1}, {"from": 338, "to": 509, "width": 1}, {"from": 452, "to": 326, "width": 3}, {"from": 452, "to": 194, "width": 3}, {"from": 452, "to": 270, "width": 3}, {"from": 452, "to": 358, "width": 3}, {"from": 452, "to": 319, "width": 2}, {"from": 452, "to": 178, "width": 1}, {"from": 452, "to": 418, "width": 1}, {"from": 538, "to": 85, "width": 3}, {"from": 538, "to": 386, "width": 6}, {"from": 538, "to": 239, "width": 1}, {"from": 538, "to": 543, "width": 2}, {"from": 538, "to": 264, "width": 1}, {"from": 97, "to": 316, "width": 3}, {"from": 97, "to": 161, "width": 3}, {"from": 97, "to": 451, "width": 3}, {"from": 97, "to": 586, "width": 3}, {"from": 97, "to": 162, "width": 4}, {"from": 97, "to": 128, "width": 3}, {"from": 97, "to": 439, "width": 3}, {"from": 97, "to": 593, "width": 3}, {"from": 97, "to": 198, "width": 1}, {"from": 97, "to": 305, "width": 1}, {"from": 97, "to": 419, "width": 2}, {"from": 97, "to": 470, "width": 1}, {"from": 97, "to": 248, "width": 1}, {"from": 97, "to": 392, "width": 1}, {"from": 97, "to": 473, "width": 1}, {"from": 97, "to": 353, "width": 2}, {"from": 97, "to": 244, "width": 1}, {"from": 470, "to": 216, "width": 7}, {"from": 470, "to": 516, "width": 3}, {"from": 470, "to": 167, "width": 3}, {"from": 470, "to": 123, "width": 3}, {"from": 470, "to": 532, "width": 3}, {"from": 470, "to": 11, "width": 3}, {"from": 470, "to": 603, "width": 3}, {"from": 470, "to": 118, "width": 3}, {"from": 470, "to": 537, "width": 3}, {"from": 470, "to": 171, "width": 3}, {"from": 470, "to": 57, "width": 1}, {"from": 470, "to": 0, "width": 1}, {"from": 470, "to": 67, "width": 1}, {"from": 470, "to": 317, "width": 2}, {"from": 470, "to": 78, "width": 1}, {"from": 248, "to": 33, "width": 5}, {"from": 248, "to": 119, "width": 3}, {"from": 248, "to": 183, "width": 3}, {"from": 248, "to": 276, "width": 4}, {"from": 248, "to": 310, "width": 3}, {"from": 248, "to": 441, "width": 8}, {"from": 248, "to": 130, "width": 1}, {"from": 248, "to": 570, "width": 1}, {"from": 248, "to": 42, "width": 1}, {"from": 248, "to": 168, "width": 1}, {"from": 248, "to": 501, "width": 1}, {"from": 248, "to": 286, "width": 1}, {"from": 248, "to": 582, "width": 1}, {"from": 248, "to": 430, "width": 1}, {"from": 248, "to": 595, "width": 1}, {"from": 248, "to": 89, "width": 1}, {"from": 42, "to": 465, "width": 3}, {"from": 42, "to": 137, "width": 3}, {"from": 42, "to": 522, "width": 3}, {"from": 42, "to": 5, "width": 3}, {"from": 42, "to": 427, "width": 3}, {"from": 42, "to": 602, "width": 3}, {"from": 42, "to": 292, "width": 3}, {"from": 42, "to": 420, "width": 3}, {"from": 42, "to": 325, "width": 3}, {"from": 42, "to": 216, "width": 4}, {"from": 42, "to": 461, "width": 1}, {"from": 42, "to": 113, "width": 1}, {"from": 42, "to": 408, "width": 1}, {"from": 42, "to": 144, "width": 1}, {"from": 42, "to": 366, "width": 2}, {"from": 42, "to": 6, "width": 1}, {"from": 42, "to": 286, "width": 2}, {"from": 42, "to": 241, "width": 1}, {"from": 42, "to": 454, "width": 1}, {"from": 42, "to": 81, "width": 1}, {"from": 42, "to": 513, "width": 1}, {"from": 42, "to": 588, "width": 1}, {"from": 72, "to": 140, "width": 4}, {"from": 72, "to": 243, "width": 3}, {"from": 72, "to": 136, "width": 6}, {"from": 72, "to": 195, "width": 6}, {"from": 72, "to": 366, "width": 1}, {"from": 72, "to": 6, "width": 1}, {"from": 72, "to": 499, "width": 1}, {"from": 72, "to": 21, "width": 1}, {"from": 72, "to": 104, "width": 1}, {"from": 72, "to": 23, "width": 1}, {"from": 72, "to": 351, "width": 1}, {"from": 72, "to": 286, "width": 1}, {"from": 72, "to": 362, "width": 2}, {"from": 72, "to": 392, "width": 1}, {"from": 72, "to": 533, "width": 1}, {"from": 547, "to": 531, "width": 3}, {"from": 547, "to": 308, "width": 3}, {"from": 547, "to": 16, "width": 3}, {"from": 547, "to": 583, "width": 3}, {"from": 547, "to": 541, "width": 6}, {"from": 547, "to": 394, "width": 4}, {"from": 547, "to": 286, "width": 3}, {"from": 547, "to": 497, "width": 3}, {"from": 547, "to": 608, "width": 3}, {"from": 547, "to": 137, "width": 3}, {"from": 547, "to": 86, "width": 1}, {"from": 547, "to": 610, "width": 1}, {"from": 547, "to": 210, "width": 2}, {"from": 547, "to": 369, "width": 3}, {"from": 547, "to": 300, "width": 1}, {"from": 547, "to": 104, "width": 1}, {"from": 547, "to": 366, "width": 1}, {"from": 547, "to": 556, "width": 1}, {"from": 126, "to": 286, "width": 7}, {"from": 126, "to": 346, "width": 10}, {"from": 126, "to": 165, "width": 3}, {"from": 126, "to": 481, "width": 3}, {"from": 126, "to": 289, "width": 4}, {"from": 126, "to": 156, "width": 6}, {"from": 126, "to": 278, "width": 1}, {"from": 126, "to": 7, "width": 1}, {"from": 126, "to": 9, "width": 1}, {"from": 126, "to": 560, "width": 3}, {"from": 126, "to": 185, "width": 2}, {"from": 126, "to": 330, "width": 2}, {"from": 126, "to": 151, "width": 1}, {"from": 126, "to": 494, "width": 1}, {"from": 258, "to": 86, "width": 5}, {"from": 258, "to": 397, "width": 5}, {"from": 258, "to": 561, "width": 3}, {"from": 258, "to": 57, "width": 3}, {"from": 258, "to": 298, "width": 3}, {"from": 258, "to": 244, "width": 3}, {"from": 258, "to": 142, "width": 3}, {"from": 258, "to": 230, "width": 2}, {"from": 258, "to": 222, "width": 1}, {"from": 258, "to": 392, "width": 2}, {"from": 258, "to": 589, "width": 1}, {"from": 258, "to": 217, "width": 1}, {"from": 258, "to": 562, "width": 1}, {"from": 258, "to": 69, "width": 1}, {"from": 258, "to": 261, "width": 1}, {"from": 476, "to": 186, "width": 3}, {"from": 476, "to": 489, "width": 3}, {"from": 476, "to": 220, "width": 3}, {"from": 476, "to": 142, "width": 3}, {"from": 476, "to": 290, "width": 3}, {"from": 476, "to": 13, "width": 3}, {"from": 476, "to": 418, "width": 3}, {"from": 476, "to": 245, "width": 5}, {"from": 476, "to": 158, "width": 6}, {"from": 476, "to": 114, "width": 1}, {"from": 476, "to": 320, "width": 3}, {"from": 476, "to": 365, "width": 1}, {"from": 476, "to": 571, "width": 1}, {"from": 476, "to": 440, "width": 1}, {"from": 476, "to": 235, "width": 1}, {"from": 476, "to": 437, "width": 1}, {"from": 476, "to": 53, "width": 1}, {"from": 476, "to": 39, "width": 1}, {"from": 476, "to": 450, "width": 1}, {"from": 476, "to": 367, "width": 1}, {"from": 557, "to": 76, "width": 3}, {"from": 557, "to": 331, "width": 3}, {"from": 557, "to": 550, "width": 3}, {"from": 557, "to": 544, "width": 3}, {"from": 557, "to": 566, "width": 3}, {"from": 557, "to": 22, "width": 3}, {"from": 557, "to": 322, "width": 3}, {"from": 557, "to": 64, "width": 3}, {"from": 557, "to": 27, "width": 4}, {"from": 557, "to": 244, "width": 1}, {"from": 557, "to": 502, "width": 1}, {"from": 557, "to": 180, "width": 1}, {"from": 557, "to": 286, "width": 1}, {"from": 557, "to": 482, "width": 1}, {"from": 557, "to": 405, "width": 1}, {"from": 557, "to": 221, "width": 1}, {"from": 557, "to": 564, "width": 1}, {"from": 557, "to": 398, "width": 1}, {"from": 557, "to": 449, "width": 1}, {"from": 557, "to": 224, "width": 2}, {"from": 557, "to": 611, "width": 1}, {"from": 557, "to": 18, "width": 1}, {"from": 557, "to": 577, "width": 2}, {"from": 402, "to": 321, "width": 3}, {"from": 402, "to": 288, "width": 3}, {"from": 402, "to": 393, "width": 5}, {"from": 402, "to": 237, "width": 3}, {"from": 402, "to": 424, "width": 7}, {"from": 402, "to": 598, "width": 3}, {"from": 402, "to": 219, "width": 3}, {"from": 402, "to": 268, "width": 3}, {"from": 402, "to": 26, "width": 3}, {"from": 402, "to": 392, "width": 1}, {"from": 402, "to": 445, "width": 2}, {"from": 402, "to": 42, "width": 1}, {"from": 402, "to": 354, "width": 1}, {"from": 402, "to": 330, "width": 1}, {"from": 402, "to": 108, "width": 2}, {"from": 402, "to": 129, "width": 1}, {"from": 402, "to": 112, "width": 1}, {"from": 402, "to": 311, "width": 1}, {"from": 402, "to": 344, "width": 2}]);
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {"physics": {"barnesHut": {"gravitationalConstant": -12450, "centralGravity": 1.2, "springLength": 165, "springConstant": 0.025, "damping": 0.33, "avoidOverlap": 0.72}, "minVelocity": 0.75}};
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>