-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmovies_map.html
More file actions
259 lines (203 loc) · 74.6 KB
/
Copy pathmovies_map.html
File metadata and controls
259 lines (203 loc) · 74.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 100%;
height: 720px;
background-color: #3F0071;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 720px;
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 class="card" style="width: 100%">
<div id="mynetwork" class="card-body"></div>
</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 allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// 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": "#FB2576", "font": {"color": "white"}, "id": "Fast X", "label": "Fast X", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Action", "label": "Action", "shape": "triangle"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Crime", "label": "Crime", "shape": "triangle"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Thriller", "label": "Thriller", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "John Wick: Chapter 4", "label": "John Wick: Chapter 4", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Extraction 2", "label": "Extraction 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Super Mario Bros. Movie", "label": "The Super Mario Bros. Movie", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Animation", "label": "Animation", "shape": "triangle"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Family", "label": "Family", "shape": "triangle"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Adventure", "label": "Adventure", "shape": "triangle"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Fantasy", "label": "Fantasy", "shape": "triangle"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Comedy", "label": "Comedy", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Spider-Man: Across the Spider-Verse", "label": "Spider-Man: Across the Spider-Verse", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Science Fiction", "label": "Science Fiction", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Transformers: Rise of the Beasts", "label": "Transformers: Rise of the Beasts", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Hypnotic", "label": "Hypnotic", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Mystery", "label": "Mystery", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Flash", "label": "The Flash", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Flamin\u0027 Hot", "label": "Flamin\u0027 Hot", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Drama", "label": "Drama", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Ambush", "label": "Ambush", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "War", "label": "War", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Avatar: The Way of Water", "label": "Avatar: The Way of Water", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Guardians of the Galaxy Vol. 3", "label": "Guardians of the Galaxy Vol. 3", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Black Demon", "label": "The Black Demon", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Horror", "label": "Horror", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Little Mermaid", "label": "The Little Mermaid", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Romance", "label": "Romance", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "My Fault", "label": "My Fault", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Guy Ritchie\u0027s The Covenant", "label": "Guy Ritchie\u0027s The Covenant", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Evil Dead Rise", "label": "Evil Dead Rise", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Black Clover: Sword of the Wizard King", "label": "Black Clover: Sword of the Wizard King", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Ant-Man and the Wasp: Quantumania", "label": "Ant-Man and the Wasp: Quantumania", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Sisu", "label": "Sisu", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Tayuan", "label": "Tayuan", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Operation Seawolf", "label": "Operation Seawolf", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Accident Man: Hitman\u0027s Holiday", "label": "Accident Man: Hitman\u0027s Holiday", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Puss in Boots: The Last Wish", "label": "Puss in Boots: The Last Wish", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Elemental", "label": "Elemental", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Shazam! Fury of the Gods", "label": "Shazam! Fury of the Gods", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Mother\u0027s Day", "label": "Mother\u0027s Day", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Pope\u0027s Exorcist", "label": "The Pope\u0027s Exorcist", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Spider-Man: Into the Spider-Verse", "label": "Spider-Man: Into the Spider-Verse", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Blood \u0026 Gold", "label": "Blood \u0026 Gold", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Creed III", "label": "Creed III", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Three Musketeers", "label": "The Three Musketeers", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Extraction", "label": "Extraction", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Project Wolf Hunting", "label": "Project Wolf Hunting", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Tank", "label": "The Tank", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Mother", "label": "The Mother", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Mount 2", "label": "The Mount 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Los bastardos", "label": "Los bastardos", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Ghosted", "label": "Ghosted", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Spider-Man: No Way Home", "label": "Spider-Man: No Way Home", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Crater", "label": "Crater", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "One Day as a Lion", "label": "One Day as a Lion", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Infinity Pool", "label": "Infinity Pool", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Drunken Fist", "label": "Drunken Fist", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Extras For Chasing The Dragon", "label": "Extras For Chasing The Dragon", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Wandering Earth II", "label": "The Wandering Earth II", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Scream VI", "label": "Scream VI", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Sword Art Online the Movie -Progressive- Scherzo of Deep Night", "label": "Sword Art Online the Movie -Progressive- Scherzo of Deep Night", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Fist of the Condor", "label": "Fist of the Condor", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Best Man", "label": "The Best Man", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Black Panther: Wakanda Forever", "label": "Black Panther: Wakanda Forever", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "A Deadly Mistake", "label": "A Deadly Mistake", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "TV Movie", "label": "TV Movie", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Jagged Mind", "label": "Jagged Mind", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Black Adam", "label": "Black Adam", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Peter Pan \u0026 Wendy", "label": "Peter Pan \u0026 Wendy", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Dungeons \u0026 Dragons: Honor Among Thieves", "label": "Dungeons \u0026 Dragons: Honor Among Thieves", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Snag", "label": "Snag", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Last Kingdom: Seven Kings Must Die", "label": "The Last Kingdom: Seven Kings Must Die", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Suzume", "label": "Suzume", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Tin \u0026 Tina", "label": "Tin \u0026 Tina", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Ancient Chinese Whorehouse", "label": "Ancient Chinese Whorehouse", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "History", "label": "History", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Cocaine Bear", "label": "Cocaine Bear", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Beau Is Afraid", "label": "Beau Is Afraid", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Transformers: Age of Extinction", "label": "Transformers: Age of Extinction", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Fear the Invisible Man", "label": "Fear the Invisible Man", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Murder Mystery 2", "label": "Murder Mystery 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "AKA", "label": "AKA", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Kandahar", "label": "Kandahar", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Island of the Dolls", "label": "Island of the Dolls", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Mummies", "label": "Mummies", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Eternal 831", "label": "Eternal 831", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Bad Luck Banging or Loony Porn", "label": "Bad Luck Banging or Loony Porn", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "M3GAN", "label": "M3GAN", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "No Hard Feelings", "label": "No Hard Feelings", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Graphic Desires", "label": "Graphic Desires", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Plane", "label": "Plane", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Beautiful Disaster", "label": "Beautiful Disaster", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "About My Father", "label": "About My Father", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Avengers: Infinity War", "label": "Avengers: Infinity War", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Sensuous Nurse", "label": "The Sensuous Nurse", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Through My Window: Across the Sea", "label": "Through My Window: Across the Sea", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Renfield", "label": "Renfield", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "65", "label": "65", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Avatar", "label": "Avatar", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Whale", "label": "The Whale", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Thor: Love and Thunder", "label": "Thor: Love and Thunder", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Top Gun: Maverick", "label": "Top Gun: Maverick", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe", "label": "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Fall", "label": "Fall", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Attack on Titan", "label": "Attack on Titan", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Sonic the Hedgehog 2", "label": "Sonic the Hedgehog 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "You Do You", "label": "You Do You", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Jurassic World Dominion", "label": "Jurassic World Dominion", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Ghosts of Monday", "label": "The Ghosts of Monday", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Batman", "label": "The Batman", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Barbie", "label": "Barbie", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Battle for Saipan", "label": "Battle for Saipan", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Swan Princess: A Fairytale Is Born", "label": "The Swan Princess: A Fairytale Is Born", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Winnie the Pooh: Blood and Honey", "label": "Winnie the Pooh: Blood and Honey", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Lullaby", "label": "Lullaby", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Chupa", "label": "Chupa", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Prey", "label": "Prey", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Terrifier 2", "label": "Terrifier 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "After Ever Happy", "label": "After Ever Happy", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "En temporada baja", "label": "En temporada baja", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Demon Slayer -Kimetsu no Yaiba- The Movie: Mugen Train", "label": "Demon Slayer -Kimetsu no Yaiba- The Movie: Mugen Train", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Hacksaw Ridge", "label": "Hacksaw Ridge", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Hunt", "label": "Hunt", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Polite Society", "label": "Polite Society", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Spider-Man: Beyond the Spider-Verse", "label": "Spider-Man: Beyond the Spider-Verse", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Woman King", "label": "The Woman King", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Doctor Strange in the Multiverse of Madness", "label": "Doctor Strange in the Multiverse of Madness", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Transformers: The Last Knight", "label": "Transformers: The Last Knight", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "\u00a1Asu Mare! Los amigos", "label": "\u00a1Asu Mare! Los amigos", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Demon Slayer: Kimetsu no Yaiba Sibling\u0027s Bond", "label": "Demon Slayer: Kimetsu no Yaiba Sibling\u0027s Bond", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Iron Man 2", "label": "Iron Man 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Guardians of the Galaxy Vol. 2", "label": "Guardians of the Galaxy Vol. 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Taz: Quest for Burger", "label": "Taz: Quest for Burger", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Knock at the Cabin", "label": "Knock at the Cabin", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Eight Legged Freaks", "label": "Eight Legged Freaks", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Harry Potter and the Chamber of Secrets", "label": "Harry Potter and the Chamber of Secrets", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Play Dead", "label": "Play Dead", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Indiana Jones and the Dial of Destiny", "label": "Indiana Jones and the Dial of Destiny", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Undeaducated", "label": "Undeaducated", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Harry Potter and the Order of the Phoenix", "label": "Harry Potter and the Order of the Phoenix", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Shotgun Wedding", "label": "Shotgun Wedding", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "That Time I Got Reincarnated as a Slime the Movie: Scarlet Bond", "label": "That Time I Got Reincarnated as a Slime the Movie: Scarlet Bond", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Assassin Club", "label": "Assassin Club", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Sniper: The White Raven", "label": "Sniper: The White Raven", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "After", "label": "After", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Roald Dahl\u0027s Matilda the Musical", "label": "Roald Dahl\u0027s Matilda the Musical", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Supercell", "label": "Supercell", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Titanic", "label": "Titanic", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Year of the Shark", "label": "The Year of the Shark", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Stand by Me Doraemon", "label": "Stand by Me Doraemon", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Harry Potter and the Philosopher\u0027s Stone", "label": "Harry Potter and the Philosopher\u0027s Stone", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Maggie Simpson in \"Rogue Not Quite One\"", "label": "Maggie Simpson in \"Rogue Not Quite One\"", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Are You There God? It\u0027s Me, Margaret.", "label": "Are You There God? It\u0027s Me, Margaret.", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Next 365 Days", "label": "The Next 365 Days", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Dead Shot", "label": "Dead Shot", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Encanto at the Hollywood Bowl", "label": "Encanto at the Hollywood Bowl", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Music", "label": "Music", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Mafia Mamma", "label": "Mafia Mamma", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Pirates Down the Street II: The Ninjas from Across", "label": "Pirates Down the Street II: The Ninjas from Across", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "An Unforgettable Year \u2013 Winter", "label": "An Unforgettable Year \u2013 Winter", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Luck", "label": "Luck", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Turning Red", "label": "Turning Red", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Iron Man", "label": "Iron Man", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Knights of the Zodiac", "label": "Knights of the Zodiac", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Prizefighter: The Life of Jem Belcher", "label": "Prizefighter: The Life of Jem Belcher", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Sing 2", "label": "Sing 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Caligula", "label": "Caligula", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Raped by an Angel 2: The Uniform Fan", "label": "Raped by an Angel 2: The Uniform Fan", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Minions: The Rise of Gru", "label": "Minions: The Rise of Gru", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Malum", "label": "Malum", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Harry Potter and the Goblet of Fire", "label": "Harry Potter and the Goblet of Fire", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Communion Girl", "label": "The Communion Girl", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Spider-Man: Homecoming", "label": "Spider-Man: Homecoming", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Venom: Let There Be Carnage", "label": "Venom: Let There Be Carnage", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Harry Potter and the Prisoner of Azkaban", "label": "Harry Potter and the Prisoner of Azkaban", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Grotesque", "label": "Grotesque", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Justice League x RWBY: Super Heroes \u0026 Huntsmen, Part One", "label": "Justice League x RWBY: Super Heroes \u0026 Huntsmen, Part One", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "After We Collided", "label": "After We Collided", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Shark Side of the Moon", "label": "Shark Side of the Moon", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Two Witches", "label": "Two Witches", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Zack Snyder\u0027s Justice League", "label": "Zack Snyder\u0027s Justice League", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Prey for the Devil", "label": "Prey for the Devil", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Spider-Man", "label": "Spider-Man", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Two Sinners and a Mule", "label": "Two Sinners and a Mule", "shape": "dot"}, {"color": "#332FD0", "font": {"color": "white"}, "id": "Western", "label": "Western", "shape": "triangle"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Harry Potter and the Half-Blood Prince", "label": "Harry Potter and the Half-Blood Prince", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Oppressive Torture", "label": "Oppressive Torture", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Catch Me If You Can", "label": "Catch Me If You Can", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Miraculous: Ladybug \u0026 Cat Noir, The Movie", "label": "Miraculous: Ladybug \u0026 Cat Noir, The Movie", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Meg 2: The Trench", "label": "Meg 2: The Trench", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Hotel Transylvania: Transformania", "label": "Hotel Transylvania: Transformania", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "3-D Sex and Zen: Extreme Ecstasy", "label": "3-D Sex and Zen: Extreme Ecstasy", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Devil Conspiracy", "label": "The Devil Conspiracy", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Chevalier", "label": "Chevalier", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Marcel the Shell with Shoes On", "label": "Marcel the Shell with Shoes On", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Celebrity Sex Tape", "label": "Celebrity Sex Tape", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Through My Window", "label": "Through My Window", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Amazing Spider-Man 2", "label": "The Amazing Spider-Man 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Six Swedish Girls at a Pump", "label": "Six Swedish Girls at a Pump", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "John Wick: Chapter 3 - Parabellum", "label": "John Wick: Chapter 3 - Parabellum", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Troll", "label": "Troll", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Mission: Impossible - Dead Reckoning Part One", "label": "Mission: Impossible - Dead Reckoning Part One", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "JUNG_E", "label": "JUNG_E", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Suicide Squad", "label": "The Suicide Squad", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "John Wick: Chapter 2", "label": "John Wick: Chapter 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "365 Days: This Day", "label": "365 Days: This Day", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Scream", "label": "Scream", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "After We Fell", "label": "After We Fell", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Rich in Love 2", "label": "Rich in Love 2", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Love Again", "label": "Love Again", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Godfather", "label": "The Godfather", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Satanic Pandemonium", "label": "Satanic Pandemonium", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Batman: Mystery of the Batwoman", "label": "Batman: Mystery of the Batwoman", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "Fast \u0026 Furious Presents: Hobbs \u0026 Shaw", "label": "Fast \u0026 Furious Presents: Hobbs \u0026 Shaw", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "A Frozen Rooster", "label": "A Frozen Rooster", "shape": "dot"}, {"color": "#FB2576", "font": {"color": "white"}, "id": "The Call of the Wild", "label": "The Call of the Wild", "shape": "dot"}]);
edges = new vis.DataSet([{"color": "#DCD6F7", "from": "Fast X", "to": "Action"}, {"color": "#DCD6F7", "from": "Fast X", "to": "Crime"}, {"color": "#DCD6F7", "from": "Fast X", "to": "Thriller"}, {"color": "#DCD6F7", "from": "John Wick: Chapter 4", "to": "Action"}, {"color": "#DCD6F7", "from": "John Wick: Chapter 4", "to": "Thriller"}, {"color": "#DCD6F7", "from": "John Wick: Chapter 4", "to": "Crime"}, {"color": "#DCD6F7", "from": "Extraction 2", "to": "Action"}, {"color": "#DCD6F7", "from": "Extraction 2", "to": "Thriller"}, {"color": "#DCD6F7", "from": "The Super Mario Bros. Movie", "to": "Animation"}, {"color": "#DCD6F7", "from": "The Super Mario Bros. Movie", "to": "Family"}, {"color": "#DCD6F7", "from": "The Super Mario Bros. Movie", "to": "Adventure"}, {"color": "#DCD6F7", "from": "The Super Mario Bros. Movie", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "The Super Mario Bros. Movie", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Spider-Man: Across the Spider-Verse", "to": "Action"}, {"color": "#DCD6F7", "from": "Spider-Man: Across the Spider-Verse", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Spider-Man: Across the Spider-Verse", "to": "Animation"}, {"color": "#DCD6F7", "from": "Spider-Man: Across the Spider-Verse", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Transformers: Rise of the Beasts", "to": "Action"}, {"color": "#DCD6F7", "from": "Transformers: Rise of the Beasts", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Transformers: Rise of the Beasts", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Hypnotic", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Hypnotic", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Hypnotic", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "The Flash", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "The Flash", "to": "Action"}, {"color": "#DCD6F7", "from": "The Flash", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Flamin\u0027 Hot", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Flamin\u0027 Hot", "to": "Drama"}, {"color": "#DCD6F7", "from": "Ambush", "to": "Action"}, {"color": "#DCD6F7", "from": "Ambush", "to": "War"}, {"color": "#DCD6F7", "from": "Ambush", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Avatar: The Way of Water", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Avatar: The Way of Water", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Avatar: The Way of Water", "to": "Action"}, {"color": "#DCD6F7", "from": "Guardians of the Galaxy Vol. 3", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Guardians of the Galaxy Vol. 3", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Guardians of the Galaxy Vol. 3", "to": "Action"}, {"color": "#DCD6F7", "from": "The Black Demon", "to": "Horror"}, {"color": "#DCD6F7", "from": "The Black Demon", "to": "Thriller"}, {"color": "#DCD6F7", "from": "The Little Mermaid", "to": "Adventure"}, {"color": "#DCD6F7", "from": "The Little Mermaid", "to": "Family"}, {"color": "#DCD6F7", "from": "The Little Mermaid", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "The Little Mermaid", "to": "Romance"}, {"color": "#DCD6F7", "from": "My Fault", "to": "Romance"}, {"color": "#DCD6F7", "from": "My Fault", "to": "Drama"}, {"color": "#DCD6F7", "from": "Guy Ritchie\u0027s The Covenant", "to": "War"}, {"color": "#DCD6F7", "from": "Guy Ritchie\u0027s The Covenant", "to": "Action"}, {"color": "#DCD6F7", "from": "Guy Ritchie\u0027s The Covenant", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Evil Dead Rise", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Evil Dead Rise", "to": "Horror"}, {"color": "#DCD6F7", "from": "Black Clover: Sword of the Wizard King", "to": "Animation"}, {"color": "#DCD6F7", "from": "Black Clover: Sword of the Wizard King", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Black Clover: Sword of the Wizard King", "to": "Action"}, {"color": "#DCD6F7", "from": "Black Clover: Sword of the Wizard King", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Ant-Man and the Wasp: Quantumania", "to": "Action"}, {"color": "#DCD6F7", "from": "Ant-Man and the Wasp: Quantumania", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Ant-Man and the Wasp: Quantumania", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Sisu", "to": "Action"}, {"color": "#DCD6F7", "from": "Sisu", "to": "War"}, {"color": "#DCD6F7", "from": "Tayuan", "to": "Drama"}, {"color": "#DCD6F7", "from": "Operation Seawolf", "to": "War"}, {"color": "#DCD6F7", "from": "Operation Seawolf", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Operation Seawolf", "to": "Action"}, {"color": "#DCD6F7", "from": "Operation Seawolf", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Operation Seawolf", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Operation Seawolf", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Operation Seawolf", "to": "Drama"}, {"color": "#DCD6F7", "from": "Accident Man: Hitman\u0027s Holiday", "to": "Action"}, {"color": "#DCD6F7", "from": "Accident Man: Hitman\u0027s Holiday", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Accident Man: Hitman\u0027s Holiday", "to": "Crime"}, {"color": "#DCD6F7", "from": "Puss in Boots: The Last Wish", "to": "Animation"}, {"color": "#DCD6F7", "from": "Puss in Boots: The Last Wish", "to": "Family"}, {"color": "#DCD6F7", "from": "Puss in Boots: The Last Wish", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Puss in Boots: The Last Wish", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Puss in Boots: The Last Wish", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Elemental", "to": "Animation"}, {"color": "#DCD6F7", "from": "Elemental", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Elemental", "to": "Family"}, {"color": "#DCD6F7", "from": "Elemental", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Elemental", "to": "Romance"}, {"color": "#DCD6F7", "from": "Shazam! Fury of the Gods", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Shazam! Fury of the Gods", "to": "Action"}, {"color": "#DCD6F7", "from": "Shazam! Fury of the Gods", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Mother\u0027s Day", "to": "Action"}, {"color": "#DCD6F7", "from": "Mother\u0027s Day", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Mother\u0027s Day", "to": "Drama"}, {"color": "#DCD6F7", "from": "The Pope\u0027s Exorcist", "to": "Horror"}, {"color": "#DCD6F7", "from": "The Pope\u0027s Exorcist", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Spider-Man: Into the Spider-Verse", "to": "Action"}, {"color": "#DCD6F7", "from": "Spider-Man: Into the Spider-Verse", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Spider-Man: Into the Spider-Verse", "to": "Animation"}, {"color": "#DCD6F7", "from": "Spider-Man: Into the Spider-Verse", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Blood \u0026 Gold", "to": "Action"}, {"color": "#DCD6F7", "from": "Blood \u0026 Gold", "to": "Drama"}, {"color": "#DCD6F7", "from": "Blood \u0026 Gold", "to": "War"}, {"color": "#DCD6F7", "from": "Creed III", "to": "Drama"}, {"color": "#DCD6F7", "from": "Creed III", "to": "Action"}, {"color": "#DCD6F7", "from": "The Three Musketeers", "to": "Action"}, {"color": "#DCD6F7", "from": "The Three Musketeers", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Extraction", "to": "Action"}, {"color": "#DCD6F7", "from": "Extraction", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Project Wolf Hunting", "to": "Action"}, {"color": "#DCD6F7", "from": "Project Wolf Hunting", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Project Wolf Hunting", "to": "Horror"}, {"color": "#DCD6F7", "from": "The Tank", "to": "Horror"}, {"color": "#DCD6F7", "from": "The Tank", "to": "Thriller"}, {"color": "#DCD6F7", "from": "The Mother", "to": "Action"}, {"color": "#DCD6F7", "from": "The Mother", "to": "Thriller"}, {"color": "#DCD6F7", "from": "The Mount 2", "to": "Horror"}, {"color": "#DCD6F7", "from": "Los bastardos", "to": "Action"}, {"color": "#DCD6F7", "from": "Los bastardos", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Los bastardos", "to": "Crime"}, {"color": "#DCD6F7", "from": "Los bastardos", "to": "Drama"}, {"color": "#DCD6F7", "from": "Ghosted", "to": "Action"}, {"color": "#DCD6F7", "from": "Ghosted", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Ghosted", "to": "Romance"}, {"color": "#DCD6F7", "from": "Spider-Man: No Way Home", "to": "Action"}, {"color": "#DCD6F7", "from": "Spider-Man: No Way Home", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Spider-Man: No Way Home", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Crater", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Crater", "to": "Action"}, {"color": "#DCD6F7", "from": "Crater", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Crater", "to": "Family"}, {"color": "#DCD6F7", "from": "One Day as a Lion", "to": "Action"}, {"color": "#DCD6F7", "from": "One Day as a Lion", "to": "Thriller"}, {"color": "#DCD6F7", "from": "One Day as a Lion", "to": "Crime"}, {"color": "#DCD6F7", "from": "Infinity Pool", "to": "Horror"}, {"color": "#DCD6F7", "from": "Infinity Pool", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Infinity Pool", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Drunken Fist", "to": "Action"}, {"color": "#DCD6F7", "from": "Extras For Chasing The Dragon", "to": "Action"}, {"color": "#DCD6F7", "from": "Extras For Chasing The Dragon", "to": "Crime"}, {"color": "#DCD6F7", "from": "The Wandering Earth II", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "The Wandering Earth II", "to": "Action"}, {"color": "#DCD6F7", "from": "The Wandering Earth II", "to": "Drama"}, {"color": "#DCD6F7", "from": "Scream VI", "to": "Horror"}, {"color": "#DCD6F7", "from": "Scream VI", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Scream VI", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Sword Art Online the Movie -Progressive- Scherzo of Deep Night", "to": "Animation"}, {"color": "#DCD6F7", "from": "Sword Art Online the Movie -Progressive- Scherzo of Deep Night", "to": "Action"}, {"color": "#DCD6F7", "from": "Sword Art Online the Movie -Progressive- Scherzo of Deep Night", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Sword Art Online the Movie -Progressive- Scherzo of Deep Night", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Fist of the Condor", "to": "Action"}, {"color": "#DCD6F7", "from": "The Best Man", "to": "Action"}, {"color": "#DCD6F7", "from": "The Best Man", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Black Panther: Wakanda Forever", "to": "Action"}, {"color": "#DCD6F7", "from": "Black Panther: Wakanda Forever", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Black Panther: Wakanda Forever", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "A Deadly Mistake", "to": "TV Movie"}, {"color": "#DCD6F7", "from": "A Deadly Mistake", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Jagged Mind", "to": "Horror"}, {"color": "#DCD6F7", "from": "Black Adam", "to": "Action"}, {"color": "#DCD6F7", "from": "Black Adam", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Black Adam", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Black Adam", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Peter Pan \u0026 Wendy", "to": "Family"}, {"color": "#DCD6F7", "from": "Peter Pan \u0026 Wendy", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Peter Pan \u0026 Wendy", "to": "Action"}, {"color": "#DCD6F7", "from": "Peter Pan \u0026 Wendy", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Dungeons \u0026 Dragons: Honor Among Thieves", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Dungeons \u0026 Dragons: Honor Among Thieves", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Dungeons \u0026 Dragons: Honor Among Thieves", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Snag", "to": "Action"}, {"color": "#DCD6F7", "from": "Snag", "to": "Crime"}, {"color": "#DCD6F7", "from": "Snag", "to": "Thriller"}, {"color": "#DCD6F7", "from": "The Last Kingdom: Seven Kings Must Die", "to": "Action"}, {"color": "#DCD6F7", "from": "The Last Kingdom: Seven Kings Must Die", "to": "Adventure"}, {"color": "#DCD6F7", "from": "The Last Kingdom: Seven Kings Must Die", "to": "War"}, {"color": "#DCD6F7", "from": "Suzume", "to": "Animation"}, {"color": "#DCD6F7", "from": "Suzume", "to": "Drama"}, {"color": "#DCD6F7", "from": "Suzume", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Suzume", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Tin \u0026 Tina", "to": "Horror"}, {"color": "#DCD6F7", "from": "Tin \u0026 Tina", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Tin \u0026 Tina", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Ancient Chinese Whorehouse", "to": "History"}, {"color": "#DCD6F7", "from": "Ancient Chinese Whorehouse", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Cocaine Bear", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Cocaine Bear", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Cocaine Bear", "to": "Crime"}, {"color": "#DCD6F7", "from": "Beau Is Afraid", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Beau Is Afraid", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Beau Is Afraid", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Transformers: Age of Extinction", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Transformers: Age of Extinction", "to": "Action"}, {"color": "#DCD6F7", "from": "Transformers: Age of Extinction", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Fear the Invisible Man", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Fear the Invisible Man", "to": "Horror"}, {"color": "#DCD6F7", "from": "Fear the Invisible Man", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Murder Mystery 2", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Murder Mystery 2", "to": "Crime"}, {"color": "#DCD6F7", "from": "AKA", "to": "Thriller"}, {"color": "#DCD6F7", "from": "AKA", "to": "Action"}, {"color": "#DCD6F7", "from": "AKA", "to": "Crime"}, {"color": "#DCD6F7", "from": "Kandahar", "to": "Action"}, {"color": "#DCD6F7", "from": "Kandahar", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Island of the Dolls", "to": "Horror"}, {"color": "#DCD6F7", "from": "Mummies", "to": "Animation"}, {"color": "#DCD6F7", "from": "Mummies", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Mummies", "to": "Family"}, {"color": "#DCD6F7", "from": "Mummies", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Mummies", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Eternal 831", "to": "Animation"}, {"color": "#DCD6F7", "from": "Eternal 831", "to": "Drama"}, {"color": "#DCD6F7", "from": "Eternal 831", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Eternal 831", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Bad Luck Banging or Loony Porn", "to": "Comedy"}, {"color": "#DCD6F7", "from": "M3GAN", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "M3GAN", "to": "Horror"}, {"color": "#DCD6F7", "from": "No Hard Feelings", "to": "Comedy"}, {"color": "#DCD6F7", "from": "No Hard Feelings", "to": "Romance"}, {"color": "#DCD6F7", "from": "No Hard Feelings", "to": "Drama"}, {"color": "#DCD6F7", "from": "Graphic Desires", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Plane", "to": "Action"}, {"color": "#DCD6F7", "from": "Plane", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Plane", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Beautiful Disaster", "to": "Romance"}, {"color": "#DCD6F7", "from": "Beautiful Disaster", "to": "Drama"}, {"color": "#DCD6F7", "from": "Beautiful Disaster", "to": "Comedy"}, {"color": "#DCD6F7", "from": "About My Father", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Avengers: Infinity War", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Avengers: Infinity War", "to": "Action"}, {"color": "#DCD6F7", "from": "Avengers: Infinity War", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "The Sensuous Nurse", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Through My Window: Across the Sea", "to": "Romance"}, {"color": "#DCD6F7", "from": "Through My Window: Across the Sea", "to": "Drama"}, {"color": "#DCD6F7", "from": "Renfield", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Renfield", "to": "Horror"}, {"color": "#DCD6F7", "from": "Renfield", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "65", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "65", "to": "Action"}, {"color": "#DCD6F7", "from": "65", "to": "Adventure"}, {"color": "#DCD6F7", "from": "65", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Avatar", "to": "Action"}, {"color": "#DCD6F7", "from": "Avatar", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Avatar", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Avatar", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "The Whale", "to": "Drama"}, {"color": "#DCD6F7", "from": "Thor: Love and Thunder", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Thor: Love and Thunder", "to": "Action"}, {"color": "#DCD6F7", "from": "Thor: Love and Thunder", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Top Gun: Maverick", "to": "Action"}, {"color": "#DCD6F7", "from": "Top Gun: Maverick", "to": "Drama"}, {"color": "#DCD6F7", "from": "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe", "to": "Adventure"}, {"color": "#DCD6F7", "from": "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe", "to": "Family"}, {"color": "#DCD6F7", "from": "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Fall", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Attack on Titan", "to": "Action"}, {"color": "#DCD6F7", "from": "Attack on Titan", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Sonic the Hedgehog 2", "to": "Action"}, {"color": "#DCD6F7", "from": "Sonic the Hedgehog 2", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Sonic the Hedgehog 2", "to": "Family"}, {"color": "#DCD6F7", "from": "Sonic the Hedgehog 2", "to": "Comedy"}, {"color": "#DCD6F7", "from": "You Do You", "to": "Comedy"}, {"color": "#DCD6F7", "from": "You Do You", "to": "Romance"}, {"color": "#DCD6F7", "from": "Jurassic World Dominion", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Jurassic World Dominion", "to": "Action"}, {"color": "#DCD6F7", "from": "Jurassic World Dominion", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "The Ghosts of Monday", "to": "Horror"}, {"color": "#DCD6F7", "from": "The Ghosts of Monday", "to": "Thriller"}, {"color": "#DCD6F7", "from": "The Batman", "to": "Crime"}, {"color": "#DCD6F7", "from": "The Batman", "to": "Mystery"}, {"color": "#DCD6F7", "from": "The Batman", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Barbie", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Battle for Saipan", "to": "War"}, {"color": "#DCD6F7", "from": "Battle for Saipan", "to": "History"}, {"color": "#DCD6F7", "from": "Battle for Saipan", "to": "Action"}, {"color": "#DCD6F7", "from": "The Swan Princess: A Fairytale Is Born", "to": "Family"}, {"color": "#DCD6F7", "from": "The Swan Princess: A Fairytale Is Born", "to": "Animation"}, {"color": "#DCD6F7", "from": "The Swan Princess: A Fairytale Is Born", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Winnie the Pooh: Blood and Honey", "to": "Horror"}, {"color": "#DCD6F7", "from": "Winnie the Pooh: Blood and Honey", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Lullaby", "to": "Horror"}, {"color": "#DCD6F7", "from": "Chupa", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Chupa", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Chupa", "to": "Family"}, {"color": "#DCD6F7", "from": "The Little Mermaid", "to": "Animation"}, {"color": "#DCD6F7", "from": "Prey", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Prey", "to": "Action"}, {"color": "#DCD6F7", "from": "Prey", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Terrifier 2", "to": "Horror"}, {"color": "#DCD6F7", "from": "Terrifier 2", "to": "Thriller"}, {"color": "#DCD6F7", "from": "After Ever Happy", "to": "Romance"}, {"color": "#DCD6F7", "from": "After Ever Happy", "to": "Drama"}, {"color": "#DCD6F7", "from": "En temporada baja", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Demon Slayer -Kimetsu no Yaiba- The Movie: Mugen Train", "to": "Animation"}, {"color": "#DCD6F7", "from": "Demon Slayer -Kimetsu no Yaiba- The Movie: Mugen Train", "to": "Action"}, {"color": "#DCD6F7", "from": "Demon Slayer -Kimetsu no Yaiba- The Movie: Mugen Train", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Demon Slayer -Kimetsu no Yaiba- The Movie: Mugen Train", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Demon Slayer -Kimetsu no Yaiba- The Movie: Mugen Train", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Hacksaw Ridge", "to": "Drama"}, {"color": "#DCD6F7", "from": "Hacksaw Ridge", "to": "History"}, {"color": "#DCD6F7", "from": "Hacksaw Ridge", "to": "War"}, {"color": "#DCD6F7", "from": "Hunt", "to": "Action"}, {"color": "#DCD6F7", "from": "Hunt", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Hunt", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Polite Society", "to": "Action"}, {"color": "#DCD6F7", "from": "Polite Society", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Polite Society", "to": "Drama"}, {"color": "#DCD6F7", "from": "Spider-Man: Beyond the Spider-Verse", "to": "Animation"}, {"color": "#DCD6F7", "from": "Spider-Man: Beyond the Spider-Verse", "to": "Action"}, {"color": "#DCD6F7", "from": "Spider-Man: Beyond the Spider-Verse", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Spider-Man: Beyond the Spider-Verse", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Spider-Man: Beyond the Spider-Verse", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "The Woman King", "to": "Action"}, {"color": "#DCD6F7", "from": "The Woman King", "to": "Drama"}, {"color": "#DCD6F7", "from": "The Woman King", "to": "History"}, {"color": "#DCD6F7", "from": "Doctor Strange in the Multiverse of Madness", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Doctor Strange in the Multiverse of Madness", "to": "Action"}, {"color": "#DCD6F7", "from": "Doctor Strange in the Multiverse of Madness", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Transformers: The Last Knight", "to": "Action"}, {"color": "#DCD6F7", "from": "Transformers: The Last Knight", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Transformers: The Last Knight", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "\u00a1Asu Mare! Los amigos", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Demon Slayer: Kimetsu no Yaiba Sibling\u0027s Bond", "to": "Action"}, {"color": "#DCD6F7", "from": "Demon Slayer: Kimetsu no Yaiba Sibling\u0027s Bond", "to": "Animation"}, {"color": "#DCD6F7", "from": "Demon Slayer: Kimetsu no Yaiba Sibling\u0027s Bond", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Iron Man 2", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Iron Man 2", "to": "Action"}, {"color": "#DCD6F7", "from": "Iron Man 2", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Guardians of the Galaxy Vol. 2", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Guardians of the Galaxy Vol. 2", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Guardians of the Galaxy Vol. 2", "to": "Action"}, {"color": "#DCD6F7", "from": "Taz: Quest for Burger", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Taz: Quest for Burger", "to": "Family"}, {"color": "#DCD6F7", "from": "Taz: Quest for Burger", "to": "Animation"}, {"color": "#DCD6F7", "from": "Taz: Quest for Burger", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Knock at the Cabin", "to": "Horror"}, {"color": "#DCD6F7", "from": "Knock at the Cabin", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Knock at the Cabin", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Eight Legged Freaks", "to": "Action"}, {"color": "#DCD6F7", "from": "Eight Legged Freaks", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Eight Legged Freaks", "to": "Horror"}, {"color": "#DCD6F7", "from": "Eight Legged Freaks", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Harry Potter and the Chamber of Secrets", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Harry Potter and the Chamber of Secrets", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Play Dead", "to": "Horror"}, {"color": "#DCD6F7", "from": "Play Dead", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Indiana Jones and the Dial of Destiny", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Indiana Jones and the Dial of Destiny", "to": "Action"}, {"color": "#DCD6F7", "from": "Undeaducated", "to": "Horror"}, {"color": "#DCD6F7", "from": "Harry Potter and the Order of the Phoenix", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Harry Potter and the Order of the Phoenix", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Harry Potter and the Order of the Phoenix", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Shotgun Wedding", "to": "Action"}, {"color": "#DCD6F7", "from": "Shotgun Wedding", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Shotgun Wedding", "to": "Romance"}, {"color": "#DCD6F7", "from": "That Time I Got Reincarnated as a Slime the Movie: Scarlet Bond", "to": "Animation"}, {"color": "#DCD6F7", "from": "That Time I Got Reincarnated as a Slime the Movie: Scarlet Bond", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "That Time I Got Reincarnated as a Slime the Movie: Scarlet Bond", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Assassin Club", "to": "Action"}, {"color": "#DCD6F7", "from": "Assassin Club", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Assassin Club", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Sniper: The White Raven", "to": "War"}, {"color": "#DCD6F7", "from": "Sniper: The White Raven", "to": "Action"}, {"color": "#DCD6F7", "from": "Sniper: The White Raven", "to": "Drama"}, {"color": "#DCD6F7", "from": "After", "to": "Romance"}, {"color": "#DCD6F7", "from": "After", "to": "Drama"}, {"color": "#DCD6F7", "from": "Roald Dahl\u0027s Matilda the Musical", "to": "Family"}, {"color": "#DCD6F7", "from": "Roald Dahl\u0027s Matilda the Musical", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Roald Dahl\u0027s Matilda the Musical", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Supercell", "to": "Action"}, {"color": "#DCD6F7", "from": "Titanic", "to": "Drama"}, {"color": "#DCD6F7", "from": "Titanic", "to": "Romance"}, {"color": "#DCD6F7", "from": "The Year of the Shark", "to": "Comedy"}, {"color": "#DCD6F7", "from": "The Year of the Shark", "to": "Horror"}, {"color": "#DCD6F7", "from": "The Year of the Shark", "to": "Drama"}, {"color": "#DCD6F7", "from": "Stand by Me Doraemon", "to": "Animation"}, {"color": "#DCD6F7", "from": "Stand by Me Doraemon", "to": "Family"}, {"color": "#DCD6F7", "from": "Stand by Me Doraemon", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Stand by Me Doraemon", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Harry Potter and the Philosopher\u0027s Stone", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Harry Potter and the Philosopher\u0027s Stone", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Maggie Simpson in \"Rogue Not Quite One\"", "to": "Animation"}, {"color": "#DCD6F7", "from": "Maggie Simpson in \"Rogue Not Quite One\"", "to": "Family"}, {"color": "#DCD6F7", "from": "Maggie Simpson in \"Rogue Not Quite One\"", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Maggie Simpson in \"Rogue Not Quite One\"", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Are You There God? It\u0027s Me, Margaret.", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Are You There God? It\u0027s Me, Margaret.", "to": "Drama"}, {"color": "#DCD6F7", "from": "The Next 365 Days", "to": "Romance"}, {"color": "#DCD6F7", "from": "The Next 365 Days", "to": "Drama"}, {"color": "#DCD6F7", "from": "Dead Shot", "to": "Action"}, {"color": "#DCD6F7", "from": "Dead Shot", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Encanto at the Hollywood Bowl", "to": "Music"}, {"color": "#DCD6F7", "from": "Mafia Mamma", "to": "Crime"}, {"color": "#DCD6F7", "from": "Mafia Mamma", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Pirates Down the Street II: The Ninjas from Across", "to": "Family"}, {"color": "#DCD6F7", "from": "Pirates Down the Street II: The Ninjas from Across", "to": "Action"}, {"color": "#DCD6F7", "from": "Pirates Down the Street II: The Ninjas from Across", "to": "Adventure"}, {"color": "#DCD6F7", "from": "An Unforgettable Year \u2013 Winter", "to": "Drama"}, {"color": "#DCD6F7", "from": "An Unforgettable Year \u2013 Winter", "to": "Romance"}, {"color": "#DCD6F7", "from": "Luck", "to": "Animation"}, {"color": "#DCD6F7", "from": "Luck", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Luck", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Luck", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Turning Red", "to": "Animation"}, {"color": "#DCD6F7", "from": "Turning Red", "to": "Family"}, {"color": "#DCD6F7", "from": "Turning Red", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Turning Red", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Iron Man", "to": "Action"}, {"color": "#DCD6F7", "from": "Iron Man", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Iron Man", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Knights of the Zodiac", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Knights of the Zodiac", "to": "Action"}, {"color": "#DCD6F7", "from": "Knights of the Zodiac", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Prizefighter: The Life of Jem Belcher", "to": "History"}, {"color": "#DCD6F7", "from": "Prizefighter: The Life of Jem Belcher", "to": "Drama"}, {"color": "#DCD6F7", "from": "Sing 2", "to": "Animation"}, {"color": "#DCD6F7", "from": "Sing 2", "to": "Family"}, {"color": "#DCD6F7", "from": "Caligula", "to": "Drama"}, {"color": "#DCD6F7", "from": "Caligula", "to": "History"}, {"color": "#DCD6F7", "from": "Caligula", "to": "Romance"}, {"color": "#DCD6F7", "from": "Raped by an Angel 2: The Uniform Fan", "to": "Horror"}, {"color": "#DCD6F7", "from": "Raped by an Angel 2: The Uniform Fan", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Minions: The Rise of Gru", "to": "Animation"}, {"color": "#DCD6F7", "from": "Minions: The Rise of Gru", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Minions: The Rise of Gru", "to": "Family"}, {"color": "#DCD6F7", "from": "Malum", "to": "Horror"}, {"color": "#DCD6F7", "from": "Harry Potter and the Goblet of Fire", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Harry Potter and the Goblet of Fire", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Harry Potter and the Goblet of Fire", "to": "Family"}, {"color": "#DCD6F7", "from": "The Communion Girl", "to": "Horror"}, {"color": "#DCD6F7", "from": "Spider-Man: Homecoming", "to": "Action"}, {"color": "#DCD6F7", "from": "Spider-Man: Homecoming", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Spider-Man: Homecoming", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Spider-Man: Homecoming", "to": "Drama"}, {"color": "#DCD6F7", "from": "Venom: Let There Be Carnage", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Venom: Let There Be Carnage", "to": "Action"}, {"color": "#DCD6F7", "from": "Venom: Let There Be Carnage", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Harry Potter and the Prisoner of Azkaban", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Harry Potter and the Prisoner of Azkaban", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Grotesque", "to": "Horror"}, {"color": "#DCD6F7", "from": "Grotesque", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Justice League x RWBY: Super Heroes \u0026 Huntsmen, Part One", "to": "Animation"}, {"color": "#DCD6F7", "from": "Justice League x RWBY: Super Heroes \u0026 Huntsmen, Part One", "to": "Action"}, {"color": "#DCD6F7", "from": "Justice League x RWBY: Super Heroes \u0026 Huntsmen, Part One", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "After We Collided", "to": "Romance"}, {"color": "#DCD6F7", "from": "After We Collided", "to": "Drama"}, {"color": "#DCD6F7", "from": "Shark Side of the Moon", "to": "Action"}, {"color": "#DCD6F7", "from": "Shark Side of the Moon", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Shark Side of the Moon", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Shark Side of the Moon", "to": "Horror"}, {"color": "#DCD6F7", "from": "Two Witches", "to": "Horror"}, {"color": "#DCD6F7", "from": "Zack Snyder\u0027s Justice League", "to": "Action"}, {"color": "#DCD6F7", "from": "Zack Snyder\u0027s Justice League", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Zack Snyder\u0027s Justice League", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Prey for the Devil", "to": "Horror"}, {"color": "#DCD6F7", "from": "Prey for the Devil", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Spider-Man", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Spider-Man", "to": "Action"}, {"color": "#DCD6F7", "from": "Two Sinners and a Mule", "to": "Western"}, {"color": "#DCD6F7", "from": "Two Sinners and a Mule", "to": "Action"}, {"color": "#DCD6F7", "from": "Harry Potter and the Half-Blood Prince", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Harry Potter and the Half-Blood Prince", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Catch Me If You Can", "to": "Drama"}, {"color": "#DCD6F7", "from": "Catch Me If You Can", "to": "Crime"}, {"color": "#DCD6F7", "from": "Miraculous: Ladybug \u0026 Cat Noir, The Movie", "to": "Animation"}, {"color": "#DCD6F7", "from": "Miraculous: Ladybug \u0026 Cat Noir, The Movie", "to": "Family"}, {"color": "#DCD6F7", "from": "Miraculous: Ladybug \u0026 Cat Noir, The Movie", "to": "Action"}, {"color": "#DCD6F7", "from": "Miraculous: Ladybug \u0026 Cat Noir, The Movie", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Miraculous: Ladybug \u0026 Cat Noir, The Movie", "to": "Romance"}, {"color": "#DCD6F7", "from": "Meg 2: The Trench", "to": "Action"}, {"color": "#DCD6F7", "from": "Meg 2: The Trench", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Meg 2: The Trench", "to": "Horror"}, {"color": "#DCD6F7", "from": "Hotel Transylvania: Transformania", "to": "Animation"}, {"color": "#DCD6F7", "from": "Hotel Transylvania: Transformania", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Hotel Transylvania: Transformania", "to": "Family"}, {"color": "#DCD6F7", "from": "Hotel Transylvania: Transformania", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Hotel Transylvania: Transformania", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "3-D Sex and Zen: Extreme Ecstasy", "to": "Drama"}, {"color": "#DCD6F7", "from": "3-D Sex and Zen: Extreme Ecstasy", "to": "Adventure"}, {"color": "#DCD6F7", "from": "3-D Sex and Zen: Extreme Ecstasy", "to": "Romance"}, {"color": "#DCD6F7", "from": "3-D Sex and Zen: Extreme Ecstasy", "to": "Action"}, {"color": "#DCD6F7", "from": "3-D Sex and Zen: Extreme Ecstasy", "to": "History"}, {"color": "#DCD6F7", "from": "The Devil Conspiracy", "to": "Horror"}, {"color": "#DCD6F7", "from": "The Devil Conspiracy", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "The Devil Conspiracy", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "The Devil Conspiracy", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Chevalier", "to": "Music"}, {"color": "#DCD6F7", "from": "Chevalier", "to": "Drama"}, {"color": "#DCD6F7", "from": "Chevalier", "to": "History"}, {"color": "#DCD6F7", "from": "Marcel the Shell with Shoes On", "to": "Animation"}, {"color": "#DCD6F7", "from": "Marcel the Shell with Shoes On", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Marcel the Shell with Shoes On", "to": "Drama"}, {"color": "#DCD6F7", "from": "Marcel the Shell with Shoes On", "to": "Family"}, {"color": "#DCD6F7", "from": "Celebrity Sex Tape", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Through My Window", "to": "Drama"}, {"color": "#DCD6F7", "from": "Through My Window", "to": "Romance"}, {"color": "#DCD6F7", "from": "The Amazing Spider-Man 2", "to": "Action"}, {"color": "#DCD6F7", "from": "The Amazing Spider-Man 2", "to": "Adventure"}, {"color": "#DCD6F7", "from": "The Amazing Spider-Man 2", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Six Swedish Girls at a Pump", "to": "Comedy"}, {"color": "#DCD6F7", "from": "John Wick: Chapter 3 - Parabellum", "to": "Action"}, {"color": "#DCD6F7", "from": "John Wick: Chapter 3 - Parabellum", "to": "Thriller"}, {"color": "#DCD6F7", "from": "John Wick: Chapter 3 - Parabellum", "to": "Crime"}, {"color": "#DCD6F7", "from": "Troll", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Troll", "to": "Action"}, {"color": "#DCD6F7", "from": "Troll", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Troll", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Mission: Impossible - Dead Reckoning Part One", "to": "Action"}, {"color": "#DCD6F7", "from": "Mission: Impossible - Dead Reckoning Part One", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Mission: Impossible - Dead Reckoning Part One", "to": "Thriller"}, {"color": "#DCD6F7", "from": "JUNG_E", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "The Suicide Squad", "to": "Action"}, {"color": "#DCD6F7", "from": "The Suicide Squad", "to": "Comedy"}, {"color": "#DCD6F7", "from": "The Suicide Squad", "to": "Adventure"}, {"color": "#DCD6F7", "from": "John Wick: Chapter 2", "to": "Action"}, {"color": "#DCD6F7", "from": "John Wick: Chapter 2", "to": "Thriller"}, {"color": "#DCD6F7", "from": "John Wick: Chapter 2", "to": "Crime"}, {"color": "#DCD6F7", "from": "365 Days: This Day", "to": "Romance"}, {"color": "#DCD6F7", "from": "365 Days: This Day", "to": "Drama"}, {"color": "#DCD6F7", "from": "Scream", "to": "Horror"}, {"color": "#DCD6F7", "from": "Scream", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Scream", "to": "Thriller"}, {"color": "#DCD6F7", "from": "After We Fell", "to": "Romance"}, {"color": "#DCD6F7", "from": "After We Fell", "to": "Drama"}, {"color": "#DCD6F7", "from": "Rich in Love 2", "to": "Romance"}, {"color": "#DCD6F7", "from": "Rich in Love 2", "to": "Comedy"}, {"color": "#DCD6F7", "from": "Love Again", "to": "Romance"}, {"color": "#DCD6F7", "from": "Love Again", "to": "Drama"}, {"color": "#DCD6F7", "from": "Love Again", "to": "Comedy"}, {"color": "#DCD6F7", "from": "The Godfather", "to": "Drama"}, {"color": "#DCD6F7", "from": "The Godfather", "to": "Crime"}, {"color": "#DCD6F7", "from": "Satanic Pandemonium", "to": "Horror"}, {"color": "#DCD6F7", "from": "Satanic Pandemonium", "to": "Mystery"}, {"color": "#DCD6F7", "from": "Satanic Pandemonium", "to": "Thriller"}, {"color": "#DCD6F7", "from": "Batman: Mystery of the Batwoman", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Batman: Mystery of the Batwoman", "to": "Fantasy"}, {"color": "#DCD6F7", "from": "Batman: Mystery of the Batwoman", "to": "Animation"}, {"color": "#DCD6F7", "from": "Batman: Mystery of the Batwoman", "to": "Action"}, {"color": "#DCD6F7", "from": "Batman: Mystery of the Batwoman", "to": "Science Fiction"}, {"color": "#DCD6F7", "from": "Fast \u0026 Furious Presents: Hobbs \u0026 Shaw", "to": "Action"}, {"color": "#DCD6F7", "from": "Fast \u0026 Furious Presents: Hobbs \u0026 Shaw", "to": "Adventure"}, {"color": "#DCD6F7", "from": "Fast \u0026 Furious Presents: Hobbs \u0026 Shaw", "to": "Comedy"}, {"color": "#DCD6F7", "from": "A Frozen Rooster", "to": "Animation"}, {"color": "#DCD6F7", "from": "A Frozen Rooster", "to": "Adventure"}, {"color": "#DCD6F7", "from": "A Frozen Rooster", "to": "Comedy"}, {"color": "#DCD6F7", "from": "A Frozen Rooster", "to": "Family"}, {"color": "#DCD6F7", "from": "The Call of the Wild", "to": "Adventure"}, {"color": "#DCD6F7", "from": "The Call of the Wild", "to": "Family"}, {"color": "#DCD6F7", "from": "The Call of the Wild", "to": "Drama"}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {
"configure": {
"enabled": false
},
"edges": {
"color": {
"inherit": true
},
"smooth": {
"enabled": true,
"type": "dynamic"
}
},
"interaction": {
"dragNodes": true,
"hideEdgesOnDrag": false,
"hideNodesOnDrag": false
},
"physics": {
"enabled": true,
"forceAtlas2Based": {
"avoidOverlap": 0,
"centralGravity": 0.01,
"damping": 0.4,
"gravitationalConstant": -50,
"springConstant": 0.08,
"springLength": 100
},
"solver": "forceAtlas2Based",
"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>