-
Notifications
You must be signed in to change notification settings - Fork 0
/
reddit_map_MensRights.html
176 lines (133 loc) · 75 KB
/
reddit_map_MensRights.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": "NFCEastMemeWar", "shape": "dot", "value": 26207}, {"color": "#d9d9d9", "id": 1, "label": "povertyfinance", "shape": "dot", "value": 982942}, {"color": "#d9d9d9", "id": 2, "label": "furry_irl", "shape": "dot", "value": 177628}, {"color": "#d9d9d9", "id": 3, "label": "linguistics", "shape": "dot", "value": 266313}, {"color": "#d9d9d9", "id": 4, "label": "Hololive", "shape": "dot", "value": 621801}, {"color": "#d9d9d9", "id": 5, "label": "MakeMeSuffer", "shape": "dot", "value": 1093174}, {"color": "#ff00cc", "id": 6, "label": "pussy", "shape": "dot", "value": 1675166}, {"color": "#d9d9d9", "id": 7, "label": "movies", "shape": "dot", "value": 26759973}, {"color": "#d9d9d9", "id": 8, "label": "dndmemes", "shape": "dot", "value": 923674}, {"color": "#d9d9d9", "id": 9, "label": "AskScienceFiction", "shape": "dot", "value": 630625}, {"color": "#d9d9d9", "id": 10, "label": "RiseofEmpires", "shape": "dot", "value": 3596}, {"color": "#d9d9d9", "id": 11, "label": "Spamton", "shape": "dot", "value": 3396}, {"color": "#ff00cc", "id": 12, "label": "GOONED", "shape": "dot", "value": 237837}, {"color": "#d9d9d9", "id": 13, "label": "architecture", "shape": "dot", "value": 700284}, {"color": "#d9d9d9", "id": 14, "label": "2american4you", "shape": "dot", "value": 8070}, {"color": "#d9d9d9", "id": 15, "label": "HunterXHunter", "shape": "dot", "value": 509177}, {"color": "#d9d9d9", "id": 16, "label": "amiugly", "shape": "dot", "value": 238222}, {"color": "#d9d9d9", "id": 17, "label": "chicago", "shape": "dot", "value": 422957}, {"color": "#d9d9d9", "id": 18, "label": "news", "shape": "dot", "value": 24095572}, {"color": "#d9d9d9", "id": 19, "label": "confidentlyincorrect", "shape": "dot", "value": 717206}, {"color": "#d9d9d9", "id": 20, "label": "TheWeeknd", "shape": "dot", "value": 123618}, {"color": "#d9d9d9", "id": 21, "label": "wafflehouse", "shape": "dot", "value": 4278}, {"color": "#d9d9d9", "id": 22, "label": "Isekai", "shape": "dot", "value": 28560}, {"color": "#d9d9d9", "id": 23, "label": "worldofpvp", "shape": "dot", "value": 93163}, {"color": "#d9d9d9", "id": 24, "label": "transgendercirclejerk", "shape": "dot", "value": 72861}, {"color": "#d9d9d9", "id": 25, "label": "HarryPotterMemes", "shape": "dot", "value": 135880}, {"color": "#d9d9d9", "id": 26, "label": "greece", "shape": "dot", "value": 142425}, {"color": "#d9d9d9", "id": 27, "label": "starsector", "shape": "dot", "value": 29282}, {"color": "#d9d9d9", "id": 28, "label": "KitchenConfidential", "shape": "dot", "value": 429410}, {"color": "#d9d9d9", "id": 29, "label": "IdiotsInCars", "shape": "dot", "value": 3407484}, {"color": "#d9d9d9", "id": 30, "label": "MarvelPuzzleQuest", "shape": "dot", "value": 15496}, {"color": "#d9d9d9", "id": 31, "label": "marijuanaenthusiasts", "shape": "dot", "value": 329087}, {"color": "#d9d9d9", "id": 32, "label": "cursedcomments", "shape": "dot", "value": 3088808}, {"color": "#d9d9d9", "id": 33, "label": "LifeProTips", "shape": "dot", "value": 20091924}, {"color": "#d9d9d9", "id": 34, "label": "gadgets", "shape": "dot", "value": 19075437}, {"color": "#ff00cc", "id": 35, "label": "MedicalGore", "shape": "dot", "value": 244719}, {"color": "#d9d9d9", "id": 36, "label": "television", "shape": "dot", "value": 16475182}, {"color": "#d9d9d9", "id": 37, "label": "PublicFeetPics", "shape": "dot", "value": 29962}, {"color": "#d9d9d9", "id": 38, "label": "LeftWingMaleAdvocates", "shape": "dot", "value": 10832}, {"color": "#d9d9d9", "id": 39, "label": "Subliminal", "shape": "dot", "value": 49429}, {"color": "#d9d9d9", "id": 40, "label": "venmo", "shape": "dot", "value": 4313}, {"color": "#d9d9d9", "id": 41, "label": "furryart", "shape": "dot", "value": 1712}, {"color": "#d9d9d9", "id": 42, "label": "shittyrainbow6", "shape": "dot", "value": 327856}, {"color": "#d9d9d9", "id": 43, "label": "SteamAccountsForSale", "shape": "dot", "value": 9118}, {"color": "#d9d9d9", "id": 44, "label": "paypal", "shape": "dot", "value": 36764}, {"color": "#d9d9d9", "id": 45, "label": "HumanPorn", "shape": "dot", "value": 334721}, {"color": "#d9d9d9", "id": 46, "label": "trashy", "shape": "dot", "value": 2629959}, {"color": "#d9d9d9", "id": 47, "label": "Austria", "shape": "dot", "value": 295358}, {"color": "#d9d9d9", "id": 48, "label": "R6Extraction", "shape": "dot", "value": 6004}, {"color": "#d9d9d9", "id": 49, "label": "teachingresources", "shape": "dot", "value": 27695}, {"color": "#d9d9d9", "id": 50, "label": "fatFIRE", "shape": "dot", "value": 281290}, {"color": "#d9d9d9", "id": 51, "label": "tipofmytongue", "shape": "dot", "value": 1850860}, {"color": "#d9d9d9", "id": 52, "label": "MensRights", "shape": "dot", "value": 320434}, {"color": "#d9d9d9", "id": 53, "label": "authoritarianmemes", "shape": "dot", "value": 240}, {"color": "#d9d9d9", "id": 54, "label": "gaming", "shape": "dot", "value": 31534887}, {"color": "#d9d9d9", "id": 55, "label": "ruger", "shape": "dot", "value": 23267}, {"color": "#d9d9d9", "id": 56, "label": "AskFeminists", "shape": "dot", "value": 80560}, {"color": "#d9d9d9", "id": 57, "label": "CrazyFuckingVideos", "shape": "dot", "value": 430407}, {"color": "#d9d9d9", "id": 58, "label": "CallOfDutyMobile", "shape": "dot", "value": 260913}, {"color": "#ff00cc", "id": 59, "label": "LegalTeens", "shape": "dot", "value": 2122927}, {"color": "#d9d9d9", "id": 60, "label": "forwardsfromgrandma", "shape": "dot", "value": 375895}, {"color": "#d9d9d9", "id": 61, "label": "SeattleWA", "shape": "dot", "value": 251559}, {"color": "#d9d9d9", "id": 62, "label": "diablo2", "shape": "dot", "value": 98971}, {"color": "#d9d9d9", "id": 63, "label": "macbook", "shape": "dot", "value": 56474}, {"color": "#d9d9d9", "id": 64, "label": "Narcolepsy", "shape": "dot", "value": 16799}, {"color": "#d9d9d9", "id": 65, "label": "worldnews", "shape": "dot", "value": 27592705}, {"color": "#d9d9d9", "id": 66, "label": "Shittyaskflying", "shape": "dot", "value": 43462}, {"color": "#d9d9d9", "id": 67, "label": "Qult_Headquarters", "shape": "dot", "value": 110158}, {"color": "#d9d9d9", "id": 68, "label": "AmItheAsshole", "shape": "dot", "value": 3481308}, {"color": "#d9d9d9", "id": 69, "label": "lucifer", "shape": "dot", "value": 148392}, {"color": "#d9d9d9", "id": 70, "label": "Hunting", "shape": "dot", "value": 170352}, {"color": "#d9d9d9", "id": 71, "label": "hellraiser", "shape": "dot", "value": 3720}, {"color": "#d9d9d9", "id": 72, "label": "pcmasterrace", "shape": "dot", "value": 5636080}, {"color": "#d9d9d9", "id": 73, "label": "Costco", "shape": "dot", "value": 175956}, {"color": "#d9d9d9", "id": 74, "label": "sexyredmagiccity33", "shape": "dot", "value": 914}, {"color": "#d9d9d9", "id": 75, "label": "oilpainting", "shape": "dot", "value": 416277}, {"color": "#d9d9d9", "id": 76, "label": "Fantasy_Football", "shape": "dot", "value": 97993}, {"color": "#d9d9d9", "id": 77, "label": "creepyencounters", "shape": "dot", "value": 486771}, {"color": "#d9d9d9", "id": 78, "label": "TopMindsOfReddit", "shape": "dot", "value": 311452}, {"color": "#d9d9d9", "id": 79, "label": "sugarlifestyleforum", "shape": "dot", "value": 128144}, {"color": "#d9d9d9", "id": 80, "label": "brexit", "shape": "dot", "value": 55254}, {"color": "#d9d9d9", "id": 81, "label": "cursed_videomemes", "shape": "dot", "value": 95958}, {"color": "#d9d9d9", "id": 82, "label": "2balkan4you", "shape": "dot", "value": 119429}, {"color": "#d9d9d9", "id": 83, "label": "ADHD", "shape": "dot", "value": 1355102}, {"color": "#d9d9d9", "id": 84, "label": "rickandmorty", "shape": "dot", "value": 2492487}, {"color": "#d9d9d9", "id": 85, "label": "raimimemes", "shape": "dot", "value": 375169}, {"color": "#d9d9d9", "id": 86, "label": "thatHappened", "shape": "dot", "value": 1436608}, {"color": "#d9d9d9", "id": 87, "label": "houseplants", "shape": "dot", "value": 1001052}, {"color": "#d9d9d9", "id": 88, "label": "notjustbikes", "shape": "dot", "value": 12174}, {"color": "#d9d9d9", "id": 89, "label": "FuckYouKaren", "shape": "dot", "value": 1245579}, {"color": "#d9d9d9", "id": 90, "label": "whatchagain", "shape": "dot", "value": 18}, {"color": "#d9d9d9", "id": 91, "label": "MarvelCringe", "shape": "dot", "value": 28615}, {"color": "#d9d9d9", "id": 92, "label": "sonos", "shape": "dot", "value": 167836}, {"color": "#d9d9d9", "id": 93, "label": "vegas", "shape": "dot", "value": 110915}, {"color": "#d9d9d9", "id": 94, "label": "TheYouShow", "shape": "dot", "value": 479598}, {"color": "#d9d9d9", "id": 95, "label": "mildlyinteresting", "shape": "dot", "value": 19439038}, {"color": "#d9d9d9", "id": 96, "label": "SuicideWatch", "shape": "dot", "value": 327741}, {"color": "#d9d9d9", "id": 97, "label": "libertarianunity", "shape": "dot", "value": 3495}, {"color": "#d9d9d9", "id": 98, "label": "SkyDiving", "shape": "dot", "value": 31610}, {"color": "#d9d9d9", "id": 99, "label": "Missing411", "shape": "dot", "value": 211054}, {"color": "#d9d9d9", "id": 100, "label": "ElCalifato", "shape": "dot", "value": 840}, {"color": "#d9d9d9", "id": 101, "label": "SCP", "shape": "dot", "value": 612598}, {"color": "#d9d9d9", "id": 102, "label": "MontereyPatcher", "shape": "dot", "value": 1224}, {"color": "#d9d9d9", "id": 103, "label": "LeagueOfMemes", "shape": "dot", "value": 439001}, {"color": "#d9d9d9", "id": 104, "label": "aww", "shape": "dot", "value": 30083208}, {"color": "#d9d9d9", "id": 105, "label": "MaliciousCompliance", "shape": "dot", "value": 1779720}, {"color": "#ff00cc", "id": 106, "label": "Pornwha", "shape": "dot", "value": 12055}, {"color": "#d9d9d9", "id": 107, "label": "beatles", "shape": "dot", "value": 157487}, {"color": "#d9d9d9", "id": 108, "label": "CRedit", "shape": "dot", "value": 85024}, {"color": "#d9d9d9", "id": 109, "label": "aerospace", "shape": "dot", "value": 68331}, {"color": "#d9d9d9", "id": 110, "label": "oregon", "shape": "dot", "value": 142584}, {"color": "#d9d9d9", "id": 111, "label": "linuxmasterrace", "shape": "dot", "value": 242700}, {"color": "#d9d9d9", "id": 112, "label": "ShitHaloSays", "shape": "dot", "value": 2085}, {"color": "#d9d9d9", "id": 113, "label": "hotsauce", "shape": "dot", "value": 108233}, {"color": "#d9d9d9", "id": 114, "label": "Entrepreneur", "shape": "dot", "value": 1067967}, {"color": "#d9d9d9", "id": 115, "label": "HistoryMemes", "shape": "dot", "value": 3442610}, {"color": "#d9d9d9", "id": 116, "label": "perth", "shape": "dot", "value": 110693}, {"color": "#d9d9d9", "id": 117, "label": "u_Watermelon9718", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 118, "label": "centrist", "shape": "dot", "value": 39028}, {"color": "#d9d9d9", "id": 119, "label": "safadasemcasa", "shape": "dot", "value": 173}, {"color": "#d9d9d9", "id": 120, "label": "linuxmemes", "shape": "dot", "value": 111831}, {"color": "#d9d9d9", "id": 121, "label": "cubase", "shape": "dot", "value": 13084}, {"color": "#d9d9d9", "id": 122, "label": "DotA2", "shape": "dot", "value": 997560}, {"color": "#d9d9d9", "id": 123, "label": "happy", "shape": "dot", "value": 435579}, {"color": "#d9d9d9", "id": 124, "label": "unpopularopinion", "shape": "dot", "value": 2303365}, {"color": "#d9d9d9", "id": 125, "label": "GME", "shape": "dot", "value": 355072}, {"color": "#d9d9d9", "id": 126, "label": "Marriage", "shape": "dot", "value": 477940}, {"color": "#ff00cc", "id": 127, "label": "AlexisTexas", "shape": "dot", "value": 239787}, {"color": "#d9d9d9", "id": 128, "label": "THPS", "shape": "dot", "value": 32751}, {"color": "#d9d9d9", "id": 129, "label": "coins", "shape": "dot", "value": 99257}, {"color": "#d9d9d9", "id": 130, "label": "MacOS", "shape": "dot", "value": 210495}, {"color": "#d9d9d9", "id": 131, "label": "selfimprovement", "shape": "dot", "value": 1071807}, {"color": "#d9d9d9", "id": 132, "label": "masskillers", "shape": "dot", "value": 62678}, {"color": "#d9d9d9", "id": 133, "label": "explainlikeimfive", "shape": "dot", "value": 20078317}, {"color": "#d9d9d9", "id": 134, "label": "whatisthatmovie", "shape": "dot", "value": 3711}, {"color": "#d9d9d9", "id": 135, "label": "sex", "shape": "dot", "value": 2052557}, {"color": "#d9d9d9", "id": 136, "label": "modernwarfare", "shape": "dot", "value": 1149347}, {"color": "#d9d9d9", "id": 137, "label": "almosthomeless", "shape": "dot", "value": 38965}, {"color": "#d9d9d9", "id": 138, "label": "teslamotors", "shape": "dot", "value": 1543471}, {"color": "#d9d9d9", "id": 139, "label": "exmormon", "shape": "dot", "value": 224022}, {"color": "#d9d9d9", "id": 140, "label": "FedEx", "shape": "dot", "value": 18442}, {"color": "#d9d9d9", "id": 141, "label": "videos", "shape": "dot", "value": 26046046}, {"color": "#d9d9d9", "id": 142, "label": "antifeminists", "shape": "dot", "value": 28830}, {"color": "#d9d9d9", "id": 143, "label": "BeAmazed", "shape": "dot", "value": 3076970}, {"color": "#d9d9d9", "id": 144, "label": "magicthecirclejerking", "shape": "dot", "value": 75157}, {"color": "#ff00cc", "id": 145, "label": "chubby", "shape": "dot", "value": 891909}, {"color": "#d9d9d9", "id": 146, "label": "AusProperty", "shape": "dot", "value": 12030}, {"color": "#d9d9d9", "id": 147, "label": "shreveport", "shape": "dot", "value": 12361}, {"color": "#d9d9d9", "id": 148, "label": "goodanimemes", "shape": "dot", "value": 407350}, {"color": "#d9d9d9", "id": 149, "label": "WowUI", "shape": "dot", "value": 45066}, {"color": "#d9d9d9", "id": 150, "label": "Best_Of_Me", "shape": "dot", "value": 1}, {"color": "#d9d9d9", "id": 151, "label": "fireTV", "shape": "dot", "value": 49331}, {"color": "#d9d9d9", "id": 152, "label": "196", "shape": "dot", "value": 367950}, {"color": "#d9d9d9", "id": 153, "label": "ksi", "shape": "dot", "value": 2376103}, {"color": "#d9d9d9", "id": 154, "label": "buildapc", "shape": "dot", "value": 4879011}, {"color": "#d9d9d9", "id": 155, "label": "EASportsUFC", "shape": "dot", "value": 33889}, {"color": "#d9d9d9", "id": 156, "label": "Videos_Free", "shape": "dot", "value": 22703}, {"color": "#d9d9d9", "id": 157, "label": "NoStupidQuestions", "shape": "dot", "value": 2560592}, {"color": "#d9d9d9", "id": 158, "label": "Sjogrens", "shape": "dot", "value": 4414}, {"color": "#d9d9d9", "id": 159, "label": "beatMeatToIt", "shape": "dot", "value": 33833}, {"color": "#d9d9d9", "id": 160, "label": "theydidthemath", "shape": "dot", "value": 1072416}, {"color": "#d9d9d9", "id": 161, "label": "lgbtmemes", "shape": "dot", "value": 58850}, {"color": "#d9d9d9", "id": 162, "label": "interestingasfuck", "shape": "dot", "value": 9045428}, {"color": "#d9d9d9", "id": 163, "label": "nanowrimo", "shape": "dot", "value": 36172}, {"color": "#d9d9d9", "id": 164, "label": "vaxxhappened", "shape": "dot", "value": 374203}, {"color": "#d9d9d9", "id": 165, "label": "PUBATTLEGROUNDS", "shape": "dot", "value": 1846608}, {"color": "#d9d9d9", "id": 166, "label": "custommagic", "shape": "dot", "value": 42043}, {"color": "#d9d9d9", "id": 167, "label": "pokemon", "shape": "dot", "value": 3772859}, {"color": "#d9d9d9", "id": 168, "label": "DnD", "shape": "dot", "value": 2544423}, {"color": "#d9d9d9", "id": 169, "label": "ThriftStoreHauls", "shape": "dot", "value": 2059704}, {"color": "#d9d9d9", "id": 170, "label": "spikes", "shape": "dot", "value": 93062}, {"color": "#d9d9d9", "id": 171, "label": "COVID19positive", "shape": "dot", "value": 133811}, {"color": "#d9d9d9", "id": 172, "label": "Christians", "shape": "dot", "value": 46568}, {"color": "#d9d9d9", "id": 173, "label": "todayilearned", "shape": "dot", "value": 26789200}, {"color": "#d9d9d9", "id": 174, "label": "MedievalDynasty", "shape": "dot", "value": 12899}, {"color": "#d9d9d9", "id": 175, "label": "Mujico", "shape": "dot", "value": 82597}, {"color": "#d9d9d9", "id": 176, "label": "ModelY", "shape": "dot", "value": 12631}, {"color": "#d9d9d9", "id": 177, "label": "oddlyterrifying", "shape": "dot", "value": 1820083}, {"color": "#ff00cc", "id": 178, "label": "GoneWildOF", "shape": "dot", "value": 12881}, {"color": "#d9d9d9", "id": 179, "label": "stupidpol", "shape": "dot", "value": 75114}, {"color": "#d9d9d9", "id": 180, "label": "bangalore", "shape": "dot", "value": 192275}, {"color": "#ff00cc", "id": 181, "label": "VirginiaGoneWild", "shape": "dot", "value": 44737}, {"color": "#d9d9d9", "id": 182, "label": "TeslaModelY", "shape": "dot", "value": 34198}, {"color": "#d9d9d9", "id": 183, "label": "cats", "shape": "dot", "value": 3266881}, {"color": "#d9d9d9", "id": 184, "label": "libgen", "shape": "dot", "value": 34905}, {"color": "#d9d9d9", "id": 185, "label": "CODVanguard", "shape": "dot", "value": 91019}, {"color": "#d9d9d9", "id": 186, "label": "OculusQuest2", "shape": "dot", "value": 51609}, {"color": "#d9d9d9", "id": 187, "label": "h3h3productions", "shape": "dot", "value": 532520}, {"color": "#d9d9d9", "id": 188, "label": "ufc", "shape": "dot", "value": 535313}, {"color": "#d9d9d9", "id": 189, "label": "PacificNorthwest", "shape": "dot", "value": 24693}, {"color": "#d9d9d9", "id": 190, "label": "blursedimages", "shape": "dot", "value": 2327848}, {"color": "#d9d9d9", "id": 191, "label": "DunderMifflin", "shape": "dot", "value": 1889335}, {"color": "#d9d9d9", "id": 192, "label": "Seahawks", "shape": "dot", "value": 154357}, {"color": "#d9d9d9", "id": 193, "label": "amcstock", "shape": "dot", "value": 453140}, {"color": "#d9d9d9", "id": 194, "label": "portlandme", "shape": "dot", "value": 20899}, {"color": "#d9d9d9", "id": 195, "label": "RaidShadowLegends", "shape": "dot", "value": 67905}, {"color": "#d9d9d9", "id": 196, "label": "Steam", "shape": "dot", "value": 1212009}, {"color": "#d9d9d9", "id": 197, "label": "alcohol", "shape": "dot", "value": 87608}, {"color": "#d9d9d9", "id": 198, "label": "donthelpjustfilm", "shape": "dot", "value": 581682}, {"color": "#d9d9d9", "id": 199, "label": "PokemonGoFriends", "shape": "dot", "value": 404357}, {"color": "#d9d9d9", "id": 200, "label": "ShittyLifeProTips", "shape": "dot", "value": 1618650}, {"color": "#d9d9d9", "id": 201, "label": "Fencesitter", "shape": "dot", "value": 40624}, {"color": "#d9d9d9", "id": 202, "label": "Cleveland", "shape": "dot", "value": 106415}, {"color": "#d9d9d9", "id": 203, "label": "ennnnnnnnnnnnbbbbbby", "shape": "dot", "value": 48967}, {"color": "#d9d9d9", "id": 204, "label": "TrueOffMyChest", "shape": "dot", "value": 1156990}, {"color": "#d9d9d9", "id": 205, "label": "LoveForAnimesexuals", "shape": "dot", "value": 10041}, {"color": "#d9d9d9", "id": 206, "label": "CODWarzone", "shape": "dot", "value": 922305}, {"color": "#d9d9d9", "id": 207, "label": "vegaslocals", "shape": "dot", "value": 33299}, {"color": "#d9d9d9", "id": 208, "label": "fallenlondon", "shape": "dot", "value": 10631}, {"color": "#d9d9d9", "id": 209, "label": "fakehistoryporn", "shape": "dot", "value": 1042849}, {"color": "#d9d9d9", "id": 210, "label": "TheReportOfTheWeek", "shape": "dot", "value": 35816}, {"color": "#d9d9d9", "id": 211, "label": "cyberpunkgame", "shape": "dot", "value": 901737}, {"color": "#d9d9d9", "id": 212, "label": "therewasanattempt", "shape": "dot", "value": 2533552}, {"color": "#d9d9d9", "id": 213, "label": "TuckedInPuppies", "shape": "dot", "value": 64739}, {"color": "#d9d9d9", "id": 214, "label": "Tunisia", "shape": "dot", "value": 39580}, {"color": "#d9d9d9", "id": 215, "label": "confleis", "shape": "dot", "value": 5421}, {"color": "#d9d9d9", "id": 216, "label": "Baking", "shape": "dot", "value": 660209}, {"color": "#d9d9d9", "id": 217, "label": "TalesFromTheCrypt", "shape": "dot", "value": 1101}, {"color": "#d9d9d9", "id": 218, "label": "TheExpanse", "shape": "dot", "value": 191430}, {"color": "#d9d9d9", "id": 219, "label": "MagicCardPulls", "shape": "dot", "value": 4233}, {"color": "#d9d9d9", "id": 220, "label": "RimWorld", "shape": "dot", "value": 342319}, {"color": "#d9d9d9", "id": 221, "label": "NFCWestMemeWar", "shape": "dot", "value": 10126}, {"color": "#d9d9d9", "id": 222, "label": "prochoice", "shape": "dot", "value": 22507}, {"color": "#d9d9d9", "id": 223, "label": "cosplaygirls", "shape": "dot", "value": 874140}, {"color": "#d9d9d9", "id": 224, "label": "shittyfoodporn", "shape": "dot", "value": 2024664}, {"color": "#d9d9d9", "id": 225, "label": "cmmreddit", "shape": "dot", "value": 4331}, {"color": "#d9d9d9", "id": 226, "label": "PublicFreakout", "shape": "dot", "value": 3768354}, {"color": "#d9d9d9", "id": 227, "label": "AskAnAmerican", "shape": "dot", "value": 681722}, {"color": "#d9d9d9", "id": 228, "label": "Etsy", "shape": "dot", "value": 145570}, {"color": "#d9d9d9", "id": 229, "label": "berkeley", "shape": "dot", "value": 104548}, {"color": "#d9d9d9", "id": 230, "label": "grandrapids", "shape": "dot", "value": 73653}, {"color": "#d9d9d9", "id": 231, "label": "OverwatchUniversity", "shape": "dot", "value": 270622}, {"color": "#d9d9d9", "id": 232, "label": "RedDeadOnline", "shape": "dot", "value": 342864}, {"color": "#d9d9d9", "id": 233, "label": "nordvpn", "shape": "dot", "value": 36626}, {"color": "#d9d9d9", "id": 234, "label": "Diablo", "shape": "dot", "value": 323523}, {"color": "#d9d9d9", "id": 235, "label": "TikTokCringe", "shape": "dot", "value": 1143073}, {"color": "#d9d9d9", "id": 236, "label": "EngineeringResumes", "shape": "dot", "value": 21397}, {"color": "#d9d9d9", "id": 237, "label": "GreenAndPleasant", "shape": "dot", "value": 91909}, {"color": "#d9d9d9", "id": 238, "label": "NonBinary", "shape": "dot", "value": 149069}, {"color": "#d9d9d9", "id": 239, "label": "DeepRockGalactic", "shape": "dot", "value": 147802}, {"color": "#d9d9d9", "id": 240, "label": "PointlessStories", "shape": "dot", "value": 67808}, {"color": "#d9d9d9", "id": 241, "label": "BrandonMull", "shape": "dot", "value": 372}, {"color": "#d9d9d9", "id": 242, "label": "CasualUK", "shape": "dot", "value": 959911}, {"color": "#d9d9d9", "id": 243, "label": "Wellthatsucks", "shape": "dot", "value": 2662311}, {"color": "#d9d9d9", "id": 244, "label": "PoliticalCompassMemes", "shape": "dot", "value": 530154}, {"color": "#d9d9d9", "id": 245, "label": "aviation", "shape": "dot", "value": 927849}, {"color": "#d9d9d9", "id": 246, "label": "IfIFitsISits", "shape": "dot", "value": 24940}, {"color": "#d9d9d9", "id": 247, "label": "funny", "shape": "dot", "value": 38730042}, {"color": "#d9d9d9", "id": 248, "label": "NewToEMS", "shape": "dot", "value": 24970}, {"color": "#d9d9d9", "id": 249, "label": "MAAU", "shape": "dot", "value": 162935}, {"color": "#d9d9d9", "id": 250, "label": "Scams", "shape": "dot", "value": 319269}, {"color": "#d9d9d9", "id": 251, "label": "Flipping", "shape": "dot", "value": 226657}, {"color": "#d9d9d9", "id": 252, "label": "personalfinance", "shape": "dot", "value": 15265667}, {"color": "#d9d9d9", "id": 253, "label": "standupshots", "shape": "dot", "value": 451821}, {"color": "#d9d9d9", "id": 254, "label": "Parenting", "shape": "dot", "value": 3800428}, {"color": "#d9d9d9", "id": 255, "label": "investing", "shape": "dot", "value": 1987698}, {"color": "#d9d9d9", "id": 256, "label": "MapPorn", "shape": "dot", "value": 1739551}, {"color": "#d9d9d9", "id": 257, "label": "budgetwithbuckets", "shape": "dot", "value": 808}, {"color": "#d9d9d9", "id": 258, "label": "Geologymemes", "shape": "dot", "value": 10624}, {"color": "#d9d9d9", "id": 259, "label": "eos", "shape": "dot", "value": 96849}, {"color": "#d9d9d9", "id": 260, "label": "Metroid", "shape": "dot", "value": 114250}, {"color": "#d9d9d9", "id": 261, "label": "AbruptChaos", "shape": "dot", "value": 1639307}, {"color": "#d9d9d9", "id": 262, "label": "warcraftlore", "shape": "dot", "value": 119085}, {"color": "#d9d9d9", "id": 263, "label": "Advice", "shape": "dot", "value": 628656}, {"color": "#d9d9d9", "id": 264, "label": "SushiAbomination", "shape": "dot", "value": 66285}, {"color": "#ff00cc", "id": 265, "label": "mutualmasterbation", "shape": "dot", "value": 7214}, {"color": "#d9d9d9", "id": 266, "label": "space", "shape": "dot", "value": 19612169}, {"color": "#d9d9d9", "id": 267, "label": "QuikTrip", "shape": "dot", "value": 5682}, {"color": "#d9d9d9", "id": 268, "label": "specializedtools", "shape": "dot", "value": 1445125}, {"color": "#d9d9d9", "id": 269, "label": "lebanon", "shape": "dot", "value": 75236}, {"color": "#d9d9d9", "id": 270, "label": "pesadillamexico", "shape": "dot", "value": 1036}, {"color": "#d9d9d9", "id": 271, "label": "u_Luxita99", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 272, "label": "LiminalSpace", "shape": "dot", "value": 377871}, {"color": "#d9d9d9", "id": 273, "label": "relationship_advice", "shape": "dot", "value": 6177883}, {"color": "#d9d9d9", "id": 274, "label": "dogelore", "shape": "dot", "value": 332571}, {"color": "#d9d9d9", "id": 275, "label": "CasualConversation", "shape": "dot", "value": 1760163}, {"color": "#d9d9d9", "id": 276, "label": "GODZILLA", "shape": "dot", "value": 146431}, {"color": "#d9d9d9", "id": 277, "label": "Music", "shape": "dot", "value": 28738132}, {"color": "#d9d9d9", "id": 278, "label": "Dildont", "shape": "dot", "value": 25391}, {"color": "#d9d9d9", "id": 279, "label": "PS4", "shape": "dot", "value": 5010330}, {"color": "#d9d9d9", "id": 280, "label": "StarWarsEU", "shape": "dot", "value": 202567}, {"color": "#d9d9d9", "id": 281, "label": "Diablo_2_Resurrected", "shape": "dot", "value": 39026}, {"color": "#d9d9d9", "id": 282, "label": "probation", "shape": "dot", "value": 8052}, {"color": "#d9d9d9", "id": 283, "label": "Catswhoyell", "shape": "dot", "value": 549764}, {"color": "#d9d9d9", "id": 284, "label": "u_Sergal-gurl92", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 285, "label": "politics", "shape": "dot", "value": 7872856}, {"color": "#d9d9d9", "id": 286, "label": "chess", "shape": "dot", "value": 437151}, {"color": "#d9d9d9", "id": 287, "label": "food", "shape": "dot", "value": 21795467}, {"color": "#d9d9d9", "id": 288, "label": "steelers", "shape": "dot", "value": 171810}, {"color": "#ff00cc", "id": 289, "label": "doggy", "shape": "dot", "value": 229603}, {"color": "#d9d9d9", "id": 290, "label": "dankvideos", "shape": "dot", "value": 713750}, {"color": "#d9d9d9", "id": 291, "label": "CoronavirusDownunder", "shape": "dot", "value": 163555}, {"color": "#d9d9d9", "id": 292, "label": "DIY", "shape": "dot", "value": 20130697}, {"color": "#d9d9d9", "id": 293, "label": "Bossfight", "shape": "dot", "value": 1181129}, {"color": "#d9d9d9", "id": 294, "label": "ems", "shape": "dot", "value": 120956}, {"color": "#d9d9d9", "id": 295, "label": "Esperanto", "shape": "dot", "value": 23915}, {"color": "#d9d9d9", "id": 296, "label": "okbuddychicanery", "shape": "dot", "value": 64265}, {"color": "#d9d9d9", "id": 297, "label": "MicrosoftFlightSim", "shape": "dot", "value": 85811}, {"color": "#d9d9d9", "id": 298, "label": "SeattleUrbEx", "shape": "dot", "value": 2015}, {"color": "#d9d9d9", "id": 299, "label": "softwaregore", "shape": "dot", "value": 1494122}, {"color": "#d9d9d9", "id": 300, "label": "HolUp", "shape": "dot", "value": 2882300}, {"color": "#d9d9d9", "id": 301, "label": "facepalm", "shape": "dot", "value": 5985411}, {"color": "#d9d9d9", "id": 302, "label": "CCW", "shape": "dot", "value": 139215}, {"color": "#d9d9d9", "id": 303, "label": "AquaSwap", "shape": "dot", "value": 59360}, {"color": "#d9d9d9", "id": 304, "label": "warriors", "shape": "dot", "value": 365060}, {"color": "#d9d9d9", "id": 305, "label": "ChurchOfCOVID", "shape": "dot", "value": 36457}, {"color": "#d9d9d9", "id": 306, "label": "OldSchoolCool", "shape": "dot", "value": 15581290}, {"color": "#d9d9d9", "id": 307, "label": "mildlyinfuriating", "shape": "dot", "value": 3820335}, {"color": "#d9d9d9", "id": 308, "label": "Netherlands", "shape": "dot", "value": 100644}, {"color": "#d9d9d9", "id": 309, "label": "socialskills", "shape": "dot", "value": 2803996}, {"color": "#d9d9d9", "id": 310, "label": "unitedkingdom", "shape": "dot", "value": 695598}, {"color": "#d9d9d9", "id": 311, "label": "Conservative", "shape": "dot", "value": 909867}, {"color": "#d9d9d9", "id": 312, "label": "TheGlowUp", "shape": "dot", "value": 14320}, {"color": "#d9d9d9", "id": 313, "label": "Bitwarden", "shape": "dot", "value": 33572}, {"color": "#d9d9d9", "id": 314, "label": "RandomThoughts", "shape": "dot", "value": 88082}, {"color": "#d9d9d9", "id": 315, "label": "Animemes", "shape": "dot", "value": 1444006}, {"color": "#d9d9d9", "id": 316, "label": "grilling", "shape": "dot", "value": 257562}, {"color": "#d9d9d9", "id": 317, "label": "glorious", "shape": "dot", "value": 7817}, {"color": "#ff00cc", "id": 318, "label": "tiktoknsfw", "shape": "dot", "value": 1324714}, {"color": "#d9d9d9", "id": 319, "label": "oddlysatisfying", "shape": "dot", "value": 6438525}, {"color": "#d9d9d9", "id": 320, "label": "KidsAreFuckingStupid", "shape": "dot", "value": 2631223}, {"color": "#d9d9d9", "id": 321, "label": "Aquariums", "shape": "dot", "value": 434601}, {"color": "#d9d9d9", "id": 322, "label": "TomCruise", "shape": "dot", "value": 869}, {"color": "#d9d9d9", "id": 323, "label": "bestof", "shape": "dot", "value": 5348056}, {"color": "#d9d9d9", "id": 324, "label": "InfrastructurePorn", "shape": "dot", "value": 417439}, {"color": "#d9d9d9", "id": 325, "label": "introvert", "shape": "dot", "value": 293149}, {"color": "#d9d9d9", "id": 326, "label": "entertainment", "shape": "dot", "value": 2939135}, {"color": "#ff00cc", "id": 327, "label": "AskRedditAfterDark", "shape": "dot", "value": 601418}, {"color": "#d9d9d9", "id": 328, "label": "seinfeld", "shape": "dot", "value": 234899}, {"color": "#d9d9d9", "id": 329, "label": "ShittyMapPorn", "shape": "dot", "value": 52905}, {"color": "#d9d9d9", "id": 330, "label": "tumblr", "shape": "dot", "value": 1116442}, {"color": "#d9d9d9", "id": 331, "label": "nowplayingpodcast", "shape": "dot", "value": 144}, {"color": "#d9d9d9", "id": 332, "label": "PoliticalHumor", "shape": "dot", "value": 1476263}, {"color": "#d9d9d9", "id": 333, "label": "stephenking", "shape": "dot", "value": 152443}, {"color": "#d9d9d9", "id": 334, "label": "Diamonds", "shape": "dot", "value": 16460}, {"color": "#d9d9d9", "id": 335, "label": "dndnext", "shape": "dot", "value": 583563}, {"color": "#d9d9d9", "id": 336, "label": "MadeMeSmile", "shape": "dot", "value": 4589910}, {"color": "#d9d9d9", "id": 337, "label": "EDH", "shape": "dot", "value": 176354}, {"color": "#d9d9d9", "id": 338, "label": "greentext", "shape": "dot", "value": 1276179}, {"color": "#d9d9d9", "id": 339, "label": "massage", "shape": "dot", "value": 26932}, {"color": "#d9d9d9", "id": 340, "label": "antiwork", "shape": "dot", "value": 1682301}, {"color": "#d9d9d9", "id": 341, "label": "bored_at_3am", "shape": "dot", "value": 10}, {"color": "#d9d9d9", "id": 342, "label": "Foro_Mexico", "shape": "dot", "value": 1230}, {"color": "#d9d9d9", "id": 343, "label": "ethdev", "shape": "dot", "value": 80268}, {"color": "#d9d9d9", "id": 344, "label": "awfuleverything", "shape": "dot", "value": 1371532}, {"color": "#d9d9d9", "id": 345, "label": "CatastrophicFailure", "shape": "dot", "value": 1577925}, {"color": "#d9d9d9", "id": 346, "label": "popularopinion", "shape": "dot", "value": 19089}, {"color": "#d9d9d9", "id": 347, "label": "DankPods", "shape": "dot", "value": 17789}, {"color": "#d9d9d9", "id": 348, "label": "sports", "shape": "dot", "value": 19626488}, {"color": "#d9d9d9", "id": 349, "label": "WarplanePorn", "shape": "dot", "value": 137960}, {"color": "#d9d9d9", "id": 350, "label": "dogs", "shape": "dot", "value": 2299874}, {"color": "#d9d9d9", "id": 351, "label": "adhdwomen", "shape": "dot", "value": 115589}, {"color": "#d9d9d9", "id": 352, "label": "EA_NHL", "shape": "dot", "value": 50238}, {"color": "#d9d9d9", "id": 353, "label": "SquaredCircle", "shape": "dot", "value": 598868}, {"color": "#d9d9d9", "id": 354, "label": "ApexOutlands", "shape": "dot", "value": 330050}, {"color": "#d9d9d9", "id": 355, "label": "AskMen", "shape": "dot", "value": 3313408}, {"color": "#d9d9d9", "id": 356, "label": "ios", "shape": "dot", "value": 191536}, {"color": "#d9d9d9", "id": 357, "label": "plantclinic", "shape": "dot", "value": 471884}, {"color": "#d9d9d9", "id": 358, "label": "autism", "shape": "dot", "value": 150839}, {"color": "#d9d9d9", "id": 359, "label": "fantasyfootball", "shape": "dot", "value": 816255}, {"color": "#d9d9d9", "id": 360, "label": "applehelp", "shape": "dot", "value": 117756}, {"color": "#d9d9d9", "id": 361, "label": "technology", "shape": "dot", "value": 11316133}, {"color": "#d9d9d9", "id": 362, "label": "PS5", "shape": "dot", "value": 1930344}, {"color": "#d9d9d9", "id": 363, "label": "KBVTV", "shape": "dot", "value": 45}, {"color": "#d9d9d9", "id": 364, "label": "Pimax", "shape": "dot", "value": 6904}, {"color": "#d9d9d9", "id": 365, "label": "teenagers", "shape": "dot", "value": 2732524}, {"color": "#d9d9d9", "id": 366, "label": "WhitePeopleTwitter", "shape": "dot", "value": 2473449}, {"color": "#d9d9d9", "id": 367, "label": "ShittyDaystrom", "shape": "dot", "value": 19764}, {"color": "#d9d9d9", "id": 368, "label": "SCJerk", "shape": "dot", "value": 21527}, {"color": "#d9d9d9", "id": 369, "label": "Tribes", "shape": "dot", "value": 12063}, {"color": "#d9d9d9", "id": 370, "label": "Magicdeckbuilding", "shape": "dot", "value": 66765}, {"color": "#d9d9d9", "id": 371, "label": "danganronpa", "shape": "dot", "value": 288608}, {"color": "#d9d9d9", "id": 372, "label": "Showerthoughts", "shape": "dot", "value": 23846743}, {"color": "#d9d9d9", "id": 373, "label": "army", "shape": "dot", "value": 206205}, {"color": "#d9d9d9", "id": 374, "label": "amibeingdetained", "shape": "dot", "value": 214026}, {"color": "#d9d9d9", "id": 375, "label": "Focusrite", "shape": "dot", "value": 5323}, {"color": "#d9d9d9", "id": 376, "label": "CrappyDesign", "shape": "dot", "value": 2758671}, {"color": "#d9d9d9", "id": 377, "label": "Toughguysholdingpets", "shape": "dot", "value": 25539}, {"color": "#d9d9d9", "id": 378, "label": "Frontend", "shape": "dot", "value": 162612}, {"color": "#ff00cc", "id": 379, "label": "tipofmypenis", "shape": "dot", "value": 664554}, {"color": "#d9d9d9", "id": 380, "label": "maybemaybemaybe", "shape": "dot", "value": 1706429}, {"color": "#d9d9d9", "id": 381, "label": "ohsoyoujade", "shape": "dot", "value": 14157}, {"color": "#d9d9d9", "id": 382, "label": "ShitMomGroupsSay", "shape": "dot", "value": 276437}, {"color": "#d9d9d9", "id": 383, "label": "MCFC", "shape": "dot", "value": 93301}, {"color": "#d9d9d9", "id": 384, "label": "wow", "shape": "dot", "value": 2162721}, {"color": "#d9d9d9", "id": 385, "label": "Damnthatsinteresting", "shape": "dot", "value": 4559347}, {"color": "#d9d9d9", "id": 386, "label": "aspergers", "shape": "dot", "value": 112543}, {"color": "#d9d9d9", "id": 387, "label": "boomershooters", "shape": "dot", "value": 826}, {"color": "#d9d9d9", "id": 388, "label": "iamatotalpieceofshit", "shape": "dot", "value": 1557009}, {"color": "#d9d9d9", "id": 389, "label": "RocketLeague", "shape": "dot", "value": 1103913}, {"color": "#d9d9d9", "id": 390, "label": "TimPool", "shape": "dot", "value": 15115}, {"color": "#d9d9d9", "id": 391, "label": "Tinder", "shape": "dot", "value": 5134808}, {"color": "#d9d9d9", "id": 392, "label": "TooAfraidToAsk", "shape": "dot", "value": 1502195}, {"color": "#d9d9d9", "id": 393, "label": "SuddenlyGay", "shape": "dot", "value": 835284}, {"color": "#d9d9d9", "id": 394, "label": "niceguys", "shape": "dot", "value": 1425257}, {"color": "#d9d9d9", "id": 395, "label": "AmongUs", "shape": "dot", "value": 670601}, {"color": "#d9d9d9", "id": 396, "label": "Cringetopia", "shape": "dot", "value": 1679182}, {"color": "#d9d9d9", "id": 397, "label": "Stargate", "shape": "dot", "value": 104800}, {"color": "#d9d9d9", "id": 398, "label": "TLCsisterwives", "shape": "dot", "value": 50746}, {"color": "#d9d9d9", "id": 399, "label": "modelmakers", "shape": "dot", "value": 197286}, {"color": "#d9d9d9", "id": 400, "label": "linux_gaming", "shape": "dot", "value": 209198}, {"color": "#d9d9d9", "id": 401, "label": "HistoryPorn", "shape": "dot", "value": 3002925}, {"color": "#d9d9d9", "id": 402, "label": "wien", "shape": "dot", "value": 54004}, {"color": "#d9d9d9", "id": 403, "label": "meme", "shape": "dot", "value": 1889901}, {"color": "#d9d9d9", "id": 404, "label": "UXDesign", "shape": "dot", "value": 69424}, {"color": "#d9d9d9", "id": 405, "label": "mostrepostedposts", "shape": "dot", "value": 5666}, {"color": "#d9d9d9", "id": 406, "label": "RoastMe", "shape": "dot", "value": 2253480}, {"color": "#d9d9d9", "id": 407, "label": "HVAC", "shape": "dot", "value": 89248}, {"color": "#d9d9d9", "id": 408, "label": "mtg", "shape": "dot", "value": 47874}, {"color": "#d9d9d9", "id": 409, "label": "sadcringe", "shape": "dot", "value": 1140869}, {"color": "#d9d9d9", "id": 410, "label": "Miata", "shape": "dot", "value": 116010}, {"color": "#d9d9d9", "id": 411, "label": "funrun", "shape": "dot", "value": 5776}, {"color": "#d9d9d9", "id": 412, "label": "Genshin_Impact", "shape": "dot", "value": 1358804}, {"color": "#d9d9d9", "id": 413, "label": "onebag", "shape": "dot", "value": 354546}, {"color": "#d9d9d9", "id": 414, "label": "quake", "shape": "dot", "value": 14571}, {"color": "#d9d9d9", "id": 415, "label": "SmithAndWesson", "shape": "dot", "value": 35718}, {"color": "#d9d9d9", "id": 416, "label": "memes", "shape": "dot", "value": 17414044}, {"color": "#d9d9d9", "id": 417, "label": "OutOfTheLoop", "shape": "dot", "value": 2703129}, {"color": "#d9d9d9", "id": 418, "label": "SugarBABYonlyforum", "shape": "dot", "value": 5173}, {"color": "#d9d9d9", "id": 419, "label": "torncity", "shape": "dot", "value": 7770}, {"color": "#d9d9d9", "id": 420, "label": "FordEdge", "shape": "dot", "value": 2055}, {"color": "#d9d9d9", "id": 421, "label": "MagicArena", "shape": "dot", "value": 241115}, {"color": "#d9d9d9", "id": 422, "label": "u_-VioIet-", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 423, "label": "NoahGetTheBoat", "shape": "dot", "value": 733394}, {"color": "#d9d9d9", "id": 424, "label": "whenthe", "shape": "dot", "value": 256838}, {"color": "#d9d9d9", "id": 425, "label": "TheLastAirbender", "shape": "dot", "value": 1083325}, {"color": "#d9d9d9", "id": 426, "label": "AnimalsBeingDerps", "shape": "dot", "value": 4222529}, {"color": "#d9d9d9", "id": 427, "label": "badwomensanatomy", "shape": "dot", "value": 520724}, {"color": "#d9d9d9", "id": 428, "label": "interiordecorating", "shape": "dot", "value": 215715}, {"color": "#d9d9d9", "id": 429, "label": "TrueUnpopularOpinion", "shape": "dot", "value": 24989}, {"color": "#d9d9d9", "id": 430, "label": "flying", "shape": "dot", "value": 185225}, {"color": "#d9d9d9", "id": 431, "label": "Millions", "shape": "dot", "value": 21366}, {"color": "#d9d9d9", "id": 432, "label": "pics", "shape": "dot", "value": 28502975}, {"color": "#d9d9d9", "id": 433, "label": "u_Zeebuoy", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 434, "label": "AskReddit", "shape": "dot", "value": 34687254}, {"color": "#d9d9d9", "id": 435, "label": "legaladvice", "shape": "dot", "value": 1903612}, {"color": "#d9d9d9", "id": 436, "label": "unexpectedarcher", "shape": "dot", "value": 9568}, {"color": "#ff00cc", "id": 437, "label": "cumsluts", "shape": "dot", "value": 2102263}, {"color": "#d9d9d9", "id": 438, "label": "Genshin_Memepact", "shape": "dot", "value": 237665}, {"color": "#d9d9d9", "id": 439, "label": "minibikes", "shape": "dot", "value": 5766}, {"color": "#d9d9d9", "id": 440, "label": "analog", "shape": "dot", "value": 1622777}, {"color": "#d9d9d9", "id": 441, "label": "LateStageCarnism", "shape": "dot", "value": 7062}, {"color": "#d9d9d9", "id": 442, "label": "jobs", "shape": "dot", "value": 648675}, {"color": "#d9d9d9", "id": 443, "label": "apexcirclejerk", "shape": "dot", "value": 4709}, {"color": "#d9d9d9", "id": 444, "label": "KerbalSpaceProgram", "shape": "dot", "value": 1427908}, {"color": "#d9d9d9", "id": 445, "label": "yourmomshousepodcast", "shape": "dot", "value": 124538}, {"color": "#d9d9d9", "id": 446, "label": "WapsiComic", "shape": "dot", "value": 1507}, {"color": "#d9d9d9", "id": 447, "label": "LegalAdviceUK", "shape": "dot", "value": 426622}, {"color": "#d9d9d9", "id": 448, "label": "Unexpected", "shape": "dot", "value": 5135709}, {"color": "#d9d9d9", "id": 449, "label": "JoePera", "shape": "dot", "value": 9027}, {"color": "#d9d9d9", "id": 450, "label": "HelluvaBoss", "shape": "dot", "value": 76224}, {"color": "#d9d9d9", "id": 451, "label": "GothStyle", "shape": "dot", "value": 123432}, {"color": "#d9d9d9", "id": 452, "label": "mathematics", "shape": "dot", "value": 80208}, {"color": "#d9d9d9", "id": 453, "label": "nottheonion", "shape": "dot", "value": 20590331}, {"color": "#d9d9d9", "id": 454, "label": "motorcycles", "shape": "dot", "value": 1226451}, {"color": "#d9d9d9", "id": 455, "label": "PokemonSwordAndShield", "shape": "dot", "value": 548520}, {"color": "#d9d9d9", "id": 456, "label": "startups", "shape": "dot", "value": 917392}, {"color": "#d9d9d9", "id": 457, "label": "NintendoSwitch", "shape": "dot", "value": 3617209}, {"color": "#d9d9d9", "id": 458, "label": "fivenightsatfreddys", "shape": "dot", "value": 384769}, {"color": "#d9d9d9", "id": 459, "label": "Ozark", "shape": "dot", "value": 68460}, {"color": "#d9d9d9", "id": 460, "label": "comics", "shape": "dot", "value": 1720006}, {"color": "#d9d9d9", "id": 461, "label": "Feetishh", "shape": "dot", "value": 43138}, {"color": "#d9d9d9", "id": 462, "label": "truegaming", "shape": "dot", "value": 1169509}, {"color": "#d9d9d9", "id": 463, "label": "goldenknights", "shape": "dot", "value": 33607}, {"color": "#d9d9d9", "id": 464, "label": "Warthunder", "shape": "dot", "value": 277431}, {"color": "#d9d9d9", "id": 465, "label": "Filmmakers", "shape": "dot", "value": 2205108}, {"color": "#d9d9d9", "id": 466, "label": "ErgoMechKeyboards", "shape": "dot", "value": 22040}, {"color": "#d9d9d9", "id": 467, "label": "IronFrontUSA", "shape": "dot", "value": 22606}, {"color": "#d9d9d9", "id": 468, "label": "AskARussian", "shape": "dot", "value": 56844}, {"color": "#d9d9d9", "id": 469, "label": "harrypotter", "shape": "dot", "value": 1145577}, {"color": "#d9d9d9", "id": 470, "label": "magicTCG", "shape": "dot", "value": 504344}, {"color": "#d9d9d9", "id": 471, "label": "recruitinghell", "shape": "dot", "value": 249711}, {"color": "#d9d9d9", "id": 472, "label": "FallGuys", "shape": "dot", "value": 35415}, {"color": "#d9d9d9", "id": 473, "label": "ToolBand", "shape": "dot", "value": 147402}, {"color": "#d9d9d9", "id": 474, "label": "vampires", "shape": "dot", "value": 15127}, {"color": "#d9d9d9", "id": 475, "label": "Terraria", "shape": "dot", "value": 913017}, {"color": "#d9d9d9", "id": 476, "label": "canada", "shape": "dot", "value": 1138411}, {"color": "#d9d9d9", "id": 477, "label": "Whatcouldgowrong", "shape": "dot", "value": 5780380}, {"color": "#d9d9d9", "id": 478, "label": "90DayFiance", "shape": "dot", "value": 295092}, {"color": "#d9d9d9", "id": 479, "label": "weed", "shape": "dot", "value": 667888}, {"color": "#d9d9d9", "id": 480, "label": "democrats", "shape": "dot", "value": 349322}, {"color": "#d9d9d9", "id": 481, "label": "TACN", "shape": "dot", "value": 3438}, {"color": "#d9d9d9", "id": 482, "label": "EatCheapAndHealthy", "shape": "dot", "value": 3791267}, {"color": "#d9d9d9", "id": 483, "label": "SwordAndShield", "shape": "dot", "value": 5626}, {"color": "#d9d9d9", "id": 484, "label": "Madden", "shape": "dot", "value": 156560}, {"color": "#d9d9d9", "id": 485, "label": "u_memes_gbc", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 486, "label": "Economics", "shape": "dot", "value": 1825558}, {"color": "#d9d9d9", "id": 487, "label": "IttoMains", "shape": "dot", "value": 25844}, {"color": "#d9d9d9", "id": 488, "label": "apolloapp", "shape": "dot", "value": 591883}, {"color": "#d9d9d9", "id": 489, "label": "FansHansenvsPredator", "shape": "dot", "value": 12094}, {"color": "#d9d9d9", "id": 490, "label": "fakedisordercringe", "shape": "dot", "value": 196064}, {"color": "#d9d9d9", "id": 491, "label": "xkcd", "shape": "dot", "value": 144572}, {"color": "#d9d9d9", "id": 492, "label": "horror", "shape": "dot", "value": 2529432}, {"color": "#d9d9d9", "id": 493, "label": "Shroom", "shape": "dot", "value": 5284}, {"color": "#d9d9d9", "id": 494, "label": "reactiongifs", "shape": "dot", "value": 3874670}, {"color": "#d9d9d9", "id": 495, "label": "reddeadredemption", "shape": "dot", "value": 908835}, {"color": "#d9d9d9", "id": 496, "label": "lostgeneration", "shape": "dot", "value": 310152}, {"color": "#ff00cc", "id": 497, "label": "PetiteJAV", "shape": "dot", "value": 32531}, {"color": "#d9d9d9", "id": 498, "label": "mapporncirclejerk", "shape": "dot", "value": 108136}, {"color": "#d9d9d9", "id": 499, "label": "nextfuckinglevel", "shape": "dot", "value": 5582730}, {"color": "#d9d9d9", "id": 500, "label": "conspiracy_commons", "shape": "dot", "value": 83071}, {"color": "#d9d9d9", "id": 501, "label": "osx", "shape": "dot", "value": 68804}, {"color": "#d9d9d9", "id": 502, "label": "rance", "shape": "dot", "value": 161714}, {"color": "#d9d9d9", "id": 503, "label": "stobuilds", "shape": "dot", "value": 19829}, {"color": "#d9d9d9", "id": 504, "label": "lotro", "shape": "dot", "value": 44207}, {"color": "#d9d9d9", "id": 505, "label": "mountaindew", "shape": "dot", "value": 22296}, {"color": "#d9d9d9", "id": 506, "label": "3Dprinting", "shape": "dot", "value": 1010298}, {"color": "#d9d9d9", "id": 507, "label": "topeleven", "shape": "dot", "value": 4001}, {"color": "#d9d9d9", "id": 508, "label": "GetEmployed", "shape": "dot", "value": 221045}, {"color": "#d9d9d9", "id": 509, "label": "LightNovels", "shape": "dot", "value": 191607}, {"color": "#d9d9d9", "id": 510, "label": "Liberal", "shape": "dot", "value": 110052}, {"color": "#d9d9d9", "id": 511, "label": "stepparents", "shape": "dot", "value": 54192}, {"color": "#d9d9d9", "id": 512, "label": "PhasmophobiaGame", "shape": "dot", "value": 105279}, {"color": "#d9d9d9", "id": 513, "label": "LittleCaesars", "shape": "dot", "value": 3526}, {"color": "#d9d9d9", "id": 514, "label": "raspberry_pi", "shape": "dot", "value": 2565450}, {"color": "#d9d9d9", "id": 515, "label": "u_absolutelyuseless31", "shape": "dot", "value": 0}, {"color": "#d9d9d9", "id": 516, "label": "resumes", "shape": "dot", "value": 350417}, {"color": "#d9d9d9", "id": 517, "label": "formcheck", "shape": "dot", "value": 26607}, {"color": "#d9d9d9", "id": 518, "label": "LegacyJailbreak", "shape": "dot", "value": 29080}, {"color": "#d9d9d9", "id": 519, "label": "JoeRogan", "shape": "dot", "value": 727912}, {"color": "#d9d9d9", "id": 520, "label": "MiSTerFPGA", "shape": "dot", "value": 2562}, {"color": "#d9d9d9", "id": 521, "label": "AnimalCrossing", "shape": "dot", "value": 1712700}, {"color": "#d9d9d9", "id": 522, "label": "millionairemakers", "shape": "dot", "value": 226653}, {"color": "#d9d9d9", "id": 523, "label": "SeattleKraken", "shape": "dot", "value": 25115}, {"color": "#d9d9d9", "id": 524, "label": "Xiangling", "shape": "dot", "value": 3411}, {"color": "#d9d9d9", "id": 525, "label": "tifu", "shape": "dot", "value": 17658820}]);
edges = new vis.DataSet([{"from": 52, "to": 66, "width": 6}, {"from": 52, "to": 245, "width": 6}, {"from": 52, "to": 185, "width": 3}, {"from": 52, "to": 2, "width": 3}, {"from": 52, "to": 22, "width": 3}, {"from": 52, "to": 166, "width": 9}, {"from": 52, "to": 408, "width": 3}, {"from": 52, "to": 508, "width": 3}, {"from": 52, "to": 114, "width": 3}, {"from": 52, "to": 204, "width": 3}, {"from": 52, "to": 344, "width": 6}, {"from": 52, "to": 157, "width": 6}, {"from": 52, "to": 173, "width": 4}, {"from": 52, "to": 365, "width": 8}, {"from": 52, "to": 162, "width": 3}, {"from": 52, "to": 299, "width": 3}, {"from": 52, "to": 260, "width": 3}, {"from": 52, "to": 79, "width": 15}, {"from": 52, "to": 379, "width": 6}, {"from": 52, "to": 384, "width": 9}, {"from": 52, "to": 510, "width": 3}, {"from": 52, "to": 464, "width": 6}, {"from": 52, "to": 504, "width": 3}, {"from": 52, "to": 65, "width": 8}, {"from": 52, "to": 429, "width": 3}, {"from": 52, "to": 38, "width": 2}, {"from": 52, "to": 332, "width": 1}, {"from": 52, "to": 138, "width": 3}, {"from": 52, "to": 8, "width": 1}, {"from": 52, "to": 397, "width": 1}, {"from": 52, "to": 136, "width": 1}, {"from": 52, "to": 262, "width": 2}, {"from": 52, "to": 434, "width": 2}, {"from": 52, "to": 396, "width": 3}, {"from": 52, "to": 300, "width": 1}, {"from": 52, "to": 46, "width": 2}, {"from": 52, "to": 175, "width": 4}, {"from": 52, "to": 1, "width": 2}, {"from": 52, "to": 249, "width": 1}, {"from": 52, "to": 16, "width": 1}, {"from": 52, "to": 32, "width": 3}, {"from": 52, "to": 336, "width": 2}, {"from": 52, "to": 275, "width": 1}, {"from": 52, "to": 455, "width": 1}, {"from": 52, "to": 356, "width": 1}, {"from": 52, "to": 80, "width": 2}, {"from": 52, "to": 285, "width": 3}, {"from": 52, "to": 192, "width": 1}, {"from": 66, "to": 266, "width": 3}, {"from": 66, "to": 27, "width": 3}, {"from": 66, "to": 430, "width": 9}, {"from": 66, "to": 158, "width": 7}, {"from": 66, "to": 416, "width": 1}, {"from": 66, "to": 426, "width": 3}, {"from": 66, "to": 109, "width": 1}, {"from": 66, "to": 288, "width": 1}, {"from": 66, "to": 451, "width": 1}, {"from": 245, "to": 468, "width": 6}, {"from": 245, "to": 319, "width": 3}, {"from": 245, "to": 310, "width": 3}, {"from": 245, "to": 292, "width": 3}, {"from": 245, "to": 297, "width": 3}, {"from": 245, "to": 220, "width": 4}, {"from": 245, "to": 243, "width": 3}, {"from": 245, "to": 432, "width": 1}, {"from": 245, "to": 116, "width": 3}, {"from": 245, "to": 401, "width": 3}, {"from": 245, "to": 65, "width": 1}, {"from": 185, "to": 72, "width": 3}, {"from": 2, "to": 433, "width": 6}, {"from": 2, "to": 284, "width": 6}, {"from": 2, "to": 347, "width": 1}, {"from": 22, "to": 69, "width": 3}, {"from": 22, "to": 383, "width": 3}, {"from": 22, "to": 493, "width": 4}, {"from": 22, "to": 475, "width": 3}, {"from": 22, "to": 59, "width": 1}, {"from": 22, "to": 315, "width": 1}, {"from": 22, "to": 267, "width": 1}, {"from": 22, "to": 282, "width": 1}, {"from": 22, "to": 479, "width": 1}, {"from": 22, "to": 220, "width": 1}, {"from": 22, "to": 509, "width": 1}, {"from": 166, "to": 213, "width": 3}, {"from": 166, "to": 152, "width": 3}, {"from": 166, "to": 159, "width": 3}, {"from": 166, "to": 91, "width": 3}, {"from": 166, "to": 170, "width": 4}, {"from": 166, "to": 144, "width": 3}, {"from": 166, "to": 239, "width": 2}, {"from": 166, "to": 491, "width": 1}, {"from": 166, "to": 460, "width": 1}, {"from": 166, "to": 470, "width": 2}, {"from": 408, "to": 76, "width": 3}, {"from": 408, "to": 359, "width": 3}, {"from": 408, "to": 337, "width": 5}, {"from": 408, "to": 368, "width": 3}, {"from": 408, "to": 506, "width": 4}, {"from": 408, "to": 421, "width": 5}, {"from": 408, "to": 370, "width": 6}, {"from": 408, "to": 219, "width": 3}, {"from": 408, "to": 104, "width": 1}, {"from": 408, "to": 122, "width": 1}, {"from": 408, "to": 353, "width": 1}, {"from": 408, "to": 470, "width": 1}, {"from": 408, "to": 307, "width": 1}, {"from": 408, "to": 148, "width": 1}, {"from": 408, "to": 261, "width": 1}, {"from": 408, "to": 340, "width": 1}, {"from": 508, "to": 471, "width": 4}, {"from": 508, "to": 67, "width": 3}, {"from": 508, "to": 374, "width": 4}, {"from": 508, "to": 442, "width": 3}, {"from": 508, "to": 236, "width": 5}, {"from": 508, "to": 263, "width": 1}, {"from": 508, "to": 273, "width": 1}, {"from": 508, "to": 86, "width": 2}, {"from": 508, "to": 516, "width": 1}, {"from": 114, "to": 369, "width": 6}, {"from": 114, "to": 251, "width": 3}, {"from": 114, "to": 44, "width": 3}, {"from": 114, "to": 334, "width": 3}, {"from": 114, "to": 462, "width": 1}, {"from": 114, "to": 413, "width": 1}, {"from": 114, "to": 477, "width": 1}, {"from": 114, "to": 50, "width": 1}, {"from": 114, "to": 304, "width": 1}, {"from": 114, "to": 328, "width": 1}, {"from": 114, "to": 350, "width": 2}, {"from": 114, "to": 435, "width": 1}, {"from": 114, "to": 456, "width": 1}, {"from": 204, "to": 155, "width": 3}, {"from": 204, "to": 118, "width": 3}, {"from": 204, "to": 489, "width": 8}, {"from": 204, "to": 209, "width": 3}, {"from": 204, "to": 51, "width": 3}, {"from": 204, "to": 300, "width": 4}, {"from": 204, "to": 246, "width": 3}, {"from": 204, "to": 60, "width": 2}, {"from": 204, "to": 132, "width": 2}, {"from": 204, "to": 362, "width": 1}, {"from": 204, "to": 7, "width": 1}, {"from": 204, "to": 327, "width": 1}, {"from": 204, "to": 336, "width": 1}, {"from": 344, "to": 416, "width": 7}, {"from": 344, "to": 458, "width": 3}, {"from": 344, "to": 105, "width": 3}, {"from": 344, "to": 427, "width": 3}, {"from": 344, "to": 247, "width": 4}, {"from": 344, "to": 199, "width": 3}, {"from": 344, "to": 434, "width": 6}, {"from": 344, "to": 296, "width": 3}, {"from": 344, "to": 147, "width": 3}, {"from": 344, "to": 98, "width": 3}, {"from": 344, "to": 177, "width": 1}, {"from": 344, "to": 389, "width": 2}, {"from": 344, "to": 293, "width": 1}, {"from": 344, "to": 391, "width": 1}, {"from": 344, "to": 361, "width": 1}, {"from": 344, "to": 227, "width": 1}, {"from": 344, "to": 396, "width": 1}, {"from": 344, "to": 34, "width": 1}, {"from": 157, "to": 42, "width": 3}, {"from": 157, "to": 210, "width": 3}, {"from": 157, "to": 364, "width": 4}, {"from": 157, "to": 371, "width": 6}, {"from": 157, "to": 330, "width": 3}, {"from": 157, "to": 478, "width": 3}, {"from": 157, "to": 449, "width": 4}, {"from": 157, "to": 346, "width": 3}, {"from": 157, "to": 519, "width": 1}, {"from": 157, "to": 75, "width": 1}, {"from": 157, "to": 21, "width": 1}, {"from": 157, "to": 445, "width": 1}, {"from": 157, "to": 134, "width": 1}, {"from": 157, "to": 110, "width": 4}, {"from": 173, "to": 352, "width": 3}, {"from": 173, "to": 277, "width": 3}, {"from": 173, "to": 525, "width": 3}, {"from": 173, "to": 321, "width": 4}, {"from": 173, "to": 55, "width": 6}, {"from": 173, "to": 465, "width": 3}, {"from": 173, "to": 331, "width": 3}, {"from": 173, "to": 141, "width": 1}, {"from": 173, "to": 476, "width": 1}, {"from": 173, "to": 7, "width": 1}, {"from": 173, "to": 333, "width": 1}, {"from": 173, "to": 65, "width": 3}, {"from": 173, "to": 303, "width": 1}, {"from": 173, "to": 61, "width": 1}, {"from": 173, "to": 268, "width": 1}, {"from": 173, "to": 278, "width": 1}, {"from": 173, "to": 406, "width": 1}, {"from": 173, "to": 89, "width": 1}, {"from": 173, "to": 115, "width": 1}, {"from": 173, "to": 54, "width": 1}, {"from": 365, "to": 11, "width": 3}, {"from": 365, "to": 384, "width": 3}, {"from": 365, "to": 521, "width": 4}, {"from": 365, "to": 422, "width": 3}, {"from": 365, "to": 341, "width": 3}, {"from": 365, "to": 96, "width": 3}, {"from": 365, "to": 58, "width": 4}, {"from": 365, "to": 232, "width": 1}, {"from": 365, "to": 431, "width": 1}, {"from": 365, "to": 412, "width": 1}, {"from": 365, "to": 438, "width": 2}, {"from": 162, "to": 108, "width": 3}, {"from": 162, "to": 243, "width": 3}, {"from": 162, "to": 150, "width": 3}, {"from": 162, "to": 359, "width": 3}, {"from": 162, "to": 62, "width": 3}, {"from": 162, "to": 128, "width": 3}, {"from": 162, "to": 54, "width": 3}, {"from": 162, "to": 33, "width": 3}, {"from": 162, "to": 186, "width": 3}, {"from": 162, "to": 439, "width": 3}, {"from": 162, "to": 212, "width": 3}, {"from": 162, "to": 253, "width": 1}, {"from": 162, "to": 60, "width": 2}, {"from": 162, "to": 287, "width": 2}, {"from": 162, "to": 281, "width": 1}, {"from": 162, "to": 520, "width": 1}, {"from": 162, "to": 196, "width": 1}, {"from": 162, "to": 414, "width": 1}, {"from": 162, "to": 316, "width": 1}, {"from": 162, "to": 385, "width": 1}, {"from": 162, "to": 177, "width": 1}, {"from": 162, "to": 70, "width": 1}, {"from": 162, "to": 448, "width": 1}, {"from": 162, "to": 226, "width": 1}, {"from": 299, "to": 190, "width": 3}, {"from": 299, "to": 343, "width": 3}, {"from": 299, "to": 444, "width": 10}, {"from": 299, "to": 434, "width": 7}, {"from": 299, "to": 485, "width": 3}, {"from": 299, "to": 387, "width": 3}, {"from": 299, "to": 72, "width": 3}, {"from": 299, "to": 174, "width": 3}, {"from": 299, "to": 36, "width": 1}, {"from": 299, "to": 332, "width": 2}, {"from": 299, "to": 259, "width": 1}, {"from": 299, "to": 160, "width": 1}, {"from": 299, "to": 84, "width": 1}, {"from": 299, "to": 395, "width": 1}, {"from": 299, "to": 290, "width": 1}, {"from": 299, "to": 250, "width": 1}, {"from": 299, "to": 424, "width": 2}, {"from": 299, "to": 226, "width": 1}, {"from": 299, "to": 355, "width": 2}, {"from": 299, "to": 169, "width": 1}, {"from": 79, "to": 418, "width": 5}, {"from": 379, "to": 265, "width": 3}, {"from": 379, "to": 156, "width": 3}, {"from": 379, "to": 232, "width": 4}, {"from": 379, "to": 443, "width": 5}, {"from": 379, "to": 92, "width": 5}, {"from": 379, "to": 171, "width": 3}, {"from": 379, "to": 437, "width": 1}, {"from": 379, "to": 497, "width": 1}, {"from": 379, "to": 381, "width": 1}, {"from": 379, "to": 12, "width": 1}, {"from": 379, "to": 74, "width": 1}, {"from": 379, "to": 127, "width": 1}, {"from": 379, "to": 257, "width": 1}, {"from": 379, "to": 495, "width": 2}, {"from": 379, "to": 51, "width": 1}, {"from": 379, "to": 499, "width": 1}, {"from": 379, "to": 193, "width": 1}, {"from": 379, "to": 318, "width": 1}, {"from": 384, "to": 149, "width": 3}, {"from": 384, "to": 507, "width": 3}, {"from": 384, "to": 470, "width": 3}, {"from": 384, "to": 234, "width": 6}, {"from": 384, "to": 280, "width": 5}, {"from": 384, "to": 481, "width": 3}, {"from": 384, "to": 517, "width": 3}, {"from": 384, "to": 285, "width": 3}, {"from": 384, "to": 72, "width": 2}, {"from": 384, "to": 195, "width": 1}, {"from": 384, "to": 23, "width": 3}, {"from": 384, "to": 332, "width": 1}, {"from": 384, "to": 311, "width": 1}, {"from": 510, "to": 99, "width": 3}, {"from": 510, "to": 349, "width": 3}, {"from": 510, "to": 97, "width": 6}, {"from": 510, "to": 467, "width": 3}, {"from": 510, "to": 332, "width": 6}, {"from": 510, "to": 402, "width": 6}, {"from": 510, "to": 177, "width": 3}, {"from": 510, "to": 256, "width": 1}, {"from": 510, "to": 202, "width": 1}, {"from": 510, "to": 390, "width": 1}, {"from": 510, "to": 78, "width": 1}, {"from": 510, "to": 480, "width": 4}, {"from": 510, "to": 18, "width": 1}, {"from": 510, "to": 47, "width": 1}, {"from": 510, "to": 301, "width": 2}, {"from": 510, "to": 366, "width": 2}, {"from": 464, "to": 321, "width": 3}, {"from": 464, "to": 399, "width": 3}, {"from": 464, "to": 81, "width": 8}, {"from": 504, "to": 163, "width": 3}, {"from": 504, "to": 474, "width": 3}, {"from": 504, "to": 305, "width": 3}, {"from": 504, "to": 244, "width": 3}, {"from": 504, "to": 67, "width": 4}, {"from": 504, "to": 172, "width": 3}, {"from": 504, "to": 193, "width": 1}, {"from": 504, "to": 30, "width": 1}, {"from": 65, "to": 112, "width": 3}, {"from": 65, "to": 373, "width": 3}, {"from": 65, "to": 89, "width": 3}, {"from": 65, "to": 139, "width": 6}, {"from": 65, "to": 233, "width": 3}, {"from": 65, "to": 187, "width": 3}, {"from": 65, "to": 141, "width": 3}, {"from": 65, "to": 13, "width": 1}, {"from": 65, "to": 476, "width": 1}, {"from": 65, "to": 440, "width": 1}, {"from": 65, "to": 29, "width": 1}, {"from": 65, "to": 376, "width": 1}, {"from": 429, "to": 101, "width": 3}, {"from": 429, "to": 512, "width": 3}, {"from": 429, "to": 171, "width": 3}, {"from": 429, "to": 454, "width": 3}, {"from": 429, "to": 434, "width": 1}, {"from": 429, "to": 340, "width": 1}, {"from": 38, "to": 513, "width": 3}, {"from": 38, "to": 129, "width": 3}, {"from": 38, "to": 56, "width": 3}, {"from": 38, "to": 142, "width": 5}, {"from": 38, "to": 71, "width": 6}, {"from": 38, "to": 524, "width": 6}, {"from": 38, "to": 204, "width": 5}, {"from": 38, "to": 411, "width": 1}, {"from": 38, "to": 217, "width": 2}, {"from": 38, "to": 505, "width": 2}, {"from": 38, "to": 88, "width": 1}, {"from": 38, "to": 29, "width": 1}, {"from": 38, "to": 247, "width": 1}, {"from": 38, "to": 391, "width": 1}, {"from": 332, "to": 53, "width": 3}, {"from": 332, "to": 258, "width": 3}, {"from": 332, "to": 255, "width": 3}, {"from": 332, "to": 15, "width": 3}, {"from": 332, "to": 85, "width": 3}, {"from": 332, "to": 360, "width": 3}, {"from": 332, "to": 323, "width": 3}, {"from": 332, "to": 232, "width": 3}, {"from": 332, "to": 151, "width": 3}, {"from": 332, "to": 503, "width": 3}, {"from": 332, "to": 118, "width": 1}, {"from": 332, "to": 14, "width": 2}, {"from": 332, "to": 244, "width": 1}, {"from": 332, "to": 486, "width": 1}, {"from": 332, "to": 18, "width": 4}, {"from": 332, "to": 235, "width": 2}, {"from": 332, "to": 73, "width": 1}, {"from": 332, "to": 416, "width": 1}, {"from": 332, "to": 480, "width": 1}, {"from": 332, "to": 285, "width": 1}, {"from": 332, "to": 417, "width": 2}, {"from": 138, "to": 29, "width": 4}, {"from": 138, "to": 182, "width": 4}, {"from": 138, "to": 111, "width": 3}, {"from": 138, "to": 120, "width": 3}, {"from": 138, "to": 104, "width": 3}, {"from": 138, "to": 391, "width": 1}, {"from": 138, "to": 176, "width": 1}, {"from": 138, "to": 365, "width": 1}, {"from": 138, "to": 499, "width": 1}, {"from": 138, "to": 57, "width": 1}, {"from": 138, "to": 35, "width": 1}, {"from": 8, "to": 405, "width": 6}, {"from": 8, "to": 367, "width": 3}, {"from": 8, "to": 377, "width": 3}, {"from": 8, "to": 203, "width": 4}, {"from": 8, "to": 161, "width": 4}, {"from": 8, "to": 335, "width": 3}, {"from": 8, "to": 380, "width": 1}, {"from": 8, "to": 157, "width": 2}, {"from": 8, "to": 393, "width": 1}, {"from": 8, "to": 224, "width": 1}, {"from": 8, "to": 300, "width": 2}, {"from": 8, "to": 324, "width": 1}, {"from": 8, "to": 190, "width": 1}, {"from": 8, "to": 25, "width": 1}, {"from": 397, "to": 28, "width": 7}, {"from": 397, "to": 515, "width": 4}, {"from": 397, "to": 183, "width": 3}, {"from": 397, "to": 247, "width": 3}, {"from": 397, "to": 46, "width": 5}, {"from": 397, "to": 133, "width": 3}, {"from": 397, "to": 436, "width": 3}, {"from": 397, "to": 300, "width": 1}, {"from": 397, "to": 344, "width": 1}, {"from": 397, "to": 5, "width": 1}, {"from": 397, "to": 396, "width": 1}, {"from": 136, "to": 48, "width": 10}, {"from": 136, "to": 206, "width": 5}, {"from": 136, "to": 472, "width": 3}, {"from": 136, "to": 457, "width": 3}, {"from": 136, "to": 107, "width": 3}, {"from": 136, "to": 372, "width": 3}, {"from": 136, "to": 26, "width": 3}, {"from": 136, "to": 165, "width": 2}, {"from": 136, "to": 279, "width": 1}, {"from": 136, "to": 65, "width": 2}, {"from": 136, "to": 354, "width": 3}, {"from": 262, "to": 119, "width": 3}, {"from": 262, "to": 90, "width": 3}, {"from": 262, "to": 231, "width": 6}, {"from": 262, "to": 372, "width": 3}, {"from": 262, "to": 31, "width": 3}, {"from": 262, "to": 180, "width": 3}, {"from": 262, "to": 211, "width": 3}, {"from": 262, "to": 363, "width": 3}, {"from": 262, "to": 384, "width": 2}, {"from": 262, "to": 350, "width": 1}, {"from": 262, "to": 37, "width": 1}, {"from": 262, "to": 225, "width": 1}, {"from": 262, "to": 355, "width": 1}, {"from": 262, "to": 178, "width": 1}, {"from": 262, "to": 9, "width": 2}, {"from": 262, "to": 167, "width": 2}, {"from": 262, "to": 459, "width": 1}, {"from": 262, "to": 273, "width": 1}, {"from": 262, "to": 173, "width": 1}, {"from": 262, "to": 106, "width": 4}, {"from": 262, "to": 237, "width": 1}, {"from": 262, "to": 24, "width": 1}, {"from": 262, "to": 103, "width": 1}, {"from": 434, "to": 469, "width": 7}, {"from": 434, "to": 201, "width": 3}, {"from": 434, "to": 222, "width": 3}, {"from": 434, "to": 228, "width": 3}, {"from": 434, "to": 19, "width": 3}, {"from": 434, "to": 461, "width": 1}, {"from": 434, "to": 124, "width": 2}, {"from": 434, "to": 179, "width": 1}, {"from": 434, "to": 197, "width": 1}, {"from": 396, "to": 423, "width": 3}, {"from": 396, "to": 276, "width": 3}, {"from": 396, "to": 409, "width": 3}, {"from": 396, "to": 415, "width": 3}, {"from": 396, "to": 302, "width": 3}, {"from": 396, "to": 41, "width": 3}, {"from": 396, "to": 205, "width": 1}, {"from": 396, "to": 365, "width": 2}, {"from": 396, "to": 420, "width": 1}, {"from": 396, "to": 140, "width": 1}, {"from": 396, "to": 490, "width": 2}, {"from": 300, "to": 309, "width": 4}, {"from": 300, "to": 452, "width": 3}, {"from": 300, "to": 4, "width": 9}, {"from": 300, "to": 426, "width": 3}, {"from": 300, "to": 95, "width": 3}, {"from": 300, "to": 372, "width": 6}, {"from": 300, "to": 336, "width": 1}, {"from": 300, "to": 326, "width": 1}, {"from": 300, "to": 348, "width": 1}, {"from": 300, "to": 366, "width": 1}, {"from": 300, "to": 355, "width": 2}, {"from": 300, "to": 388, "width": 1}, {"from": 300, "to": 20, "width": 1}, {"from": 46, "to": 94, "width": 6}, {"from": 46, "to": 272, "width": 3}, {"from": 46, "to": 264, "width": 3}, {"from": 46, "to": 434, "width": 7}, {"from": 46, "to": 130, "width": 3}, {"from": 46, "to": 146, "width": 3}, {"from": 46, "to": 366, "width": 3}, {"from": 46, "to": 448, "width": 1}, {"from": 46, "to": 173, "width": 1}, {"from": 46, "to": 450, "width": 1}, {"from": 46, "to": 425, "width": 1}, {"from": 46, "to": 403, "width": 1}, {"from": 46, "to": 407, "width": 2}, {"from": 46, "to": 212, "width": 1}, {"from": 46, "to": 291, "width": 1}, {"from": 46, "to": 500, "width": 1}, {"from": 46, "to": 501, "width": 1}, {"from": 46, "to": 487, "width": 1}, {"from": 46, "to": 392, "width": 1}, {"from": 175, "to": 477, "width": 3}, {"from": 175, "to": 198, "width": 3}, {"from": 175, "to": 270, "width": 5}, {"from": 175, "to": 100, "width": 3}, {"from": 175, "to": 342, "width": 3}, {"from": 175, "to": 365, "width": 1}, {"from": 175, "to": 301, "width": 1}, {"from": 175, "to": 57, "width": 1}, {"from": 175, "to": 45, "width": 1}, {"from": 175, "to": 215, "width": 1}, {"from": 1, "to": 229, "width": 4}, {"from": 1, "to": 351, "width": 3}, {"from": 1, "to": 184, "width": 3}, {"from": 1, "to": 137, "width": 3}, {"from": 1, "to": 117, "width": 3}, {"from": 1, "to": 358, "width": 3}, {"from": 1, "to": 49, "width": 3}, {"from": 1, "to": 216, "width": 3}, {"from": 1, "to": 194, "width": 3}, {"from": 1, "to": 482, "width": 1}, {"from": 1, "to": 428, "width": 1}, {"from": 1, "to": 404, "width": 1}, {"from": 1, "to": 434, "width": 2}, {"from": 1, "to": 83, "width": 2}, {"from": 1, "to": 87, "width": 1}, {"from": 1, "to": 425, "width": 1}, {"from": 1, "to": 496, "width": 2}, {"from": 1, "to": 275, "width": 1}, {"from": 1, "to": 386, "width": 1}, {"from": 1, "to": 511, "width": 1}, {"from": 1, "to": 398, "width": 1}, {"from": 1, "to": 410, "width": 1}, {"from": 1, "to": 6, "width": 1}, {"from": 1, "to": 252, "width": 1}, {"from": 1, "to": 63, "width": 1}, {"from": 249, "to": 325, "width": 3}, {"from": 249, "to": 274, "width": 6}, {"from": 16, "to": 355, "width": 7}, {"from": 16, "to": 322, "width": 3}, {"from": 16, "to": 43, "width": 4}, {"from": 16, "to": 289, "width": 3}, {"from": 16, "to": 240, "width": 3}, {"from": 16, "to": 283, "width": 3}, {"from": 16, "to": 39, "width": 3}, {"from": 16, "to": 312, "width": 3}, {"from": 16, "to": 143, "width": 1}, {"from": 16, "to": 434, "width": 5}, {"from": 16, "to": 131, "width": 1}, {"from": 16, "to": 153, "width": 1}, {"from": 16, "to": 188, "width": 2}, {"from": 16, "to": 448, "width": 2}, {"from": 16, "to": 191, "width": 1}, {"from": 16, "to": 522, "width": 1}, {"from": 32, "to": 394, "width": 3}, {"from": 32, "to": 372, "width": 3}, {"from": 32, "to": 200, "width": 3}, {"from": 32, "to": 17, "width": 3}, {"from": 32, "to": 344, "width": 4}, {"from": 32, "to": 33, "width": 3}, {"from": 32, "to": 441, "width": 3}, {"from": 32, "to": 325, "width": 3}, {"from": 32, "to": 18, "width": 2}, {"from": 32, "to": 65, "width": 2}, {"from": 32, "to": 311, "width": 2}, {"from": 32, "to": 338, "width": 1}, {"from": 32, "to": 157, "width": 2}, {"from": 32, "to": 29, "width": 1}, {"from": 336, "to": 68, "width": 3}, {"from": 336, "to": 77, "width": 3}, {"from": 336, "to": 247, "width": 7}, {"from": 336, "to": 466, "width": 3}, {"from": 336, "to": 365, "width": 3}, {"from": 336, "to": 32, "width": 3}, {"from": 336, "to": 494, "width": 3}, {"from": 336, "to": 453, "width": 1}, {"from": 336, "to": 406, "width": 1}, {"from": 336, "to": 306, "width": 2}, {"from": 336, "to": 329, "width": 1}, {"from": 336, "to": 434, "width": 2}, {"from": 336, "to": 54, "width": 1}, {"from": 336, "to": 164, "width": 1}, {"from": 336, "to": 320, "width": 1}, {"from": 336, "to": 385, "width": 1}, {"from": 336, "to": 4, "width": 1}, {"from": 275, "to": 49, "width": 3}, {"from": 275, "to": 216, "width": 3}, {"from": 275, "to": 273, "width": 4}, {"from": 275, "to": 123, "width": 3}, {"from": 275, "to": 271, "width": 3}, {"from": 275, "to": 269, "width": 3}, {"from": 275, "to": 238, "width": 3}, {"from": 275, "to": 135, "width": 3}, {"from": 275, "to": 386, "width": 1}, {"from": 275, "to": 511, "width": 1}, {"from": 275, "to": 214, "width": 1}, {"from": 275, "to": 250, "width": 1}, {"from": 275, "to": 339, "width": 1}, {"from": 275, "to": 3, "width": 1}, {"from": 275, "to": 294, "width": 2}, {"from": 275, "to": 248, "width": 1}, {"from": 455, "to": 10, "width": 3}, {"from": 455, "to": 463, "width": 6}, {"from": 455, "to": 506, "width": 1}, {"from": 455, "to": 392, "width": 1}, {"from": 455, "to": 308, "width": 1}, {"from": 455, "to": 483, "width": 2}, {"from": 455, "to": 207, "width": 2}, {"from": 455, "to": 93, "width": 1}, {"from": 455, "to": 519, "width": 1}, {"from": 356, "to": 345, "width": 3}, {"from": 356, "to": 208, "width": 3}, {"from": 356, "to": 514, "width": 3}, {"from": 356, "to": 317, "width": 3}, {"from": 356, "to": 241, "width": 3}, {"from": 356, "to": 313, "width": 3}, {"from": 356, "to": 375, "width": 3}, {"from": 356, "to": 488, "width": 3}, {"from": 356, "to": 446, "width": 1}, {"from": 356, "to": 295, "width": 1}, {"from": 356, "to": 230, "width": 2}, {"from": 356, "to": 518, "width": 1}, {"from": 356, "to": 400, "width": 2}, {"from": 356, "to": 102, "width": 1}, {"from": 356, "to": 434, "width": 1}, {"from": 356, "to": 40, "width": 2}, {"from": 356, "to": 113, "width": 1}, {"from": 356, "to": 168, "width": 1}, {"from": 356, "to": 154, "width": 1}, {"from": 356, "to": 72, "width": 1}, {"from": 80, "to": 242, "width": 5}, {"from": 80, "to": 447, "width": 3}, {"from": 80, "to": 419, "width": 3}, {"from": 80, "to": 286, "width": 3}, {"from": 80, "to": 502, "width": 1}, {"from": 80, "to": 18, "width": 1}, {"from": 80, "to": 223, "width": 1}, {"from": 80, "to": 64, "width": 2}, {"from": 80, "to": 378, "width": 3}, {"from": 285, "to": 125, "width": 3}, {"from": 285, "to": 218, "width": 4}, {"from": 285, "to": 145, "width": 3}, {"from": 285, "to": 391, "width": 3}, {"from": 285, "to": 82, "width": 3}, {"from": 285, "to": 0, "width": 3}, {"from": 285, "to": 355, "width": 1}, {"from": 285, "to": 366, "width": 1}, {"from": 285, "to": 382, "width": 2}, {"from": 285, "to": 181, "width": 1}, {"from": 285, "to": 314, "width": 1}, {"from": 285, "to": 484, "width": 1}, {"from": 285, "to": 307, "width": 2}, {"from": 285, "to": 498, "width": 1}, {"from": 285, "to": 492, "width": 3}, {"from": 285, "to": 333, "width": 1}, {"from": 192, "to": 357, "width": 3}, {"from": 192, "to": 121, "width": 3}, {"from": 192, "to": 254, "width": 3}, {"from": 192, "to": 298, "width": 3}, {"from": 192, "to": 189, "width": 3}, {"from": 192, "to": 310, "width": 1}, {"from": 192, "to": 523, "width": 1}, {"from": 192, "to": 221, "width": 1}, {"from": 192, "to": 434, "width": 1}, {"from": 192, "to": 126, "width": 1}, {"from": 192, "to": 285, "width": 1}, {"from": 192, "to": 473, "width": 4}]);
// 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>