Untitled
3 years ago in Plain Text
<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>
<!-- <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: 100%;
background-color: #191414;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 100%;
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": "#1DB954", "font": {"color": "white"}, "id": "Nipsey Hussle", "label": "Nipsey Hussle", "shape": "dot", "size": 70, "title": "Nipsey Hussle"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Hit-Boy", "label": "Hit-Boy", "shape": "dot", "size": 70, "title": "Hit-Boy"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Martin Garrix", "label": "Martin Garrix", "shape": "dot", "size": 70, "title": "Martin Garrix"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Bonn", "label": "Bonn", "shape": "dot", "size": 70, "title": "Bonn"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Anitta", "label": "Anitta", "shape": "dot", "size": 70, "title": "Anitta"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Lu\u00edsa Sonza", "label": "Lu\u00edsa Sonza", "shape": "dot", "size": 70, "title": "Lu\u00edsa Sonza"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Why Don\u0027t We", "label": "Why Don\u0027t We", "shape": "dot", "size": 70, "title": "Why Don\u0027t We"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Macklemore", "label": "Macklemore", "shape": "dot", "size": 70, "title": "Macklemore"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "21 Savage", "label": "21 Savage", "shape": "dot", "size": 70, "title": "21 Savage"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Metro Boomin", "label": "Metro Boomin", "shape": "dot", "size": 70, "title": "Metro Boomin"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Pedro Sampaio", "label": "Pedro Sampaio", "shape": "dot", "size": 70, "title": "Pedro Sampaio"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Felipe Original", "label": "Felipe Original", "shape": "dot", "size": 70, "title": "Felipe Original"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Bruno Mars", "label": "Bruno Mars", "shape": "dot", "size": 70, "title": "Bruno Mars"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Cardi B", "label": "Cardi B", "shape": "dot", "size": 70, "title": "Cardi B"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Ufo361", "label": "Ufo361", "shape": "dot", "size": 70, "title": "Ufo361"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Luciano", "label": "Luciano", "shape": "dot", "size": 70, "title": "Luciano"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "YUNGBLUD", "label": "YUNGBLUD", "shape": "dot", "size": 70, "title": "YUNGBLUD"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Halsey", "label": "Halsey", "shape": "dot", "size": 70, "title": "Halsey"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Justin Quiles", "label": "Justin Quiles", "shape": "dot", "size": 70, "title": "Justin Quiles"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Natti Natasha", "label": "Natti Natasha", "shape": "dot", "size": 70, "title": "Natti Natasha"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Megan Thee Stallion", "label": "Megan Thee Stallion", "shape": "dot", "size": 70, "title": "Megan Thee Stallion"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Ty Dolla $ign", "label": "Ty Dolla $ign", "shape": "dot", "size": 70, "title": "Ty Dolla $ign"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Zac Efron", "label": "Zac Efron", "shape": "dot", "size": 70, "title": "Zac Efron"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Zendaya", "label": "Zendaya", "shape": "dot", "size": 70, "title": "Zendaya"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Loredana", "label": "Loredana", "shape": "dot", "size": 70, "title": "Loredana"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "MERO", "label": "MERO", "shape": "dot", "size": 70, "title": "MERO"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Anuel AA", "label": "Anuel AA", "shape": "dot", "size": 70, "title": "Anuel AA"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Daddy Yankee", "label": "Daddy Yankee", "shape": "dot", "size": 70, "title": "Daddy Yankee"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Logic", "label": "Logic", "shape": "dot", "size": 70, "title": "Logic"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Eminem", "label": "Eminem", "shape": "dot", "size": 70, "title": "Eminem"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "XXXTENTACION", "label": "XXXTENTACION", "shape": "dot", "size": 70, "title": "XXXTENTACION"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Swae Lee", "label": "Swae Lee", "shape": "dot", "size": 70, "title": "Swae Lee"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "MC JottaP\u00ea", "label": "MC JottaP\u00ea", "shape": "dot", "size": 70, "title": "MC JottaP\u00ea"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "MC M10", "label": "MC M10", "shape": "dot", "size": 70, "title": "MC M10"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "5 Seconds of Summer", "label": "5 Seconds of Summer", "shape": "dot", "size": 70, "title": "5 Seconds of Summer"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Dennis DJ", "label": "Dennis DJ", "shape": "dot", "size": 70, "title": "Dennis DJ"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "MC Kevinho", "label": "MC Kevinho", "shape": "dot", "size": 70, "title": "MC Kevinho"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "SHAED", "label": "SHAED", "shape": "dot", "size": 70, "title": "SHAED"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "ZAYN", "label": "ZAYN", "shape": "dot", "size": 70, "title": "ZAYN"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Reik", "label": "Reik", "shape": "dot", "size": 70, "title": "Reik"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Maluma", "label": "Maluma", "shape": "dot", "size": 70, "title": "Maluma"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "BTS", "label": "BTS", "shape": "dot", "size": 70, "title": "BTS"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Juice WRLD", "label": "Juice WRLD", "shape": "dot", "size": 70, "title": "Juice WRLD"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Lalo Ebratt", "label": "Lalo Ebratt", "shape": "dot", "size": 70, "title": "Lalo Ebratt"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Kanye West", "label": "Kanye West", "shape": "dot", "size": 70, "title": "Kanye West"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Lil Pump", "label": "Lil Pump", "shape": "dot", "size": 70, "title": "Lil Pump"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Mau y Ricky", "label": "Mau y Ricky", "shape": "dot", "size": 70, "title": "Mau y Ricky"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Manuel Turizo", "label": "Manuel Turizo", "shape": "dot", "size": 70, "title": "Manuel Turizo"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Marshmello", "label": "Marshmello", "shape": "dot", "size": 70, "title": "Marshmello"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Bastille", "label": "Bastille", "shape": "dot", "size": 70, "title": "Bastille"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Rauw Alejandro", "label": "Rauw Alejandro", "shape": "dot", "size": 70, "title": "Rauw Alejandro"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Farruko", "label": "Farruko", "shape": "dot", "size": 70, "title": "Farruko"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "LANY", "label": "LANY", "shape": "dot", "size": 70, "title": "LANY"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Julia Michaels", "label": "Julia Michaels", "shape": "dot", "size": 70, "title": "Julia Michaels"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "DJ Snake", "label": "DJ Snake", "shape": "dot", "size": 70, "title": "DJ Snake"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "J Balvin", "label": "J Balvin", "shape": "dot", "size": 70, "title": "J Balvin"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Samra", "label": "Samra", "shape": "dot", "size": 70, "title": "Samra"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Capital Bra", "label": "Capital Bra", "shape": "dot", "size": 70, "title": "Capital Bra"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Quality Control", "label": "Quality Control", "shape": "dot", "size": 70, "title": "Quality Control"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Lil Baby", "label": "Lil Baby", "shape": "dot", "size": 70, "title": "Lil Baby"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Ti\u00ebsto", "label": "Ti\u00ebsto", "shape": "dot", "size": 70, "title": "Ti\u00ebsto"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Mabel", "label": "Mabel", "shape": "dot", "size": 70, "title": "Mabel"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Haze", "label": "Haze", "shape": "dot", "size": 70, "title": "Haze"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Major Lazer", "label": "Major Lazer", "shape": "dot", "size": 70, "title": "Major Lazer"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Skip Marley", "label": "Skip Marley", "shape": "dot", "size": 70, "title": "Skip Marley"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Chris Brown", "label": "Chris Brown", "shape": "dot", "size": 70, "title": "Chris Brown"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Madonna", "label": "Madonna", "shape": "dot", "size": 70, "title": "Madonna"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Bizarrap", "label": "Bizarrap", "shape": "dot", "size": 70, "title": "Bizarrap"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Nicki Nicole", "label": "Nicki Nicole", "shape": "dot", "size": 70, "title": "Nicki Nicole"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "ScHoolboy Q", "label": "ScHoolboy Q", "shape": "dot", "size": 70, "title": "ScHoolboy Q"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Travis Scott", "label": "Travis Scott", "shape": "dot", "size": 70, "title": "Travis Scott"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "BRADO", "label": "BRADO", "shape": "dot", "size": 70, "title": "BRADO"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "benny blanco", "label": "benny blanco", "shape": "dot", "size": 70, "title": "benny blanco"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Jowell \u0026 Randy", "label": "Jowell \u0026 Randy", "shape": "dot", "size": 70, "title": "Jowell \u0026 Randy"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "The Rudeboyz", "label": "The Rudeboyz", "shape": "dot", "size": 70, "title": "The Rudeboyz"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Amenazzy", "label": "Amenazzy", "shape": "dot", "size": 70, "title": "Amenazzy"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Nicky Jam", "label": "Nicky Jam", "shape": "dot", "size": 70, "title": "Nicky Jam"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "MC Du Black", "label": "MC Du Black", "shape": "dot", "size": 70, "title": "MC Du Black"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "DJ 2F", "label": "DJ 2F", "shape": "dot", "size": 70, "title": "DJ 2F"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "NOTD", "label": "NOTD", "shape": "dot", "size": 70, "title": "NOTD"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Felix Jaehn", "label": "Felix Jaehn", "shape": "dot", "size": 70, "title": "Felix Jaehn"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Calvin Harris", "label": "Calvin Harris", "shape": "dot", "size": 70, "title": "Calvin Harris"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Sam Smith", "label": "Sam Smith", "shape": "dot", "size": 70, "title": "Sam Smith"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Dimelo Flow", "label": "Dimelo Flow", "shape": "dot", "size": 70, "title": "Dimelo Flow"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Arcangel", "label": "Arcangel", "shape": "dot", "size": 70, "title": "Arcangel"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Jonas Blue", "label": "Jonas Blue", "shape": "dot", "size": 70, "title": "Jonas Blue"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Theresa Rex", "label": "Theresa Rex", "shape": "dot", "size": 70, "title": "Theresa Rex"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Summer Cem", "label": "Summer Cem", "shape": "dot", "size": 70, "title": "Summer Cem"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Gringo", "label": "Gringo", "shape": "dot", "size": 70, "title": "Gringo"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Tropkillaz", "label": "Tropkillaz", "shape": "dot", "size": 70, "title": "Tropkillaz"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Luis Fonsi", "label": "Luis Fonsi", "shape": "dot", "size": 70, "title": "Luis Fonsi"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Ozuna", "label": "Ozuna", "shape": "dot", "size": 70, "title": "Ozuna"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Young Thug", "label": "Young Thug", "shape": "dot", "size": 70, "title": "Young Thug"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "J. Cole", "label": "J. Cole", "shape": "dot", "size": 70, "title": "J. Cole"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Romeo Santos", "label": "Romeo Santos", "shape": "dot", "size": 70, "title": "Romeo Santos"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Tainy", "label": "Tainy", "shape": "dot", "size": 70, "title": "Tainy"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Martin Jensen", "label": "Martin Jensen", "shape": "dot", "size": 70, "title": "Martin Jensen"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "James Arthur", "label": "James Arthur", "shape": "dot", "size": 70, "title": "James Arthur"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "C. Tangana", "label": "C. Tangana", "shape": "dot", "size": 70, "title": "C. Tangana"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Alizzz", "label": "Alizzz", "shape": "dot", "size": 70, "title": "Alizzz"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Post Malone", "label": "Post Malone", "shape": "dot", "size": 70, "title": "Post Malone"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Roddy Ricch", "label": "Roddy Ricch", "shape": "dot", "size": 70, "title": "Roddy Ricch"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Black Eyed Peas", "label": "Black Eyed Peas", "shape": "dot", "size": 70, "title": "Black Eyed Peas"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "blackbear", "label": "blackbear", "shape": "dot", "size": 70, "title": "blackbear"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Kygo", "label": "Kygo", "shape": "dot", "size": 70, "title": "Kygo"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Valerie Broussard", "label": "Valerie Broussard", "shape": "dot", "size": 70, "title": "Valerie Broussard"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Ariana Grande", "label": "Ariana Grande", "shape": "dot", "size": 70, "title": "Ariana Grande"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Lana Del Rey", "label": "Lana Del Rey", "shape": "dot", "size": 70, "title": "Lana Del Rey"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Trippie Redd", "label": "Trippie Redd", "shape": "dot", "size": 70, "title": "Trippie Redd"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "DaBaby", "label": "DaBaby", "shape": "dot", "size": 70, "title": "DaBaby"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Ed Sheeran", "label": "Ed Sheeran", "shape": "dot", "size": 70, "title": "Ed Sheeran"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Chris Stapleton", "label": "Chris Stapleton", "shape": "dot", "size": 70, "title": "Chris Stapleton"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Labrinth", "label": "Labrinth", "shape": "dot", "size": 70, "title": "Labrinth"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "MC Kevin o Chris", "label": "MC Kevin o Chris", "shape": "dot", "size": 70, "title": "MC Kevin o Chris"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Sodr\u00e9", "label": "Sodr\u00e9", "shape": "dot", "size": 70, "title": "Sodr\u00e9"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Paloma Mami", "label": "Paloma Mami", "shape": "dot", "size": 70, "title": "Paloma Mami"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "El Alfa", "label": "El Alfa", "shape": "dot", "size": 70, "title": "El Alfa"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Galantis", "label": "Galantis", "shape": "dot", "size": 70, "title": "Galantis"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "OneRepublic", "label": "OneRepublic", "shape": "dot", "size": 70, "title": "OneRepublic"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Rita Ora", "label": "Rita Ora", "shape": "dot", "size": 70, "title": "Rita Ora"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "French Montana", "label": "French Montana", "shape": "dot", "size": 70, "title": "French Montana"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Juicy J", "label": "Juicy J", "shape": "dot", "size": 70, "title": "Juicy J"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Machine Gun Kelly", "label": "Machine Gun Kelly", "shape": "dot", "size": 70, "title": "Machine Gun Kelly"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Travis Barker", "label": "Travis Barker", "shape": "dot", "size": 70, "title": "Travis Barker"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Jo\u00e3o Gustavo e Murilo", "label": "Jo\u00e3o Gustavo e Murilo", "shape": "dot", "size": 70, "title": "Jo\u00e3o Gustavo e Murilo"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Analaga", "label": "Analaga", "shape": "dot", "size": 70, "title": "Analaga"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Zhavia Ward", "label": "Zhavia Ward", "shape": "dot", "size": 70, "title": "Zhavia Ward"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Yebba", "label": "Yebba", "shape": "dot", "size": 70, "title": "Yebba"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Kane Brown", "label": "Kane Brown", "shape": "dot", "size": 70, "title": "Kane Brown"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Farid Bang", "label": "Farid Bang", "shape": "dot", "size": 70, "title": "Farid Bang"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Nio Garcia", "label": "Nio Garcia", "shape": "dot", "size": 70, "title": "Nio Garcia"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Bad Bunny", "label": "Bad Bunny", "shape": "dot", "size": 70, "title": "Bad Bunny"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Seeb", "label": "Seeb", "shape": "dot", "size": 70, "title": "Seeb"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Dan + Shay", "label": "Dan + Shay", "shape": "dot", "size": 70, "title": "Dan + Shay"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Justin Bieber", "label": "Justin Bieber", "shape": "dot", "size": 70, "title": "Justin Bieber"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "MC L da Vinte", "label": "MC L da Vinte", "shape": "dot", "size": 70, "title": "MC L da Vinte"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "MC Gury", "label": "MC Gury", "shape": "dot", "size": 70, "title": "MC Gury"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Silk City", "label": "Silk City", "shape": "dot", "size": 70, "title": "Silk City"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Dua Lipa", "label": "Dua Lipa", "shape": "dot", "size": 70, "title": "Dua Lipa"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "ChocQuibTown", "label": "ChocQuibTown", "shape": "dot", "size": 70, "title": "ChocQuibTown"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Zion \u0026 Lennox", "label": "Zion \u0026 Lennox", "shape": "dot", "size": 70, "title": "Zion \u0026 Lennox"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Dad\u00e1 Bolad\u00e3o", "label": "Dad\u00e1 Bolad\u00e3o", "shape": "dot", "size": 70, "title": "Dad\u00e1 Bolad\u00e3o"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Tati Zaqui", "label": "Tati Zaqui", "shape": "dot", "size": 70, "title": "Tati Zaqui"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "88-Keys", "label": "88-Keys", "shape": "dot", "size": 70, "title": "88-Keys"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Mac Miller", "label": "Mac Miller", "shape": "dot", "size": 70, "title": "Mac Miller"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Majid Jordan", "label": "Majid Jordan", "shape": "dot", "size": 70, "title": "Majid Jordan"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Khalid", "label": "Khalid", "shape": "dot", "size": 70, "title": "Khalid"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Tyga", "label": "Tyga", "shape": "dot", "size": 70, "title": "Tyga"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "YG", "label": "YG", "shape": "dot", "size": 70, "title": "YG"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Ezhel", "label": "Ezhel", "shape": "dot", "size": 70, "title": "Ezhel"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Sebastian Yatra", "label": "Sebastian Yatra", "shape": "dot", "size": 70, "title": "Sebastian Yatra"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "RIN", "label": "RIN", "shape": "dot", "size": 70, "title": "RIN"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Lunay", "label": "Lunay", "shape": "dot", "size": 70, "title": "Lunay"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Summer Walker", "label": "Summer Walker", "shape": "dot", "size": 70, "title": "Summer Walker"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "London On Da Track", "label": "London On Da Track", "shape": "dot", "size": 70, "title": "London On Da Track"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Avicii", "label": "Avicii", "shape": "dot", "size": 70, "title": "Avicii"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Aloe Blacc", "label": "Aloe Blacc", "shape": "dot", "size": 70, "title": "Aloe Blacc"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Jon Z", "label": "Jon Z", "shape": "dot", "size": 70, "title": "Jon Z"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Kina", "label": "Kina", "shape": "dot", "size": 70, "title": "Kina"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Adriana Proenza", "label": "Adriana Proenza", "shape": "dot", "size": 70, "title": "Adriana Proenza"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "DJ Khaled", "label": "DJ Khaled", "shape": "dot", "size": 70, "title": "DJ Khaled"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Quavo", "label": "Quavo", "shape": "dot", "size": 70, "title": "Quavo"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Katy Perry", "label": "Katy Perry", "shape": "dot", "size": 70, "title": "Katy Perry"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "MEDUZA", "label": "MEDUZA", "shape": "dot", "size": 70, "title": "MEDUZA"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Becky Hill", "label": "Becky Hill", "shape": "dot", "size": 70, "title": "Becky Hill"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Becky G", "label": "Becky G", "shape": "dot", "size": 70, "title": "Becky G"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Paulo Londra", "label": "Paulo Londra", "shape": "dot", "size": 70, "title": "Paulo Londra"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Kalazh44", "label": "Kalazh44", "shape": "dot", "size": 70, "title": "Kalazh44"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "R3HAB", "label": "R3HAB", "shape": "dot", "size": 70, "title": "R3HAB"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Jungleboi", "label": "Jungleboi", "shape": "dot", "size": 70, "title": "Jungleboi"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Jhay Cortez", "label": "Jhay Cortez", "shape": "dot", "size": 70, "title": "Jhay Cortez"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "True Damage", "label": "True Damage", "shape": "dot", "size": 70, "title": "True Damage"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Keke Palmer", "label": "Keke Palmer", "shape": "dot", "size": 70, "title": "Keke Palmer"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Data Luv", "label": "Data Luv", "shape": "dot", "size": 70, "title": "Data Luv"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Death Stranding: Timefall", "label": "Death Stranding: Timefall", "shape": "dot", "size": 70, "title": "Death Stranding: Timefall"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "ROSAL\u00cdA", "label": "ROSAL\u00cdA", "shape": "dot", "size": 70, "title": "ROSAL\u00cdA"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Zedd", "label": "Zedd", "shape": "dot", "size": 70, "title": "Zedd"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Kehlani", "label": "Kehlani", "shape": "dot", "size": 70, "title": "Kehlani"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Dalex", "label": "Dalex", "shape": "dot", "size": 70, "title": "Dalex"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Noriel", "label": "Noriel", "shape": "dot", "size": 70, "title": "Noriel"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Piso 21", "label": "Piso 21", "shape": "dot", "size": 70, "title": "Piso 21"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Micro TDH", "label": "Micro TDH", "shape": "dot", "size": 70, "title": "Micro TDH"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "LX", "label": "LX", "shape": "dot", "size": 70, "title": "LX"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Maxwell", "label": "Maxwell", "shape": "dot", "size": 70, "title": "Maxwell"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Dzeko", "label": "Dzeko", "shape": "dot", "size": 70, "title": "Dzeko"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Sech", "label": "Sech", "shape": "dot", "size": 70, "title": "Sech"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Maren Morris", "label": "Maren Morris", "shape": "dot", "size": 70, "title": "Maren Morris"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Pedro Cap\u00f3", "label": "Pedro Cap\u00f3", "shape": "dot", "size": 70, "title": "Pedro Cap\u00f3"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Lil Nas X", "label": "Lil Nas X", "shape": "dot", "size": 70, "title": "Lil Nas X"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Mason Ramsey", "label": "Mason Ramsey", "shape": "dot", "size": 70, "title": "Mason Ramsey"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Bing Crosby", "label": "Bing Crosby", "shape": "dot", "size": 70, "title": "Bing Crosby"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Fred Astaire", "label": "Fred Astaire", "shape": "dot", "size": 70, "title": "Fred Astaire"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Sofia Reyes", "label": "Sofia Reyes", "shape": "dot", "size": 70, "title": "Sofia Reyes"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "JS o M\u00e3o de Ouro", "label": "JS o M\u00e3o de Ouro", "shape": "dot", "size": 70, "title": "JS o M\u00e3o de Ouro"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Miley Cyrus", "label": "Miley Cyrus", "shape": "dot", "size": 70, "title": "Miley Cyrus"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Internet Money", "label": "Internet Money", "shape": "dot", "size": 70, "title": "Internet Money"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "A Boogie Wit da Hoodie", "label": "A Boogie Wit da Hoodie", "shape": "dot", "size": 70, "title": "A Boogie Wit da Hoodie"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "DJ Luian", "label": "DJ Luian", "shape": "dot", "size": 70, "title": "DJ Luian"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Victoria Mon\u00e9t", "label": "Victoria Mon\u00e9t", "shape": "dot", "size": 70, "title": "Victoria Mon\u00e9t"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Shawn Mendes", "label": "Shawn Mendes", "shape": "dot", "size": 70, "title": "Shawn Mendes"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Camila Cabello", "label": "Camila Cabello", "shape": "dot", "size": 70, "title": "Camila Cabello"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Big Sean", "label": "Big Sean", "shape": "dot", "size": 70, "title": "Big Sean"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "A$AP Ferg", "label": "A$AP Ferg", "shape": "dot", "size": 70, "title": "A$AP Ferg"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Kendrick Lamar", "label": "Kendrick Lamar", "shape": "dot", "size": 70, "title": "Kendrick Lamar"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "SZA", "label": "SZA", "shape": "dot", "size": 70, "title": "SZA"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Chencho Corleone", "label": "Chencho Corleone", "shape": "dot", "size": 70, "title": "Chencho Corleone"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "MAX", "label": "MAX", "shape": "dot", "size": 70, "title": "MAX"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Quinn XCII", "label": "Quinn XCII", "shape": "dot", "size": 70, "title": "Quinn XCII"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Mambo Kingz", "label": "Mambo Kingz", "shape": "dot", "size": 70, "title": "Mambo Kingz"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "PARTYNEXTDOOR", "label": "PARTYNEXTDOOR", "shape": "dot", "size": 70, "title": "PARTYNEXTDOOR"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Drake", "label": "Drake", "shape": "dot", "size": 70, "title": "Drake"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Fall Out Boy", "label": "Fall Out Boy", "shape": "dot", "size": 70, "title": "Fall Out Boy"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "A Touch Of Class", "label": "A Touch Of Class", "shape": "dot", "size": 70, "title": "A Touch Of Class"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "RAF Camora", "label": "RAF Camora", "shape": "dot", "size": 70, "title": "RAF Camora"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "CHVRCHES", "label": "CHVRCHES", "shape": "dot", "size": 70, "title": "CHVRCHES"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Future", "label": "Future", "shape": "dot", "size": 70, "title": "Future"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Aaron Smith", "label": "Aaron Smith", "shape": "dot", "size": 70, "title": "Aaron Smith"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Krono", "label": "Krono", "shape": "dot", "size": 70, "title": "Krono"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Rich Music LTD", "label": "Rich Music LTD", "shape": "dot", "size": 70, "title": "Rich Music LTD"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Anne-Marie", "label": "Anne-Marie", "shape": "dot", "size": 70, "title": "Anne-Marie"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Lady Gaga", "label": "Lady Gaga", "shape": "dot", "size": 70, "title": "Lady Gaga"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Bradley Cooper", "label": "Bradley Cooper", "shape": "dot", "size": 70, "title": "Bradley Cooper"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Gunna", "label": "Gunna", "shape": "dot", "size": 70, "title": "Gunna"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Bryant Myers", "label": "Bryant Myers", "shape": "dot", "size": 70, "title": "Bryant Myers"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "YoungBoy Never Broke Again", "label": "YoungBoy Never Broke Again", "shape": "dot", "size": 70, "title": "YoungBoy Never Broke Again"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "P!nk", "label": "P!nk", "shape": "dot", "size": 70, "title": "P!nk"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Cash Cash", "label": "Cash Cash", "shape": "dot", "size": 70, "title": "Cash Cash"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "David Guetta", "label": "David Guetta", "shape": "dot", "size": 70, "title": "David Guetta"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Martin Solveig", "label": "Martin Solveig", "shape": "dot", "size": 70, "title": "Martin Solveig"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Normani", "label": "Normani", "shape": "dot", "size": 70, "title": "Normani"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Lexa", "label": "Lexa", "shape": "dot", "size": 70, "title": "Lexa"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Miguel", "label": "Miguel", "shape": "dot", "size": 70, "title": "Miguel"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Taylor Swift", "label": "Taylor Swift", "shape": "dot", "size": 70, "title": "Taylor Swift"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Brendon Urie", "label": "Brendon Urie", "shape": "dot", "size": 70, "title": "Brendon Urie"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Selena Gomez", "label": "Selena Gomez", "shape": "dot", "size": 70, "title": "Selena Gomez"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Gryffin", "label": "Gryffin", "shape": "dot", "size": 70, "title": "Gryffin"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Carly Rae Jepsen", "label": "Carly Rae Jepsen", "shape": "dot", "size": 70, "title": "Carly Rae Jepsen"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "BlocBoy JB", "label": "BlocBoy JB", "shape": "dot", "size": 70, "title": "BlocBoy JB"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Dynoro", "label": "Dynoro", "shape": "dot", "size": 70, "title": "Dynoro"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Gigi D\u0027Agostino", "label": "Gigi D\u0027Agostino", "shape": "dot", "size": 70, "title": "Gigi D\u0027Agostino"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Dean Lewis", "label": "Dean Lewis", "shape": "dot", "size": 70, "title": "Dean Lewis"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Social House", "label": "Social House", "shape": "dot", "size": 70, "title": "Social House"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Guaynaa", "label": "Guaynaa", "shape": "dot", "size": 70, "title": "Guaynaa"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "JP Saxe", "label": "JP Saxe", "shape": "dot", "size": 70, "title": "JP Saxe"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "LEA", "label": "LEA", "shape": "dot", "size": 70, "title": "LEA"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Sia", "label": "Sia", "shape": "dot", "size": 70, "title": "Sia"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "The Chainsmokers", "label": "The Chainsmokers", "shape": "dot", "size": 70, "title": "The Chainsmokers"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Nimo", "label": "Nimo", "shape": "dot", "size": 70, "title": "Nimo"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Hava", "label": "Hava", "shape": "dot", "size": 70, "title": "Hava"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Bausa", "label": "Bausa", "shape": "dot", "size": 70, "title": "Bausa"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "KC Rebell", "label": "KC Rebell", "shape": "dot", "size": 70, "title": "KC Rebell"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Rich The Kid", "label": "Rich The Kid", "shape": "dot", "size": 70, "title": "Rich The Kid"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Tory Lanez", "label": "Tory Lanez", "shape": "dot", "size": 70, "title": "Tory Lanez"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Santana", "label": "Santana", "shape": "dot", "size": 70, "title": "Santana"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Jessie Reyez", "label": "Jessie Reyez", "shape": "dot", "size": 70, "title": "Jessie Reyez"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Mark Ronson", "label": "Mark Ronson", "shape": "dot", "size": 70, "title": "Mark Ronson"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Billie Eilish", "label": "Billie Eilish", "shape": "dot", "size": 70, "title": "Billie Eilish"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "RM", "label": "RM", "shape": "dot", "size": 70, "title": "RM"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Stormzy", "label": "Stormzy", "shape": "dot", "size": 70, "title": "Stormzy"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Burna Boy", "label": "Burna Boy", "shape": "dot", "size": 70, "title": "Burna Boy"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Dan Reynolds", "label": "Dan Reynolds", "shape": "dot", "size": 70, "title": "Dan Reynolds"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Captain Cuts", "label": "Captain Cuts", "shape": "dot", "size": 70, "title": "Captain Cuts"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Lil Peep", "label": "Lil Peep", "shape": "dot", "size": 70, "title": "Lil Peep"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Billy Ray Cyrus", "label": "Billy Ray Cyrus", "shape": "dot", "size": 70, "title": "Billy Ray Cyrus"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "PnB Rock", "label": "PnB Rock", "shape": "dot", "size": 70, "title": "PnB Rock"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Ellie Goulding", "label": "Ellie Goulding", "shape": "dot", "size": 70, "title": "Ellie Goulding"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "DJ RD", "label": "DJ RD", "shape": "dot", "size": 70, "title": "DJ RD"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Grey", "label": "Grey", "shape": "dot", "size": 70, "title": "Grey"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Pabllo Vittar", "label": "Pabllo Vittar", "shape": "dot", "size": 70, "title": "Pabllo Vittar"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Charli XCX", "label": "Charli XCX", "shape": "dot", "size": 70, "title": "Charli XCX"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "T-Pain", "label": "T-Pain", "shape": "dot", "size": 70, "title": "T-Pain"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Alan Walker", "label": "Alan Walker", "shape": "dot", "size": 70, "title": "Alan Walker"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Riton", "label": "Riton", "shape": "dot", "size": 70, "title": "Riton"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Oliver Heldens", "label": "Oliver Heldens", "shape": "dot", "size": 70, "title": "Oliver Heldens"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Shirin David", "label": "Shirin David", "shape": "dot", "size": 70, "title": "Shirin David"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Ma\u00eetre Gims", "label": "Ma\u00eetre Gims", "shape": "dot", "size": 70, "title": "Ma\u00eetre Gims"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Bobby \"Boris\" Pickett", "label": "Bobby \"Boris\" Pickett", "shape": "dot", "size": 70, "title": "Bobby \"Boris\" Pickett"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "The Crypt-Kickers", "label": "The Crypt-Kickers", "shape": "dot", "size": 70, "title": "The Crypt-Kickers"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Camilo", "label": "Camilo", "shape": "dot", "size": 70, "title": "Camilo"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Shiva", "label": "Shiva", "shape": "dot", "size": 70, "title": "Shiva"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Sfera Ebbasta", "label": "Sfera Ebbasta", "shape": "dot", "size": 70, "title": "Sfera Ebbasta"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Diplo", "label": "Diplo", "shape": "dot", "size": 70, "title": "Diplo"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Morgan Wallen", "label": "Morgan Wallen", "shape": "dot", "size": 70, "title": "Morgan Wallen"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Lil Tecca", "label": "Lil Tecca", "shape": "dot", "size": 70, "title": "Lil Tecca"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "The Cratez", "label": "The Cratez", "shape": "dot", "size": 70, "title": "The Cratez"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Bonez MC", "label": "Bonez MC", "shape": "dot", "size": 70, "title": "Bonez MC"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Ava Max", "label": "Ava Max", "shape": "dot", "size": 70, "title": "Ava Max"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "De La Ghetto", "label": "De La Ghetto", "shape": "dot", "size": 70, "title": "De La Ghetto"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "KAROL G", "label": "KAROL G", "shape": "dot", "size": 70, "title": "KAROL G"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Nicki Minaj", "label": "Nicki Minaj", "shape": "dot", "size": 70, "title": "Nicki Minaj"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Offset", "label": "Offset", "shape": "dot", "size": 70, "title": "Offset"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Chance the Rapper", "label": "Chance the Rapper", "shape": "dot", "size": 70, "title": "Chance the Rapper"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Disclosure", "label": "Disclosure", "shape": "dot", "size": 70, "title": "Disclosure"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Alexander 23", "label": "Alexander 23", "shape": "dot", "size": 70, "title": "Alexander 23"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Lauv", "label": "Lauv", "shape": "dot", "size": 70, "title": "Lauv"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Rag\u0027n\u0027Bone Man", "label": "Rag\u0027n\u0027Bone Man", "shape": "dot", "size": 70, "title": "Rag\u0027n\u0027Bone Man"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Sheck Wes", "label": "Sheck Wes", "shape": "dot", "size": 70, "title": "Sheck Wes"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Rudimental", "label": "Rudimental", "shape": "dot", "size": 70, "title": "Rudimental"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Jess Glynne", "label": "Jess Glynne", "shape": "dot", "size": 70, "title": "Jess Glynne"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Barloe Team", "label": "Barloe Team", "shape": "dot", "size": 70, "title": "Barloe Team"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "YNW Melly", "label": "YNW Melly", "shape": "dot", "size": 70, "title": "YNW Melly"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "9lokknine", "label": "9lokknine", "shape": "dot", "size": 70, "title": "9lokknine"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Alesso", "label": "Alesso", "shape": "dot", "size": 70, "title": "Alesso"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "TINI", "label": "TINI", "shape": "dot", "size": 70, "title": "TINI"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Myke Towers", "label": "Myke Towers", "shape": "dot", "size": 70, "title": "Myke Towers"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "FP do Trem Bala", "label": "FP do Trem Bala", "shape": "dot", "size": 70, "title": "FP do Trem Bala"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Gaby Music", "label": "Gaby Music", "shape": "dot", "size": 70, "title": "Gaby Music"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "James Bay", "label": "James Bay", "shape": "dot", "size": 70, "title": "James Bay"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Bazzi", "label": "Bazzi", "shape": "dot", "size": 70, "title": "Bazzi"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Dayvi", "label": "Dayvi", "shape": "dot", "size": 70, "title": "Dayvi"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Victor Cardenas", "label": "Victor Cardenas", "shape": "dot", "size": 70, "title": "Victor Cardenas"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Mustard", "label": "Mustard", "shape": "dot", "size": 70, "title": "Mustard"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Migos", "label": "Migos", "shape": "dot", "size": 70, "title": "Migos"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Wisin \u0026 Yandel", "label": "Wisin \u0026 Yandel", "shape": "dot", "size": 70, "title": "Wisin \u0026 Yandel"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Christian Nodal", "label": "Christian Nodal", "shape": "dot", "size": 70, "title": "Christian Nodal"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Herve Pagez", "label": "Herve Pagez", "shape": "dot", "size": 70, "title": "Herve Pagez"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Goodboys", "label": "Goodboys", "shape": "dot", "size": 70, "title": "Goodboys"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Sean Paul", "label": "Sean Paul", "shape": "dot", "size": 70, "title": "Sean Paul"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Dreamville", "label": "Dreamville", "shape": "dot", "size": 70, "title": "Dreamville"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Christine and the Queens", "label": "Christine and the Queens", "shape": "dot", "size": 70, "title": "Christine and the Queens"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Sam Feldt", "label": "Sam Feldt", "shape": "dot", "size": 70, "title": "Sam Feldt"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Joe Stone", "label": "Joe Stone", "shape": "dot", "size": 70, "title": "Joe Stone"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Flume", "label": "Flume", "shape": "dot", "size": 70, "title": "Flume"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "London Grammar", "label": "London Grammar", "shape": "dot", "size": 70, "title": "London Grammar"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Brytiago", "label": "Brytiago", "shape": "dot", "size": 70, "title": "Brytiago"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Troye Sivan", "label": "Troye Sivan", "shape": "dot", "size": 70, "title": "Troye Sivan"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Dardan", "label": "Dardan", "shape": "dot", "size": 70, "title": "Dardan"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Eno", "label": "Eno", "shape": "dot", "size": 70, "title": "Eno"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Panic! At The Disco", "label": "Panic! At The Disco", "shape": "dot", "size": 70, "title": "Panic! At The Disco"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Whitney Houston", "label": "Whitney Houston", "shape": "dot", "size": 70, "title": "Whitney Houston"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "SUGA", "label": "SUGA", "shape": "dot", "size": 70, "title": "SUGA"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Sabrina Carpenter", "label": "Sabrina Carpenter", "shape": "dot", "size": 70, "title": "Sabrina Carpenter"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Khaled", "label": "Khaled", "shape": "dot", "size": 70, "title": "Khaled"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Y2K", "label": "Y2K", "shape": "dot", "size": 70, "title": "Y2K"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "bbno$", "label": "bbno$", "shape": "dot", "size": 70, "title": "bbno$"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "ILOVEMAKONNEN", "label": "ILOVEMAKONNEN", "shape": "dot", "size": 70, "title": "ILOVEMAKONNEN"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Elley Duh\u00e9", "label": "Elley Duh\u00e9", "shape": "dot", "size": 70, "title": "Elley Duh\u00e9"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Gemitaiz", "label": "Gemitaiz", "shape": "dot", "size": 70, "title": "Gemitaiz"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "MadMan", "label": "MadMan", "shape": "dot", "size": 70, "title": "MadMan"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "The Weeknd", "label": "The Weeknd", "shape": "dot", "size": 70, "title": "The Weeknd"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Casper Magico", "label": "Casper Magico", "shape": "dot", "size": 70, "title": "Casper Magico"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Bushido", "label": "Bushido", "shape": "dot", "size": 70, "title": "Bushido"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Animus", "label": "Animus", "shape": "dot", "size": 70, "title": "Animus"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Azet", "label": "Azet", "shape": "dot", "size": 70, "title": "Azet"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Zuna", "label": "Zuna", "shape": "dot", "size": 70, "title": "Zuna"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Murda", "label": "Murda", "shape": "dot", "size": 70, "title": "Murda"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Keala Settle", "label": "Keala Settle", "shape": "dot", "size": 70, "title": "Keala Settle"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "The Greatest Showman Ensemble", "label": "The Greatest Showman Ensemble", "shape": "dot", "size": 70, "title": "The Greatest Showman Ensemble"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Lenny Tav\u00e1rez", "label": "Lenny Tav\u00e1rez", "shape": "dot", "size": 70, "title": "Lenny Tav\u00e1rez"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Residente", "label": "Residente", "shape": "dot", "size": 70, "title": "Residente"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Gesaffelstein", "label": "Gesaffelstein", "shape": "dot", "size": 70, "title": "Gesaffelstein"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Lizzo", "label": "Lizzo", "shape": "dot", "size": 70, "title": "Lizzo"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Brooks", "label": "Brooks", "shape": "dot", "size": 70, "title": "Brooks"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Fedez", "label": "Fedez", "shape": "dot", "size": 70, "title": "Fedez"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Tedua", "label": "Tedua", "shape": "dot", "size": 70, "title": "Tedua"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Loote", "label": "Loote", "shape": "dot", "size": 70, "title": "Loote"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Zara Larsson", "label": "Zara Larsson", "shape": "dot", "size": 70, "title": "Zara Larsson"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Chris Jeday", "label": "Chris Jeday", "shape": "dot", "size": 70, "title": "Chris Jeday"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Sandro Cavazza", "label": "Sandro Cavazza", "shape": "dot", "size": 70, "title": "Sandro Cavazza"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Hailee Steinfeld", "label": "Hailee Steinfeld", "shape": "dot", "size": 70, "title": "Hailee Steinfeld"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "KSI", "label": "KSI", "shape": "dot", "size": 70, "title": "KSI"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "S-X", "label": "S-X", "shape": "dot", "size": 70, "title": "S-X"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Robin Schulz", "label": "Robin Schulz", "shape": "dot", "size": 70, "title": "Robin Schulz"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Erika Sirola", "label": "Erika Sirola", "shape": "dot", "size": 70, "title": "Erika Sirola"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "JACKBOYS", "label": "JACKBOYS", "shape": "dot", "size": 70, "title": "JACKBOYS"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Omar Montes", "label": "Omar Montes", "shape": "dot", "size": 70, "title": "Omar Montes"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Bad Gyal", "label": "Bad Gyal", "shape": "dot", "size": 70, "title": "Bad Gyal"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "RAYE", "label": "RAYE", "shape": "dot", "size": 70, "title": "RAYE"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Chelsea Cutler", "label": "Chelsea Cutler", "shape": "dot", "size": 70, "title": "Chelsea Cutler"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "OIK", "label": "OIK", "shape": "dot", "size": 70, "title": "OIK"}, {"color": "#1DB954", "font": {"color": "white"}, "id": "Mc Livinho", "label": "Mc Livinho", "shape": "dot", "size": 70, "title": "Mc Livinho"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Rennan da Penha", "label": "Rennan da Penha", "shape": "dot", "size": 70, "title": "Rennan da Penha"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Mar\u00edlia Mendon\u00e7a", "label": "Mar\u00edlia Mendon\u00e7a", "shape": "dot", "size": 70, "title": "Mar\u00edlia Mendon\u00e7a"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Mozzik", "label": "Mozzik", "shape": "dot", "size": 70, "title": "Mozzik"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "MORTEN", "label": "MORTEN", "shape": "dot", "size": 70, "title": "MORTEN"}, {"color": "#FFFFFF", "font": {"color": "white"}, "id": "Rvssian", "label": "Rvssian", "shape": "dot", "size": 70, "title": "Rvssian"}]);
edges = new vis.DataSet([{"arrowStrikethrough": false, "arrows": "to", "from": "Nipsey Hussle", "to": "Hit-Boy", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Martin Garrix", "to": "Bonn", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Anitta", "to": "Lu\u00edsa Sonza", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Why Don\u0027t We", "to": "Macklemore", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "21 Savage", "to": "Metro Boomin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Pedro Sampaio", "to": "Felipe Original", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Bruno Mars", "to": "Cardi B", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Cardi B", "to": "Bruno Mars", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ufo361", "to": "Luciano", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "YUNGBLUD", "to": "Halsey", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Justin Quiles", "to": "Natti Natasha", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Megan Thee Stallion", "to": "Ty Dolla $ign", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Zac Efron", "to": "Zendaya", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Loredana", "to": "MERO", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Anuel AA", "to": "Daddy Yankee", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Logic", "to": "Eminem", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "XXXTENTACION", "to": "Swae Lee", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MC JottaP\u00ea", "to": "MC M10", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "5 Seconds of Summer", "to": "YUNGBLUD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dennis DJ", "to": "MC Kevinho", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "SHAED", "to": "ZAYN", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Reik", "to": "Maluma", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "BTS", "to": "Juice WRLD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Reik", "to": "Lalo Ebratt", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kanye West", "to": "Lil Pump", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Mau y Ricky", "to": "Manuel Turizo", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "Bastille", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Rauw Alejandro", "to": "Farruko", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Daddy Yankee", "to": "Anuel AA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "LANY", "to": "Julia Michaels", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "DJ Snake", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Samra", "to": "Capital Bra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Quality Control", "to": "Lil Baby", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ti\u00ebsto", "to": "Mabel", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Anuel AA", "to": "Haze", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Major Lazer", "to": "Skip Marley", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "Chris Brown", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "YUNGBLUD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Madonna", "to": "Maluma", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Bizarrap", "to": "Nicki Nicole", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "ScHoolboy Q", "to": "Travis Scott", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "BRADO", "to": "MERO", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "benny blanco", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Jowell \u0026 Randy", "to": "The Rudeboyz", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Amenazzy", "to": "Nicky Jam", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MC Du Black", "to": "DJ 2F", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Major Lazer", "to": "Anitta", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "NOTD", "to": "Felix Jaehn", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Calvin Harris", "to": "Sam Smith", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dimelo Flow", "to": "Arcangel", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Jonas Blue", "to": "Theresa Rex", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Summer Cem", "to": "Gringo", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Tropkillaz", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Luis Fonsi", "to": "Ozuna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Young Thug", "to": "J. Cole", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Anuel AA", "to": "Romeo Santos", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Tainy", "to": "Ozuna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Martin Jensen", "to": "James Arthur", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "C. Tangana", "to": "Alizzz", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Post Malone", "to": "Roddy Ricch", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Black Eyed Peas", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "blackbear", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kygo", "to": "Valerie Broussard", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ariana Grande", "to": "Lana Del Rey", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Trippie Redd", "to": "DaBaby", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ed Sheeran", "to": "Chris Stapleton", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Labrinth", "to": "Zendaya", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MC Kevin o Chris", "to": "Sodr\u00e9", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "C. Tangana", "to": "Paloma Mami", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Major Lazer", "to": "El Alfa", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "benny blanco", "to": "Juice WRLD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Galantis", "to": "OneRepublic", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ti\u00ebsto", "to": "Rita Ora", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "French Montana", "to": "Juicy J", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Machine Gun Kelly", "to": "YUNGBLUD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Machine Gun Kelly", "to": "Travis Barker", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Jo\u00e3o Gustavo e Murilo", "to": "Analaga", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "ZAYN", "to": "Zhavia Ward", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ed Sheeran", "to": "Yebba", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "Kane Brown", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Farid Bang", "to": "French Montana", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Nio Garcia", "to": "Bad Bunny", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Seeb", "to": "Bastille", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dan + Shay", "to": "Justin Bieber", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MC L da Vinte", "to": "MC Gury", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Silk City", "to": "Dua Lipa", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Summer Cem", "to": "Capital Bra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "ChocQuibTown", "to": "Zion \u0026 Lennox", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Luis Fonsi", "to": "Daddy Yankee", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dad\u00e1 Bolad\u00e3o", "to": "Tati Zaqui", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "88-Keys", "to": "Mac Miller", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Majid Jordan", "to": "Khalid", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Tyga", "to": "YG", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ufo361", "to": "Ezhel", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sebastian Yatra", "to": "Natti Natasha", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Anitta", "to": "MC Kevinho", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ufo361", "to": "RIN", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Nipsey Hussle", "to": "Roddy Ricch", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lunay", "to": "Daddy Yankee", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Summer Walker", "to": "London On Da Track", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Avicii", "to": "Aloe Blacc", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "YG", "to": "Jon Z", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kina", "to": "Adriana Proenza", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "DJ Khaled", "to": "Quavo", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Halsey", "to": "Juice WRLD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Daddy Yankee", "to": "Katy Perry", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MEDUZA", "to": "Becky Hill", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Becky G", "to": "Paulo Londra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kalazh44", "to": "Samra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "R3HAB", "to": "Jungleboi", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Jhay Cortez", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sebastian Yatra", "to": "Mau y Ricky", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "True Damage", "to": "Keke Palmer", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ufo361", "to": "Data Luv", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Major Lazer", "to": "Death Stranding: Timefall", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "ROSAL\u00cdA", "to": "Ozuna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Zedd", "to": "Kehlani", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dalex", "to": "Anitta", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Noriel", "to": "Rauw Alejandro", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Piso 21", "to": "Micro TDH", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "LX", "to": "Maxwell", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ti\u00ebsto", "to": "Dzeko", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dimelo Flow", "to": "Sech", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Zedd", "to": "Maren Morris", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "DJ Snake", "to": "Ozuna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Metro Boomin", "to": "Travis Scott", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Pedro Cap\u00f3", "to": "Farruko", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "ROSAL\u00cdA", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lil Nas X", "to": "Mason Ramsey", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Bing Crosby", "to": "Fred Astaire", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sofia Reyes", "to": "Rita Ora", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Pedro Sampaio", "to": "JS o M\u00e3o de Ouro", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ariana Grande", "to": "Miley Cyrus", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Internet Money", "to": "A Boogie Wit da Hoodie", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "DJ Luian", "to": "Anuel AA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ariana Grande", "to": "Victoria Mon\u00e9t", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Shawn Mendes", "to": "Camila Cabello", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Big Sean", "to": "A$AP Ferg", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kendrick Lamar", "to": "SZA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dalex", "to": "Chencho Corleone", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "DJ Khaled", "to": "Justin Bieber", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ti\u00ebsto", "to": "Jonas Blue", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MAX", "to": "Quinn XCII", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "DJ Luian", "to": "Mambo Kingz", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Nicky Jam", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Rauw Alejandro", "to": "Nicky Jam", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Bad Bunny", "to": "Tainy", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "PARTYNEXTDOOR", "to": "Drake", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Martin Garrix", "to": "Fall Out Boy", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Mau y Ricky", "to": "Lunay", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "R3HAB", "to": "A Touch Of Class", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ufo361", "to": "RAF Camora", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "CHVRCHES", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "True Damage", "to": "Becky G", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "J Balvin", "to": "Bad Bunny", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lil Baby", "to": "Future", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Post Malone", "to": "Tyga", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Aaron Smith", "to": "Krono", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dimelo Flow", "to": "Nicky Jam", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Martin Garrix", "to": "Macklemore", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Rich Music LTD", "to": "Dalex", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "Anne-Marie", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Nicky Jam", "to": "Sech", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lady Gaga", "to": "Bradley Cooper", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lil Baby", "to": "Gunna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sech", "to": "Justin Quiles", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Young Thug", "to": "Travis Scott", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Bryant Myers", "to": "Anuel AA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Juice WRLD", "to": "YoungBoy Never Broke Again", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "P!nk", "to": "Cash Cash", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kalazh44", "to": "Capital Bra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "David Guetta", "to": "Martin Solveig", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sam Smith", "to": "Normani", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Anitta", "to": "Lexa", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Calvin Harris", "to": "Dua Lipa", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "benny blanco", "to": "Miguel", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Taylor Swift", "to": "Brendon Urie", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Selena Gomez", "to": "Marshmello", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Maluma", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Tropkillaz", "to": "Anitta", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Gryffin", "to": "Carly Rae Jepsen", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "BlocBoy JB", "to": "Drake", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dynoro", "to": "Gigi D\u0027Agostino", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Martin Garrix", "to": "Dean Lewis", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ariana Grande", "to": "Social House", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "R3HAB", "to": "ZAYN", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Guaynaa", "to": "Nicky Jam", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "JP Saxe", "to": "Julia Michaels", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Halsey", "to": "BTS", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Capital Bra", "to": "LEA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sia", "to": "Labrinth", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Capital Bra", "to": "Samra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "The Chainsmokers", "to": "5 Seconds of Summer", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Nimo", "to": "Hava", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "RIN", "to": "Bausa", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "KC Rebell", "to": "RAF Camora", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Rich The Kid", "to": "Tory Lanez", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Major Lazer", "to": "Khalid", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Tyga", "to": "Santana", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Calvin Harris", "to": "Jessie Reyez", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "Roddy Ricch", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Mark Ronson", "to": "Miley Cyrus", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Billie Eilish", "to": "Khalid", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Zedd", "to": "Katy Perry", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lil Nas X", "to": "RM", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Stormzy", "to": "Burna Boy", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "YUNGBLUD", "to": "Dan Reynolds", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ozuna", "to": "Anuel AA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Becky G", "to": "Natti Natasha", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "NOTD", "to": "Captain Cuts", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lil Peep", "to": "Fall Out Boy", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Taylor Swift", "to": "Shawn Mendes", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "SZA", "to": "Travis Scott", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lil Nas X", "to": "Billy Ray Cyrus", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ed Sheeran", "to": "PnB Rock", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ellie Goulding", "to": "Swae Lee", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MC JottaP\u00ea", "to": "DJ RD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Zedd", "to": "Grey", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kehlani", "to": "Ty Dolla $ign", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Luis Fonsi", "to": "Nicky Jam", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Pabllo Vittar", "to": "Charli XCX", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Tory Lanez", "to": "T-Pain", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Alan Walker", "to": "Farruko", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Riton", "to": "Oliver Heldens", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Shirin David", "to": "Ma\u00eetre Gims", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Bobby \"Boris\" Pickett", "to": "The Crypt-Kickers", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Mau y Ricky", "to": "Camilo", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Shiva", "to": "Sfera Ebbasta", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Diplo", "to": "Morgan Wallen", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MC Kevin o Chris", "to": "Dennis DJ", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Jowell \u0026 Randy", "to": "Manuel Turizo", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lil Tecca", "to": "Juice WRLD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sofia Reyes", "to": "Anitta", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "The Cratez", "to": "Bonez MC", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Alan Walker", "to": "Ava Max", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sebastian Yatra", "to": "Daddy Yankee", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ed Sheeran", "to": "Khalid", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Paulo Londra", "to": "De La Ghetto", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sebastian Yatra", "to": "Reik", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "KAROL G", "to": "Nicki Minaj", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Amenazzy", "to": "Farruko", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "KC Rebell", "to": "Capital Bra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Khalid", "to": "Normani", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "benny blanco", "to": "Selena Gomez", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kygo", "to": "Rita Ora", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "XXXTENTACION", "to": "Lil Pump", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "21 Savage", "to": "Offset", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ed Sheeran", "to": "Chance the Rapper", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Khalid", "to": "Disclosure", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lexa", "to": "Pedro Sampaio", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Reik", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "5 Seconds of Summer", "to": "Alexander 23", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "BTS", "to": "Lauv", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Calvin Harris", "to": "Rag\u0027n\u0027Bone Man", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "KAROL G", "to": "Anuel AA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Manuel Turizo", "to": "Ozuna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "DJ Snake", "to": "Sheck Wes", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Billie Eilish", "to": "Justin Bieber", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Rich Music LTD", "to": "Sech", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Rudimental", "to": "Jess Glynne", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Martin Garrix", "to": "Khalid", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Summer Walker", "to": "Drake", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ozuna", "to": "Barloe Team", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "YNW Melly", "to": "9lokknine", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Alesso", "to": "TINI", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Rudimental", "to": "Macklemore", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Myke Towers", "to": "Farruko", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Metro Boomin", "to": "21 Savage", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "benny blanco", "to": "Calvin Harris", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MC Kevin o Chris", "to": "FP do Trem Bala", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lunay", "to": "Gaby Music", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sech", "to": "Anuel AA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Camilo", "to": "Pedro Cap\u00f3", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Luciano", "to": "Samra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "TINI", "to": "Sebastian Yatra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "James Bay", "to": "Julia Michaels", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Young Thug", "to": "Gunna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Bazzi", "to": "Camila Cabello", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dayvi", "to": "Victor Cardenas", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Mustard", "to": "Migos", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "The Cratez", "to": "Maxwell", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Daddy Yankee", "to": "Wisin \u0026 Yandel", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ozuna", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Piso 21", "to": "Christian Nodal", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lil Nas X", "to": "BTS", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Herve Pagez", "to": "Charli XCX", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Noriel", "to": "Myke Towers", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Jhay Cortez", "to": "Bad Bunny", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "MEDUZA", "to": "Goodboys", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sean Paul", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dreamville", "to": "J. Cole", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Luis Fonsi", "to": "Sebastian Yatra", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Charli XCX", "to": "Christine and the Queens", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "88-Keys", "to": "Sia", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Nicky Jam", "to": "Ozuna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Anuel AA", "to": "KAROL G", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ozuna", "to": "Daddy Yankee", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Justin Quiles", "to": "Farruko", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sam Feldt", "to": "Joe Stone", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Flume", "to": "London Grammar", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sia", "to": "Diplo", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ellie Goulding", "to": "Diplo", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Brytiago", "to": "Ozuna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Mark Ronson", "to": "Camila Cabello", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "Tyga", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lauv", "to": "Troye Sivan", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Tainy", "to": "Anuel AA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dardan", "to": "Eno", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Herve Pagez", "to": "Diplo", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Paulo Londra", "to": "Justin Quiles", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Guaynaa", "to": "Farruko", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Taylor Swift", "to": "Panic! At The Disco", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kygo", "to": "Whitney Houston", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Halsey", "to": "SUGA", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Alan Walker", "to": "Sabrina Carpenter", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Farid Bang", "to": "Khaled", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "KC Rebell", "to": "Summer Cem", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Y2K", "to": "bbno$", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "The Cratez", "to": "Bausa", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "YG", "to": "Tyga", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Quality Control", "to": "DaBaby", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lil Peep", "to": "ILOVEMAKONNEN", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Zedd", "to": "Elley Duh\u00e9", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Gemitaiz", "to": "MadMan", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "SZA", "to": "The Weeknd", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Brytiago", "to": "Daddy Yankee", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Nio Garcia", "to": "Casper Magico", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Bushido", "to": "Animus", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Summer Cem", "to": "Luciano", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Azet", "to": "Zuna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "DJ Snake", "to": "Selena Gomez", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Murda", "to": "Ezhel", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "DJ Snake", "to": "Tyga", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Big Sean", "to": "Hit-Boy", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Keala Settle", "to": "The Greatest Showman Ensemble", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dalex", "to": "Lenny Tav\u00e1rez", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "BTS", "to": "Charli XCX", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Internet Money", "to": "Lil Tecca", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Major Lazer", "to": "J Balvin", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ellie Goulding", "to": "Juice WRLD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Residente", "to": "Bad Bunny", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ed Sheeran", "to": "Bruno Mars", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Eno", "to": "MERO", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "The Chainsmokers", "to": "Halsey", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "James Arthur", "to": "Anne-Marie", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Gesaffelstein", "to": "The Weeknd", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Charli XCX", "to": "Lizzo", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "David Guetta", "to": "Brooks", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Future", "to": "Juice WRLD", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Fedez", "to": "Tedua", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "David Guetta", "to": "Loote", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Bad Bunny", "to": "Myke Towers", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lizzo", "to": "Ariana Grande", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Myke Towers", "to": "Arcangel", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "BTS", "to": "Zara Larsson", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Summer Walker", "to": "Chris Brown", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sech", "to": "Ozuna", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lunay", "to": "Chris Jeday", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kygo", "to": "Sandro Cavazza", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Hailee Steinfeld", "to": "Alesso", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Sech", "to": "Maluma", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Lunay", "to": "Bad Bunny", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "KAROL G", "to": "Maluma", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "KSI", "to": "S-X", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Robin Schulz", "to": "Erika Sirola", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "JACKBOYS", "to": "Travis Scott", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Omar Montes", "to": "Bad Gyal", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Ed Sheeran", "to": "Justin Bieber", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "David Guetta", "to": "RAYE", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Kygo", "to": "Chelsea Cutler", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Dad\u00e1 Bolad\u00e3o", "to": "OIK", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Mc Livinho", "to": "Rennan da Penha", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "ChocQuibTown", "to": "Farruko", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Anitta", "to": "Mar\u00edlia Mendon\u00e7a", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Loredana", "to": "Mozzik", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "David Guetta", "to": "MORTEN", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "Marshmello", "to": "Khalid", "width": 20}, {"arrowStrikethrough": false, "arrows": "to", "from": "French Montana", "to": "Rvssian", "width": 20}]);
// 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": {
"barnesHut": {
"avoidOverlap": 0,
"centralGravity": 0.3,
"damping": 0.09,
"gravitationalConstant": -80000,
"springConstant": 0.001,
"springLength": 250
},
"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>