-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.html
204 lines (161 loc) · 45.2 KB
/
example.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://cdn.jsdelivr.net/npm/vis-network@latest/styles/vis-network.css" type="text/css" />
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vis-network@latest/dist/vis-network.min.js"> </script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<style type="text/css">
#mynetwork {
width: 2000px;
height: 2000px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 2000px;
height: 2000px;
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([{"id": "0x44792971D089B07E8227863e3937c3e2F2164896", "label": "0x44792971D089B07E8227863e3937c3e2F2164896", "shape": "dot", "size": 10}, {"id": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "label": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "shape": "dot", "size": 10}, {"id": "0x69B48a86BA1051CabCd25a5e764ee4fA850c5645", "label": "0x69B48a86BA1051CabCd25a5e764ee4fA850c5645", "shape": "dot", "size": 10}, {"id": "0xe825079f9b74930858F761E62c94F366E1B5f0F9", "label": "0xe825079f9b74930858F761E62c94F366E1B5f0F9", "shape": "dot", "size": 10}, {"id": "0xA43Af2c8435d0Bf858F6FCf48CdAf2a9510AB669", "label": "0xA43Af2c8435d0Bf858F6FCf48CdAf2a9510AB669", "shape": "dot", "size": 10}, {"id": "0x183dE20ca156878B01Fc5461dF29182C63E586C1", "label": "0x183dE20ca156878B01Fc5461dF29182C63E586C1", "shape": "dot", "size": 10}, {"id": "0x6bA72F30C53da04584Ff73DfE8fe3828Ad1ad3c4", "label": "0x6bA72F30C53da04584Ff73DfE8fe3828Ad1ad3c4", "shape": "dot", "size": 10}, {"id": "0x2c6f3A9727a9bef301EeB8E0e2F431BE0b8e666c", "label": "0x2c6f3A9727a9bef301EeB8E0e2F431BE0b8e666c", "shape": "dot", "size": 10}, {"id": "0xe4c5d34194ee2ab0ec7979df219f317471523120", "label": "0xe4c5d34194ee2ab0ec7979df219f317471523120", "shape": "dot", "size": 10}, {"id": "0x6bBA34c70AE8dD92BC05B07d9A80540316beD88a", "label": "0x6bBA34c70AE8dD92BC05B07d9A80540316beD88a", "shape": "dot", "size": 10}, {"id": "0x8b20A072Cb7BA2486eBA80eE27D51d0006ddF7C3", "label": "0x8b20A072Cb7BA2486eBA80eE27D51d0006ddF7C3", "shape": "dot", "size": 10}, {"id": "0x7eA901B8E23fF9e0A797c120F35474F16178eE9F", "label": "0x7eA901B8E23fF9e0A797c120F35474F16178eE9F", "shape": "dot", "size": 10}, {"id": "0x06c0e7844C72619e24D83AB5977dCB91E7EED386", "label": "0x06c0e7844C72619e24D83AB5977dCB91E7EED386", "shape": "dot", "size": 10}, {"id": "0x39822fde6b9dD546d86cE11Ab61e2f43b5d5229d", "label": "0x39822fde6b9dD546d86cE11Ab61e2f43b5d5229d", "shape": "dot", "size": 10}, {"id": "0x457D65F179FE781913631415A4E5f190af90645e", "label": "0x457D65F179FE781913631415A4E5f190af90645e", "shape": "dot", "size": 10}, {"id": "0x846839a219d416840E1a1847bf807696192f3eB7", "label": "0x846839a219d416840E1a1847bf807696192f3eB7", "shape": "dot", "size": 10}, {"id": "0xC241E95D60E5f7F024b28784D5aF2b8FD159e0Ba", "label": "0xC241E95D60E5f7F024b28784D5aF2b8FD159e0Ba", "shape": "dot", "size": 10}, {"id": "0x54668eAccAdA3A64f37Ac1993C8AC9b2A91A9cfA", "label": "0x54668eAccAdA3A64f37Ac1993C8AC9b2A91A9cfA", "shape": "dot", "size": 10}, {"id": "0x6de55ea0FfCf589e510Be8bA5f8dc15ea81Da56c", "label": "0x6de55ea0FfCf589e510Be8bA5f8dc15ea81Da56c", "shape": "dot", "size": 10}, {"id": "0x02753CDCDCa455c6a33e5A11036B07291CC465F7", "label": "0x02753CDCDCa455c6a33e5A11036B07291CC465F7", "shape": "dot", "size": 10}, {"id": "0xc82b9E60e3D15Bb66F46d68DC068D2F2e65a555c", "label": "0xc82b9E60e3D15Bb66F46d68DC068D2F2e65a555c", "shape": "dot", "size": 10}, {"id": "0xC8819DC17d49Bd5b1992612189BCFaF1637A664a", "label": "0xC8819DC17d49Bd5b1992612189BCFaF1637A664a", "shape": "dot", "size": 10}, {"id": "0xCB0136aF7E007c89563054265397FF8edFad384c", "label": "0xCB0136aF7E007c89563054265397FF8edFad384c", "shape": "dot", "size": 10}, {"id": "0x7A5081A4b0AeC7E1F9aF99c330a4774C1212304e", "label": "0x7A5081A4b0AeC7E1F9aF99c330a4774C1212304e", "shape": "dot", "size": 10}, {"id": "0x228c735f4f95B4413395CE33Ee9c3636363e8de6", "label": "0x228c735f4f95B4413395CE33Ee9c3636363e8de6", "shape": "dot", "size": 10}, {"id": "0xBB25B9EA83B570da563d7799c3C9f78672Af403c", "label": "0xBB25B9EA83B570da563d7799c3C9f78672Af403c", "shape": "dot", "size": 10}, {"id": "0xA0A62434c13782AD7809D7F18AF549cb9433c04f", "label": "0xA0A62434c13782AD7809D7F18AF549cb9433c04f", "shape": "dot", "size": 10}, {"id": "0xD4962e6486494618E65Fd3107A3fCF92d0F7D104", "label": "0xD4962e6486494618E65Fd3107A3fCF92d0F7D104", "shape": "dot", "size": 10}, {"id": "0xD157C740E785f7D9Ac46E78eff5a48F384cB3562", "label": "0xD157C740E785f7D9Ac46E78eff5a48F384cB3562", "shape": "dot", "size": 10}, {"id": "0x93320D294890121A9692c801Cc820bC9E77ADB28", "label": "0x93320D294890121A9692c801Cc820bC9E77ADB28", "shape": "dot", "size": 10}, {"id": "0x178931121526c184cD8D379dd8FcD7bD37fCFD04", "label": "0x178931121526c184cD8D379dd8FcD7bD37fCFD04", "shape": "dot", "size": 10}, {"id": "0x028207b21d114a767a609a2e1D32B68B5c312cd9", "label": "0x028207b21d114a767a609a2e1D32B68B5c312cd9", "shape": "dot", "size": 10}, {"id": "0x4cEbd30D501166f3a52B56a7A1B9F10A90472986", "label": "0x4cEbd30D501166f3a52B56a7A1B9F10A90472986", "shape": "dot", "size": 10}, {"id": "0xA741BC1289e56F21Dc23553Ad42C72e2c42B9aE9", "label": "0xA741BC1289e56F21Dc23553Ad42C72e2c42B9aE9", "shape": "dot", "size": 10}, {"id": "0x5eD94FFc1Fa08339fda687129Ae23634Fdd71A2d", "label": "0x5eD94FFc1Fa08339fda687129Ae23634Fdd71A2d", "shape": "dot", "size": 10}, {"id": "0xfaA26724ed81dD2370F2DcEe82c29a2d2d7817cc", "label": "0xfaA26724ed81dD2370F2DcEe82c29a2d2d7817cc", "shape": "dot", "size": 10}, {"id": "0xb3AB067261Dd4A31345706a1b8bF013E90bc44e2", "label": "0xb3AB067261Dd4A31345706a1b8bF013E90bc44e2", "shape": "dot", "size": 10}, {"id": "0x737Acc5B16288d8Cd973B2EAdE268500F7Db1276", "label": "0x737Acc5B16288d8Cd973B2EAdE268500F7Db1276", "shape": "dot", "size": 10}, {"id": "0xc014AF38FA3C1be82FE8Af4466A2686C7Eb24293", "label": "0xc014AF38FA3C1be82FE8Af4466A2686C7Eb24293", "shape": "dot", "size": 10}, {"id": "0xE6b0Fda5B529211321946eCc94f0c068887d45d1", "label": "0xE6b0Fda5B529211321946eCc94f0c068887d45d1", "shape": "dot", "size": 10}, {"id": "0xBcD32b3484B96afE8bf2b12a5F3fC07ae57a4B29", "label": "0xBcD32b3484B96afE8bf2b12a5F3fC07ae57a4B29", "shape": "dot", "size": 10}, {"id": "0x144CEC354729d2734Ca7f3448ba3e719F61b2790", "label": "0x144CEC354729d2734Ca7f3448ba3e719F61b2790", "shape": "dot", "size": 10}, {"id": "0xFd9FC148D1D8D38b014330Db147A81cEAE70CDbC", "label": "0xFd9FC148D1D8D38b014330Db147A81cEAE70CDbC", "shape": "dot", "size": 10}, {"id": "0xE06fF1cd756e67A87aC21EB72461375063F3080F", "label": "0xE06fF1cd756e67A87aC21EB72461375063F3080F", "shape": "dot", "size": 10}, {"id": "0x4843f1D9f18B2EB1d2625a38166c73417e93A8c9", "label": "0x4843f1D9f18B2EB1d2625a38166c73417e93A8c9", "shape": "dot", "size": 10}, {"id": "0x5d4BadB29e33d7b70708D87A2338572A80EDfB8c", "label": "0x5d4BadB29e33d7b70708D87A2338572A80EDfB8c", "shape": "dot", "size": 10}, {"id": "0x58E83F6c53B9ffD7a958AcFFA413Be5bcA7f97ea", "label": "0x58E83F6c53B9ffD7a958AcFFA413Be5bcA7f97ea", "shape": "dot", "size": 10}, {"id": "0xeF68E2CF443E927972cB93193E47974E49c2FC59", "label": "0xeF68E2CF443E927972cB93193E47974E49c2FC59", "shape": "dot", "size": 10}, {"id": "0x74642273248e64633EB656B6fc09370410BEA151", "label": "0x74642273248e64633EB656B6fc09370410BEA151", "shape": "dot", "size": 10}, {"id": "0x85E356F493081A293B153Ec51aD31F06B94934f0", "label": "0x85E356F493081A293B153Ec51aD31F06B94934f0", "shape": "dot", "size": 10}, {"id": "0x07d5796ECFBC2D3Ce060dB2aCE02DbbFcbd9c5aA", "label": "0x07d5796ECFBC2D3Ce060dB2aCE02DbbFcbd9c5aA", "shape": "dot", "size": 10}, {"id": "0x10969C6369168950fdbe9cc95B53319D72047244", "label": "0x10969C6369168950fdbe9cc95B53319D72047244", "shape": "dot", "size": 10}, {"id": "0x77e0261A13FE606D1c1A4c26E82281e03d34ca1B", "label": "0x77e0261A13FE606D1c1A4c26E82281e03d34ca1B", "shape": "dot", "size": 10}, {"id": "0xf2709C9a58E02f58BCBDE5c606beE3edb556BCDE", "label": "0xf2709C9a58E02f58BCBDE5c606beE3edb556BCDE", "shape": "dot", "size": 10}, {"id": "0x0e0444Ca6B5b18Fa49EA93D8432B04e304F99177", "label": "0x0e0444Ca6B5b18Fa49EA93D8432B04e304F99177", "shape": "dot", "size": 10}, {"id": "0x2aF1652f5B638Ecd5c72615d645E89928c06EbE3", "label": "0x2aF1652f5B638Ecd5c72615d645E89928c06EbE3", "shape": "dot", "size": 10}, {"id": "0xAd045235c5F20341b7604F2172eE79A14a0A925D", "label": "0xAd045235c5F20341b7604F2172eE79A14a0A925D", "shape": "dot", "size": 10}, {"id": "0x724F5a34AE872a4BDC633fB22FcaF6e6D806E9e8", "label": "0x724F5a34AE872a4BDC633fB22FcaF6e6D806E9e8", "shape": "dot", "size": 10}, {"id": "0x534A49bB9202Eef111C309187Fa05bCbBC5e6e0A", "label": "0x534A49bB9202Eef111C309187Fa05bCbBC5e6e0A", "shape": "dot", "size": 10}, {"id": "0x1ad1486209aF35F8cD8533aeE6b8E135a38f1895", "label": "0x1ad1486209aF35F8cD8533aeE6b8E135a38f1895", "shape": "dot", "size": 10}, {"id": "0xd9BD85c18448D06331c564eF323786C53ff5cA79", "label": "0xd9BD85c18448D06331c564eF323786C53ff5cA79", "shape": "dot", "size": 10}, {"id": "0x836b6D4040AcA4fE18e4cD2da29ba67EC4722D01", "label": "0x836b6D4040AcA4fE18e4cD2da29ba67EC4722D01", "shape": "dot", "size": 10}, {"id": "0x2aDCFF25cfB5c6F7a933eAC61D8D5a1F9bA26776", "label": "0x2aDCFF25cfB5c6F7a933eAC61D8D5a1F9bA26776", "shape": "dot", "size": 10}, {"id": "0xF3490F4c729153cBC10fCe4aAF57f6902Ef5846d", "label": "0xF3490F4c729153cBC10fCe4aAF57f6902Ef5846d", "shape": "dot", "size": 10}, {"id": "0x231e0A7Bcdf1cfe01589BCB4B39d92fcf5abbC70", "label": "0x231e0A7Bcdf1cfe01589BCB4B39d92fcf5abbC70", "shape": "dot", "size": 10}, {"id": "0x8f438cB64dE5D9ece7Aa6d252900b4CB4142f63B", "label": "0x8f438cB64dE5D9ece7Aa6d252900b4CB4142f63B", "shape": "dot", "size": 10}, {"id": "0xbc28A2242370A30C23cc93D67465d82a6491E5Df", "label": "0xbc28A2242370A30C23cc93D67465d82a6491E5Df", "shape": "dot", "size": 10}, {"id": "0x6E401B87ed017F7C811132e2cCEB13fFC699c258", "label": "0x6E401B87ed017F7C811132e2cCEB13fFC699c258", "shape": "dot", "size": 10}, {"id": "0x6ED0650320AFd5AfBDa2c1c6e7fB46052EB578C6", "label": "0x6ED0650320AFd5AfBDa2c1c6e7fB46052EB578C6", "shape": "dot", "size": 10}, {"id": "0x4C96E1E6bc9A29f7cE276ECCC8711CbFfE122666", "label": "0x4C96E1E6bc9A29f7cE276ECCC8711CbFfE122666", "shape": "dot", "size": 10}, {"id": "0x8Fe4a21feB7C7e0fDa37591F0d6be25fa116b31c", "label": "0x8Fe4a21feB7C7e0fDa37591F0d6be25fa116b31c", "shape": "dot", "size": 10}, {"id": "0x071a7EaF2fFaC1651C470a870E96f8C20888fd50", "label": "0x071a7EaF2fFaC1651C470a870E96f8C20888fd50", "shape": "dot", "size": 10}, {"id": "0x7A09e70e77aE569d76FEac2993bf4c9B316693aB", "label": "0x7A09e70e77aE569d76FEac2993bf4c9B316693aB", "shape": "dot", "size": 10}, {"id": "0x126769122648bb3a678BCEE265462f6877229cf0", "label": "0x126769122648bb3a678BCEE265462f6877229cf0", "shape": "dot", "size": 10}, {"id": "0xbe203283Ff017EF4BEE3FDd0805e8427792a8BaC", "label": "0xbe203283Ff017EF4BEE3FDd0805e8427792a8BaC", "shape": "dot", "size": 10}, {"id": "0x20A017dD562B500d4520335D97C4F8486D18623d", "label": "0x20A017dD562B500d4520335D97C4F8486D18623d", "shape": "dot", "size": 10}, {"id": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "shape": "dot", "size": 10}, {"id": "0x60E125717e92dF52a79669F6CCA3168FebaAd43C", "label": "0x60E125717e92dF52a79669F6CCA3168FebaAd43C", "shape": "dot", "size": 10}, {"id": "0xA30104dED261c5dECC37b3980948e2d83D721Ad9", "label": "0xA30104dED261c5dECC37b3980948e2d83D721Ad9", "shape": "dot", "size": 10}, {"id": "0x09564B9BDdd683222127C6621A3964E140F96DBB", "label": "0x09564B9BDdd683222127C6621A3964E140F96DBB", "shape": "dot", "size": 10}, {"id": "0x7395e499F3a236B037eaC6252554BA67331bc07E", "label": "0x7395e499F3a236B037eaC6252554BA67331bc07E", "shape": "dot", "size": 10}, {"id": "0xACBd861631B067B5B3B46a4A02617eD50a6F51C4", "label": "0xACBd861631B067B5B3B46a4A02617eD50a6F51C4", "shape": "dot", "size": 10}, {"id": "0x9CB9072aC6a1131cf2ab046BEa8961b340E8d07C", "label": "0x9CB9072aC6a1131cf2ab046BEa8961b340E8d07C", "shape": "dot", "size": 10}, {"id": "0x8798f2a7E3aa8d81f225Ca622463F6d39e40e15e", "label": "0x8798f2a7E3aa8d81f225Ca622463F6d39e40e15e", "shape": "dot", "size": 10}, {"id": "0xdFAAB09AeE4a848Cc98fE48e8C9a381c52cA38C8", "label": "0xdFAAB09AeE4a848Cc98fE48e8C9a381c52cA38C8", "shape": "dot", "size": 10}, {"id": "0x8A92f7060e53DfD7676c4704024139B4BAC07192", "label": "0x8A92f7060e53DfD7676c4704024139B4BAC07192", "shape": "dot", "size": 10}, {"id": "0xB003Ed60DCb4D0F9311AFB61479fE60877454232", "label": "0xB003Ed60DCb4D0F9311AFB61479fE60877454232", "shape": "dot", "size": 10}, {"id": "0x00bFb5E3E6B4C1382BD89D2043C5Fc423b449D79", "label": "0x00bFb5E3E6B4C1382BD89D2043C5Fc423b449D79", "shape": "dot", "size": 10}, {"id": "0x38553E86FAab0f2De4D96e671788685cE3d358c2", "label": "0x38553E86FAab0f2De4D96e671788685cE3d358c2", "shape": "dot", "size": 10}, {"id": "0xae51A0F0E6e990B08081A88c872D51c236fdA0BE", "label": "0xae51A0F0E6e990B08081A88c872D51c236fdA0BE", "shape": "dot", "size": 10}, {"id": "0x7B7D4E9Eda6e8796c637080D9DbE3b61666C695c", "label": "0x7B7D4E9Eda6e8796c637080D9DbE3b61666C695c", "shape": "dot", "size": 10}, {"id": "0x3d76eFff437E2eCA740Ad2Bfd0819D4077a978fD", "label": "0x3d76eFff437E2eCA740Ad2Bfd0819D4077a978fD", "shape": "dot", "size": 10}, {"id": "0x2D15AE59F03FFbE783421126bfBe3a38D6663779", "label": "0x2D15AE59F03FFbE783421126bfBe3a38D6663779", "shape": "dot", "size": 10}, {"id": "0xf26819938E018B88cc23e03C44a8f1483f39492A", "label": "0xf26819938E018B88cc23e03C44a8f1483f39492A", "shape": "dot", "size": 10}, {"id": "0x7f079C46634E016536cFe5A3591a8Ee94f2cCaeE", "label": "0x7f079C46634E016536cFe5A3591a8Ee94f2cCaeE", "shape": "dot", "size": 10}, {"id": "0x531EcCad5b72A0AA733A61a0dd2108A13C6ce3E7", "label": "0x531EcCad5b72A0AA733A61a0dd2108A13C6ce3E7", "shape": "dot", "size": 10}, {"id": "0x78eB07C598Ee05188392F75588234942b6201c74", "label": "0x78eB07C598Ee05188392F75588234942b6201c74", "shape": "dot", "size": 10}, {"id": "0x87914693774199f9AA379F3C8b4cA4b6036Dc91F", "label": "0x87914693774199f9AA379F3C8b4cA4b6036Dc91F", "shape": "dot", "size": 10}, {"id": "0xF0719C64C94683CF5a49ddebFa9D9157Ba9f36da", "label": "0xF0719C64C94683CF5a49ddebFa9D9157Ba9f36da", "shape": "dot", "size": 10}, {"id": "0xC846D1316a3DAa72a36ceFD298C09E796ce7Ca51", "label": "0xC846D1316a3DAa72a36ceFD298C09E796ce7Ca51", "shape": "dot", "size": 10}, {"id": "0x1144892700918166054Ae742390605944de573b4", "label": "0x1144892700918166054Ae742390605944de573b4", "shape": "dot", "size": 10}]);
edges = new vis.DataSet([{"from": "0x44792971D089B07E8227863e3937c3e2F2164896", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x69B48a86BA1051CabCd25a5e764ee4fA850c5645", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xe825079f9b74930858F761E62c94F366E1B5f0F9", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xA43Af2c8435d0Bf858F6FCf48CdAf2a9510AB669", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x183dE20ca156878B01Fc5461dF29182C63E586C1", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x6bA72F30C53da04584Ff73DfE8fe3828Ad1ad3c4", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x2c6f3A9727a9bef301EeB8E0e2F431BE0b8e666c", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xe4c5d34194ee2ab0ec7979df219f317471523120", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x6bBA34c70AE8dD92BC05B07d9A80540316beD88a", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x8b20A072Cb7BA2486eBA80eE27D51d0006ddF7C3", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x7eA901B8E23fF9e0A797c120F35474F16178eE9F", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x06c0e7844C72619e24D83AB5977dCB91E7EED386", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x39822fde6b9dD546d86cE11Ab61e2f43b5d5229d", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x457D65F179FE781913631415A4E5f190af90645e", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x846839a219d416840E1a1847bf807696192f3eB7", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xC241E95D60E5f7F024b28784D5aF2b8FD159e0Ba", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x54668eAccAdA3A64f37Ac1993C8AC9b2A91A9cfA", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x6de55ea0FfCf589e510Be8bA5f8dc15ea81Da56c", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x02753CDCDCa455c6a33e5A11036B07291CC465F7", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xc82b9E60e3D15Bb66F46d68DC068D2F2e65a555c", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xC8819DC17d49Bd5b1992612189BCFaF1637A664a", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xCB0136aF7E007c89563054265397FF8edFad384c", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x7A5081A4b0AeC7E1F9aF99c330a4774C1212304e", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x228c735f4f95B4413395CE33Ee9c3636363e8de6", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xBB25B9EA83B570da563d7799c3C9f78672Af403c", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xA0A62434c13782AD7809D7F18AF549cb9433c04f", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xD4962e6486494618E65Fd3107A3fCF92d0F7D104", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xD157C740E785f7D9Ac46E78eff5a48F384cB3562", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x93320D294890121A9692c801Cc820bC9E77ADB28", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x178931121526c184cD8D379dd8FcD7bD37fCFD04", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x028207b21d114a767a609a2e1D32B68B5c312cd9", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x4cEbd30D501166f3a52B56a7A1B9F10A90472986", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xA741BC1289e56F21Dc23553Ad42C72e2c42B9aE9", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x5eD94FFc1Fa08339fda687129Ae23634Fdd71A2d", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xfaA26724ed81dD2370F2DcEe82c29a2d2d7817cc", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xb3AB067261Dd4A31345706a1b8bF013E90bc44e2", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x737Acc5B16288d8Cd973B2EAdE268500F7Db1276", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xc014AF38FA3C1be82FE8Af4466A2686C7Eb24293", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xE6b0Fda5B529211321946eCc94f0c068887d45d1", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xBcD32b3484B96afE8bf2b12a5F3fC07ae57a4B29", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x144CEC354729d2734Ca7f3448ba3e719F61b2790", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xFd9FC148D1D8D38b014330Db147A81cEAE70CDbC", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xE06fF1cd756e67A87aC21EB72461375063F3080F", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x4843f1D9f18B2EB1d2625a38166c73417e93A8c9", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x5d4BadB29e33d7b70708D87A2338572A80EDfB8c", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x58E83F6c53B9ffD7a958AcFFA413Be5bcA7f97ea", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xeF68E2CF443E927972cB93193E47974E49c2FC59", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x74642273248e64633EB656B6fc09370410BEA151", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x85E356F493081A293B153Ec51aD31F06B94934f0", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x07d5796ECFBC2D3Ce060dB2aCE02DbbFcbd9c5aA", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x10969C6369168950fdbe9cc95B53319D72047244", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x77e0261A13FE606D1c1A4c26E82281e03d34ca1B", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xf2709C9a58E02f58BCBDE5c606beE3edb556BCDE", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x0e0444Ca6B5b18Fa49EA93D8432B04e304F99177", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x2aF1652f5B638Ecd5c72615d645E89928c06EbE3", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xAd045235c5F20341b7604F2172eE79A14a0A925D", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x724F5a34AE872a4BDC633fB22FcaF6e6D806E9e8", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x534A49bB9202Eef111C309187Fa05bCbBC5e6e0A", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x1ad1486209aF35F8cD8533aeE6b8E135a38f1895", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xd9BD85c18448D06331c564eF323786C53ff5cA79", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x836b6D4040AcA4fE18e4cD2da29ba67EC4722D01", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x2aDCFF25cfB5c6F7a933eAC61D8D5a1F9bA26776", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xF3490F4c729153cBC10fCe4aAF57f6902Ef5846d", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x231e0A7Bcdf1cfe01589BCB4B39d92fcf5abbC70", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x8f438cB64dE5D9ece7Aa6d252900b4CB4142f63B", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xbc28A2242370A30C23cc93D67465d82a6491E5Df", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x6E401B87ed017F7C811132e2cCEB13fFC699c258", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x6ED0650320AFd5AfBDa2c1c6e7fB46052EB578C6", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x4C96E1E6bc9A29f7cE276ECCC8711CbFfE122666", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x8Fe4a21feB7C7e0fDa37591F0d6be25fa116b31c", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x071a7EaF2fFaC1651C470a870E96f8C20888fd50", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x7A09e70e77aE569d76FEac2993bf4c9B316693aB", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x126769122648bb3a678BCEE265462f6877229cf0", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xbe203283Ff017EF4BEE3FDd0805e8427792a8BaC", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x20A017dD562B500d4520335D97C4F8486D18623d", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x44792971D089B07E8227863e3937c3e2F2164896", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x69B48a86BA1051CabCd25a5e764ee4fA850c5645", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xe825079f9b74930858F761E62c94F366E1B5f0F9", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xA43Af2c8435d0Bf858F6FCf48CdAf2a9510AB669", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x183dE20ca156878B01Fc5461dF29182C63E586C1", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x6bA72F30C53da04584Ff73DfE8fe3828Ad1ad3c4", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x2c6f3A9727a9bef301EeB8E0e2F431BE0b8e666c", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xe4c5d34194ee2ab0ec7979df219f317471523120", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x6bBA34c70AE8dD92BC05B07d9A80540316beD88a", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x8b20A072Cb7BA2486eBA80eE27D51d0006ddF7C3", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x7eA901B8E23fF9e0A797c120F35474F16178eE9F", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x06c0e7844C72619e24D83AB5977dCB91E7EED386", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x39822fde6b9dD546d86cE11Ab61e2f43b5d5229d", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x457D65F179FE781913631415A4E5f190af90645e", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x846839a219d416840E1a1847bf807696192f3eB7", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xC241E95D60E5f7F024b28784D5aF2b8FD159e0Ba", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x54668eAccAdA3A64f37Ac1993C8AC9b2A91A9cfA", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x6de55ea0FfCf589e510Be8bA5f8dc15ea81Da56c", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x02753CDCDCa455c6a33e5A11036B07291CC465F7", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xc82b9E60e3D15Bb66F46d68DC068D2F2e65a555c", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xC8819DC17d49Bd5b1992612189BCFaF1637A664a", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xCB0136aF7E007c89563054265397FF8edFad384c", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x7A5081A4b0AeC7E1F9aF99c330a4774C1212304e", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x228c735f4f95B4413395CE33Ee9c3636363e8de6", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xBB25B9EA83B570da563d7799c3C9f78672Af403c", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xA0A62434c13782AD7809D7F18AF549cb9433c04f", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xD4962e6486494618E65Fd3107A3fCF92d0F7D104", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xD157C740E785f7D9Ac46E78eff5a48F384cB3562", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x93320D294890121A9692c801Cc820bC9E77ADB28", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x178931121526c184cD8D379dd8FcD7bD37fCFD04", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x028207b21d114a767a609a2e1D32B68B5c312cd9", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x4cEbd30D501166f3a52B56a7A1B9F10A90472986", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xA741BC1289e56F21Dc23553Ad42C72e2c42B9aE9", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x5eD94FFc1Fa08339fda687129Ae23634Fdd71A2d", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xfaA26724ed81dD2370F2DcEe82c29a2d2d7817cc", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xb3AB067261Dd4A31345706a1b8bF013E90bc44e2", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x737Acc5B16288d8Cd973B2EAdE268500F7Db1276", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xc014AF38FA3C1be82FE8Af4466A2686C7Eb24293", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xE6b0Fda5B529211321946eCc94f0c068887d45d1", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xBcD32b3484B96afE8bf2b12a5F3fC07ae57a4B29", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x144CEC354729d2734Ca7f3448ba3e719F61b2790", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xFd9FC148D1D8D38b014330Db147A81cEAE70CDbC", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xE06fF1cd756e67A87aC21EB72461375063F3080F", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x4843f1D9f18B2EB1d2625a38166c73417e93A8c9", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x5d4BadB29e33d7b70708D87A2338572A80EDfB8c", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x58E83F6c53B9ffD7a958AcFFA413Be5bcA7f97ea", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xeF68E2CF443E927972cB93193E47974E49c2FC59", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x74642273248e64633EB656B6fc09370410BEA151", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x85E356F493081A293B153Ec51aD31F06B94934f0", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x07d5796ECFBC2D3Ce060dB2aCE02DbbFcbd9c5aA", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x10969C6369168950fdbe9cc95B53319D72047244", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x77e0261A13FE606D1c1A4c26E82281e03d34ca1B", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xf2709C9a58E02f58BCBDE5c606beE3edb556BCDE", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x0e0444Ca6B5b18Fa49EA93D8432B04e304F99177", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x2aF1652f5B638Ecd5c72615d645E89928c06EbE3", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xAd045235c5F20341b7604F2172eE79A14a0A925D", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x724F5a34AE872a4BDC633fB22FcaF6e6D806E9e8", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x534A49bB9202Eef111C309187Fa05bCbBC5e6e0A", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x1ad1486209aF35F8cD8533aeE6b8E135a38f1895", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xd9BD85c18448D06331c564eF323786C53ff5cA79", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x836b6D4040AcA4fE18e4cD2da29ba67EC4722D01", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x2aDCFF25cfB5c6F7a933eAC61D8D5a1F9bA26776", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xF3490F4c729153cBC10fCe4aAF57f6902Ef5846d", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x231e0A7Bcdf1cfe01589BCB4B39d92fcf5abbC70", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x8f438cB64dE5D9ece7Aa6d252900b4CB4142f63B", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xbc28A2242370A30C23cc93D67465d82a6491E5Df", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x6E401B87ed017F7C811132e2cCEB13fFC699c258", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x6ED0650320AFd5AfBDa2c1c6e7fB46052EB578C6", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x4C96E1E6bc9A29f7cE276ECCC8711CbFfE122666", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x8Fe4a21feB7C7e0fDa37591F0d6be25fa116b31c", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x071a7EaF2fFaC1651C470a870E96f8C20888fd50", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x7A09e70e77aE569d76FEac2993bf4c9B316693aB", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x126769122648bb3a678BCEE265462f6877229cf0", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xbe203283Ff017EF4BEE3FDd0805e8427792a8BaC", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x20A017dD562B500d4520335D97C4F8486D18623d", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x60E125717e92dF52a79669F6CCA3168FebaAd43C", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xA30104dED261c5dECC37b3980948e2d83D721Ad9", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x09564B9BDdd683222127C6621A3964E140F96DBB", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x7395e499F3a236B037eaC6252554BA67331bc07E", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xACBd861631B067B5B3B46a4A02617eD50a6F51C4", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x9CB9072aC6a1131cf2ab046BEa8961b340E8d07C", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x8798f2a7E3aa8d81f225Ca622463F6d39e40e15e", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xdFAAB09AeE4a848Cc98fE48e8C9a381c52cA38C8", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x8A92f7060e53DfD7676c4704024139B4BAC07192", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xB003Ed60DCb4D0F9311AFB61479fE60877454232", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x00bFb5E3E6B4C1382BD89D2043C5Fc423b449D79", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x38553E86FAab0f2De4D96e671788685cE3d358c2", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xae51A0F0E6e990B08081A88c872D51c236fdA0BE", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x7B7D4E9Eda6e8796c637080D9DbE3b61666C695c", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x3d76eFff437E2eCA740Ad2Bfd0819D4077a978fD", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x2D15AE59F03FFbE783421126bfBe3a38D6663779", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xf26819938E018B88cc23e03C44a8f1483f39492A", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x7f079C46634E016536cFe5A3591a8Ee94f2cCaeE", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x531EcCad5b72A0AA733A61a0dd2108A13C6ce3E7", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x78eB07C598Ee05188392F75588234942b6201c74", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x87914693774199f9AA379F3C8b4cA4b6036Dc91F", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xF0719C64C94683CF5a49ddebFa9D9157Ba9f36da", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0xC846D1316a3DAa72a36ceFD298C09E796ce7Ca51", "weight": 1}, {"from": "0x3DCa07E16B2Becd3eb76a9F9CE240B525451f887", "label": 1, "to": "0x1144892700918166054Ae742390605944de573b4", "weight": 1}, {"from": "0x60E125717e92dF52a79669F6CCA3168FebaAd43C", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xA30104dED261c5dECC37b3980948e2d83D721Ad9", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x09564B9BDdd683222127C6621A3964E140F96DBB", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x7395e499F3a236B037eaC6252554BA67331bc07E", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xACBd861631B067B5B3B46a4A02617eD50a6F51C4", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x9CB9072aC6a1131cf2ab046BEa8961b340E8d07C", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x8798f2a7E3aa8d81f225Ca622463F6d39e40e15e", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xdFAAB09AeE4a848Cc98fE48e8C9a381c52cA38C8", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x8A92f7060e53DfD7676c4704024139B4BAC07192", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xB003Ed60DCb4D0F9311AFB61479fE60877454232", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x00bFb5E3E6B4C1382BD89D2043C5Fc423b449D79", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x38553E86FAab0f2De4D96e671788685cE3d358c2", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xae51A0F0E6e990B08081A88c872D51c236fdA0BE", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x7B7D4E9Eda6e8796c637080D9DbE3b61666C695c", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x3d76eFff437E2eCA740Ad2Bfd0819D4077a978fD", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x2D15AE59F03FFbE783421126bfBe3a38D6663779", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xf26819938E018B88cc23e03C44a8f1483f39492A", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x7f079C46634E016536cFe5A3591a8Ee94f2cCaeE", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x531EcCad5b72A0AA733A61a0dd2108A13C6ce3E7", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x78eB07C598Ee05188392F75588234942b6201c74", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x87914693774199f9AA379F3C8b4cA4b6036Dc91F", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xF0719C64C94683CF5a49ddebFa9D9157Ba9f36da", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0xC846D1316a3DAa72a36ceFD298C09E796ce7Ca51", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}, {"from": "0x1144892700918166054Ae742390605944de573b4", "label": 1, "to": "0xe5B21f200a8a39E6b677080995Cd5a0e494FF3d2", "weight": 1}]);
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": false
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": true,
"type": "dynamic"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"stabilization": {
"enabled": true,
"fit": true,
"iterations": 1000,
"onlyDynamicEdges": false,
"updateInterval": 50
}
}
};
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>