forked from AveryData/NFT-Network-Analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNFTMap.html
More file actions
108 lines (73 loc) · 41.8 KB
/
NFTMap.html
File metadata and controls
108 lines (73 loc) · 41.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<style type="text/css">
#mynetwork {
width: 100%;
height: 750px;
background-color: #222222;
border: 1px solid lightgray;
position: relative;
float: left;
}
</style>
</head>
<body>
<div id = "mynetwork"></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([{"font": {"color": "white"}, "id": "Hall Of Fame Goat Lodge", "label": "Hall Of Fame Goat Lodge", "shape": "dot", "title": "Hall Of Fame Goat Lodge Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eLost Poets\u003cbr\u003eFND NFT\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBonsai\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eShabu Town Shibas\u003cbr\u003eDerpy Birbs\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eMisfit University Official\u003cbr\u003eSlumboginis", "value": 14}, {"font": {"color": "white"}, "id": "9021Collective", "label": "9021Collective", "shape": "dot", "title": "9021Collective Neighbors:\u003cbr\u003eBullsOnTheBlock\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eCryptoPhunksV2\u003cbr\u003eTheWickedCraniums\u003cbr\u003eJustBackgrounds\u003cbr\u003eTheWickedLoot\u003cbr\u003eRUG.WTF\u003cbr\u003eFamiliars (for Adventurers)\u003cbr\u003eDerpy Birbs\u003cbr\u003eUncanny Unicorns\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBoredApeKennelClub\u003cbr\u003eTheWickedStallions\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eDegenz\u003cbr\u003eVOX Series 1\u003cbr\u003eNametag\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eMeebits\u003cbr\u003eStoner Cats\u003cbr\u003eCryptoPoops\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eLost Poets\u003cbr\u003eBlazedCats\u003cbr\u003eFND NFT\u003cbr\u003eAnimonkeys\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis\u003cbr\u003eBored Ape Comic\u003cbr\u003eGRAYCRAFT2\u003cbr\u003eMisfit University Official\u003cbr\u003ePolymorphs", "value": 34}, {"font": {"color": "white"}, "id": "Slumdoge Billionaires", "label": "Slumdoge Billionaires", "shape": "dot", "title": "Slumdoge Billionaires Neighbors:\u003cbr\u003eBullsOnTheBlock\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eCryptoPhunksV2\u003cbr\u003eTheWickedCraniums\u003cbr\u003eJustBackgrounds\u003cbr\u003eTheWickedLoot\u003cbr\u003eRUG.WTF\u003cbr\u003eFamiliars (for Adventurers)\u003cbr\u003eDerpy Birbs\u003cbr\u003eUncanny Unicorns\u003cbr\u003eBoredApeKennelClub\u003cbr\u003eTheWickedStallions\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eDegenz\u003cbr\u003eVOX Series 1\u003cbr\u003eNametag\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eMeebits\u003cbr\u003e9021Collective\u003cbr\u003eStoner Cats\u003cbr\u003eCryptoPoops\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eLost Poets\u003cbr\u003eBlazedCats\u003cbr\u003eFND NFT\u003cbr\u003eAnimonkeys\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis\u003cbr\u003eBored Ape Comic\u003cbr\u003eGRAYCRAFT2\u003cbr\u003eMisfit University Official\u003cbr\u003ePolymorphs", "value": 34}, {"font": {"color": "white"}, "id": "FND NFT", "label": "FND NFT", "shape": "dot", "title": "FND NFT Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eDerpy Birbs\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 10}, {"font": {"color": "white"}, "id": "Star Sailor Siblings", "label": "Star Sailor Siblings", "shape": "dot", "title": "Star Sailor Siblings Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eDerpy Birbs\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 10}, {"font": {"color": "white"}, "id": "Lost Poets", "label": "Lost Poets", "shape": "dot", "title": "Lost Poets Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eDerpy Birbs\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 10}, {"font": {"color": "white"}, "id": "Shabu Town Shibas", "label": "Shabu Town Shibas", "shape": "dot", "title": "Shabu Town Shibas Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eLost Poets\u003cbr\u003eFND NFT\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBonsai\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eDerpy Birbs\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eMisfit University Official\u003cbr\u003eSlumboginis", "value": 14}, {"font": {"color": "white"}, "id": "Misfit University Official", "label": "Misfit University Official", "shape": "dot", "title": "Misfit University Official Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eDerpy Birbs\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 10}, {"font": {"color": "white"}, "id": "Slumboginis", "label": "Slumboginis", "shape": "dot", "title": "Slumboginis Neighbors:\u003cbr\u003eBullsOnTheBlock\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eCryptoPhunksV2\u003cbr\u003eTheWickedCraniums\u003cbr\u003eJustBackgrounds\u003cbr\u003eTheWickedLoot\u003cbr\u003eRUG.WTF\u003cbr\u003eFamiliars (for Adventurers)\u003cbr\u003eDerpy Birbs\u003cbr\u003eUncanny Unicorns\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBoredApeKennelClub\u003cbr\u003eTheWickedStallions\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eDegenz\u003cbr\u003eVOX Series 1\u003cbr\u003eNametag\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eMeebits\u003cbr\u003e9021Collective\u003cbr\u003eStoner Cats\u003cbr\u003eCryptoPoops\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eLost Poets\u003cbr\u003eBlazedCats\u003cbr\u003eFND NFT\u003cbr\u003eAnimonkeys\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eMighty Dinos\u003cbr\u003eBored Ape Comic\u003cbr\u003eGRAYCRAFT2\u003cbr\u003eMisfit University Official\u003cbr\u003ePolymorphs", "value": 34}, {"font": {"color": "white"}, "id": "FVCK_CRYSTAL//", "label": "FVCK_CRYSTAL//", "shape": "dot", "title": "FVCK_CRYSTAL// Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eDerpy Birbs\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 10}, {"font": {"color": "white"}, "id": "Meebits", "label": "Meebits", "shape": "dot", "title": "Meebits Neighbors:\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eTheWickedCraniums\u003cbr\u003eTheWickedLoot\u003cbr\u003eRUG.WTF\u003cbr\u003eDerpy Birbs\u003cbr\u003eUncanny Unicorns\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eTheWickedStallions\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eDegenz\u003cbr\u003eVOX Series 1\u003cbr\u003eFLUF\u003cbr\u003eNametag\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003e9021Collective\u003cbr\u003eStoner Cats\u003cbr\u003eCryptoPoops\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eLost Poets\u003cbr\u003eBlazedCats\u003cbr\u003eCryptoBeasts\u003cbr\u003eFND NFT\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis\u003cbr\u003eBored Ape Comic\u003cbr\u003eGRAYCRAFT2\u003cbr\u003eMisfit University Official\u003cbr\u003ePolymorphs", "value": 32}, {"font": {"color": "white"}, "id": "Derpy Birbs", "label": "Derpy Birbs", "shape": "dot", "title": "Derpy Birbs Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eLost Poets\u003cbr\u003eFND NFT\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eBonsai\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eShabu Town Shibas\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eMisfit University Official\u003cbr\u003eSlumboginis", "value": 14}, {"font": {"color": "white"}, "id": "Mighty Dinos", "label": "Mighty Dinos", "shape": "dot", "title": "Mighty Dinos Neighbors:\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eTheWickedCraniums\u003cbr\u003eTheWickedLoot\u003cbr\u003eRUG.WTF\u003cbr\u003eDerpy Birbs\u003cbr\u003eUncanny Unicorns\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eTheWickedStallions\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eDegenz\u003cbr\u003eVOX Series 1\u003cbr\u003eNametag\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eMeebits\u003cbr\u003e9021Collective\u003cbr\u003eStoner Cats\u003cbr\u003eCryptoPoops\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eLost Poets\u003cbr\u003eBlazedCats\u003cbr\u003eFND NFT\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eSlumboginis\u003cbr\u003eBored Ape Comic\u003cbr\u003eGRAYCRAFT2\u003cbr\u003eMisfit University Official\u003cbr\u003ePolymorphs", "value": 28}, {"font": {"color": "white"}, "id": "CryptoPoops", "label": "CryptoPoops", "shape": "dot", "title": "CryptoPoops Neighbors:\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eTheWickedCraniums\u003cbr\u003eTheWickedLoot\u003cbr\u003eRUG.WTF\u003cbr\u003eDerpy Birbs\u003cbr\u003eUncanny Unicorns\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eTheWickedStallions\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eDegenz\u003cbr\u003eVOX Series 1\u003cbr\u003eNametag\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eMeebits\u003cbr\u003e9021Collective\u003cbr\u003eStoner Cats\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eLost Poets\u003cbr\u003eBlazedCats\u003cbr\u003eFND NFT\u003cbr\u003eBonsai\u003cbr\u003eShabu Town Shibas\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis\u003cbr\u003eBored Ape Comic\u003cbr\u003eGRAYCRAFT2\u003cbr\u003eMisfit University Official\u003cbr\u003ePolymorphs", "value": 28}, {"font": {"color": "white"}, "id": "Bonsai", "label": "Bonsai", "shape": "dot", "title": "Bonsai Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eStar Sailor Siblings\u003cbr\u003eHall Of Fame Goat Lodge\u003cbr\u003eLost Poets\u003cbr\u003eFND NFT\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eFVCK_CRYSTAL//\u003cbr\u003eShabu Town Shibas\u003cbr\u003eDerpy Birbs\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eMisfit University Official\u003cbr\u003eSlumboginis", "value": 14}, {"font": {"color": "white"}, "id": "10KTF", "label": "10KTF", "shape": "dot", "title": "10KTF Neighbors:\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eCryptoBeasts\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eLoot Personality", "value": 6}, {"font": {"color": "white"}, "id": "GLICPIXXXVER002 - GRAND COLLECTION", "label": "GLICPIXXXVER002 - GRAND COLLECTION", "shape": "dot", "title": "GLICPIXXXVER002 - GRAND COLLECTION Neighbors:\u003cbr\u003eCyberKongz VX\u003cbr\u003eBoredApeYachtClub\u003cbr\u003eWTFoxes\u003cbr\u003eSCAMMER\u003cbr\u003eLoot\u003cbr\u003eCryptoBeasts\u003cbr\u003eArcadeNFT\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eHeavenComputer\u003cbr\u003eTreeverse\u003cbr\u003eCryptoTrunks\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eMeebits\u003cbr\u003e10KTF\u003cbr\u003eThe Blitnauts\u003cbr\u003eLoot Personality", "value": 17}, {"font": {"color": "white"}, "id": "BASTARD GAN PUNKS V2", "label": "BASTARD GAN PUNKS V2", "shape": "dot", "title": "BASTARD GAN PUNKS V2 Neighbors:\u003cbr\u003eCyberKongz VX\u003cbr\u003eBoredApeYachtClub\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eSCAMMER\u003cbr\u003eLoot\u003cbr\u003eWTFoxes\u003cbr\u003eCryptoBeasts\u003cbr\u003eArcadeNFT\u003cbr\u003eHeavenComputer\u003cbr\u003eTreeverse\u003cbr\u003eCryptoTrunks\u003cbr\u003eFLUF\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eMeebits\u003cbr\u003e10KTF\u003cbr\u003eThe Blitnauts\u003cbr\u003eLoot Personality", "value": 17}, {"font": {"color": "white"}, "id": "Loot Personality", "label": "Loot Personality", "shape": "dot", "title": "Loot Personality Neighbors:\u003cbr\u003eCyberKongz VX\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eWTFoxes\u003cbr\u003eCryptoBeasts\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eHeavenComputer\u003cbr\u003eCryptoTrunks\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003e10KTF\u003cbr\u003eThe Blitnauts\u003cbr\u003eSCAMMER", "value": 13}, {"font": {"color": "white"}, "id": "CryptoBeasts", "label": "CryptoBeasts", "shape": "dot", "title": "CryptoBeasts Neighbors:\u003cbr\u003eCyberKongz VX\u003cbr\u003eBoredApeYachtClub\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eSCAMMER\u003cbr\u003eLoot\u003cbr\u003eWTFoxes\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eHeavenComputer\u003cbr\u003eTreeverse\u003cbr\u003eCryptoTrunks\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eMeebits\u003cbr\u003e10KTF\u003cbr\u003eThe Blitnauts\u003cbr\u003eLoot Personality", "value": 16}, {"font": {"color": "white"}, "id": "FLUF", "label": "FLUF", "shape": "dot", "title": "FLUF Neighbors:\u003cbr\u003eCyberKongz VX\u003cbr\u003eBoredApeYachtClub\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eSCAMMER\u003cbr\u003eLoot\u003cbr\u003eWTFoxes\u003cbr\u003eCryptoBeasts\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eHeavenComputer\u003cbr\u003eTreeverse\u003cbr\u003eCryptoTrunks\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eMeebits\u003cbr\u003e10KTF\u003cbr\u003eThe Blitnauts\u003cbr\u003eLoot Personality", "value": 16}, {"font": {"color": "white"}, "id": "Loot", "label": "Loot", "shape": "dot", "title": "Loot Neighbors:\u003cbr\u003eCyberKongz VX\u003cbr\u003eBoredApeYachtClub\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eSCAMMER\u003cbr\u003eWTFoxes\u003cbr\u003eCryptoBeasts\u003cbr\u003eMutantApeYachtClub\u003cbr\u003eHeavenComputer\u003cbr\u003eCryptoTrunks\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003e10KTF\u003cbr\u003eThe Blitnauts\u003cbr\u003eLoot Personality", "value": 14}, {"font": {"color": "white"}, "id": "Treeverse", "label": "Treeverse", "shape": "dot", "title": "Treeverse Neighbors:\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eCryptoBeasts\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eFLUF", "value": 4}, {"font": {"color": "white"}, "id": "CryptoTrunks", "label": "CryptoTrunks", "shape": "dot", "title": "CryptoTrunks Neighbors:\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eWTFoxes\u003cbr\u003eCryptoBeasts\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eLoot Personality", "value": 7}, {"font": {"color": "white"}, "id": "The Blitnauts", "label": "The Blitnauts", "shape": "dot", "title": "The Blitnauts Neighbors:\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eWTFoxes\u003cbr\u003eCryptoBeasts\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eLoot Personality", "value": 7}, {"font": {"color": "white"}, "id": "SCAMMER", "label": "SCAMMER", "shape": "dot", "title": "SCAMMER Neighbors:\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eCryptoBeasts\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eLoot Personality", "value": 6}, {"font": {"color": "white"}, "id": "MutantApeYachtClub", "label": "MutantApeYachtClub", "shape": "dot", "title": "MutantApeYachtClub Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumboginis\u003cbr\u003eCryptoPoops\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eCryptoBeasts\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eLoot Personality", "value": 12}, {"font": {"color": "white"}, "id": "CyberKongz VX", "label": "CyberKongz VX", "shape": "dot", "title": "CyberKongz VX Neighbors:\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eWTFoxes\u003cbr\u003eCryptoBeasts\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eLoot Personality", "value": 7}, {"font": {"color": "white"}, "id": "HeavenComputer", "label": "HeavenComputer", "shape": "dot", "title": "HeavenComputer Neighbors:\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eCryptoBeasts\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eLoot Personality", "value": 6}, {"font": {"color": "white"}, "id": "ArcadeNFT", "label": "ArcadeNFT", "shape": "dot", "title": "ArcadeNFT Neighbors:\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION", "value": 2}, {"font": {"color": "white"}, "id": "BoredApeYachtClub", "label": "BoredApeYachtClub", "shape": "dot", "title": "BoredApeYachtClub Neighbors:\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eCryptoBeasts\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2", "value": 5}, {"font": {"color": "white"}, "id": "WTFoxes", "label": "WTFoxes", "shape": "dot", "title": "WTFoxes Neighbors:\u003cbr\u003eCyberKongz VX\u003cbr\u003eGLICPIXXXVER002 - GRAND COLLECTION\u003cbr\u003eLoot\u003cbr\u003eCryptoBeasts\u003cbr\u003eCryptoTrunks\u003cbr\u003eFLUF\u003cbr\u003eBASTARD GAN PUNKS V2\u003cbr\u003eThe Blitnauts\u003cbr\u003eLoot Personality", "value": 9}, {"font": {"color": "white"}, "id": "Bored Ape Comic", "label": "Bored Ape Comic", "shape": "dot", "title": "Bored Ape Comic Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "Polymorphs", "label": "Polymorphs", "shape": "dot", "title": "Polymorphs Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "GRAYCRAFT2", "label": "GRAYCRAFT2", "shape": "dot", "title": "GRAYCRAFT2 Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "BullsOnTheBlock", "label": "BullsOnTheBlock", "shape": "dot", "title": "BullsOnTheBlock Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eSlumboginis", "value": 3}, {"font": {"color": "white"}, "id": "TheWickedStallions", "label": "TheWickedStallions", "shape": "dot", "title": "TheWickedStallions Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "RUG.WTF", "label": "RUG.WTF", "shape": "dot", "title": "RUG.WTF Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "TheWickedLoot", "label": "TheWickedLoot", "shape": "dot", "title": "TheWickedLoot Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "BlazedCats", "label": "BlazedCats", "shape": "dot", "title": "BlazedCats Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "TheWickedCraniums", "label": "TheWickedCraniums", "shape": "dot", "title": "TheWickedCraniums Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "Animonkeys", "label": "Animonkeys", "shape": "dot", "title": "Animonkeys Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eSlumboginis", "value": 3}, {"font": {"color": "white"}, "id": "Stoner Cats", "label": "Stoner Cats", "shape": "dot", "title": "Stoner Cats Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "JustBackgrounds", "label": "JustBackgrounds", "shape": "dot", "title": "JustBackgrounds Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eSlumboginis", "value": 3}, {"font": {"color": "white"}, "id": "Uncanny Unicorns", "label": "Uncanny Unicorns", "shape": "dot", "title": "Uncanny Unicorns Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "VOX Series 1", "label": "VOX Series 1", "shape": "dot", "title": "VOX Series 1 Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "Familiars (for Adventurers)", "label": "Familiars (for Adventurers)", "shape": "dot", "title": "Familiars (for Adventurers) Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eSlumboginis", "value": 3}, {"font": {"color": "white"}, "id": "BoredApeKennelClub", "label": "BoredApeKennelClub", "shape": "dot", "title": "BoredApeKennelClub Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eSlumboginis", "value": 3}, {"font": {"color": "white"}, "id": "Nametag", "label": "Nametag", "shape": "dot", "title": "Nametag Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}, {"font": {"color": "white"}, "id": "CryptoPhunksV2", "label": "CryptoPhunksV2", "shape": "dot", "title": "CryptoPhunksV2 Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eSlumboginis", "value": 3}, {"font": {"color": "white"}, "id": "Degenz", "label": "Degenz", "shape": "dot", "title": "Degenz Neighbors:\u003cbr\u003e9021Collective\u003cbr\u003eSlumdoge Billionaires\u003cbr\u003eCryptoPoops\u003cbr\u003eMeebits\u003cbr\u003eMighty Dinos\u003cbr\u003eSlumboginis", "value": 6}]);
edges = new vis.DataSet([{"from": "Hall Of Fame Goat Lodge", "to": "9021Collective", "value": 200}, {"from": "Hall Of Fame Goat Lodge", "to": "Slumdoge Billionaires", "value": 200}, {"from": "Hall Of Fame Goat Lodge", "to": "FND NFT", "value": 80}, {"from": "Hall Of Fame Goat Lodge", "to": "Star Sailor Siblings", "value": 60}, {"from": "Hall Of Fame Goat Lodge", "to": "Lost Poets", "value": 60}, {"from": "Hall Of Fame Goat Lodge", "to": "Shabu Town Shibas", "value": 100}, {"from": "Hall Of Fame Goat Lodge", "to": "Misfit University Official", "value": 60}, {"from": "Hall Of Fame Goat Lodge", "to": "Slumboginis", "value": 200}, {"from": "Hall Of Fame Goat Lodge", "to": "FVCK_CRYSTAL//", "value": 60}, {"from": "Hall Of Fame Goat Lodge", "to": "Meebits", "value": 130}, {"from": "Hall Of Fame Goat Lodge", "to": "Derpy Birbs", "value": 100}, {"from": "Hall Of Fame Goat Lodge", "to": "Mighty Dinos", "value": 130}, {"from": "Hall Of Fame Goat Lodge", "to": "CryptoPoops", "value": 150}, {"from": "Hall Of Fame Goat Lodge", "to": "Bonsai", "value": 100}, {"from": "10KTF", "to": "GLICPIXXXVER002 - GRAND COLLECTION", "value": 220}, {"from": "10KTF", "to": "BASTARD GAN PUNKS V2", "value": 195}, {"from": "10KTF", "to": "Loot Personality", "value": 60}, {"from": "10KTF", "to": "CryptoBeasts", "value": 100}, {"from": "10KTF", "to": "FLUF", "value": 105}, {"from": "10KTF", "to": "Loot", "value": 61}, {"from": "Treeverse", "to": "GLICPIXXXVER002 - GRAND COLLECTION", "value": 132}, {"from": "Treeverse", "to": "BASTARD GAN PUNKS V2", "value": 117}, {"from": "Treeverse", "to": "CryptoBeasts", "value": 60}, {"from": "Treeverse", "to": "FLUF", "value": 63}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "BASTARD GAN PUNKS V2", "value": 1716}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "CryptoTrunks", "value": 264}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "Loot Personality", "value": 528}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "The Blitnauts", "value": 352}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "SCAMMER", "value": 220}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "MutantApeYachtClub", "value": 220}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "Meebits", "value": 132}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "CyberKongz VX", "value": 264}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "HeavenComputer", "value": 220}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "ArcadeNFT", "value": 88}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "CryptoBeasts", "value": 880}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "BoredApeYachtClub", "value": 176}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "FLUF", "value": 924}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "Loot", "value": 528}, {"from": "GLICPIXXXVER002 - GRAND COLLECTION", "to": "WTFoxes", "value": 440}, {"from": "Bored Ape Comic", "to": "9021Collective", "value": 100}, {"from": "Bored Ape Comic", "to": "Slumdoge Billionaires", "value": 100}, {"from": "Bored Ape Comic", "to": "Slumboginis", "value": 100}, {"from": "Bored Ape Comic", "to": "Meebits", "value": 65}, {"from": "Bored Ape Comic", "to": "Mighty Dinos", "value": 65}, {"from": "Bored Ape Comic", "to": "CryptoPoops", "value": 75}, {"from": "Polymorphs", "to": "9021Collective", "value": 100}, {"from": "Polymorphs", "to": "Slumdoge Billionaires", "value": 100}, {"from": "Polymorphs", "to": "Slumboginis", "value": 100}, {"from": "Polymorphs", "to": "Meebits", "value": 65}, {"from": "Polymorphs", "to": "Mighty Dinos", "value": 65}, {"from": "Polymorphs", "to": "CryptoPoops", "value": 75}, {"from": "9021Collective", "to": "GRAYCRAFT2", "value": 100}, {"from": "9021Collective", "to": "Slumdoge Billionaires", "value": 400}, {"from": "9021Collective", "to": "FND NFT", "value": 160}, {"from": "9021Collective", "to": "BullsOnTheBlock", "value": 60}, {"from": "9021Collective", "to": "TheWickedStallions", "value": 100}, {"from": "9021Collective", "to": "Star Sailor Siblings", "value": 120}, {"from": "9021Collective", "to": "Lost Poets", "value": 120}, {"from": "9021Collective", "to": "MutantApeYachtClub", "value": 80}, {"from": "9021Collective", "to": "RUG.WTF", "value": 80}, {"from": "9021Collective", "to": "Shabu Town Shibas", "value": 200}, {"from": "9021Collective", "to": "Misfit University Official", "value": 120}, {"from": "9021Collective", "to": "Slumboginis", "value": 400}, {"from": "9021Collective", "to": "FVCK_CRYSTAL//", "value": 120}, {"from": "9021Collective", "to": "Meebits", "value": 260}, {"from": "9021Collective", "to": "TheWickedLoot", "value": 100}, {"from": "9021Collective", "to": "BlazedCats", "value": 100}, {"from": "9021Collective", "to": "TheWickedCraniums", "value": 100}, {"from": "9021Collective", "to": "Derpy Birbs", "value": 200}, {"from": "9021Collective", "to": "Mighty Dinos", "value": 260}, {"from": "9021Collective", "to": "Animonkeys", "value": 60}, {"from": "9021Collective", "to": "CryptoPoops", "value": 300}, {"from": "9021Collective", "to": "Stoner Cats", "value": 80}, {"from": "9021Collective", "to": "JustBackgrounds", "value": 60}, {"from": "9021Collective", "to": "Uncanny Unicorns", "value": 80}, {"from": "9021Collective", "to": "VOX Series 1", "value": 100}, {"from": "9021Collective", "to": "Familiars (for Adventurers)", "value": 60}, {"from": "9021Collective", "to": "BoredApeKennelClub", "value": 60}, {"from": "9021Collective", "to": "Nametag", "value": 80}, {"from": "9021Collective", "to": "Bonsai", "value": 200}, {"from": "9021Collective", "to": "CryptoPhunksV2", "value": 60}, {"from": "9021Collective", "to": "Degenz", "value": 100}, {"from": "GRAYCRAFT2", "to": "Slumdoge Billionaires", "value": 100}, {"from": "GRAYCRAFT2", "to": "Slumboginis", "value": 100}, {"from": "GRAYCRAFT2", "to": "Meebits", "value": 65}, {"from": "GRAYCRAFT2", "to": "Mighty Dinos", "value": 65}, {"from": "GRAYCRAFT2", "to": "CryptoPoops", "value": 75}, {"from": "Slumdoge Billionaires", "to": "FND NFT", "value": 160}, {"from": "Slumdoge Billionaires", "to": "BullsOnTheBlock", "value": 60}, {"from": "Slumdoge Billionaires", "to": "TheWickedStallions", "value": 100}, {"from": "Slumdoge Billionaires", "to": "Star Sailor Siblings", "value": 120}, {"from": "Slumdoge Billionaires", "to": "Lost Poets", "value": 120}, {"from": "Slumdoge Billionaires", "to": "MutantApeYachtClub", "value": 80}, {"from": "Slumdoge Billionaires", "to": "RUG.WTF", "value": 80}, {"from": "Slumdoge Billionaires", "to": "Shabu Town Shibas", "value": 200}, {"from": "Slumdoge Billionaires", "to": "Misfit University Official", "value": 120}, {"from": "Slumdoge Billionaires", "to": "Slumboginis", "value": 400}, {"from": "Slumdoge Billionaires", "to": "FVCK_CRYSTAL//", "value": 120}, {"from": "Slumdoge Billionaires", "to": "Meebits", "value": 260}, {"from": "Slumdoge Billionaires", "to": "TheWickedLoot", "value": 100}, {"from": "Slumdoge Billionaires", "to": "BlazedCats", "value": 100}, {"from": "Slumdoge Billionaires", "to": "TheWickedCraniums", "value": 100}, {"from": "Slumdoge Billionaires", "to": "Derpy Birbs", "value": 200}, {"from": "Slumdoge Billionaires", "to": "Mighty Dinos", "value": 260}, {"from": "Slumdoge Billionaires", "to": "Animonkeys", "value": 60}, {"from": "Slumdoge Billionaires", "to": "CryptoPoops", "value": 300}, {"from": "Slumdoge Billionaires", "to": "Stoner Cats", "value": 80}, {"from": "Slumdoge Billionaires", "to": "JustBackgrounds", "value": 60}, {"from": "Slumdoge Billionaires", "to": "Uncanny Unicorns", "value": 80}, {"from": "Slumdoge Billionaires", "to": "VOX Series 1", "value": 100}, {"from": "Slumdoge Billionaires", "to": "Familiars (for Adventurers)", "value": 60}, {"from": "Slumdoge Billionaires", "to": "BoredApeKennelClub", "value": 60}, {"from": "Slumdoge Billionaires", "to": "Nametag", "value": 80}, {"from": "Slumdoge Billionaires", "to": "Bonsai", "value": 200}, {"from": "Slumdoge Billionaires", "to": "CryptoPhunksV2", "value": 60}, {"from": "Slumdoge Billionaires", "to": "Degenz", "value": 100}, {"from": "BASTARD GAN PUNKS V2", "to": "CryptoTrunks", "value": 234}, {"from": "BASTARD GAN PUNKS V2", "to": "Loot Personality", "value": 468}, {"from": "BASTARD GAN PUNKS V2", "to": "The Blitnauts", "value": 312}, {"from": "BASTARD GAN PUNKS V2", "to": "SCAMMER", "value": 195}, {"from": "BASTARD GAN PUNKS V2", "to": "MutantApeYachtClub", "value": 195}, {"from": "BASTARD GAN PUNKS V2", "to": "Meebits", "value": 117}, {"from": "BASTARD GAN PUNKS V2", "to": "CyberKongz VX", "value": 234}, {"from": "BASTARD GAN PUNKS V2", "to": "HeavenComputer", "value": 195}, {"from": "BASTARD GAN PUNKS V2", "to": "ArcadeNFT", "value": 78}, {"from": "BASTARD GAN PUNKS V2", "to": "CryptoBeasts", "value": 780}, {"from": "BASTARD GAN PUNKS V2", "to": "BoredApeYachtClub", "value": 156}, {"from": "BASTARD GAN PUNKS V2", "to": "FLUF", "value": 819}, {"from": "BASTARD GAN PUNKS V2", "to": "Loot", "value": 468}, {"from": "BASTARD GAN PUNKS V2", "to": "WTFoxes", "value": 390}, {"from": "CryptoTrunks", "to": "Loot Personality", "value": 72}, {"from": "CryptoTrunks", "to": "CryptoBeasts", "value": 120}, {"from": "CryptoTrunks", "to": "FLUF", "value": 126}, {"from": "CryptoTrunks", "to": "Loot", "value": 72}, {"from": "CryptoTrunks", "to": "WTFoxes", "value": 60}, {"from": "FND NFT", "to": "Shabu Town Shibas", "value": 80}, {"from": "FND NFT", "to": "Slumboginis", "value": 160}, {"from": "FND NFT", "to": "Meebits", "value": 104}, {"from": "FND NFT", "to": "Derpy Birbs", "value": 80}, {"from": "FND NFT", "to": "Mighty Dinos", "value": 104}, {"from": "FND NFT", "to": "CryptoPoops", "value": 120}, {"from": "FND NFT", "to": "Bonsai", "value": 80}, {"from": "BullsOnTheBlock", "to": "Slumboginis", "value": 60}, {"from": "Loot Personality", "to": "The Blitnauts", "value": 96}, {"from": "Loot Personality", "to": "SCAMMER", "value": 60}, {"from": "Loot Personality", "to": "MutantApeYachtClub", "value": 60}, {"from": "Loot Personality", "to": "CyberKongz VX", "value": 72}, {"from": "Loot Personality", "to": "HeavenComputer", "value": 60}, {"from": "Loot Personality", "to": "CryptoBeasts", "value": 240}, {"from": "Loot Personality", "to": "FLUF", "value": 252}, {"from": "Loot Personality", "to": "Loot", "value": 144}, {"from": "Loot Personality", "to": "WTFoxes", "value": 120}, {"from": "The Blitnauts", "to": "CryptoBeasts", "value": 160}, {"from": "The Blitnauts", "to": "FLUF", "value": 168}, {"from": "The Blitnauts", "to": "Loot", "value": 96}, {"from": "The Blitnauts", "to": "WTFoxes", "value": 80}, {"from": "TheWickedStallions", "to": "Slumboginis", "value": 100}, {"from": "TheWickedStallions", "to": "Meebits", "value": 65}, {"from": "TheWickedStallions", "to": "Mighty Dinos", "value": 65}, {"from": "TheWickedStallions", "to": "CryptoPoops", "value": 75}, {"from": "Star Sailor Siblings", "to": "Shabu Town Shibas", "value": 60}, {"from": "Star Sailor Siblings", "to": "Slumboginis", "value": 120}, {"from": "Star Sailor Siblings", "to": "Meebits", "value": 78}, {"from": "Star Sailor Siblings", "to": "Derpy Birbs", "value": 60}, {"from": "Star Sailor Siblings", "to": "Mighty Dinos", "value": 78}, {"from": "Star Sailor Siblings", "to": "CryptoPoops", "value": 90}, {"from": "Star Sailor Siblings", "to": "Bonsai", "value": 60}, {"from": "Lost Poets", "to": "Shabu Town Shibas", "value": 60}, {"from": "Lost Poets", "to": "Slumboginis", "value": 120}, {"from": "Lost Poets", "to": "Meebits", "value": 78}, {"from": "Lost Poets", "to": "Derpy Birbs", "value": 60}, {"from": "Lost Poets", "to": "Mighty Dinos", "value": 78}, {"from": "Lost Poets", "to": "CryptoPoops", "value": 90}, {"from": "Lost Poets", "to": "Bonsai", "value": 60}, {"from": "SCAMMER", "to": "CryptoBeasts", "value": 100}, {"from": "SCAMMER", "to": "FLUF", "value": 105}, {"from": "SCAMMER", "to": "Loot", "value": 60}, {"from": "MutantApeYachtClub", "to": "Slumboginis", "value": 80}, {"from": "MutantApeYachtClub", "to": "Meebits", "value": 70}, {"from": "MutantApeYachtClub", "to": "Mighty Dinos", "value": 52}, {"from": "MutantApeYachtClub", "to": "CryptoBeasts", "value": 100}, {"from": "MutantApeYachtClub", "to": "CryptoPoops", "value": 60}, {"from": "MutantApeYachtClub", "to": "FLUF", "value": 105}, {"from": "MutantApeYachtClub", "to": "Loot", "value": 67}, {"from": "RUG.WTF", "to": "Slumboginis", "value": 80}, {"from": "RUG.WTF", "to": "Meebits", "value": 52}, {"from": "RUG.WTF", "to": "Mighty Dinos", "value": 52}, {"from": "RUG.WTF", "to": "CryptoPoops", "value": 60}, {"from": "Shabu Town Shibas", "to": "Misfit University Official", "value": 60}, {"from": "Shabu Town Shibas", "to": "Slumboginis", "value": 200}, {"from": "Shabu Town Shibas", "to": "FVCK_CRYSTAL//", "value": 60}, {"from": "Shabu Town Shibas", "to": "Meebits", "value": 130}, {"from": "Shabu Town Shibas", "to": "Derpy Birbs", "value": 100}, {"from": "Shabu Town Shibas", "to": "Mighty Dinos", "value": 130}, {"from": "Shabu Town Shibas", "to": "CryptoPoops", "value": 150}, {"from": "Shabu Town Shibas", "to": "Bonsai", "value": 100}, {"from": "Misfit University Official", "to": "Slumboginis", "value": 120}, {"from": "Misfit University Official", "to": "Meebits", "value": 78}, {"from": "Misfit University Official", "to": "Derpy Birbs", "value": 60}, {"from": "Misfit University Official", "to": "Mighty Dinos", "value": 78}, {"from": "Misfit University Official", "to": "CryptoPoops", "value": 90}, {"from": "Misfit University Official", "to": "Bonsai", "value": 60}, {"from": "Slumboginis", "to": "FVCK_CRYSTAL//", "value": 120}, {"from": "Slumboginis", "to": "Meebits", "value": 260}, {"from": "Slumboginis", "to": "TheWickedLoot", "value": 100}, {"from": "Slumboginis", "to": "BlazedCats", "value": 100}, {"from": "Slumboginis", "to": "TheWickedCraniums", "value": 100}, {"from": "Slumboginis", "to": "Derpy Birbs", "value": 200}, {"from": "Slumboginis", "to": "Mighty Dinos", "value": 260}, {"from": "Slumboginis", "to": "Animonkeys", "value": 60}, {"from": "Slumboginis", "to": "CryptoPoops", "value": 300}, {"from": "Slumboginis", "to": "Stoner Cats", "value": 80}, {"from": "Slumboginis", "to": "JustBackgrounds", "value": 60}, {"from": "Slumboginis", "to": "Uncanny Unicorns", "value": 80}, {"from": "Slumboginis", "to": "VOX Series 1", "value": 100}, {"from": "Slumboginis", "to": "Familiars (for Adventurers)", "value": 60}, {"from": "Slumboginis", "to": "BoredApeKennelClub", "value": 60}, {"from": "Slumboginis", "to": "Nametag", "value": 80}, {"from": "Slumboginis", "to": "Bonsai", "value": 200}, {"from": "Slumboginis", "to": "CryptoPhunksV2", "value": 60}, {"from": "Slumboginis", "to": "Degenz", "value": 100}, {"from": "FVCK_CRYSTAL//", "to": "Meebits", "value": 80}, {"from": "FVCK_CRYSTAL//", "to": "Derpy Birbs", "value": 60}, {"from": "FVCK_CRYSTAL//", "to": "Mighty Dinos", "value": 78}, {"from": "FVCK_CRYSTAL//", "to": "CryptoPoops", "value": 90}, {"from": "FVCK_CRYSTAL//", "to": "Bonsai", "value": 60}, {"from": "Meebits", "to": "TheWickedLoot", "value": 65}, {"from": "Meebits", "to": "BlazedCats", "value": 65}, {"from": "Meebits", "to": "TheWickedCraniums", "value": 68}, {"from": "Meebits", "to": "Derpy Birbs", "value": 130}, {"from": "Meebits", "to": "Mighty Dinos", "value": 169}, {"from": "Meebits", "to": "CryptoBeasts", "value": 60}, {"from": "Meebits", "to": "CryptoPoops", "value": 195}, {"from": "Meebits", "to": "FLUF", "value": 63}, {"from": "Meebits", "to": "Stoner Cats", "value": 52}, {"from": "Meebits", "to": "Uncanny Unicorns", "value": 52}, {"from": "Meebits", "to": "VOX Series 1", "value": 65}, {"from": "Meebits", "to": "Nametag", "value": 52}, {"from": "Meebits", "to": "Bonsai", "value": 130}, {"from": "Meebits", "to": "Degenz", "value": 65}, {"from": "TheWickedLoot", "to": "Mighty Dinos", "value": 65}, {"from": "TheWickedLoot", "to": "CryptoPoops", "value": 75}, {"from": "CyberKongz VX", "to": "CryptoBeasts", "value": 120}, {"from": "CyberKongz VX", "to": "FLUF", "value": 126}, {"from": "CyberKongz VX", "to": "Loot", "value": 72}, {"from": "CyberKongz VX", "to": "WTFoxes", "value": 60}, {"from": "HeavenComputer", "to": "CryptoBeasts", "value": 100}, {"from": "HeavenComputer", "to": "FLUF", "value": 105}, {"from": "HeavenComputer", "to": "Loot", "value": 62}, {"from": "BlazedCats", "to": "Mighty Dinos", "value": 65}, {"from": "BlazedCats", "to": "CryptoPoops", "value": 75}, {"from": "TheWickedCraniums", "to": "Mighty Dinos", "value": 65}, {"from": "TheWickedCraniums", "to": "CryptoPoops", "value": 75}, {"from": "Derpy Birbs", "to": "Mighty Dinos", "value": 130}, {"from": "Derpy Birbs", "to": "CryptoPoops", "value": 150}, {"from": "Derpy Birbs", "to": "Bonsai", "value": 100}, {"from": "Mighty Dinos", "to": "CryptoPoops", "value": 195}, {"from": "Mighty Dinos", "to": "Stoner Cats", "value": 52}, {"from": "Mighty Dinos", "to": "Uncanny Unicorns", "value": 52}, {"from": "Mighty Dinos", "to": "VOX Series 1", "value": 65}, {"from": "Mighty Dinos", "to": "Nametag", "value": 52}, {"from": "Mighty Dinos", "to": "Bonsai", "value": 130}, {"from": "Mighty Dinos", "to": "Degenz", "value": 65}, {"from": "CryptoBeasts", "to": "BoredApeYachtClub", "value": 80}, {"from": "CryptoBeasts", "to": "FLUF", "value": 420}, {"from": "CryptoBeasts", "to": "Loot", "value": 240}, {"from": "CryptoBeasts", "to": "WTFoxes", "value": 200}, {"from": "CryptoPoops", "to": "Stoner Cats", "value": 60}, {"from": "CryptoPoops", "to": "Uncanny Unicorns", "value": 60}, {"from": "CryptoPoops", "to": "VOX Series 1", "value": 75}, {"from": "CryptoPoops", "to": "Nametag", "value": 60}, {"from": "CryptoPoops", "to": "Bonsai", "value": 150}, {"from": "CryptoPoops", "to": "Degenz", "value": 75}, {"from": "BoredApeYachtClub", "to": "FLUF", "value": 84}, {"from": "BoredApeYachtClub", "to": "Loot", "value": 51}, {"from": "FLUF", "to": "Loot", "value": 252}, {"from": "FLUF", "to": "WTFoxes", "value": 210}, {"from": "Loot", "to": "WTFoxes", "value": 120}]);
// 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);
return network;
}
drawGraph();
</script>
</body>
</html>