-
Notifications
You must be signed in to change notification settings - Fork 0
/
pen_network.html
204 lines (161 loc) Β· 97.9 KB
/
pen_network.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<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>None</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: 100%;
height: 800;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 800;
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": "#fff5f0", "id": "0000DD02_", "label": "0000DD02_", "shape": "dot", "title": "Followers: 2784\nRetweets: 16", "value": 1141.7979233186163}, {"color": "#ffede5", "id": "000_Gopal32_", "label": "000_Gopal32_", "shape": "dot", "title": "Followers: 2574\nRetweets: 248", "value": 1131.1038799008}, {"color": "#fff0e8", "id": "000reginapeyto1_", "label": "000reginapeyto1_", "shape": "dot", "title": "Followers: 497\nRetweets: 166", "value": 1025.3092360888318}, {"color": "#fff5f0", "id": "001Nationalist_", "label": "001Nationalist_", "shape": "dot", "title": "Followers: 60\nRetweets: 2", "value": 1003.055440976519}, {"color": "#fdccb8", "id": "001_rhonda_", "label": "001_rhonda_", "shape": "dot", "title": "Followers: 4129\nRetweets: 964", "value": 1210.279812919714}, {"color": "#fcbba1", "id": "0028unit_", "label": "0028unit_", "shape": "dot", "title": "Followers: 57\nRetweets: 1250", "value": 1002.902668927693}, {"color": "#fff5f0", "id": "003_BP_", "label": "003_BP_", "shape": "dot", "title": "Followers: 28\nRetweets: 0", "value": 1001.4258724557088}, {"color": "#fff5f0", "id": "003a04f8c2054b7_", "label": "003a04f8c2054b7_", "shape": "dot", "title": "Followers: 12004\nRetweets: 17", "value": 1611.2918913688886}, {"color": "#fff4ef", "id": "004magdalene_", "label": "004magdalene_", "shape": "dot", "title": "Followers: 450\nRetweets: 24", "value": 1022.9158073238921}, {"color": "#fee6da", "id": "007cigarjoe_", "label": "007cigarjoe_", "shape": "dot", "title": "Followers: 18510\nRetweets: 455", "value": 1942.6162722601607}, {"color": "#67000d", "id": "007jorgeEnrique_", "label": "007jorgeEnrique_", "shape": "dot", "title": "Followers: 13727\nRetweets: 23968", "value": 1699.079803025905}, {"color": "#fff5f0", "id": "00Hardie00_", "label": "00Hardie00_", "shape": "dot", "title": "Followers: 62\nRetweets: 1", "value": 1003.1572890090696}, {"color": "#fff5f0", "id": "00Illogical_", "label": "00Illogical_", "shape": "dot", "title": "Followers: 6\nRetweets: 0", "value": 1000.3055440976519}, {"color": "#fff5f0", "id": "010Classic_", "label": "010Classic_", "shape": "dot", "title": "Followers: 107\nRetweets: 0", "value": 1005.4488697414588}, {"color": "#fff5f0", "id": "010wijk11_", "label": "010wijk11_", "shape": "dot", "title": "Followers: 194\nRetweets: 7", "value": 1009.8792591574112}, {"color": "#fff2eb", "id": "01_zebra_", "label": "01_zebra_", "shape": "dot", "title": "Followers: 10349\nRetweets: 114", "value": 1527.0431988430064}, {"color": "#ffece3", "id": "01greenen_", "label": "01greenen_", "shape": "dot", "title": "Followers: 1682\nRetweets: 282", "value": 1085.684749784846}, {"color": "#fff5f0", "id": "01ravenking_", "label": "01ravenking_", "shape": "dot", "title": "Followers: 4887\nRetweets: 13", "value": 1248.8656675374673}, {"color": "#fdc5ae", "id": "01splcheck_", "label": "01splcheck_", "shape": "dot", "title": "Followers: 3143\nRetweets: 1085", "value": 1160.0654996013782}, {"color": "#fff5f0", "id": "020Meid_", "label": "020Meid_", "shape": "dot", "title": "Followers: 494\nRetweets: 9", "value": 1025.1564640400059}, {"color": "#fff4ef", "id": "02Timothy0224_", "label": "02Timothy0224_", "shape": "dot", "title": "Followers: 92\nRetweets: 22", "value": 1004.685009497329}, {"color": "#fff2ec", "id": "02Xcape_", "label": "02Xcape_", "shape": "dot", "title": "Followers: 75\nRetweets: 83", "value": 1003.8193012206486}, {"color": "#fc9474", "id": "0321jail_", "label": "0321jail_", "shape": "dot", "title": "Followers: 2392\nRetweets: 1842", "value": 1121.829343436658}, {"color": "#fff2eb", "id": "033_ben_", "label": "033_ben_", "shape": "dot", "title": "Followers: 35\nRetweets: 113", "value": 1001.7823405696361}, {"color": "#fff5f0", "id": "04983McKnight_", "label": "04983McKnight_", "shape": "dot", "title": "Followers: 1837\nRetweets: 0", "value": 1093.5728799058925}, {"color": "#fff2ec", "id": "058mantsje_", "label": "058mantsje_", "shape": "dot", "title": "Followers: 595\nRetweets: 92", "value": 1030.2997896838128}, {"color": "#fff0e9", "id": "058weestwel_", "label": "058weestwel_", "shape": "dot", "title": "Followers: 325\nRetweets: 151", "value": 1016.5503052894776}, {"color": "#ffede5", "id": "05_ridhi_", "label": "05_ridhi_", "shape": "dot", "title": "Followers: 4188\nRetweets: 245", "value": 1213.2952421691593}, {"color": "#ffebe2", "id": "0625jp_", "label": "0625jp_", "shape": "dot", "title": "Followers: 1874\nRetweets: 298", "value": 1095.4316064999414}, {"color": "#fff5f0", "id": "0700Cmr_", "label": "0700Cmr_", "shape": "dot", "title": "Followers: 104\nRetweets: 1", "value": 1005.2960976926328}, {"color": "#fff5f0", "id": "0726896247dyl_", "label": "0726896247dyl_", "shape": "dot", "title": "Followers: 69\nRetweets: 2", "value": 1003.5137571229968}, {"color": "#fee0d2", "id": "07gibsonlp_", "label": "07gibsonlp_", "shape": "dot", "title": "Followers: 2070\nRetweets: 630", "value": 1105.4127136899033}, {"color": "#ffeee7", "id": "0911_robbie_", "label": "0911_robbie_", "shape": "dot", "title": "Followers: 133\nRetweets: 213", "value": 1006.772894164617}, {"color": "#feeae0", "id": "0929d5170fed4f5_", "label": "0929d5170fed4f5_", "shape": "dot", "title": "Followers: 374\nRetweets: 340", "value": 1019.045582086968}, {"color": "#fff2eb", "id": "0930uhr_", "label": "0930uhr_", "shape": "dot", "title": "Followers: 134\nRetweets: 109", "value": 1006.8238181808923}, {"color": "#fff5f0", "id": "09BRAININJURY_", "label": "09BRAININJURY_", "shape": "dot", "title": "Followers: 6983\nRetweets: 2", "value": 1355.602405650529}, {"color": "#fee1d4", "id": "09Manuel09Ba_", "label": "09Manuel09Ba_", "shape": "dot", "title": "Followers: 507\nRetweets: 603", "value": 1025.818476251585}, {"color": "#fff4ef", "id": "0BLUEtHOR_", "label": "0BLUEtHOR_", "shape": "dot", "title": "Followers: 609\nRetweets: 30", "value": 1031.0127259116673}, {"color": "#fff5f0", "id": "0Farfan2_", "label": "0Farfan2_", "shape": "dot", "title": "Followers: 13\nRetweets: 0", "value": 1000.662012211579}, {"color": "#fff5f0", "id": "0Mustgo_", "label": "0Mustgo_", "shape": "dot", "title": "Followers: 325\nRetweets: 2", "value": 1016.5503052894776}, {"color": "#fff2eb", "id": "0Nexit_", "label": "0Nexit_", "shape": "dot", "title": "Followers: 11\nRetweets: 106", "value": 1000.5601641790284}, {"color": "#ffece4", "id": "0Problemchild0_", "label": "0Problemchild0_", "shape": "dot", "title": "Followers: 117\nRetweets: 257", "value": 1005.989937414384}, {"color": "#fff5f0", "id": "0ShineDiamond0_", "label": "0ShineDiamond0_", "shape": "dot", "title": "Followers: 196\nRetweets: 0", "value": 1009.9811071899619}, {"color": "#fff5f0", "id": "0Spinzone_", "label": "0Spinzone_", "shape": "dot", "title": "Followers: 599\nRetweets: 5", "value": 1030.503485748914}, {"color": "#fff5f0", "id": "0_Wilk_0_", "label": "0_Wilk_0_", "shape": "dot", "title": "Followers: 1632\nRetweets: 0", "value": 1083.107994561315}, {"color": "#fff5f0", "id": "0c6731e353c0497_", "label": "0c6731e353c0497_", "shape": "dot", "title": "Followers: 320\nRetweets: 1", "value": 1016.295685208101}, {"color": "#fff3ed", "id": "0ghbelV9UApNoP2_", "label": "0ghbelV9UApNoP2_", "shape": "dot", "title": "Followers: 150\nRetweets: 77", "value": 1007.6386024412974}, {"color": "#fdd0bc", "id": "0j3177345024_", "label": "0j3177345024_", "shape": "dot", "title": "Followers: 2527\nRetweets: 909", "value": 1128.7104511358602}, {"color": "#fee3d7", "id": "0k_20_", "label": "0k_20_", "shape": "dot", "title": "Followers: 51\nRetweets: 540", "value": 1002.5971248300411}, {"color": "#fff5f0", "id": "0mollymay0_", "label": "0mollymay0_", "shape": "dot", "title": "Followers: 953\nRetweets: 12", "value": 1048.5305875103759}, {"color": "#fff5f0", "id": "0o_0o_o0_0o_", "label": "0o_0o_o0_0o_", "shape": "dot", "title": "Followers: 291\nRetweets: 6", "value": 1014.8188887361168}, {"color": "#fff5f0", "id": "0ok_", "label": "0ok_", "shape": "dot", "title": "Followers: 407\nRetweets: 16", "value": 1020.7260746240535}, {"color": "#fff5f0", "id": "0openscience0_", "label": "0openscience0_", "shape": "dot", "title": "Followers: 592\nRetweets: 16", "value": 1030.147017634987}, {"color": "#fff2eb", "id": "0paly1_", "label": "0paly1_", "shape": "dot", "title": "Followers: 345\nRetweets: 112", "value": 1017.5687856149839}, {"color": "#ffeee7", "id": "0patriot2_", "label": "0patriot2_", "shape": "dot", "title": "Followers: 6170\nRetweets: 199", "value": 1314.2011804186973}, {"color": "#fff5f0", "id": "0ppenhe1mer_", "label": "0ppenhe1mer_", "shape": "dot", "title": "Followers: 948\nRetweets: 4", "value": 1048.3056731051597}, {"color": "#fff2eb", "id": "1000YardsOut_", "label": "1000YardsOut_", "shape": "dot", "title": "Followers: 646\nRetweets: 108", "value": 1032.896914513854}, {"color": "#fff5f0", "id": "1000_best_", "label": "1000_best_", "shape": "dot", "title": "Followers: 5769\nRetweets: 0", "value": 1293.7806498922957}, {"color": "#fff3ed", "id": "100Glitters_", "label": "100Glitters_", "shape": "dot", "title": "Followers: 3071\nRetweets: 62", "value": 1156.3876539814942}, {"color": "#fff4ef", "id": "100notpc_", "label": "100notpc_", "shape": "dot", "title": "Followers: 1489\nRetweets: 29", "value": 1075.825860233945}, {"color": "#fff0e8", "id": "1019dotty_", "label": "1019dotty_", "shape": "dot", "title": "Followers: 4601\nRetweets: 166", "value": 1234.301398882727}, {"color": "#fff5f0", "id": "101asllc_", "label": "101asllc_", "shape": "dot", "title": "Followers: 12906\nRetweets: 12", "value": 1657.2253540492231}, {"color": "#fff5f0", "id": "101wat_", "label": "101wat_", "shape": "dot", "title": "Followers: 210\nRetweets: 3", "value": 1010.6940434178163}, {"color": "#fff5f0", "id": "103blinddog_", "label": "103blinddog_", "shape": "dot", "title": "Followers: 1706\nRetweets: 9", "value": 1086.9145647778948}, {"color": "#fff4ef", "id": "1040bay_", "label": "1040bay_", "shape": "dot", "title": "Followers: 5857\nRetweets: 37", "value": 1298.2619633245235}, {"color": "#fdcdb9", "id": "107Loi_", "label": "107Loi_", "shape": "dot", "title": "Followers: 2911\nRetweets: 942", "value": 1148.2398113774436}, {"color": "#fff5f0", "id": "107tretrappor_", "label": "107tretrappor_", "shape": "dot", "title": "Followers: 473\nRetweets: 3", "value": 1024.0870596982243}, {"color": "#fff5f0", "id": "10903_", "label": "10903_", "shape": "dot", "title": "Followers: 2954\nRetweets: 2", "value": 1150.4295440772823}, {"color": "#fff5f0", "id": "10EricAustin01_", "label": "10EricAustin01_", "shape": "dot", "title": "Followers: 151\nRetweets: 2", "value": 1007.6895264575727}, {"color": "#fff4ef", "id": "10_K_Hits_A_Day_", "label": "10_K_Hits_A_Day_", "shape": "dot", "title": "Followers: 3212\nRetweets: 24", "value": 1163.5679402763137}, {"color": "#67000d", "id": "10is3_", "label": "10is3_", "shape": "dot", "title": "Followers: 1215\nRetweets: 20623", "value": 1061.8726797745085}, {"color": "#fff4ef", "id": "10jeff_", "label": "10jeff_", "shape": "dot", "title": "Followers: 401\nRetweets: 33", "value": 1020.4205305264015}, {"color": "#67000d", "id": "10thCrusader_", "label": "10thCrusader_", "shape": "dot", "title": "Followers: 3074\nRetweets: 7145", "value": 1156.5506108335753}, {"color": "#fff5f0", "id": "1111Liberty_", "label": "1111Liberty_", "shape": "dot", "title": "Followers: 1540\nRetweets: 0", "value": 1078.422985063986}, {"color": "#fff5f0", "id": "1111iAPP_", "label": "1111iAPP_", "shape": "dot", "title": "Followers: 1525\nRetweets: 1", "value": 1077.6591248198563}, {"color": "#fc9e80", "id": "11171Dianas_", "label": "11171Dianas_", "shape": "dot", "title": "Followers: 4617\nRetweets: 1690", "value": 1235.133157815224}, {"color": "#ffede5", "id": "1118dext_", "label": "1118dext_", "shape": "dot", "title": "Followers: 701\nRetweets: 235", "value": 1035.6977354089963}, {"color": "#fb7050", "id": "111E4G_", "label": "111E4G_", "shape": "dot", "title": "Followers: 608\nRetweets: 2406", "value": 1030.961801895392}, {"color": "#fff5f0", "id": "111Ganeshdas_", "label": "111Ganeshdas_", "shape": "dot", "title": "Followers: 4\nRetweets: 2", "value": 1000.2036960651012}, {"color": "#fff5f0", "id": "1165R_USPatriot_", "label": "1165R_USPatriot_", "shape": "dot", "title": "Followers: 1450\nRetweets: 14", "value": 1073.8811993624313}, {"color": "#ffeee7", "id": "11B_Mic_", "label": "11B_Mic_", "shape": "dot", "title": "Followers: 463\nRetweets: 196", "value": 1023.5778195354711}, {"color": "#fff2ec", "id": "11Deacon_", "label": "11Deacon_", "shape": "dot", "title": "Followers: 1635\nRetweets: 83", "value": 1083.260766610141}, {"color": "#fff2ec", "id": "11ForTexas_", "label": "11ForTexas_", "shape": "dot", "title": "Followers: 16619\nRetweets: 84", "value": 1846.3062264794698}, {"color": "#fee0d2", "id": "11Garjames_", "label": "11Garjames_", "shape": "dot", "title": "Followers: 3967\nRetweets: 644", "value": 1202.015572564177}, {"color": "#fff5f0", "id": "11KAG11Thoryn_", "label": "11KAG11Thoryn_", "shape": "dot", "title": "Followers: 8875\nRetweets: 1", "value": 1451.950644443426}, {"color": "#fff1ea", "id": "11WG11_", "label": "11WG11_", "shape": "dot", "title": "Followers: 291\nRetweets: 119", "value": 1014.8188887361168}, {"color": "#fff4ef", "id": "11c_ted_", "label": "11c_ted_", "shape": "dot", "title": "Followers: 975\nRetweets: 30", "value": 1049.6509158684328}, {"color": "#fc9c7d", "id": "11e1ev1n_", "label": "11e1ev1n_", "shape": "dot", "title": "Followers: 2685\nRetweets: 1731", "value": 1136.7309836992224}, {"color": "#fff4ef", "id": "11straker_", "label": "11straker_", "shape": "dot", "title": "Followers: 1432\nRetweets: 31", "value": 1072.923191306252}, {"color": "#fff2ec", "id": "11woodywould11_", "label": "11woodywould11_", "shape": "dot", "title": "Followers: 4047\nRetweets: 97", "value": 1206.0894938662022}, {"color": "#fff2ec", "id": "1200JJ_", "label": "1200JJ_", "shape": "dot", "title": "Followers: 71\nRetweets: 94", "value": 1003.6156051555474}, {"color": "#feeae1", "id": "1200rGSrider_", "label": "1200rGSrider_", "shape": "dot", "title": "Followers: 3883\nRetweets: 313", "value": 1197.7379551970505}, {"color": "#fff3ed", "id": "120w_max_", "label": "120w_max_", "shape": "dot", "title": "Followers: 699\nRetweets: 68", "value": 1035.5958873764457}, {"color": "#ffeee6", "id": "122w37n_", "label": "122w37n_", "shape": "dot", "title": "Followers: 1451\nRetweets: 224", "value": 1073.9162096236205}, {"color": "#ffefe8", "id": "123456smd_", "label": "123456smd_", "shape": "dot", "title": "Followers: 539\nRetweets: 182", "value": 1027.4480447723952}, {"color": "#fff5f0", "id": "1234flyingninja_", "label": "1234flyingninja_", "shape": "dot", "title": "Followers: 2323\nRetweets: 12", "value": 1118.2964898075581}, {"color": "#fff3ed", "id": "123Lenchen_", "label": "123Lenchen_", "shape": "dot", "title": "Followers: 599\nRetweets: 71", "value": 1030.503485748914}, {"color": "#fee0d2", "id": "123MarketTheNet_", "label": "123MarketTheNet_", "shape": "dot", "title": "Followers: 3965\nRetweets: 635", "value": 1201.9137245316265}, {"color": "#feeae1", "id": "123adcvvhgf_", "label": "123adcvvhgf_", "shape": "dot", "title": "Followers: 5\nRetweets: 330", "value": 1000.2546200813766}, {"color": "#ffebe2", "id": "123puglet_", "label": "123puglet_", "shape": "dot", "title": "Followers: 810\nRetweets: 304", "value": 1041.282402527189}, {"color": "#fff5f0", "id": "123stoka_", "label": "123stoka_", "shape": "dot", "title": "Followers: 718\nRetweets: 6", "value": 1036.5634436856767}, {"color": "#fff4ef", "id": "124OUNxV9IlLMFN_", "label": "124OUNxV9IlLMFN_", "shape": "dot", "title": "Followers: 255\nRetweets: 21", "value": 1012.9856241502055}, {"color": "#fff3ed", "id": "125LolaLola_", "label": "125LolaLola_", "shape": "dot", "title": "Followers: 39770\nRetweets: 65", "value": 3025.273589277439}, {"color": "#fff5f0", "id": "12Akim_", "label": "12Akim_", "shape": "dot", "title": "Followers: 45\nRetweets: 1", "value": 1002.3297737445957}, {"color": "#fff5f0", "id": "12Bvet4Trump_", "label": "12Bvet4Trump_", "shape": "dot", "title": "Followers: 97\nRetweets: 4", "value": 1004.9396295787056}, {"color": "#fedecf", "id": "12Kranenburg_", "label": "12Kranenburg_", "shape": "dot", "title": "Followers: 403\nRetweets: 679", "value": 1020.561550879164}, {"color": "#fff4ee", "id": "12TheBirds_", "label": "12TheBirds_", "shape": "dot", "title": "Followers: 4739\nRetweets: 46", "value": 1241.3628624729042}, {"color": "#fff5f0", "id": "12foto_", "label": "12foto_", "shape": "dot", "title": "Followers: 22507\nRetweets: 13", "value": 2146.146834308528}, {"color": "#fff5f0", "id": "12gaPatriot_", "label": "12gaPatriot_", "shape": "dot", "title": "Followers: 370\nRetweets: 2", "value": 1018.8418860218668}, {"color": "#fc9777", "id": "12gourmetfoodie_", "label": "12gourmetfoodie_", "shape": "dot", "title": "Followers: 2325\nRetweets: 1800", "value": 1118.4237998482465}, {"color": "#fca486", "id": "12inchnail_", "label": "12inchnail_", "shape": "dot", "title": "Followers: 1248\nRetweets: 1605", "value": 1063.553172311594}, {"color": "#fcbfa7", "id": "12th_Mann_", "label": "12th_Mann_", "shape": "dot", "title": "Followers: 1965\nRetweets: 1187", "value": 1100.0911539891329}, {"color": "#fee2d5", "id": "12topper_", "label": "12topper_", "shape": "dot", "title": "Followers: 8095\nRetweets: 575", "value": 1412.2299117486798}, {"color": "#fca486", "id": "12voltman60_", "label": "12voltman60_", "shape": "dot", "title": "Followers: 4163\nRetweets: 1611", "value": 1212.0094107582077}, {"color": "#fdd5c4", "id": "12voltz_", "label": "12voltz_", "shape": "dot", "title": "Followers: 1637\nRetweets: 801", "value": 1083.3626146426916}, {"color": "#fff3ed", "id": "1313jon_", "label": "1313jon_", "shape": "dot", "title": "Followers: 1890\nRetweets: 63", "value": 1096.2909492745873}, {"color": "#fca486", "id": "1313rocker_", "label": "1313rocker_", "shape": "dot", "title": "Followers: 1838\nRetweets: 1613", "value": 1093.59834191403}, {"color": "#fff3ed", "id": "13James37_", "label": "13James37_", "shape": "dot", "title": "Followers: 235\nRetweets: 65", "value": 1011.9671438246992}, {"color": "#fff5f0", "id": "13_Robespierre_", "label": "13_Robespierre_", "shape": "dot", "title": "Followers: 49\nRetweets: 7", "value": 1002.4952767974904}, {"color": "#ffede5", "id": "13burnw_", "label": "13burnw_", "shape": "dot", "title": "Followers: 56\nRetweets: 236", "value": 1002.8517449114177}, {"color": "#fed9c9", "id": "13comsense_", "label": "13comsense_", "shape": "dot", "title": "Followers: 406\nRetweets: 757", "value": 1020.6751506077782}, {"color": "#fff2eb", "id": "13gusano_", "label": "13gusano_", "shape": "dot", "title": "Followers: 7167\nRetweets: 114", "value": 1364.972424645187}, {"color": "#fff5f0", "id": "13ixente23_", "label": "13ixente23_", "shape": "dot", "title": "Followers: 2718\nRetweets: 1", "value": 1138.4405756741794}, {"color": "#fff4ef", "id": "13joez_", "label": "13joez_", "shape": "dot", "title": "Followers: 54\nRetweets: 22", "value": 1002.749896878867}, {"color": "#fff2eb", "id": "13kibber_", "label": "13kibber_", "shape": "dot", "title": "Followers: 3247\nRetweets: 110", "value": 1165.3842301901332}, {"color": "#ffeee7", "id": "13leatherhesnik_", "label": "13leatherhesnik_", "shape": "dot", "title": "Followers: 1749\nRetweets: 203", "value": 1089.066104465527}, {"color": "#fff4ee", "id": "13thethe_", "label": "13thethe_", "shape": "dot", "title": "Followers: 25936\nRetweets: 49", "value": 2320.7652861165852}, {"color": "#fff5f0", "id": "13walts_", "label": "13walts_", "shape": "dot", "title": "Followers: 280\nRetweets: 0", "value": 1014.2587245570884}, {"color": "#fff5f0", "id": "140_IQ_", "label": "140_IQ_", "shape": "dot", "title": "Followers: 2052\nRetweets: 0", "value": 1104.4960813969476}, {"color": "#fff5f0", "id": "1416rayjo_", "label": "1416rayjo_", "shape": "dot", "title": "Followers: 168\nRetweets: 11", "value": 1008.5552347342531}, {"color": "#ffefe8", "id": "1420kunal_", "label": "1420kunal_", "shape": "dot", "title": "Followers: 1344\nRetweets: 192", "value": 1068.4418778740242}, {"color": "#fee8de", "id": "144000bound_", "label": "144000bound_", "shape": "dot", "title": "Followers: 8519\nRetweets: 387", "value": 1433.8386693215054}, {"color": "#fff5f0", "id": "1488Queen_", "label": "1488Queen_", "shape": "dot", "title": "Followers: 58\nRetweets: 0", "value": 1002.9535929439683}, {"color": "#fff4ee", "id": "14Psalm91_", "label": "14Psalm91_", "shape": "dot", "title": "Followers: 10\nRetweets: 40", "value": 1000.5092401627531}, {"color": "#fff5f0", "id": "14WhiteNation88_", "label": "14WhiteNation88_", "shape": "dot", "title": "Followers: 75\nRetweets: 0", "value": 1003.8193012206486}, {"color": "#fff4ef", "id": "14gunrites_", "label": "14gunrites_", "shape": "dot", "title": "Followers: 168\nRetweets: 27", "value": 1008.5552347342531}, {"color": "#fff5f0", "id": "14words4ever_", "label": "14words4ever_", "shape": "dot", "title": "Followers: 267\nRetweets: 1", "value": 1013.5967123455092}, {"color": "#fdd0bc", "id": "14ykl7id0m7re_", "label": "14ykl7id0m7re_", "shape": "dot", "title": "Followers: 3867\nRetweets: 906", "value": 1196.9231709366454}, {"color": "#fff5f0", "id": "15_Athens_", "label": "15_Athens_", "shape": "dot", "title": "Followers: 503\nRetweets: 2", "value": 1025.6147801864838}, {"color": "#ffece3", "id": "161series_", "label": "161series_", "shape": "dot", "title": "Followers: 5232\nRetweets: 284", "value": 1266.4668593446263}, {"color": "#fff5f0", "id": "1642committee_", "label": "1642committee_", "shape": "dot", "title": "Followers: 7\nRetweets: 0", "value": 1000.3564681139272}, {"color": "#fff0e9", "id": "16thC_Printer_", "label": "16thC_Printer_", "shape": "dot", "title": "Followers: 176\nRetweets: 138", "value": 1008.9626268644555}, {"color": "#fff5f0", "id": "16x2is8_", "label": "16x2is8_", "shape": "dot", "title": "Followers: 5879\nRetweets: 18", "value": 1299.3822916825804}, {"color": "#fff5f0", "id": "1711alan_", "label": "1711alan_", "shape": "dot", "title": "Followers: 1132\nRetweets: 18", "value": 1057.6459864236572}, {"color": "#ffefe8", "id": "1718106J_", "label": "1718106J_", "shape": "dot", "title": "Followers: 7758\nRetweets: 192", "value": 1395.0888878704086}, {"color": "#fed9c9", "id": "1776AmericaUSA_", "label": "1776AmericaUSA_", "shape": "dot", "title": "Followers: 8208\nRetweets: 743", "value": 1418.0046951943007}, {"color": "#fff5f0", "id": "1776BetsyRoss_", "label": "1776BetsyRoss_", "shape": "dot", "title": "Followers: 4523\nRetweets: 11", "value": 1230.3293256132524}, {"color": "#fff5f0", "id": "1776Minutemen_", "label": "1776Minutemen_", "shape": "dot", "title": "Followers: 10\nRetweets: 0", "value": 1000.526214834845}, {"color": "#fff4ee", "id": "1776NINJA_", "label": "1776NINJA_", "shape": "dot", "title": "Followers: 460\nRetweets: 44", "value": 1023.4250474866452}, {"color": "#fff5f0", "id": "1776PatHenry_", "label": "1776PatHenry_", "shape": "dot", "title": "Followers: 3805\nRetweets: 5", "value": 1193.8111477198206}, {"color": "#fff5f0", "id": "1776ROUNDTWO_", "label": "1776ROUNDTWO_", "shape": "dot", "title": "Followers: 22\nRetweets: 0", "value": 1001.1203283580569}, {"color": "#fff5f0", "id": "1776Solution_", "label": "1776Solution_", "shape": "dot", "title": "Followers: 2735\nRetweets: 0", "value": 1139.2771845129882}, {"color": "#fee2d5", "id": "1776forever1812_", "label": "1776forever1812_", "shape": "dot", "title": "Followers: 4966\nRetweets: 572", "value": 1252.914126831355}, {"color": "#fee1d4", "id": "1776orBust_", "label": "1776orBust_", "shape": "dot", "title": "Followers: 706\nRetweets: 605", "value": 1035.9523554903728}, {"color": "#fff5f0", "id": "1776roundtwo_", "label": "1776roundtwo_", "shape": "dot", "title": "Followers: 127\nRetweets: 0", "value": 1006.4673500669651}, {"color": "#fdd5c4", "id": "17LadyLiberty76_", "label": "17LadyLiberty76_", "shape": "dot", "title": "Followers: 4034\nRetweets: 812", "value": 1205.4656746668297}, {"color": "#fff5f0", "id": "17PurpleSkies_", "label": "17PurpleSkies_", "shape": "dot", "title": "Followers: 12542\nRetweets: 0", "value": 1638.6890121250083}, {"color": "#fff1ea", "id": "17Thanq_", "label": "17Thanq_", "shape": "dot", "title": "Followers: 9666\nRetweets: 126", "value": 1492.265490661384}, {"color": "#fff4ef", "id": "17cmkelly_", "label": "17cmkelly_", "shape": "dot", "title": "Followers: 7259\nRetweets: 30", "value": 1369.657434142516}, {"color": "#fff5f0", "id": "17ebivor_", "label": "17ebivor_", "shape": "dot", "title": "Followers: 5375\nRetweets: 0", "value": 1273.7165874798213}, {"color": "#ffebe2", "id": "17julesez_", "label": "17julesez_", "shape": "dot", "title": "Followers: 393\nRetweets: 307", "value": 1020.013138396199}, {"color": "#fff5f0", "id": "17plus9_", "label": "17plus9_", "shape": "dot", "title": "Followers: 403\nRetweets: 0", "value": 1020.5223785589521}, {"color": "#ffeee7", "id": "1800pinky_", "label": "1800pinky_", "shape": "dot", "title": "Followers: 4178\nRetweets: 207", "value": 1212.7605399982685}, {"color": "#ffece4", "id": "1811fjcfjifig_", "label": "1811fjcfjifig_", "shape": "dot", "title": "Followers: 4490\nRetweets: 260", "value": 1228.648833076167}, {"color": "#ffeee7", "id": "18334_steve_", "label": "18334_steve_", "shape": "dot", "title": "Followers: 3194\nRetweets: 210", "value": 1162.651307983358}, {"color": "#fff5f0", "id": "186tony_", "label": "186tony_", "shape": "dot", "title": "Followers: 1293\nRetweets: 11", "value": 1065.8702150521208}, {"color": "#fff5f0", "id": "18Winning_", "label": "18Winning_", "shape": "dot", "title": "Followers: 3533\nRetweets: 10", "value": 1179.91454950069}, {"color": "#fff0e9", "id": "18dPl_", "label": "18dPl_", "shape": "dot", "title": "Followers: 3897\nRetweets: 148", "value": 1198.4933281051344}, {"color": "#feeae0", "id": "18hariprakash18_", "label": "18hariprakash18_", "shape": "dot", "title": "Followers: 2064\nRetweets: 346", "value": 1105.1071695922515}, {"color": "#fff4ef", "id": "1911_goz_", "label": "1911_goz_", "shape": "dot", "title": "Followers: 4021\nRetweets: 36", "value": 1204.765469443044}, {"color": "#ffeee7", "id": "1940sDiva_", "label": "1940sDiva_", "shape": "dot", "title": "Followers: 712\nRetweets: 203", "value": 1036.278269194535}, {"color": "#fff4ef", "id": "1943Trucker_", "label": "1943Trucker_", "shape": "dot", "title": "Followers: 176\nRetweets: 28", "value": 1008.9626268644555}, {"color": "#fff5f0", "id": "1943lillyanna_", "label": "1943lillyanna_", "shape": "dot", "title": "Followers: 291\nRetweets: 7", "value": 1014.8188887361168}, {"color": "#fedfd0", "id": "1950_brown_", "label": "1950_brown_", "shape": "dot", "title": "Followers: 3788\nRetweets: 660", "value": 1192.9001736508956}, {"color": "#fff4ef", "id": "1950jazzy_", "label": "1950jazzy_", "shape": "dot", "title": "Followers: 4315\nRetweets: 38", "value": 1219.7371302279869}, {"color": "#FFFFFF", "id": "traybishop_", "label": "traybishop_", "shape": "dot", "title": "traybishop_", "value": 50}, {"color": "#FFFFFF", "id": "RealDrGina_", "label": "RealDrGina_", "shape": "dot", "title": "RealDrGina_", "value": 50}, {"color": "#FFFFFF", "id": "76rooster_", "label": "76rooster_", "shape": "dot", "title": "76rooster_", "value": 50}, {"color": "#FFFFFF", "id": "TharkiBaba01_", "label": "TharkiBaba01_", "shape": "dot", "title": "TharkiBaba01_", "value": 50}, {"color": "#FFFFFF", "id": "Donotshit_", "label": "Donotshit_", "shape": "dot", "title": "Donotshit_", "value": 50}, {"color": "#FFFFFF", "id": "WorlMedia_", "label": "WorlMedia_", "shape": "dot", "title": "WorlMedia_", "value": 50}, {"color": "#FFFFFF", "id": "yeatsfeats_", "label": "yeatsfeats_", "shape": "dot", "title": "yeatsfeats_", "value": 50}, {"color": "#FFFFFF", "id": "JoeBelsha1_", "label": "JoeBelsha1_", "shape": "dot", "title": "JoeBelsha1_", "value": 50}, {"color": "#FFFFFF", "id": "emanumiller_", "label": "emanumiller_", "shape": "dot", "title": "emanumiller_", "value": 50}, {"color": "#FFFFFF", "id": "ACHopkinson_", "label": "ACHopkinson_", "shape": "dot", "title": "ACHopkinson_", "value": 50}, {"color": "#FFFFFF", "id": "StephanieAmeiss_", "label": "StephanieAmeiss_", "shape": "dot", "title": "StephanieAmeiss_", "value": 50}, {"color": "#FFFFFF", "id": "baalter_", "label": "baalter_", "shape": "dot", "title": "baalter_", "value": 50}, {"color": "#FFFFFF", "id": "TheLightning101_", "label": "TheLightning101_", "shape": "dot", "title": "TheLightning101_", "value": 50}, {"color": "#FFFFFF", "id": "Kev4T_", "label": "Kev4T_", "shape": "dot", "title": "Kev4T_", "value": 50}, {"color": "#FFFFFF", "id": "BryonnyM_", "label": "BryonnyM_", "shape": "dot", "title": "BryonnyM_", "value": 50}, {"color": "#FFFFFF", "id": "MrEdTrain_", "label": "MrEdTrain_", "shape": "dot", "title": "MrEdTrain_", "value": 50}, {"color": "#FFFFFF", "id": "builditnow_", "label": "builditnow_", "shape": "dot", "title": "builditnow_", "value": 50}, {"color": "#FFFFFF", "id": "hatedtruthpig77_", "label": "hatedtruthpig77_", "shape": "dot", "title": "hatedtruthpig77_", "value": 50}, {"color": "#FFFFFF", "id": "MAGABUCKS2_", "label": "MAGABUCKS2_", "shape": "dot", "title": "MAGABUCKS2_", "value": 50}, {"color": "#FFFFFF", "id": "pamelage\u2026_", "label": "pamelage\u2026_", "shape": "dot", "title": "pamelage\u2026_", "value": 50}, {"color": "#FFFFFF", "id": "Dragonphoenix69_", "label": "Dragonphoenix69_", "shape": "dot", "title": "Dragonphoenix69_", "value": 50}, {"color": "#FFFFFF", "id": "FinnCallie_", "label": "FinnCallie_", "shape": "dot", "title": "FinnCallie_", "value": 50}, {"color": "#FFFFFF", "id": "DonnaWR8_", "label": "DonnaWR8_", "shape": "dot", "title": "DonnaWR8_", "value": 50}, {"color": "#FFFFFF", "id": "lilbulli1031_", "label": "lilbulli1031_", "shape": "dot", "title": "lilbulli1031_", "value": 50}, {"color": "#FFFFFF", "id": "ANOMALY1_", "label": "ANOMALY1_", "shape": "dot", "title": "ANOMALY1_", "value": 50}, {"color": "#FFFFFF", "id": "Condor_Law_", "label": "Condor_Law_", "shape": "dot", "title": "Condor_Law_", "value": 50}, {"color": "#FFFFFF", "id": "vannsmole_", "label": "vannsmole_", "shape": "dot", "title": "vannsmole_", "value": 50}, {"color": "#FFFFFF", "id": "jdarlove_", "label": "jdarlove_", "shape": "dot", "title": "jdarlove_", "value": 50}, {"color": "#FFFFFF", "id": "otto_ah_", "label": "otto_ah_", "shape": "dot", "title": "otto_ah_", "value": 50}, {"color": "#FFFFFF", "id": "realDonaldTrump_", "label": "realDonaldTrump_", "shape": "dot", "title": "realDonaldTrump_", "value": 50}, {"color": "#FFFFFF", "id": "JacobAWohl_", "label": "JacobAWohl_", "shape": "dot", "title": "JacobAWohl_", "value": 50}, {"color": "#FFFFFF", "id": "SGroter2_", "label": "SGroter2_", "shape": "dot", "title": "SGroter2_", "value": 50}, {"color": "#FFFFFF", "id": "slavewar_", "label": "slavewar_", "shape": "dot", "title": "slavewar_", "value": 50}, {"color": "#FFFFFF", "id": "POTUS_", "label": "POTUS_", "shape": "dot", "title": "POTUS_", "value": 50}, {"color": "#FFFFFF", "id": "not2far2right_", "label": "not2far2right_", "shape": "dot", "title": "not2far2right_", "value": 50}, {"color": "#FFFFFF", "id": "dragondeau52_", "label": "dragondeau52_", "shape": "dot", "title": "dragondeau52_", "value": 50}, {"color": "#FFFFFF", "id": "Jflygirl_", "label": "Jflygirl_", "shape": "dot", "title": "Jflygirl_", "value": 50}, {"color": "#FFFFFF", "id": "Chris_A10_USA_", "label": "Chris_A10_USA_", "shape": "dot", "title": "Chris_A10_USA_", "value": 50}, {"color": "#FFFFFF", "id": "HappyPatriotGal_", "label": "HappyPatriotGal_", "shape": "dot", "title": "HappyPatriotGal_", "value": 50}, {"color": "#FFFFFF", "id": "Welshy1112_", "label": "Welshy1112_", "shape": "dot", "title": "Welshy1112_", "value": 50}, {"color": "#FFFFFF", "id": "victorericmedia_", "label": "victorericmedia_", "shape": "dot", "title": "victorericmedia_", "value": 50}, {"color": "#FFFFFF", "id": "US_of_A_1st_", "label": "US_of_A_1st_", "shape": "dot", "title": "US_of_A_1st_", "value": 50}, {"color": "#FFFFFF", "id": "MulliganTrails_", "label": "MulliganTrails_", "shape": "dot", "title": "MulliganTrails_", "value": 50}, {"color": "#FFFFFF", "id": "ConservaMomUSA_", "label": "ConservaMomUSA_", "shape": "dot", "title": "ConservaMomUSA_", "value": 50}, {"color": "#FFFFFF", "id": "LouLewinskyAmst_", "label": "LouLewinskyAmst_", "shape": "dot", "title": "LouLewinskyAmst_", "value": 50}, {"color": "#FFFFFF", "id": "Hannesz1956_", "label": "Hannesz1956_", "shape": "dot", "title": "Hannesz1956_", "value": 50}, {"color": "#FFFFFF", "id": "EliseNijmegen_", "label": "EliseNijmegen_", "shape": "dot", "title": "EliseNijmegen_", "value": 50}, {"color": "#FFFFFF", "id": "UTT_USA_", "label": "UTT_USA_", "shape": "dot", "title": "UTT_USA_", "value": 50}, {"color": "#FFFFFF", "id": "goutch_", "label": "goutch_", "shape": "dot", "title": "goutch_", "value": 50}, {"color": "#FFFFFF", "id": "AMR11082016_", "label": "AMR11082016_", "shape": "dot", "title": "AMR11082016_", "value": 50}, {"color": "#FFFFFF", "id": "CAIRNational_", "label": "CAIRNational_", "shape": "dot", "title": "CAIRNational_", "value": 50}, {"color": "#FFFFFF", "id": "southern4MAGA_", "label": "southern4MAGA_", "shape": "dot", "title": "southern4MAGA_", "value": 50}, {"color": "#FFFFFF", "id": "BilldeBlasio_", "label": "BilldeBlasio_", "shape": "dot", "title": "BilldeBlasio_", "value": 50}, {"color": "#FFFFFF", "id": "Salt_SSR_", "label": "Salt_SSR_", "shape": "dot", "title": "Salt_SSR_", "value": 50}, {"color": "#FFFFFF", "id": "FDW_VB_", "label": "FDW_VB_", "shape": "dot", "title": "FDW_VB_", "value": 50}, {"color": "#FFFFFF", "id": "jihadwatchRS!_", "label": "jihadwatchRS!_", "shape": "dot", "title": "jihadwatchRS!_", "value": 50}, {"color": "#FFFFFF", "id": "RevolutieNL_", "label": "RevolutieNL_", "shape": "dot", "title": "RevolutieNL_", "value": 50}, {"color": "#FFFFFF", "id": "Lionidis300_", "label": "Lionidis300_", "shape": "dot", "title": "Lionidis300_", "value": 50}, {"color": "#FFFFFF", "id": "America1stTiger_", "label": "America1stTiger_", "shape": "dot", "title": "America1stTiger_", "value": 50}, {"color": "#FFFFFF", "id": "WilliamNSmith3_", "label": "WilliamNSmith3_", "shape": "dot", "title": "WilliamNSmith3_", "value": 50}, {"color": "#FFFFFF", "id": "seecyn5858_", "label": "seecyn5858_", "shape": "dot", "title": "seecyn5858_", "value": 50}, {"color": "#FFFFFF", "id": "Allahfake99_", "label": "Allahfake99_", "shape": "dot", "title": "Allahfake99_", "value": 50}, {"color": "#FFFFFF", "id": "EasyPeezyTweet_", "label": "EasyPeezyTweet_", "shape": "dot", "title": "EasyPeezyTweet_", "value": 50}, {"color": "#FFFFFF", "id": "SoulWarrior1994_", "label": "SoulWarrior1994_", "shape": "dot", "title": "SoulWarrior1994_", "value": 50}, {"color": "#FFFFFF", "id": "loves_nra_", "label": "loves_nra_", "shape": "dot", "title": "loves_nra_", "value": 50}, {"color": "#FFFFFF", "id": "waldruhe_", "label": "waldruhe_", "shape": "dot", "title": "waldruhe_", "value": 50}, {"color": "#FFFFFF", "id": "louiecrit_", "label": "louiecrit_", "shape": "dot", "title": "louiecrit_", "value": 50}, {"color": "#FFFFFF", "id": "Turningin2myMom_", "label": "Turningin2myMom_", "shape": "dot", "title": "Turningin2myMom_", "value": 50}, {"color": "#FFFFFF", "id": "DVATW_", "label": "DVATW_", "shape": "dot", "title": "DVATW_", "value": 50}, {"color": "#FFFFFF", "id": "snoozinglion1_", "label": "snoozinglion1_", "shape": "dot", "title": "snoozinglion1_", "value": 50}, {"color": "#FFFFFF", "id": "AgendaOfEvil_", "label": "AgendaOfEvil_", "shape": "dot", "title": "AgendaOfEvil_", "value": 50}, {"color": "#FFFFFF", "id": "SavannahBelle01_", "label": "SavannahBelle01_", "shape": "dot", "title": "SavannahBelle01_", "value": 50}, {"color": "#FFFFFF", "id": "TrumpsBlonde_", "label": "TrumpsBlonde_", "shape": "dot", "title": "TrumpsBlonde_", "value": 50}, {"color": "#FFFFFF", "id": "infidelkufr_", "label": "infidelkufr_", "shape": "dot", "title": "infidelkufr_", "value": 50}, {"color": "#FFFFFF", "id": "DontBluffMe77_", "label": "DontBluffMe77_", "shape": "dot", "title": "DontBluffMe77_", "value": 50}, {"color": "#FFFFFF", "id": "PoliticalIslam_", "label": "PoliticalIslam_", "shape": "dot", "title": "PoliticalIslam_", "value": 50}, {"color": "#FFFFFF", "id": "BurkasBan2_", "label": "BurkasBan2_", "shape": "dot", "title": "BurkasBan2_", "value": 50}, {"color": "#FFFFFF", "id": "fprice2007_", "label": "fprice2007_", "shape": "dot", "title": "fprice2007_", "value": 50}, {"color": "#FFFFFF", "id": "rose_k01_", "label": "rose_k01_", "shape": "dot", "title": "rose_k01_", "value": 50}, {"color": "#FFFFFF", "id": "MLP_officiel_", "label": "MLP_officiel_", "shape": "dot", "title": "MLP_officiel_", "value": 50}, {"color": "#FFFFFF", "id": "CookedHillary_", "label": "CookedHillary_", "shape": "dot", "title": "CookedHillary_", "value": 50}, {"color": "#FFFFFF", "id": "Swedenfiles_", "label": "Swedenfiles_", "shape": "dot", "title": "Swedenfiles_", "value": 50}, {"color": "#FFFFFF", "id": "rycerz777_", "label": "rycerz777_", "shape": "dot", "title": "rycerz777_", "value": 50}, {"color": "#FFFFFF", "id": "IAmWiseWolf_", "label": "IAmWiseWolf_", "shape": "dot", "title": "IAmWiseWolf_", "value": 50}, {"color": "#FFFFFF", "id": "MuthaJonez_", "label": "MuthaJonez_", "shape": "dot", "title": "MuthaJonez_", "value": 50}, {"color": "#FFFFFF", "id": "rezaaslan_", "label": "rezaaslan_", "shape": "dot", "title": "rezaaslan_", "value": 50}, {"color": "#FFFFFF", "id": "Bootsctr74_", "label": "Bootsctr74_", "shape": "dot", "title": "Bootsctr74_", "value": 50}, {"color": "#FFFFFF", "id": "President1Trump_", "label": "President1Trump_", "shape": "dot", "title": "President1Trump_", "value": 50}, {"color": "#FFFFFF", "id": "CHOUDHARY7217_", "label": "CHOUDHARY7217_", "shape": "dot", "title": "CHOUDHARY7217_", "value": 50}, {"color": "#FFFFFF", "id": "BethCYay_", "label": "BethCYay_", "shape": "dot", "title": "BethCYay_", "value": 50}, {"color": "#FFFFFF", "id": "SkippyTheWonder_", "label": "SkippyTheWonder_", "shape": "dot", "title": "SkippyTheWonder_", "value": 50}, {"color": "#FFFFFF", "id": "DRUDGE_REPORT_", "label": "DRUDGE_REPORT_", "shape": "dot", "title": "DRUDGE_REPORT_", "value": 50}, {"color": "#FFFFFF", "id": "AnnCoulter_", "label": "AnnCoulter_", "shape": "dot", "title": "AnnCoulter_", "value": 50}, {"color": "#FFFFFF", "id": "notTheRealBob2_", "label": "notTheRealBob2_", "shape": "dot", "title": "notTheRealBob2_", "value": 50}, {"color": "#FFFFFF", "id": "SusieKemper_", "label": "SusieKemper_", "shape": "dot", "title": "SusieKemper_", "value": 50}, {"color": "#FFFFFF", "id": "TheJusticeDept_", "label": "TheJusticeDept_", "shape": "dot", "title": "TheJusticeDept_", "value": 50}, {"color": "#FFFFFF", "id": "tericobb6_", "label": "tericobb6_", "shape": "dot", "title": "tericobb6_", "value": 50}, {"color": "#FFFFFF", "id": "mrjohnhendry_", "label": "mrjohnhendry_", "shape": "dot", "title": "mrjohnhendry_", "value": 50}, {"color": "#FFFFFF", "id": "delaskablack_", "label": "delaskablack_", "shape": "dot", "title": "delaskablack_", "value": 50}, {"color": "#FFFFFF", "id": "KTHopkins_", "label": "KTHopkins_", "shape": "dot", "title": "KTHopkins_", "value": 50}, {"color": "#FFFFFF", "id": "StefanMolyneux_", "label": "StefanMolyneux_", "shape": "dot", "title": "StefanMolyneux_", "value": 50}, {"color": "#FFFFFF", "id": "BrexitBetrayed_", "label": "BrexitBetrayed_", "shape": "dot", "title": "BrexitBetrayed_", "value": 50}, {"color": "#FFFFFF", "id": "Crow31Darkness_", "label": "Crow31Darkness_", "shape": "dot", "title": "Crow31Darkness_", "value": 50}, {"color": "#FFFFFF", "id": "Camille5212_", "label": "Camille5212_", "shape": "dot", "title": "Camille5212_", "value": 50}, {"color": "#FFFFFF", "id": "SakibulHoque8_", "label": "SakibulHoque8_", "shape": "dot", "title": "SakibulHoque8_", "value": 50}, {"color": "#FFFFFF", "id": "skunksmuggler_", "label": "skunksmuggler_", "shape": "dot", "title": "skunksmuggler_", "value": 50}, {"color": "#FFFFFF", "id": "God_sgirl_", "label": "God_sgirl_", "shape": "dot", "title": "God_sgirl_", "value": 50}, {"color": "#FFFFFF", "id": "USAHotLips_", "label": "USAHotLips_", "shape": "dot", "title": "USAHotLips_", "value": 50}, {"color": "#FFFFFF", "id": "kayskay7_", "label": "kayskay7_", "shape": "dot", "title": "kayskay7_", "value": 50}, {"color": "#FFFFFF", "id": "trump_gays_", "label": "trump_gays_", "shape": "dot", "title": "trump_gays_", "value": 50}, {"color": "#FFFFFF", "id": "TrumpoftheRealm_", "label": "TrumpoftheRealm_", "shape": "dot", "title": "TrumpoftheRealm_", "value": 50}, {"color": "#FFFFFF", "id": "americandream09_", "label": "americandream09_", "shape": "dot", "title": "americandream09_", "value": 50}, {"color": "#FFFFFF", "id": "DrSandvika_", "label": "DrSandvika_", "shape": "dot", "title": "DrSandvika_", "value": 50}, {"color": "#FFFFFF", "id": "TarekFatah_", "label": "TarekFatah_", "shape": "dot", "title": "TarekFatah_", "value": 50}, {"color": "#FFFFFF", "id": "miss9afi_", "label": "miss9afi_", "shape": "dot", "title": "miss9afi_", "value": 50}, {"color": "#FFFFFF", "id": "IslamicOntario_", "label": "IslamicOntario_", "shape": "dot", "title": "IslamicOntario_", "value": 50}, {"color": "#FFFFFF", "id": "goouch78_", "label": "goouch78_", "shape": "dot", "title": "goouch78_", "value": 50}, {"color": "#FFFFFF", "id": "CandiceMalcolm_", "label": "CandiceMalcolm_", "shape": "dot", "title": "CandiceMalcolm_", "value": 50}, {"color": "#FFFFFF", "id": "Deplorable_Bree_", "label": "Deplorable_Bree_", "shape": "dot", "title": "Deplorable_Bree_", "value": 50}, {"color": "#FFFFFF", "id": "Blazenhozen_", "label": "Blazenhozen_", "shape": "dot", "title": "Blazenhozen_", "value": 50}, {"color": "#FFFFFF", "id": "JustinTrudeau_", "label": "JustinTrudeau_", "shape": "dot", "title": "JustinTrudeau_", "value": 50}, {"color": "#FFFFFF", "id": "OneProudCanadia_", "label": "OneProudCanadia_", "shape": "dot", "title": "OneProudCanadia_", "value": 50}, {"color": "#FFFFFF", "id": "RetwaA_", "label": "RetwaA_", "shape": "dot", "title": "RetwaA_", "value": 50}, {"color": "#FFFFFF", "id": "trump45maga2016_", "label": "trump45maga2016_", "shape": "dot", "title": "trump45maga2016_", "value": 50}, {"color": "#FFFFFF", "id": "manny_ottawa_", "label": "manny_ottawa_", "shape": "dot", "title": "manny_ottawa_", "value": 50}, {"color": "#FFFFFF", "id": "emilia_suze_", "label": "emilia_suze_", "shape": "dot", "title": "emilia_suze_", "value": 50}, {"color": "#FFFFFF", "id": "CanadaLove2019_", "label": "CanadaLove2019_", "shape": "dot", "title": "CanadaLove2019_", "value": 50}, {"color": "#FFFFFF", "id": "ConservativePT1_", "label": "ConservativePT1_", "shape": "dot", "title": "ConservativePT1_", "value": 50}, {"color": "#FFFFFF", "id": "PatrioticCindy_", "label": "PatrioticCindy_", "shape": "dot", "title": "PatrioticCindy_", "value": 50}, {"color": "#FFFFFF", "id": "MAGARoseTaylor_", "label": "MAGARoseTaylor_", "shape": "dot", "title": "MAGARoseTaylor_", "value": 50}, {"color": "#FFFFFF", "id": "LindseyGrahamSC_", "label": "LindseyGrahamSC_", "shape": "dot", "title": "LindseyGrahamSC_", "value": 50}, {"color": "#FFFFFF", "id": "Riff_Raff45_", "label": "Riff_Raff45_", "shape": "dot", "title": "Riff_Raff45_", "value": 50}, {"color": "#FFFFFF", "id": "Nebosa_", "label": "Nebosa_", "shape": "dot", "title": "Nebosa_", "value": 50}, {"color": "#FFFFFF", "id": "Usemyspork_", "label": "Usemyspork_", "shape": "dot", "title": "Usemyspork_", "value": 50}, {"color": "#FFFFFF", "id": "RealDonaldTrump_", "label": "RealDonaldTrump_", "shape": "dot", "title": "RealDonaldTrump_", "value": 50}, {"color": "#FFFFFF", "id": "lexiconjewel_", "label": "lexiconjewel_", "shape": "dot", "title": "lexiconjewel_", "value": 50}, {"color": "#FFFFFF", "id": "Patriot988_", "label": "Patriot988_", "shape": "dot", "title": "Patriot988_", "value": 50}, {"color": "#FFFFFF", "id": "Boeitmenietnu_", "label": "Boeitmenietnu_", "shape": "dot", "title": "Boeitmenietnu_", "value": 50}, {"color": "#FFFFFF", "id": "Menzis_", "label": "Menzis_", "shape": "dot", "title": "Menzis_", "value": 50}, {"color": "#FFFFFF", "id": "RavenToland69_", "label": "RavenToland69_", "shape": "dot", "title": "RavenToland69_", "value": 50}, {"color": "#FFFFFF", "id": "InfidelT_I_M_", "label": "InfidelT_I_M_", "shape": "dot", "title": "InfidelT_I_M_", "value": 50}, {"color": "#FFFFFF", "id": "RodStryker_", "label": "RodStryker_", "shape": "dot", "title": "RodStryker_", "value": 50}, {"color": "#FFFFFF", "id": "tlsg99_", "label": "tlsg99_", "shape": "dot", "title": "tlsg99_", "value": 50}, {"color": "#FFFFFF", "id": "laineymel_", "label": "laineymel_", "shape": "dot", "title": "laineymel_", "value": 50}, {"color": "#FFFFFF", "id": "crickafer00_", "label": "crickafer00_", "shape": "dot", "title": "crickafer00_", "value": 50}, {"color": "#FFFFFF", "id": "fedagentmark_", "label": "fedagentmark_", "shape": "dot", "title": "fedagentmark_", "value": 50}, {"color": "#FFFFFF", "id": "AnnInquirer_", "label": "AnnInquirer_", "shape": "dot", "title": "AnnInquirer_", "value": 50}, {"color": "#FFFFFF", "id": "WhstleBritches_", "label": "WhstleBritches_", "shape": "dot", "title": "WhstleBritches_", "value": 50}, {"color": "#FFFFFF", "id": "saiberspace1_", "label": "saiberspace1_", "shape": "dot", "title": "saiberspace1_", "value": 50}, {"color": "#FFFFFF", "id": "battleofever_", "label": "battleofever_", "shape": "dot", "title": "battleofever_", "value": 50}, {"color": "#FFFFFF", "id": "SteersMann_", "label": "SteersMann_", "shape": "dot", "title": "SteersMann_", "value": 50}, {"color": "#FFFFFF", "id": "IlhanMN_", "label": "IlhanMN_", "shape": "dot", "title": "IlhanMN_", "value": 50}, {"color": "#FFFFFF", "id": "LoriinUtah_", "label": "LoriinUtah_", "shape": "dot", "title": "LoriinUtah_", "value": 50}, {"color": "#FFFFFF", "id": "RealMAGASteve_", "label": "RealMAGASteve_", "shape": "dot", "title": "RealMAGASteve_", "value": 50}, {"color": "#FFFFFF", "id": "PattiPa07715990_", "label": "PattiPa07715990_", "shape": "dot", "title": "PattiPa07715990_", "value": 50}, {"color": "#FFFFFF", "id": "lsarsour_", "label": "lsarsour_", "shape": "dot", "title": "lsarsour_", "value": 50}, {"color": "#FFFFFF", "id": "WarriorofGod97_", "label": "WarriorofGod97_", "shape": "dot", "title": "WarriorofGod97_", "value": 50}, {"color": "#FFFFFF", "id": "fuffimatze2_", "label": "fuffimatze2_", "shape": "dot", "title": "fuffimatze2_", "value": 50}, {"color": "#FFFFFF", "id": "Anke_online_", "label": "Anke_online_", "shape": "dot", "title": "Anke_online_", "value": 50}, {"color": "#FFFFFF", "id": "BullPup2A_", "label": "BullPup2A_", "shape": "dot", "title": "BullPup2A_", "value": 50}, {"color": "#FFFFFF", "id": "NSF_2A_", "label": "NSF_2A_", "shape": "dot", "title": "NSF_2A_", "value": 50}, {"color": "#FFFFFF", "id": "rejialex7_", "label": "rejialex7_", "shape": "dot", "title": "rejialex7_", "value": 50}, {"color": "#FFFFFF", "id": "HDRayRay_", "label": "HDRayRay_", "shape": "dot", "title": "HDRayRay_", "value": 50}, {"color": "#FFFFFF", "id": "Despicable988_", "label": "Despicable988_", "shape": "dot", "title": "Despicable988_", "value": 50}, {"color": "#FFFFFF", "id": "land_terri_", "label": "land_terri_", "shape": "dot", "title": "land_terri_", "value": 50}, {"color": "#FFFFFF", "id": "StandingDarrell_", "label": "StandingDarrell_", "shape": "dot", "title": "StandingDarrell_", "value": 50}, {"color": "#FFFFFF", "id": "RebelFranzi_", "label": "RebelFranzi_", "shape": "dot", "title": "RebelFranzi_", "value": 50}, {"color": "#FFFFFF", "id": "WayneDupreeShow_", "label": "WayneDupreeShow_", "shape": "dot", "title": "WayneDupreeShow_", "value": 50}, {"color": "#FFFFFF", "id": "daapdewaarheid_", "label": "daapdewaarheid_", "shape": "dot", "title": "daapdewaarheid_", "value": 50}, {"color": "#FFFFFF", "id": "Herbwilson1967_", "label": "Herbwilson1967_", "shape": "dot", "title": "Herbwilson1967_", "value": 50}, {"color": "#FFFFFF", "id": "AmyMek_", "label": "AmyMek_", "shape": "dot", "title": "AmyMek_", "value": 50}, {"color": "#FFFFFF", "id": "Gymrat07_", "label": "Gymrat07_", "shape": "dot", "title": "Gymrat07_", "value": 50}, {"color": "#FFFFFF", "id": "AMike4761_", "label": "AMike4761_", "shape": "dot", "title": "AMike4761_", "value": 50}, {"color": "#FFFFFF", "id": "TEXASDENNY_", "label": "TEXASDENNY_", "shape": "dot", "title": "TEXASDENNY_", "value": 50}, {"color": "#FFFFFF", "id": "CherryKhrystal_", "label": "CherryKhrystal_", "shape": "dot", "title": "CherryKhrystal_", "value": 50}, {"color": "#FFFFFF", "id": "skramerbyu_82_", "label": "skramerbyu_82_", "shape": "dot", "title": "skramerbyu_82_", "value": 50}, {"color": "#FFFFFF", "id": "SenSchumer_", "label": "SenSchumer_", "shape": "dot", "title": "SenSchumer_", "value": 50}, {"color": "#FFFFFF", "id": "wowkelliwow_", "label": "wowkelliwow_", "shape": "dot", "title": "wowkelliwow_", "value": 50}, {"color": "#FFFFFF", "id": "Kimbraov1_", "label": "Kimbraov1_", "shape": "dot", "title": "Kimbraov1_", "value": 50}, {"color": "#FFFFFF", "id": "barenakedislam_", "label": "barenakedislam_", "shape": "dot", "title": "barenakedislam_", "value": 50}, {"color": "#FFFFFF", "id": "IvoryDove_", "label": "IvoryDove_", "shape": "dot", "title": "IvoryDove_", "value": 50}, {"color": "#FFFFFF", "id": "tararollins62_", "label": "tararollins62_", "shape": "dot", "title": "tararollins62_", "value": 50}, {"color": "#FFFFFF", "id": "RealJamesWoods_", "label": "RealJamesWoods_", "shape": "dot", "title": "RealJamesWoods_", "value": 50}, {"color": "#FFFFFF", "id": "NOislam3_", "label": "NOislam3_", "shape": "dot", "title": "NOislam3_", "value": 50}, {"color": "#FFFFFF", "id": "trump_assistant_", "label": "trump_assistant_", "shape": "dot", "title": "trump_assistant_", "value": 50}, {"color": "#FFFFFF", "id": "Corriere_", "label": "Corriere_", "shape": "dot", "title": "Corriere_", "value": 50}, {"color": "#FFFFFF", "id": "ferrariant_", "label": "ferrariant_", "shape": "dot", "title": "ferrariant_", "value": 50}, {"color": "#FFFFFF", "id": "RepubblicaTv_", "label": "RepubblicaTv_", "shape": "dot", "title": "RepubblicaTv_", "value": 50}, {"color": "#FFFFFF", "id": "repubblica_", "label": "repubblica_", "shape": "dot", "title": "repubblica_", "value": 50}, {"color": "#FFFFFF", "id": "SumayaAQ_", "label": "SumayaAQ_", "shape": "dot", "title": "SumayaAQ_", "value": 50}, {"color": "#FFFFFF", "id": "txfortrump1_", "label": "txfortrump1_", "shape": "dot", "title": "txfortrump1_", "value": 50}, {"color": "#FFFFFF", "id": "MrDave2You_", "label": "MrDave2You_", "shape": "dot", "title": "MrDave2You_", "value": 50}, {"color": "#FFFFFF", "id": "ovcned_", "label": "ovcned_", "shape": "dot", "title": "ovcned_", "value": 50}, {"color": "#FFFFFF", "id": "DnHellemonder_", "label": "DnHellemonder_", "shape": "dot", "title": "DnHellemonder_", "value": 50}, {"color": "#FFFFFF", "id": "geertwilderspvv_", "label": "geertwilderspvv_", "shape": "dot", "title": "geertwilderspvv_", "value": 50}, {"color": "#FFFFFF", "id": "Martinbosma_pvv_", "label": "Martinbosma_pvv_", "shape": "dot", "title": "Martinbosma_pvv_", "value": 50}, {"color": "#FFFFFF", "id": "VrouwvdVrijheid_", "label": "VrouwvdVrijheid_", "shape": "dot", "title": "VrouwvdVrijheid_", "value": 50}, {"color": "#FFFFFF", "id": "Mirjam152_", "label": "Mirjam152_", "shape": "dot", "title": "Mirjam152_", "value": 50}, {"color": "#FFFFFF", "id": "rwesthoek_", "label": "rwesthoek_", "shape": "dot", "title": "rwesthoek_", "value": 50}, {"color": "#FFFFFF", "id": "markdehollander_", "label": "markdehollander_", "shape": "dot", "title": "markdehollander_", "value": 50}, {"color": "#FFFFFF", "id": "La_Moonnn_", "label": "La_Moonnn_", "shape": "dot", "title": "La_Moonnn_", "value": 50}, {"color": "#FFFFFF", "id": "bertvovc_", "label": "bertvovc_", "shape": "dot", "title": "bertvovc_", "value": 50}, {"color": "#FFFFFF", "id": "JohannesP16_", "label": "JohannesP16_", "shape": "dot", "title": "JohannesP16_", "value": 50}, {"color": "#FFFFFF", "id": "BNLder_", "label": "BNLder_", "shape": "dot", "title": "BNLder_", "value": 50}, {"color": "#FFFFFF", "id": "tpooknl_", "label": "tpooknl_", "shape": "dot", "title": "tpooknl_", "value": 50}, {"color": "#FFFFFF", "id": "TPOnl_", "label": "TPOnl_", "shape": "dot", "title": "TPOnl_", "value": 50}, {"color": "#FFFFFF", "id": "Beerie18_", "label": "Beerie18_", "shape": "dot", "title": "Beerie18_", "value": 50}, {"color": "#FFFFFF", "id": "WijkagentMohsin_", "label": "WijkagentMohsin_", "shape": "dot", "title": "WijkagentMohsin_", "value": 50}, {"color": "#FFFFFF", "id": "AsjeBello_", "label": "AsjeBello_", "shape": "dot", "title": "AsjeBello_", "value": 50}, {"color": "#FFFFFF", "id": "Geepstar_", "label": "Geepstar_", "shape": "dot", "title": "Geepstar_", "value": 50}, {"color": "#FFFFFF", "id": "EdwindeBoer9_", "label": "EdwindeBoer9_", "shape": "dot", "title": "EdwindeBoer9_", "value": 50}, {"color": "#FFFFFF", "id": "RTLnieuws_", "label": "RTLnieuws_", "shape": "dot", "title": "RTLnieuws_", "value": 50}, {"color": "#FFFFFF", "id": "NOS_", "label": "NOS_", "shape": "dot", "title": "NOS_", "value": 50}, {"color": "#FFFFFF", "id": "kim_holsapple_", "label": "kim_holsapple_", "shape": "dot", "title": "kim_holsapple_", "value": 50}, {"color": "#FFFFFF", "id": "EllenKotera_", "label": "EllenKotera_", "shape": "dot", "title": "EllenKotera_", "value": 50}, {"color": "#FFFFFF", "id": "realDonaldTrump\u2019s_", "label": "realDonaldTrump\u2019s_", "shape": "dot", "title": "realDonaldTrump\u2019s_", "value": 50}, {"color": "#FFFFFF", "id": "USA_AllenK_", "label": "USA_AllenK_", "shape": "dot", "title": "USA_AllenK_", "value": 50}, {"color": "#FFFFFF", "id": "duckduckgo_", "label": "duckduckgo_", "shape": "dot", "title": "duckduckgo_", "value": 50}, {"color": "#FFFFFF", "id": "TeaBoots_", "label": "TeaBoots_", "shape": "dot", "title": "TeaBoots_", "value": 50}, {"color": "#FFFFFF", "id": "TheJakeFilmore_", "label": "TheJakeFilmore_", "shape": "dot", "title": "TheJakeFilmore_", "value": 50}, {"color": "#FFFFFF", "id": "fawn_mac_", "label": "fawn_mac_", "shape": "dot", "title": "fawn_mac_", "value": 50}, {"color": "#FFFFFF", "id": "SwensonBrigette_", "label": "SwensonBrigette_", "shape": "dot", "title": "SwensonBrigette_", "value": 50}, {"color": "#FFFFFF", "id": "IanPhilTrait_", "label": "IanPhilTrait_", "shape": "dot", "title": "IanPhilTrait_", "value": 50}, {"color": "#FFFFFF", "id": "AlertEnemy221b_", "label": "AlertEnemy221b_", "shape": "dot", "title": "AlertEnemy221b_", "value": 50}, {"color": "#FFFFFF", "id": "Faedrelandet_", "label": "Faedrelandet_", "shape": "dot", "title": "Faedrelandet_", "value": 50}, {"color": "#FFFFFF", "id": "REALtrumpbureau_", "label": "REALtrumpbureau_", "shape": "dot", "title": "REALtrumpbureau_", "value": 50}, {"color": "#FFFFFF", "id": "YouTube\u2026_", "label": "YouTube\u2026_", "shape": "dot", "title": "YouTube\u2026_", "value": 50}, {"color": "#FFFFFF", "id": "YouTube_", "label": "YouTube_", "shape": "dot", "title": "YouTube_", "value": 50}, {"color": "#FFFFFF", "id": "BreacherAlec1_", "label": "BreacherAlec1_", "shape": "dot", "title": "BreacherAlec1_", "value": 50}, {"color": "#FFFFFF", "id": "MAGA4TRUMP2020_", "label": "MAGA4TRUMP2020_", "shape": "dot", "title": "MAGA4TRUMP2020_", "value": 50}, {"color": "#FFFFFF", "id": "Golfinggary5221\u2026_", "label": "Golfinggary5221\u2026_", "shape": "dot", "title": "Golfinggary5221\u2026_", "value": 50}, {"color": "#FFFFFF", "id": "dodt2003_", "label": "dodt2003_", "shape": "dot", "title": "dodt2003_", "value": 50}, {"color": "#FFFFFF", "id": "vanessacvenus_", "label": "vanessacvenus_", "shape": "dot", "title": "vanessacvenus_", "value": 50}, {"color": "#FFFFFF", "id": "SadiqKhan_", "label": "SadiqKhan_", "shape": "dot", "title": "SadiqKhan_", "value": 50}, {"color": "#FFFFFF", "id": "Chappyonthemove_", "label": "Chappyonthemove_", "shape": "dot", "title": "Chappyonthemove_", "value": 50}, {"color": "#FFFFFF", "id": "ad_iudicium1776_", "label": "ad_iudicium1776_", "shape": "dot", "title": "ad_iudicium1776_", "value": 50}, {"color": "#FFFFFF", "id": "AdrianScully13_", "label": "AdrianScully13_", "shape": "dot", "title": "AdrianScully13_", "value": 50}, {"color": "#FFFFFF", "id": "protrumpuk_", "label": "protrumpuk_", "shape": "dot", "title": "protrumpuk_", "value": 50}, {"color": "#FFFFFF", "id": "MarkACollett_", "label": "MarkACollett_", "shape": "dot", "title": "MarkACollett_", "value": 50}, {"color": "#FFFFFF", "id": "nomuslimsplease_", "label": "nomuslimsplease_", "shape": "dot", "title": "nomuslimsplease_", "value": 50}, {"color": "#FFFFFF", "id": "Anni_Cyrus_", "label": "Anni_Cyrus_", "shape": "dot", "title": "Anni_Cyrus_", "value": 50}, {"color": "#FFFFFF", "id": "USAFirst55_", "label": "USAFirst55_", "shape": "dot", "title": "USAFirst55_", "value": 50}, {"color": "#FFFFFF", "id": "OldManStoneZone_", "label": "OldManStoneZone_", "shape": "dot", "title": "OldManStoneZone_", "value": 50}, {"color": "#FFFFFF", "id": "Lady_Prinny_", "label": "Lady_Prinny_", "shape": "dot", "title": "Lady_Prinny_", "value": 50}, {"color": "#FFFFFF", "id": "\u2026_", "label": "\u2026_", "shape": "dot", "title": "\u2026_", "value": 50}, {"color": "#FFFFFF", "id": "Root4Change_", "label": "Root4Change_", "shape": "dot", "title": "Root4Change_", "value": 50}, {"color": "#FFFFFF", "id": "jko417_", "label": "jko417_", "shape": "dot", "title": "jko417_", "value": 50}, {"color": "#FFFFFF", "id": "VivaL\u2026_", "label": "VivaL\u2026_", "shape": "dot", "title": "VivaL\u2026_", "value": 50}, {"color": "#FFFFFF", "id": "Rybak66_", "label": "Rybak66_", "shape": "dot", "title": "Rybak66_", "value": 50}, {"color": "#FFFFFF", "id": "Shehla_Rashid_", "label": "Shehla_Rashid_", "shape": "dot", "title": "Shehla_Rashid_", "value": 50}, {"color": "#FFFFFF", "id": "India_Policy_", "label": "India_Policy_", "shape": "dot", "title": "India_Policy_", "value": 50}, {"color": "#FFFFFF", "id": "narendramodi_", "label": "narendramodi_", "shape": "dot", "title": "narendramodi_", "value": 50}, {"color": "#FFFFFF", "id": "Pappy1Russell_", "label": "Pappy1Russell_", "shape": "dot", "title": "Pappy1Russell_", "value": 50}, {"color": "#FFFFFF", "id": "MayorBieter_", "label": "MayorBieter_", "shape": "dot", "title": "MayorBieter_", "value": 50}, {"color": "#FFFFFF", "id": "ButchOtter_", "label": "ButchOtter_", "shape": "dot", "title": "ButchOtter_", "value": 50}, {"color": "#FFFFFF", "id": "SEAN65319250_", "label": "SEAN65319250_", "shape": "dot", "title": "SEAN65319250_", "value": 50}, {"color": "#FFFFFF", "id": "houstonusa6_", "label": "houstonusa6_", "shape": "dot", "title": "houstonusa6_", "value": 50}, {"color": "#FFFFFF", "id": "AFunnyValentine_", "label": "AFunnyValentine_", "shape": "dot", "title": "AFunnyValentine_", "value": 50}, {"color": "#FFFFFF", "id": "KORANISBURNING_", "label": "KORANISBURNING_", "shape": "dot", "title": "KORANISBURNING_", "value": 50}, {"color": "#FFFFFF", "id": "SebGorka_", "label": "SebGorka_", "shape": "dot", "title": "SebGorka_", "value": 50}, {"color": "#FFFFFF", "id": "NYPDCT_", "label": "NYPDCT_", "shape": "dot", "title": "NYPDCT_", "value": 50}, {"color": "#FFFFFF", "id": "FBI_", "label": "FBI_", "shape": "dot", "title": "FBI_", "value": 50}, {"color": "#FFFFFF", "id": "Breaking911_", "label": "Breaking911_", "shape": "dot", "title": "Breaking911_", "value": 50}, {"color": "#FFFFFF", "id": "JackPosobiec_", "label": "JackPosobiec_", "shape": "dot", "title": "JackPosobiec_", "value": 50}, {"color": "#FFFFFF", "id": "ABC_", "label": "ABC_", "shape": "dot", "title": "ABC_", "value": 50}, {"color": "#FFFFFF", "id": "jmontemiletto_", "label": "jmontemiletto_", "shape": "dot", "title": "jmontemiletto_", "value": 50}, {"color": "#FFFFFF", "id": "thecjpearson_", "label": "thecjpearson_", "shape": "dot", "title": "thecjpearson_", "value": 50}, {"color": "#FFFFFF", "id": "WowJones1642_", "label": "WowJones1642_", "shape": "dot", "title": "WowJones1642_", "value": 50}, {"color": "#FFFFFF", "id": "ThaSneakerhead__", "label": "ThaSneakerhead__", "shape": "dot", "title": "ThaSneakerhead__", "value": 50}, {"color": "#FFFFFF", "id": "mike_Zollo_", "label": "mike_Zollo_", "shape": "dot", "title": "mike_Zollo_", "value": 50}, {"color": "#FFFFFF", "id": "Thom_not_a_bot_", "label": "Thom_not_a_bot_", "shape": "dot", "title": "Thom_not_a_bot_", "value": 50}, {"color": "#FFFFFF", "id": "_", "label": "_", "shape": "dot", "title": "_", "value": 50}, {"color": "#FFFFFF", "id": "RichardAlengi_", "label": "RichardAlengi_", "shape": "dot", "title": "RichardAlengi_", "value": 50}, {"color": "#FFFFFF", "id": "LGWIZ326_", "label": "LGWIZ326_", "shape": "dot", "title": "LGWIZ326_", "value": 50}, {"color": "#FFFFFF", "id": "BrandonN1271_", "label": "BrandonN1271_", "shape": "dot", "title": "BrandonN1271_", "value": 50}, {"color": "#FFFFFF", "id": "ManchesterTimer_", "label": "ManchesterTimer_", "shape": "dot", "title": "ManchesterTimer_", "value": 50}, {"color": "#FFFFFF", "id": "Cuds_1246_", "label": "Cuds_1246_", "shape": "dot", "title": "Cuds_1246_", "value": 50}, {"color": "#FFFFFF", "id": "BreitbartNews_", "label": "BreitbartNews_", "shape": "dot", "title": "BreitbartNews_", "value": 50}, {"color": "#FFFFFF", "id": "1acemadsen1_", "label": "1acemadsen1_", "shape": "dot", "title": "1acemadsen1_", "value": 50}, {"color": "#FFFFFF", "id": "209acesheepdog_", "label": "209acesheepdog_", "shape": "dot", "title": "209acesheepdog_", "value": 50}, {"color": "#FFFFFF", "id": "ACTBrigitte_", "label": "ACTBrigitte_", "shape": "dot", "title": "ACTBrigitte_", "value": 50}, {"color": "#FFFFFF", "id": "ADP42CFC_", "label": "ADP42CFC_", "shape": "dot", "title": "ADP42CFC_", "value": 50}, {"color": "#FFFFFF", "id": "IamTommy2626_", "label": "IamTommy2626_", "shape": "dot", "title": "IamTommy2626_", "value": 50}, {"color": "#FFFFFF", "id": "JimRobinson3rd_", "label": "JimRobinson3rd_", "shape": "dot", "title": "JimRobinson3rd_", "value": 50}, {"color": "#FFFFFF", "id": "Saffron_Infidel_", "label": "Saffron_Infidel_", "shape": "dot", "title": "Saffron_Infidel_", "value": 50}, {"color": "#FFFFFF", "id": "KARLBERG_H_", "label": "KARLBERG_H_", "shape": "dot", "title": "KARLBERG_H_", "value": 50}, {"color": "#FFFFFF", "id": "TedJohansson3_", "label": "TedJohansson3_", "shape": "dot", "title": "TedJohansson3_", "value": 50}, {"color": "#FFFFFF", "id": "GunillaGomer_", "label": "GunillaGomer_", "shape": "dot", "title": "GunillaGomer_", "value": 50}, {"color": "#FFFFFF", "id": "We_R_TheMedia_", "label": "We_R_TheMedia_", "shape": "dot", "title": "We_R_TheMedia_", "value": 50}, {"color": "#FFFFFF", "id": "DailyNotes7_", "label": "DailyNotes7_", "shape": "dot", "title": "DailyNotes7_", "value": 50}, {"color": "#FFFFFF", "id": "AnonymousOneToo_", "label": "AnonymousOneToo_", "shape": "dot", "title": "AnonymousOneToo_", "value": 50}, {"color": "#FFFFFF", "id": "AmazonUK_", "label": "AmazonUK_", "shape": "dot", "title": "AmazonUK_", "value": 50}, {"color": "#FFFFFF", "id": "BPerchiron_", "label": "BPerchiron_", "shape": "dot", "title": "BPerchiron_", "value": 50}, {"color": "#FFFFFF", "id": "JerusalemBold_", "label": "JerusalemBold_", "shape": "dot", "title": "JerusalemBold_", "value": 50}, {"color": "#FFFFFF", "id": "ZenaMorse_", "label": "ZenaMorse_", "shape": "dot", "title": "ZenaMorse_", "value": 50}, {"color": "#FFFFFF", "id": "dh_doc_", "label": "dh_doc_", "shape": "dot", "title": "dh_doc_", "value": 50}, {"color": "#FFFFFF", "id": "velvethammer_", "label": "velvethammer_", "shape": "dot", "title": "velvethammer_", "value": 50}, {"color": "#FFFFFF", "id": "AOC_", "label": "AOC_", "shape": "dot", "title": "AOC_", "value": 50}, {"color": "#FFFFFF", "id": "Ilhan_", "label": "Ilhan_", "shape": "dot", "title": "Ilhan_", "value": 50}, {"color": "#FFFFFF", "id": "RashidaTlaib_", "label": "RashidaTlaib_", "shape": "dot", "title": "RashidaTlaib_", "value": 50}]);
edges = new vis.DataSet([{"arrows": "to", "from": "0000DD02_", "to": "traybishop_"}, {"arrows": "to", "from": "0000DD02_", "to": "RealDrGina_"}, {"arrows": "to", "from": "0000DD02_", "to": "76rooster_"}, {"arrows": "to", "from": "000_Gopal32_", "to": "TharkiBaba01_"}, {"arrows": "to", "from": "000_Gopal32_", "to": "Donotshit_"}, {"arrows": "to", "from": "000reginapeyto1_", "to": "WorlMedia_"}, {"arrows": "to", "from": "001_rhonda_", "to": "yeatsfeats_"}, {"arrows": "to", "from": "001_rhonda_", "to": "JoeBelsha1_"}, {"arrows": "to", "from": "001_rhonda_", "to": "001_rhonda_"}, {"arrows": "to", "from": "001_rhonda_", "to": "emanumiller_"}, {"arrows": "to", "from": "001_rhonda_", "to": "ACHopkinson_"}, {"arrows": "to", "from": "001_rhonda_", "to": "StephanieAmeiss_"}, {"arrows": "to", "from": "001_rhonda_", "to": "baalter_"}, {"arrows": "to", "from": "001_rhonda_", "to": "yeatsfeats_"}, {"arrows": "to", "from": "001_rhonda_", "to": "JoeBelsha1_"}, {"arrows": "to", "from": "001_rhonda_", "to": "001_rhonda_"}, {"arrows": "to", "from": "001_rhonda_", "to": "TheLightning101_"}, {"arrows": "to", "from": "0028unit_", "to": "Kev4T_"}, {"arrows": "to", "from": "003a04f8c2054b7_", "to": "BryonnyM_"}, {"arrows": "to", "from": "004magdalene_", "to": "MrEdTrain_"}, {"arrows": "to", "from": "007cigarjoe_", "to": "builditnow_"}, {"arrows": "to", "from": "007cigarjoe_", "to": "hatedtruthpig77_"}, {"arrows": "to", "from": "007cigarjoe_", "to": "MAGABUCKS2_"}, {"arrows": "to", "from": "007cigarjoe_", "to": "pamelage\u2026_"}, {"arrows": "to", "from": "007cigarjoe_", "to": "Dragonphoenix69_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "FinnCallie_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "DonnaWR8_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "lilbulli1031_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "lilbulli1031_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "baalter_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "ANOMALY1_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "Condor_Law_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "vannsmole_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "jdarlove_"}, {"arrows": "to", "from": "007jorgeEnrique_", "to": "Condor_Law_"}, {"arrows": "to", "from": "00Hardie00_", "to": "otto_ah_"}, {"arrows": "to", "from": "00Illogical_", "to": "realDonaldTrump_"}, {"arrows": "to", "from": "00Illogical_", "to": "JacobAWohl_"}, {"arrows": "to", "from": "00Illogical_", "to": "realDonaldTrump_"}, {"arrows": "to", "from": "010wijk11_", "to": "SGroter2_"}, {"arrows": "to", "from": "01_zebra_", "to": "slavewar_"}, {"arrows": "to", "from": "01_zebra_", "to": "slavewar_"}, {"arrows": "to", "from": "01_zebra_", "to": "POTUS_"}, {"arrows": "to", "from": "01_zebra_", "to": "not2far2right_"}, {"arrows": "to", "from": "01_zebra_", "to": "slavewar_"}, {"arrows": "to", "from": "01_zebra_", "to": "dragondeau52_"}, {"arrows": "to", "from": "01_zebra_", "to": "Jflygirl_"}, {"arrows": "to", "from": "01greenen_", "to": "vannsmole_"}, {"arrows": "to", "from": "01greenen_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "01greenen_", "to": "HappyPatriotGal_"}, {"arrows": "to", "from": "01greenen_", "to": "hatedtruthpig77_"}, {"arrows": "to", "from": "01greenen_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "01ravenking_", "to": "Welshy1112_"}, {"arrows": "to", "from": "01splcheck_", "to": "victorericmedia_"}, {"arrows": "to", "from": "01splcheck_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "01splcheck_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "01splcheck_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "01splcheck_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "01splcheck_", "to": "US_of_A_1st_"}, {"arrows": "to", "from": "01splcheck_", "to": "baalter_"}, {"arrows": "to", "from": "01splcheck_", "to": "MulliganTrails_"}, {"arrows": "to", "from": "01splcheck_", "to": "ConservaMomUSA_"}, {"arrows": "to", "from": "020Meid_", "to": "LouLewinskyAmst_"}, {"arrows": "to", "from": "020Meid_", "to": "Hannesz1956_"}, {"arrows": "to", "from": "020Meid_", "to": "EliseNijmegen_"}, {"arrows": "to", "from": "02Timothy0224_", "to": "UTT_USA_"}, {"arrows": "to", "from": "02Xcape_", "to": "goutch_"}, {"arrows": "to", "from": "0321jail_", "to": "AMR11082016_"}, {"arrows": "to", "from": "0321jail_", "to": "AMR11082016_"}, {"arrows": "to", "from": "0321jail_", "to": "CAIRNational_"}, {"arrows": "to", "from": "0321jail_", "to": "builditnow_"}, {"arrows": "to", "from": "0321jail_", "to": "AMR11082016_"}, {"arrows": "to", "from": "0321jail_", "to": "southern4MAGA_"}, {"arrows": "to", "from": "0321jail_", "to": "BilldeBlasio_"}, {"arrows": "to", "from": "0321jail_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "0321jail_", "to": "Salt_SSR_"}, {"arrows": "to", "from": "0321jail_", "to": "lilbulli1031_"}, {"arrows": "to", "from": "033_ben_", "to": "FDW_VB_"}, {"arrows": "to", "from": "04983McKnight_", "to": "jihadwatchRS!_"}, {"arrows": "to", "from": "058mantsje_", "to": "FDW_VB_"}, {"arrows": "to", "from": "058weestwel_", "to": "RevolutieNL_"}, {"arrows": "to", "from": "05_ridhi_", "to": "Lionidis300_"}, {"arrows": "to", "from": "05_ridhi_", "to": "Lionidis300_"}, {"arrows": "to", "from": "0625jp_", "to": "America1stTiger_"}, {"arrows": "to", "from": "0625jp_", "to": "WilliamNSmith3_"}, {"arrows": "to", "from": "0625jp_", "to": "seecyn5858_"}, {"arrows": "to", "from": "0700Cmr_", "to": "Allahfake99_"}, {"arrows": "to", "from": "0726896247dyl_", "to": "EasyPeezyTweet_"}, {"arrows": "to", "from": "0726896247dyl_", "to": "SoulWarrior1994_"}, {"arrows": "to", "from": "07gibsonlp_", "to": "loves_nra_"}, {"arrows": "to", "from": "0911_robbie_", "to": "waldruhe_"}, {"arrows": "to", "from": "0929d5170fed4f5_", "to": "baalter_"}, {"arrows": "to", "from": "0930uhr_", "to": "louiecrit_"}, {"arrows": "to", "from": "09BRAININJURY_", "to": "Turningin2myMom_"}, {"arrows": "to", "from": "09Manuel09Ba_", "to": "America1stTiger_"}, {"arrows": "to", "from": "0BLUEtHOR_", "to": "Salt_SSR_"}, {"arrows": "to", "from": "0Farfan2_", "to": "DVATW_"}, {"arrows": "to", "from": "0Mustgo_", "to": "snoozinglion1_"}, {"arrows": "to", "from": "0Mustgo_", "to": "AgendaOfEvil_"}, {"arrows": "to", "from": "0Nexit_", "to": "FDW_VB_"}, {"arrows": "to", "from": "0Nexit_", "to": "FDW_VB_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "SavannahBelle01_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "TrumpsBlonde_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "infidelkufr_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "DontBluffMe77_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "PoliticalIslam_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "PoliticalIslam_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "BurkasBan2_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "infidelkufr_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "fprice2007_"}, {"arrows": "to", "from": "0Problemchild0_", "to": "rose_k01_"}, {"arrows": "to", "from": "0ShineDiamond0_", "to": "MLP_officiel_"}, {"arrows": "to", "from": "0Spinzone_", "to": "CookedHillary_"}, {"arrows": "to", "from": "0_Wilk_0_", "to": "Swedenfiles_"}, {"arrows": "to", "from": "0_Wilk_0_", "to": "rycerz777_"}, {"arrows": "to", "from": "0c6731e353c0497_", "to": "IAmWiseWolf_"}, {"arrows": "to", "from": "0ghbelV9UApNoP2_", "to": "MuthaJonez_"}, {"arrows": "to", "from": "0ghbelV9UApNoP2_", "to": "rezaaslan_"}, {"arrows": "to", "from": "0j3177345024_", "to": "Bootsctr74_"}, {"arrows": "to", "from": "0j3177345024_", "to": "President1Trump_"}, {"arrows": "to", "from": "0j3177345024_", "to": "baalter_"}, {"arrows": "to", "from": "0k_20_", "to": "CHOUDHARY7217_"}, {"arrows": "to", "from": "0mollymay0_", "to": "BethCYay_"}, {"arrows": "to", "from": "0o_0o_o0_0o_", "to": "SkippyTheWonder_"}, {"arrows": "to", "from": "0o_0o_o0_0o_", "to": "DRUDGE_REPORT_"}, {"arrows": "to", "from": "0o_0o_o0_0o_", "to": "AnnCoulter_"}, {"arrows": "to", "from": "0ok_", "to": "notTheRealBob2_"}, {"arrows": "to", "from": "0openscience0_", "to": "FDW_VB_"}, {"arrows": "to", "from": "0paly1_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "0patriot2_", "to": "SusieKemper_"}, {"arrows": "to", "from": "0patriot2_", "to": "TheJusticeDept_"}, {"arrows": "to", "from": "0patriot2_", "to": "0patriot2_"}, {"arrows": "to", "from": "0patriot2_", "to": "tericobb6_"}, {"arrows": "to", "from": "0patriot2_", "to": "0patriot2_"}, {"arrows": "to", "from": "0patriot2_", "to": "America1stTiger_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "mrjohnhendry_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "delaskablack_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "KTHopkins_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "DVATW_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "StefanMolyneux_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "BrexitBetrayed_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "Crow31Darkness_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "Camille5212_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "SakibulHoque8_"}, {"arrows": "to", "from": "0ppenhe1mer_", "to": "skunksmuggler_"}, {"arrows": "to", "from": "1000YardsOut_", "to": "God_sgirl_"}, {"arrows": "to", "from": "1000YardsOut_", "to": "God_sgirl_"}, {"arrows": "to", "from": "100Glitters_", "to": "USAHotLips_"}, {"arrows": "to", "from": "100notpc_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "1019dotty_", "to": "kayskay7_"}, {"arrows": "to", "from": "101asllc_", "to": "trump_gays_"}, {"arrows": "to", "from": "101wat_", "to": "TrumpoftheRealm_"}, {"arrows": "to", "from": "101wat_", "to": "americandream09_"}, {"arrows": "to", "from": "103blinddog_", "to": "DrSandvika_"}, {"arrows": "to", "from": "103blinddog_", "to": "TarekFatah_"}, {"arrows": "to", "from": "103blinddog_", "to": "miss9afi_"}, {"arrows": "to", "from": "103blinddog_", "to": "IslamicOntario_"}, {"arrows": "to", "from": "103blinddog_", "to": "goouch78_"}, {"arrows": "to", "from": "103blinddog_", "to": "CandiceMalcolm_"}, {"arrows": "to", "from": "103blinddog_", "to": "Deplorable_Bree_"}, {"arrows": "to", "from": "103blinddog_", "to": "Blazenhozen_"}, {"arrows": "to", "from": "103blinddog_", "to": "JustinTrudeau_"}, {"arrows": "to", "from": "103blinddog_", "to": "OneProudCanadia_"}, {"arrows": "to", "from": "103blinddog_", "to": "RetwaA_"}, {"arrows": "to", "from": "103blinddog_", "to": "trump45maga2016_"}, {"arrows": "to", "from": "103blinddog_", "to": "manny_ottawa_"}, {"arrows": "to", "from": "103blinddog_", "to": "emilia_suze_"}, {"arrows": "to", "from": "103blinddog_", "to": "CanadaLove2019_"}, {"arrows": "to", "from": "1040bay_", "to": "ConservativePT1_"}, {"arrows": "to", "from": "1040bay_", "to": "PatrioticCindy_"}, {"arrows": "to", "from": "1040bay_", "to": "MAGARoseTaylor_"}, {"arrows": "to", "from": "1040bay_", "to": "LindseyGrahamSC_"}, {"arrows": "to", "from": "1040bay_", "to": "Riff_Raff45_"}, {"arrows": "to", "from": "107Loi_", "to": "America1stTiger_"}, {"arrows": "to", "from": "107tretrappor_", "to": "Nebosa_"}, {"arrows": "to", "from": "10903_", "to": "Usemyspork_"}, {"arrows": "to", "from": "10903_", "to": "RealDonaldTrump_"}, {"arrows": "to", "from": "10903_", "to": "POTUS_"}, {"arrows": "to", "from": "10EricAustin01_", "to": "lexiconjewel_"}, {"arrows": "to", "from": "10_K_Hits_A_Day_", "to": "Patriot988_"}, {"arrows": "to", "from": "10is3_", "to": "ANOMALY1_"}, {"arrows": "to", "from": "10jeff_", "to": "Boeitmenietnu_"}, {"arrows": "to", "from": "10jeff_", "to": "Menzis_"}, {"arrows": "to", "from": "10thCrusader_", "to": "RavenToland69_"}, {"arrows": "to", "from": "10thCrusader_", "to": "InfidelT_I_M_"}, {"arrows": "to", "from": "10thCrusader_", "to": "lilbulli1031_"}, {"arrows": "to", "from": "10thCrusader_", "to": "America1stTiger_"}, {"arrows": "to", "from": "10thCrusader_", "to": "MulliganTrails_"}, {"arrows": "to", "from": "10thCrusader_", "to": "RodStryker_"}, {"arrows": "to", "from": "10thCrusader_", "to": "tlsg99_"}, {"arrows": "to", "from": "10thCrusader_", "to": "tlsg99_"}, {"arrows": "to", "from": "10thCrusader_", "to": "laineymel_"}, {"arrows": "to", "from": "10thCrusader_", "to": "lilbulli1031_"}, {"arrows": "to", "from": "11171Dianas_", "to": "crickafer00_"}, {"arrows": "to", "from": "11171Dianas_", "to": "crickafer00_"}, {"arrows": "to", "from": "11171Dianas_", "to": "fedagentmark_"}, {"arrows": "to", "from": "1118dext_", "to": "AnnInquirer_"}, {"arrows": "to", "from": "111E4G_", "to": "lilbulli1031_"}, {"arrows": "to", "from": "111E4G_", "to": "America1stTiger_"}, {"arrows": "to", "from": "1165R_USPatriot_", "to": "WhstleBritches_"}, {"arrows": "to", "from": "1165R_USPatriot_", "to": "Salt_SSR_"}, {"arrows": "to", "from": "11B_Mic_", "to": "saiberspace1_"}, {"arrows": "to", "from": "11Deacon_", "to": "battleofever_"}, {"arrows": "to", "from": "11ForTexas_", "to": "SteersMann_"}, {"arrows": "to", "from": "11ForTexas_", "to": "IlhanMN_"}, {"arrows": "to", "from": "11ForTexas_", "to": "LoriinUtah_"}, {"arrows": "to", "from": "11ForTexas_", "to": "11ForTexas_"}, {"arrows": "to", "from": "11ForTexas_", "to": "RealMAGASteve_"}, {"arrows": "to", "from": "11Garjames_", "to": "lilbulli1031_"}, {"arrows": "to", "from": "11KAG11Thoryn_", "to": "PattiPa07715990_"}, {"arrows": "to", "from": "11WG11_", "to": "ConservaMomUSA_"}, {"arrows": "to", "from": "11WG11_", "to": "lsarsour_"}, {"arrows": "to", "from": "11c_ted_", "to": "WarriorofGod97_"}, {"arrows": "to", "from": "11c_ted_", "to": "WarriorofGod97_"}, {"arrows": "to", "from": "11e1ev1n_", "to": "lilbulli1031_"}, {"arrows": "to", "from": "11straker_", "to": "fuffimatze2_"}, {"arrows": "to", "from": "11woodywould11_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "1200JJ_", "to": "Anke_online_"}, {"arrows": "to", "from": "1200rGSrider_", "to": "BullPup2A_"}, {"arrows": "to", "from": "1200rGSrider_", "to": "NSF_2A_"}, {"arrows": "to", "from": "1200rGSrider_", "to": "rejialex7_"}, {"arrows": "to", "from": "1200rGSrider_", "to": "HDRayRay_"}, {"arrows": "to", "from": "120w_max_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "122w37n_", "to": "Despicable988_"}, {"arrows": "to", "from": "122w37n_", "to": "land_terri_"}, {"arrows": "to", "from": "123456smd_", "to": "StandingDarrell_"}, {"arrows": "to", "from": "1234flyingninja_", "to": "Salt_SSR_"}, {"arrows": "to", "from": "123Lenchen_", "to": "RebelFranzi_"}, {"arrows": "to", "from": "123MarketTheNet_", "to": "WayneDupreeShow_"}, {"arrows": "to", "from": "123adcvvhgf_", "to": "daapdewaarheid_"}, {"arrows": "to", "from": "123puglet_", "to": "Herbwilson1967_"}, {"arrows": "to", "from": "123puglet_", "to": "AmyMek_"}, {"arrows": "to", "from": "123puglet_", "to": "Gymrat07_"}, {"arrows": "to", "from": "123puglet_", "to": "AMike4761_"}, {"arrows": "to", "from": "123puglet_", "to": "TEXASDENNY_"}, {"arrows": "to", "from": "123puglet_", "to": "CherryKhrystal_"}, {"arrows": "to", "from": "123puglet_", "to": "skramerbyu_82_"}, {"arrows": "to", "from": "123puglet_", "to": "SenSchumer_"}, {"arrows": "to", "from": "123puglet_", "to": "wowkelliwow_"}, {"arrows": "to", "from": "123puglet_", "to": "Kimbraov1_"}, {"arrows": "to", "from": "123puglet_", "to": "barenakedislam_"}, {"arrows": "to", "from": "123puglet_", "to": "IvoryDove_"}, {"arrows": "to", "from": "123puglet_", "to": "tararollins62_"}, {"arrows": "to", "from": "123puglet_", "to": "RealJamesWoods_"}, {"arrows": "to", "from": "123stoka_", "to": "NOislam3_"}, {"arrows": "to", "from": "124OUNxV9IlLMFN_", "to": "trump_assistant_"}, {"arrows": "to", "from": "125LolaLola_", "to": "MulliganTrails_"}, {"arrows": "to", "from": "125LolaLola_", "to": "MulliganTrails_"}, {"arrows": "to", "from": "12Akim_", "to": "Corriere_"}, {"arrows": "to", "from": "12Akim_", "to": "ferrariant_"}, {"arrows": "to", "from": "12Akim_", "to": "Corriere_"}, {"arrows": "to", "from": "12Akim_", "to": "RepubblicaTv_"}, {"arrows": "to", "from": "12Akim_", "to": "repubblica_"}, {"arrows": "to", "from": "12Akim_", "to": "repubblica_"}, {"arrows": "to", "from": "12Akim_", "to": "SumayaAQ_"}, {"arrows": "to", "from": "12Akim_", "to": "repubblica_"}, {"arrows": "to", "from": "12Bvet4Trump_", "to": "txfortrump1_"}, {"arrows": "to", "from": "12Bvet4Trump_", "to": "AmyMek_"}, {"arrows": "to", "from": "12Bvet4Trump_", "to": "MrDave2You_"}, {"arrows": "to", "from": "12Bvet4Trump_", "to": "txfortrump1_"}, {"arrows": "to", "from": "12Bvet4Trump_", "to": "AmyMek_"}, {"arrows": "to", "from": "12Bvet4Trump_", "to": "MrDave2You_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "ovcned_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "DnHellemonder_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "DnHellemonder_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "DnHellemonder_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "LouLewinskyAmst_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "geertwilderspvv_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "Martinbosma_pvv_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "VrouwvdVrijheid_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "Mirjam152_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "rwesthoek_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "EliseNijmegen_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "SGroter2_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "geertwilderspvv_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "LouLewinskyAmst_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "LouLewinskyAmst_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "markdehollander_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "DnHellemonder_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "LouLewinskyAmst_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "La_Moonnn_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "DnHellemonder_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "rwesthoek_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "bertvovc_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "daapdewaarheid_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "EliseNijmegen_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "JohannesP16_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "BNLder_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "Hannesz1956_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "tpooknl_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "TPOnl_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "Beerie18_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "VrouwvdVrijheid_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "WijkagentMohsin_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "FDW_VB_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "AsjeBello_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "Geepstar_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "EdwindeBoer9_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "RTLnieuws_"}, {"arrows": "to", "from": "12Kranenburg_", "to": "NOS_"}, {"arrows": "to", "from": "12TheBirds_", "to": "hatedtruthpig77_"}, {"arrows": "to", "from": "12TheBirds_", "to": "hatedtruthpig77_"}, {"arrows": "to", "from": "12TheBirds_", "to": "kim_holsapple_"}, {"arrows": "to", "from": "12TheBirds_", "to": "hatedtruthpig77_"}, {"arrows": "to", "from": "12TheBirds_", "to": "kim_holsapple_"}, {"arrows": "to", "from": "12foto_", "to": "land_terri_"}, {"arrows": "to", "from": "12gaPatriot_", "to": "EllenKotera_"}, {"arrows": "to", "from": "12gourmetfoodie_", "to": "lilbulli1031_"}, {"arrows": "to", "from": "12gourmetfoodie_", "to": "76rooster_"}, {"arrows": "to", "from": "12inchnail_", "to": "BullPup2A_"}, {"arrows": "to", "from": "12th_Mann_", "to": "BullPup2A_"}, {"arrows": "to", "from": "12th_Mann_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "12th_Mann_", "to": "ConservaMomUSA_"}, {"arrows": "to", "from": "12th_Mann_", "to": "realDonaldTrump\u2019s_"}, {"arrows": "to", "from": "12th_Mann_", "to": "BullPup2A_"}, {"arrows": "to", "from": "12topper_", "to": "hatedtruthpig77_"}, {"arrows": "to", "from": "12topper_", "to": "USA_AllenK_"}, {"arrows": "to", "from": "12voltman60_", "to": "duckduckgo_"}, {"arrows": "to", "from": "12voltman60_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "12voltman60_", "to": "TeaBoots_"}, {"arrows": "to", "from": "12voltman60_", "to": "TheJakeFilmore_"}, {"arrows": "to", "from": "12voltman60_", "to": "JustinTrudeau_"}, {"arrows": "to", "from": "12voltman60_", "to": "fawn_mac_"}, {"arrows": "to", "from": "12voltman60_", "to": "crickafer00_"}, {"arrows": "to", "from": "12voltz_", "to": "southern4MAGA_"}, {"arrows": "to", "from": "12voltz_", "to": "BilldeBlasio_"}, {"arrows": "to", "from": "1313jon_", "to": "AMR11082016_"}, {"arrows": "to", "from": "1313jon_", "to": "AMR11082016_"}, {"arrows": "to", "from": "1313rocker_", "to": "SwensonBrigette_"}, {"arrows": "to", "from": "13James37_", "to": "PoliticalIslam_"}, {"arrows": "to", "from": "13James37_", "to": "PoliticalIslam_"}, {"arrows": "to", "from": "13James37_", "to": "IanPhilTrait_"}, {"arrows": "to", "from": "13James37_", "to": "AlertEnemy221b_"}, {"arrows": "to", "from": "13_Robespierre_", "to": "Faedrelandet_"}, {"arrows": "to", "from": "13burnw_", "to": "REALtrumpbureau_"}, {"arrows": "to", "from": "13comsense_", "to": "RodStryker_"}, {"arrows": "to", "from": "13gusano_", "to": "trump_gays_"}, {"arrows": "to", "from": "13ixente23_", "to": "YouTube\u2026_"}, {"arrows": "to", "from": "13ixente23_", "to": "YouTube_"}, {"arrows": "to", "from": "13ixente23_", "to": "YouTube\u2026_"}, {"arrows": "to", "from": "13ixente23_", "to": "YouTube\u2026_"}, {"arrows": "to", "from": "13ixente23_", "to": "YouTube_"}, {"arrows": "to", "from": "13ixente23_", "to": "YouTube\u2026_"}, {"arrows": "to", "from": "13ixente23_", "to": "YouTube\u2026_"}, {"arrows": "to", "from": "13joez_", "to": "LoriinUtah_"}, {"arrows": "to", "from": "13joez_", "to": "BreacherAlec1_"}, {"arrows": "to", "from": "13joez_", "to": "MAGA4TRUMP2020_"}, {"arrows": "to", "from": "13joez_", "to": "Golfinggary5221\u2026_"}, {"arrows": "to", "from": "13kibber_", "to": "dodt2003_"}, {"arrows": "to", "from": "13kibber_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "13kibber_", "to": "hatedtruthpig77_"}, {"arrows": "to", "from": "13leatherhesnik_", "to": "baalter_"}, {"arrows": "to", "from": "13thethe_", "to": "vanessacvenus_"}, {"arrows": "to", "from": "13walts_", "to": "SadiqKhan_"}, {"arrows": "to", "from": "13walts_", "to": "Chappyonthemove_"}, {"arrows": "to", "from": "13walts_", "to": "SadiqKhan_"}, {"arrows": "to", "from": "13walts_", "to": "Chappyonthemove_"}, {"arrows": "to", "from": "1416rayjo_", "to": "ad_iudicium1776_"}, {"arrows": "to", "from": "1420kunal_", "to": "Lionidis300_"}, {"arrows": "to", "from": "144000bound_", "to": "AdrianScully13_"}, {"arrows": "to", "from": "144000bound_", "to": "protrumpuk_"}, {"arrows": "to", "from": "144000bound_", "to": "kayskay7_"}, {"arrows": "to", "from": "1488Queen_", "to": "MarkACollett_"}, {"arrows": "to", "from": "1488Queen_", "to": "nomuslimsplease_"}, {"arrows": "to", "from": "14Psalm91_", "to": "Anni_Cyrus_"}, {"arrows": "to", "from": "14WhiteNation88_", "to": "lsarsour_"}, {"arrows": "to", "from": "14gunrites_", "to": "AMR11082016_"}, {"arrows": "to", "from": "14ykl7id0m7re_", "to": "baalter_"}, {"arrows": "to", "from": "15_Athens_", "to": "USAFirst55_"}, {"arrows": "to", "from": "161series_", "to": "OldManStoneZone_"}, {"arrows": "to", "from": "161series_", "to": "IanPhilTrait_"}, {"arrows": "to", "from": "161series_", "to": "Lady_Prinny_"}, {"arrows": "to", "from": "161series_", "to": "OldManStoneZone_"}, {"arrows": "to", "from": "161series_", "to": "AMR11082016_"}, {"arrows": "to", "from": "161series_", "to": "\u2026_"}, {"arrows": "to", "from": "161series_", "to": "Root4Change_"}, {"arrows": "to", "from": "161series_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "161series_", "to": "jko417_"}, {"arrows": "to", "from": "161series_", "to": "VivaL\u2026_"}, {"arrows": "to", "from": "161series_", "to": "hatedtruthpig77_"}, {"arrows": "to", "from": "161series_", "to": "Rybak66_"}, {"arrows": "to", "from": "161series_", "to": "IanPhilTrait_"}, {"arrows": "to", "from": "161series_", "to": "IanPhilTrait_"}, {"arrows": "to", "from": "16thC_Printer_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "16thC_Printer_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "16x2is8_", "to": "Shehla_Rashid_"}, {"arrows": "to", "from": "16x2is8_", "to": "India_Policy_"}, {"arrows": "to", "from": "16x2is8_", "to": "16x2is8_"}, {"arrows": "to", "from": "16x2is8_", "to": "16x2is8_"}, {"arrows": "to", "from": "16x2is8_", "to": "narendramodi_"}, {"arrows": "to", "from": "16x2is8_", "to": "Shehla_Rashid_"}, {"arrows": "to", "from": "1711alan_", "to": "WorlMedia_"}, {"arrows": "to", "from": "1711alan_", "to": "WorlMedia_"}, {"arrows": "to", "from": "1718106J_", "to": "Pappy1Russell_"}, {"arrows": "to", "from": "1718106J_", "to": "MayorBieter_"}, {"arrows": "to", "from": "1718106J_", "to": "ButchOtter_"}, {"arrows": "to", "from": "1718106J_", "to": "OldManStoneZone_"}, {"arrows": "to", "from": "1718106J_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "1718106J_", "to": "SEAN65319250_"}, {"arrows": "to", "from": "1718106J_", "to": "houstonusa6_"}, {"arrows": "to", "from": "1776AmericaUSA_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "1776AmericaUSA_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "1776AmericaUSA_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "1776AmericaUSA_", "to": "America1stTiger_"}, {"arrows": "to", "from": "1776AmericaUSA_", "to": "AFunnyValentine_"}, {"arrows": "to", "from": "1776BetsyRoss_", "to": "KORANISBURNING_"}, {"arrows": "to", "from": "1776NINJA_", "to": "UTT_USA_"}, {"arrows": "to", "from": "1776NINJA_", "to": "UTT_USA_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "lsarsour_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "SebGorka_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "NYPDCT_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "FBI_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "Breaking911_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "1776PatHenry_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "Breaking911_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "JackPosobiec_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "ABC_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "jmontemiletto_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "thecjpearson_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "IlhanMN_"}, {"arrows": "to", "from": "1776PatHenry_", "to": "IlhanMN_"}, {"arrows": "to", "from": "1776Solution_", "to": "WowJones1642_"}, {"arrows": "to", "from": "1776Solution_", "to": "ThaSneakerhead__"}, {"arrows": "to", "from": "1776Solution_", "to": "mike_Zollo_"}, {"arrows": "to", "from": "1776forever1812_", "to": "Thom_not_a_bot_"}, {"arrows": "to", "from": "1776forever1812_", "to": "crickafer00_"}, {"arrows": "to", "from": "1776orBust_", "to": "America1stTiger_"}, {"arrows": "to", "from": "17LadyLiberty76_", "to": "_"}, {"arrows": "to", "from": "17LadyLiberty76_", "to": "BullPup2A_"}, {"arrows": "to", "from": "17PurpleSkies_", "to": "RichardAlengi_"}, {"arrows": "to", "from": "17PurpleSkies_", "to": "LGWIZ326_"}, {"arrows": "to", "from": "17Thanq_", "to": "BrandonN1271_"}, {"arrows": "to", "from": "17Thanq_", "to": "ManchesterTimer_"}, {"arrows": "to", "from": "17Thanq_", "to": "Cuds_1246_"}, {"arrows": "to", "from": "17Thanq_", "to": "BreitbartNews_"}, {"arrows": "to", "from": "17Thanq_", "to": "1acemadsen1_"}, {"arrows": "to", "from": "17Thanq_", "to": "BrandonN1271_"}, {"arrows": "to", "from": "17Thanq_", "to": "209acesheepdog_"}, {"arrows": "to", "from": "17Thanq_", "to": "1acemadsen1_"}, {"arrows": "to", "from": "17Thanq_", "to": "BrandonN1271_"}, {"arrows": "to", "from": "17Thanq_", "to": "BrandonN1271_"}, {"arrows": "to", "from": "17Thanq_", "to": "ManchesterTimer_"}, {"arrows": "to", "from": "17Thanq_", "to": "Cuds_1246_"}, {"arrows": "to", "from": "17Thanq_", "to": "BreitbartNews_"}, {"arrows": "to", "from": "17cmkelly_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "17cmkelly_", "to": "ACTBrigitte_"}, {"arrows": "to", "from": "17julesez_", "to": "baalter_"}, {"arrows": "to", "from": "1800pinky_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "1800pinky_", "to": "Chris_A10_USA_"}, {"arrows": "to", "from": "1811fjcfjifig_", "to": "baalter_"}, {"arrows": "to", "from": "18334_steve_", "to": "America1stTiger_"}, {"arrows": "to", "from": "186tony_", "to": "ADP42CFC_"}, {"arrows": "to", "from": "186tony_", "to": "IamTommy2626_"}, {"arrows": "to", "from": "18Winning_", "to": "JimRobinson3rd_"}, {"arrows": "to", "from": "18dPl_", "to": "Saffron_Infidel_"}, {"arrows": "to", "from": "18dPl_", "to": "KARLBERG_H_"}, {"arrows": "to", "from": "18dPl_", "to": "TedJohansson3_"}, {"arrows": "to", "from": "18dPl_", "to": "GunillaGomer_"}, {"arrows": "to", "from": "18dPl_", "to": "18dPl_"}, {"arrows": "to", "from": "18dPl_", "to": "KARLBERG_H_"}, {"arrows": "to", "from": "18dPl_", "to": "KARLBERG_H_"}, {"arrows": "to", "from": "18dPl_", "to": "hatedtruthpig77_"}, {"arrows": "to", "from": "18dPl_", "to": "Saffron_Infidel_"}, {"arrows": "to", "from": "18dPl_", "to": "KARLBERG_H_"}, {"arrows": "to", "from": "18dPl_", "to": "KARLBERG_H_"}, {"arrows": "to", "from": "18dPl_", "to": "KARLBERG_H_"}, {"arrows": "to", "from": "18dPl_", "to": "KARLBERG_H_"}, {"arrows": "to", "from": "18dPl_", "to": "KARLBERG_H_"}, {"arrows": "to", "from": "18hariprakash18_", "to": "We_R_TheMedia_"}, {"arrows": "to", "from": "1911_goz_", "to": "ConservaMomUSA_"}, {"arrows": "to", "from": "1911_goz_", "to": "IlhanMN_"}, {"arrows": "to", "from": "1940sDiva_", "to": "DailyNotes7_"}, {"arrows": "to", "from": "1940sDiva_", "to": "AnonymousOneToo_"}, {"arrows": "to", "from": "1940sDiva_", "to": "AmazonUK_"}, {"arrows": "to", "from": "1940sDiva_", "to": "BPerchiron_"}, {"arrows": "to", "from": "1940sDiva_", "to": "DailyNotes7_"}, {"arrows": "to", "from": "1940sDiva_", "to": "JerusalemBold_"}, {"arrows": "to", "from": "1943Trucker_", "to": "ZenaMorse_"}, {"arrows": "to", "from": "1943lillyanna_", "to": "dh_doc_"}, {"arrows": "to", "from": "1943lillyanna_", "to": "velvethammer_"}, {"arrows": "to", "from": "1943lillyanna_", "to": "AOC_"}, {"arrows": "to", "from": "1943lillyanna_", "to": "Ilhan_"}, {"arrows": "to", "from": "1950_brown_", "to": "BullPup2A_"}, {"arrows": "to", "from": "1950jazzy_", "to": "Condor_Law_"}, {"arrows": "to", "from": "1950jazzy_", "to": "RashidaTlaib_"}]);
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": false
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": false,
"type": "continuous"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
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>