File size: 135,341 Bytes
703e222
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<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/[email protected]/dist/css/bootstrap.min.css"
          rel="stylesheet"
          integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
          crossorigin="anonymous"
        />
        <script
          src="https://cdn.jsdelivr.net/npm/[email protected]/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: 600px;
                 background-color: #ffffff;
                 border: 1px solid lightgray;
                 position: relative;
                 float: left;
             }

             
             #loadingBar {
                 position:absolute;
                 top:0px;
                 left:0px;
                 width: 100%;
                 height: 600px;
                 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": "#97c2fc", "id": "NightOwl", "label": "NightOwl", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "SMSFrenzy", "label": "SMSFrenzy", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Bambang Lestari", "label": "Bambang Lestari", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Micro", "label": "Micro", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "179", "label": "179", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Prepaid", "label": "Prepaid", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Musica.TI", "label": "Musica.TI", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "867", "label": "867", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Roaming Promo", "label": "Roaming Promo", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "33", "label": "33", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "My Telkomcel", "label": "My Telkomcel", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Data Roaming", "label": "Data Roaming", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "81138833275", "label": "81138833275", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2022-08-31", "label": "2022-08-31", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "28.92", "label": "28.92", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Surabaya", "label": "Surabaya", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Bambang Susanto", "label": "Bambang Susanto", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "E-wallet", "label": "E-wallet", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "278", "label": "278", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "TravelConnect", "label": "TravelConnect", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-06-15 22:02:25", "label": "2024-06-15 22:02:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "40", "label": "40", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1.68", "label": "1.68", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Phone", "label": "Phone", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4481465179442059", "label": "0.4481465179442059", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Nano", "label": "Nano", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Depok", "label": "Depok", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "25.0", "label": "25.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Billing", "label": "Billing", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1459.0", "label": "1459.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "DigitalLifestyle", "label": "DigitalLifestyle", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Customer Service Interaction", "label": "Customer Service Interaction", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0", "label": "0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "81226808748", "label": "81226808748", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Package Information", "label": "Package Information", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Hi, I\u0027m thinking about canceling my plan. It\u0027s too expensive for how little I use it.", "label": "Hi, I\u0027m thinking about canceling my plan. It\u0027s too expensive for how little I use it.", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Location Update", "label": "Location Update", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.0", "label": "0.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-06-15 21:58:25", "label": "2024-06-15 21:58:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.470352330583379", "label": "0.470352330583379", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2020-09-29", "label": "2020-09-29", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Shopping Mall", "label": "Shopping Mall", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Store Visit", "label": "Store Visit", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4.4.4", "label": "4.4.4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Other", "label": "Other", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Data Usage", "label": "Data Usage", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "880", "label": "880", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "SeasonalPromo", "label": "SeasonalPromo", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Voice", "label": "Voice", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "App Login", "label": "App Login", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "58.0", "label": "58.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.0867030211473982", "label": "0.0867030211473982", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "498000.0", "label": "498000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.3995284869841473", "label": "0.3995284869841473", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ReferralBonus", "label": "ReferralBonus", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Android", "label": "Android", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Email", "label": "Email", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-06-15 22:01:25", "label": "2024-06-15 22:01:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "I understand your concern. Let\u0027s look at some more affordable options that better suit your usage.", "label": "I understand your concern. Let\u0027s look at some more affordable options that better suit your usage.", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.7530393516567484", "label": "0.7530393516567484", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Great! I\u0027ve found a plan that could save you 30% monthly. Shall we go over the details?", "label": "Great! I\u0027ve found a plan that could save you 30% monthly. Shall we go over the details?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-06-15 22:03:25", "label": "2024-06-15 22:03:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "That would be helpful, thanks.", "label": "That would be helpful, thanks.", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Roaming Tips", "label": "Roaming Tips", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Restaurant", "label": "Restaurant", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "InternetMax", "label": "InternetMax", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "204.44", "label": "204.44", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Bill Payment", "label": "Bill Payment", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Combo", "label": "Combo", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Gaming", "label": "Gaming", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Purchase Package", "label": "Purchase Package", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "45000.0", "label": "45000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "82339334981", "label": "82339334981", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.0954894242912236", "label": "0.0954894242912236", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.449895383467622", "label": "0.449895383467622", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.6504950325571986", "label": "0.6504950325571986", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.8086646277150558", "label": "0.8086646277150558", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.1524091646646384", "label": "0.1524091646646384", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.0213893700462704", "label": "0.0213893700462704", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "SMS", "label": "SMS", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "StudentSpecial", "label": "StudentSpecial", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5.2.9", "label": "5.2.9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "9000.0", "label": "9000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.40368699196136", "label": "0.40368699196136", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Agus Santoso", "label": "Agus Santoso", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "297", "label": "297", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Internet Rapido Demais", "label": "Internet Rapido Demais", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.6548402651387891", "label": "0.6548402651387891", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2016-11-27", "label": "2016-11-27", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1709.0", "label": "1709.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.7452274144999432", "label": "0.7452274144999432", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "61", "label": "61", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "RBT", "label": "RBT", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Call", "label": "Call", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1.7.9", "label": "1.7.9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5.9.8", "label": "5.9.8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "260.89", "label": "260.89", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.5002070489746948", "label": "0.5002070489746948", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "DeviceBundleOffer", "label": "DeviceBundleOffer", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Roaming Tariff", "label": "Roaming Tariff", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "277.88", "label": "277.88", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4494396879892304", "label": "0.4494396879892304", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Chat", "label": "Chat", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Palembang", "label": "Palembang", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4.8.8", "label": "4.8.8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.1472637956399706", "label": "0.1472637956399706", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Bonus Recharge", "label": "Bonus Recharge", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "620", "label": "620", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "34.91", "label": "34.91", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4755708005598429", "label": "0.4755708005598429", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "96000.0", "label": "96000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.2656528167527274", "label": "0.2656528167527274", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Budi Santoso", "label": "Budi Santoso", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "41.0", "label": "41.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Bank Transfer", "label": "Bank Transfer", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Chat, Technical", "label": "Chat, Technical", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2019-08-31", "label": "2019-08-31", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Customer Service Interaction, Store Visit, Billing", "label": "Customer Service Interaction, Store Visit, Billing", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "39.43", "label": "39.43", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "212.1", "label": "212.1", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.5740410648143587", "label": "0.5740410648143587", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "128000.0", "label": "128000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "35.0", "label": "35.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1303.0", "label": "1303.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Oh, I didn\u0027t realize. Tell me more about this plan.", "label": "Oh, I didn\u0027t realize. Tell me more about this plan.", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Male", "label": "Male", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "82126663754", "label": "82126663754", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1.2.6", "label": "1.2.6", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "253000.0", "label": "253000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ReferralBonus, NightOwl, SMSFrenzy, DeviceBundleOffer, FamilyPlan", "label": "ReferralBonus, NightOwl, SMSFrenzy, DeviceBundleOffer, FamilyPlan", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1.3.8", "label": "1.3.8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "684.0", "label": "684.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "22000.0", "label": "22000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "10000.0", "label": "10000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.7558712391519612", "label": "0.7558712391519612", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Roaming Tips, Games TL, Bonus Recharge, Data Roaming", "label": "Roaming Tips, Games TL, Bonus Recharge, Data Roaming", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "App Login, iOS, 4.2.4", "label": "App Login, iOS, 4.2.4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Cash", "label": "Cash", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4755708005598429, 0.2656528167527274, 0.7452274144999432, 0, 0.6548402651387891, 0.4494396879892304, 0.1472637956399706, 0.5002070489746948", "label": "0.4755708005598429, 0.2656528167527274, 0.7452274144999432, 0, 0.6548402651387891, 0.4494396879892304, 0.1472637956399706, 0.5002070489746948", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-07-03 11:55:25", "label": "2024-07-03 11:55:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-07-03 11:48:25", "label": "2024-07-03 11:48:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "302", "label": "302", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "I see you\u0027ve used more call minutes than your plan allows. We have a better plan for high-volume callers.", "label": "I see you\u0027ve used more call minutes than your plan allows. We have a better plan for high-volume callers.", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Higher than usual", "label": "Higher than usual", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-07-03 11:52:25", "label": "2024-07-03 11:52:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Social Media, Browsing", "label": "Social Media, Browsing", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "nan", "label": "nan", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "False", "label": "False", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Browsing", "label": "Browsing", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "DigitalLifestyle, NightOwl, SeasonalPromo, InternetMax, DeviceBundleOffer", "label": "DigitalLifestyle, NightOwl, SeasonalPromo, InternetMax, DeviceBundleOffer", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Android 5.8.4", "label": "Android 5.8.4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.075788279172246", "label": "0.075788279172246", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4820336125364824", "label": "0.4820336125364824", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "174.35", "label": "174.35", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.297055505228343", "label": "0.297055505228343", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "iOS", "label": "iOS", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4633706722641987", "label": "0.4633706722641987", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5.4.7", "label": "5.4.7", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "159000.0", "label": "159000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Games TL", "label": "Games TL", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "My bill is higher than usual this month. What happened?", "label": "My bill is higher than usual this month. What happened?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "788.0", "label": "788.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "It offers unlimited calls for just 15% more than your current plan. Would you like to switch?", "label": "It offers unlimited calls for just 15% more than your current plan. Would you like to switch?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "396.0", "label": "396.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "824", "label": "824", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "True", "label": "True", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.1488955426603949", "label": "0.1488955426603949", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "83000.0", "label": "83000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-07-03 11:50:25", "label": "2024-07-03 11:50:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "481.41", "label": "481.41", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "112.93", "label": "112.93", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "81237383266", "label": "81237383266", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "482.04", "label": "482.04", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "153.42", "label": "153.42", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "465.82", "label": "465.82", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Social Media", "label": "Social Media", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "We can spread your payment over the next two months without any extra fees. Would that work for you?", "label": "We can spread your payment over the next two months without any extra fees. Would that work for you?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "I\u0027m sorry to hear that. We do have some flexible payment plans available.", "label": "I\u0027m sorry to hear that. We do have some flexible payment plans available.", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "That would be really helpful. What kind of plans?", "label": "That would be really helpful. What kind of plans?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "I\u0027m having trouble paying my bill this month. Are there any options?", "label": "I\u0027m having trouble paying my bill this month. Are there any options?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "FamilyPlan", "label": "FamilyPlan", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "129000.0", "label": "129000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Rina Susanto", "label": "Rina Susanto", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "423", "label": "423", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "39.0", "label": "39.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2014-09-27", "label": "2014-09-27", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "385", "label": "385", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "25.02", "label": "25.02", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "48", "label": "48", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "BusinessPro", "label": "BusinessPro", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "152000.0", "label": "152000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Jakarta", "label": "Jakarta", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "81288285089", "label": "81288285089", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.6556248348453751", "label": "0.6556248348453751", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.2865085168812002", "label": "0.2865085168812002", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.096976016641434", "label": "0.096976016641434", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "I\u0027d love a new phone. Is that possible?", "label": "I\u0027d love a new phone. Is that possible?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.9509956514623404", "label": "0.9509956514623404", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Absolutely! You have enough points for our latest model. Shall I process that for you?", "label": "Absolutely! You have enough points for our latest model. Shall I process that for you?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.1198790449259346", "label": "0.1198790449259346", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Hi, I\u0027ve accumulated a lot of loyalty points. How can I use them?", "label": "Hi, I\u0027ve accumulated a lot of loyalty points. How can I use them?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.5574126118292195", "label": "0.5574126118292195", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "As a valued customer, you have several premium redemption options. What are you interested in?", "label": "As a valued customer, you have several premium redemption options. What are you interested in?", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.5160403484895798", "label": "0.5160403484895798", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Bambang Wijaya", "label": "Bambang Wijaya", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "180000.0", "label": "180000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "182000.0", "label": "182000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "15000.0", "label": "15000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Postpaid", "label": "Postpaid", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "421.88", "label": "421.88", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "42", "label": "42", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1748.0", "label": "1748.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "192", "label": "192", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[\u0027SeasonalPromo\u0027, \u0027DigitalLifestyle\u0027, \u0027ReferralBonus\u0027, \u0027BusinessPro\u0027, \u0027NightOwl\u0027]", "label": "[\u0027SeasonalPromo\u0027, \u0027DigitalLifestyle\u0027, \u0027ReferralBonus\u0027, \u0027BusinessPro\u0027, \u0027NightOwl\u0027]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Android 5.4.7", "label": "Android 5.4.7", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "190.4", "label": "190.4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "390000.0", "label": "390000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "107000.0", "label": "107000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "463.27", "label": "463.27", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Telkomcel Point", "label": "Telkomcel Point", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4.0", "label": "4.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Android 4.0.2", "label": "Android 4.0.2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "676.0", "label": "676.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "iOS 2.7.4", "label": "iOS 2.7.4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "135000.0", "label": "135000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "40.0", "label": "40.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "177.77", "label": "177.77", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "T-Track \u0026 T-Motion", "label": "T-Track \u0026 T-Motion", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "45.71", "label": "45.71", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "716", "label": "716", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Streaming", "label": "Streaming", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "82000.0", "label": "82000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2019-02-07", "label": "2019-02-07", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "760.0", "label": "760.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "197000.0", "label": "197000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Andi Utami", "label": "Andi Utami", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "953.0", "label": "953.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "125.22", "label": "125.22", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2022-07-07", "label": "2022-07-07", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "36", "label": "36", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2.11", "label": "2.11", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "411000.0", "label": "411000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Used more call minutes", "label": "Used more call minutes", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "147.0", "label": "147.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "195000.0", "label": "195000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "493", "label": "493", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "354", "label": "354", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4G LTE", "label": "4G LTE", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Bandung", "label": "Bandung", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "144.46", "label": "144.46", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4G LTE Package", "label": "4G LTE Package", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "355.48", "label": "355.48", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "196.63", "label": "196.63", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "81293576945", "label": "81293576945", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "171000.0", "label": "171000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.2418438914989163", "label": "0.2418438914989163", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.9079048178262816", "label": "0.9079048178262816", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "184000.0", "label": "184000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4815058472493531", "label": "0.4815058472493531", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Rina Wati", "label": "Rina Wati", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "12000.0", "label": "12000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "StreamingPlus", "label": "StreamingPlus", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4774768266052507", "label": "0.4774768266052507", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Credit Card", "label": "Credit Card", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Telkomcel Point, T-Track \u0026 T-Motion, Data Roaming", "label": "Telkomcel Point, T-Track \u0026 T-Motion, Data Roaming", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.113446467210629", "label": "0.113446467210629", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1610.0", "label": "1610.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "145.31", "label": "145.31", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "17.69", "label": "17.69", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "463000.0", "label": "463000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "209.82", "label": "209.82", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2.2.6", "label": "2.2.6", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Work", "label": "Work", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "360.0", "label": "360.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "477000.0", "label": "477000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "411", "label": "411", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "292000.0", "label": "292000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "374.68", "label": "374.68", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2017-07-14", "label": "2017-07-14", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Telkomcel Point, T-Track \u0026 T-Motion", "label": "Telkomcel Point, T-Track \u0026 T-Motion", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "347", "label": "347", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4.4.7", "label": "4.4.7", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5.9.4", "label": "5.9.4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.8041504749209882", "label": "0.8041504749209882", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "69000.0", "label": "69000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1745.0", "label": "1745.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "SeasonalPromo, DigitalLifestyle, TravelConnect, ReferralBonus, InternetMax", "label": "SeasonalPromo, DigitalLifestyle, TravelConnect, ReferralBonus, InternetMax", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Park", "label": "Park", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "149000.0", "label": "149000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[\u0027SeasonalPromo\u0027, \u0027DigitalLifestyle\u0027, \u0027TravelConnect\u0027, \u0027ReferralBonus\u0027, \u0027InternetMax\u0027]", "label": "[\u0027SeasonalPromo\u0027, \u0027DigitalLifestyle\u0027, \u0027TravelConnect\u0027, \u0027ReferralBonus\u0027, \u0027InternetMax\u0027]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Rina Santoso", "label": "Rina Santoso", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-06-22 14:45:25", "label": "2024-06-22 14:45:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2024-06-22 14:46:25", "label": "2024-06-22 14:46:25", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Gym", "label": "Gym", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "8.89", "label": "8.89", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "55.0", "label": "55.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "82327998715", "label": "82327998715", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Regular", "label": "Regular", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "161000.0", "label": "161000.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "10", "label": "10", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[\u0027StudentSpecial\u0027, \u0027TravelConnect\u0027, \u0027ReferralBonus\u0027, \u0027BusinessPro\u0027, \u0027StreamingPlus\u0027]", "label": "[\u0027StudentSpecial\u0027, \u0027TravelConnect\u0027, \u0027ReferralBonus\u0027, \u0027BusinessPro\u0027, \u0027StreamingPlus\u0027]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2015-12-24", "label": "2015-12-24", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Medan", "label": "Medan", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "56", "label": "56", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "407.06", "label": "407.06", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "69", "label": "69", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Account", "label": "Account", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.0633522995835256", "label": "0.0633522995835256", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.3861957555079443", "label": "0.3861957555079443", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4914460363829503", "label": "0.4914460363829503", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.2157695719525972", "label": "0.2157695719525972", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.9444353755396828", "label": "0.9444353755396828", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0.4959953073655221", "label": "0.4959953073655221", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Active", "label": "Active", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "18.0", "label": "18.0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Dewi Wijaya", "label": "Dewi Wijaya", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "Semarang", "label": "Semarang", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "[email protected]", "label": "[email protected]", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "279", "label": "279", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "141", "label": "141", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "44.39", "label": "44.39", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2019-07-02", "label": "2019-07-02", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "96467db3-5882-4682-988e-31e640b466bc", "label": "96467db3-5882-4682-988e-31e640b466bc", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c74654dd-abb4-49a3-9d0a-2c58727472cd", "label": "c74654dd-abb4-49a3-9d0a-2c58727472cd", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "bdb8ac4a-df59-40b2-9577-c04dbd8a59c9", "label": "bdb8ac4a-df59-40b2-9577-c04dbd8a59c9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5e82c43a-62da-459c-b5b6-36b8f986eeef", "label": "5e82c43a-62da-459c-b5b6-36b8f986eeef", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2648a795-2642-44cc-8402-995d7588553c", "label": "2648a795-2642-44cc-8402-995d7588553c", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "32875a61-c441-4d16-af5e-8e6fdb4880a9", "label": "32875a61-c441-4d16-af5e-8e6fdb4880a9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "eaa8c06a-667f-496e-b3b4-7b61b6346ace", "label": "eaa8c06a-667f-496e-b3b4-7b61b6346ace", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "7e1b03f8-109d-493b-bd37-b8ab2b1c1cb9", "label": "7e1b03f8-109d-493b-bd37-b8ab2b1c1cb9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "042a4c85-e544-4867-bcca-f1b2db30b0d8", "label": "042a4c85-e544-4867-bcca-f1b2db30b0d8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "dac50d8e-4720-424a-84c0-afca7242e000", "label": "dac50d8e-4720-424a-84c0-afca7242e000", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c2aa5891-e30c-45ce-b9ed-2ad90f7a7968", "label": "c2aa5891-e30c-45ce-b9ed-2ad90f7a7968", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "71221b89-3252-4d55-be55-dd78d63fb07e", "label": "71221b89-3252-4d55-be55-dd78d63fb07e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "db62578c-2f74-433f-8a32-c3a4f1a6e1f4", "label": "db62578c-2f74-433f-8a32-c3a4f1a6e1f4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "94c80257-f56d-4c5d-9583-209e49bed805", "label": "94c80257-f56d-4c5d-9583-209e49bed805", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "90844028-7c14-41de-9f01-462f0cbf1445", "label": "90844028-7c14-41de-9f01-462f0cbf1445", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "34b43a46-1e49-48b1-9945-9f0d2366f02f", "label": "34b43a46-1e49-48b1-9945-9f0d2366f02f", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ddd660a8-e889-48fb-baf4-77bda0285abd", "label": "ddd660a8-e889-48fb-baf4-77bda0285abd", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "efa7881e-6008-49c0-90c8-69b1fc713868", "label": "efa7881e-6008-49c0-90c8-69b1fc713868", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e91fa17c-502c-48bf-b0ef-7e4bc4a9f282", "label": "e91fa17c-502c-48bf-b0ef-7e4bc4a9f282", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "79372f20-06d6-4e21-a765-1fd0fa7bf8b2", "label": "79372f20-06d6-4e21-a765-1fd0fa7bf8b2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "a7d1454e-b577-4342-a187-2d9e1bfa28e8", "label": "a7d1454e-b577-4342-a187-2d9e1bfa28e8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "864767fa-cb8f-4782-b789-46035ca245fe", "label": "864767fa-cb8f-4782-b789-46035ca245fe", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "328c02d0-52a5-4d0f-8957-ac50fe652d26", "label": "328c02d0-52a5-4d0f-8957-ac50fe652d26", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "8de61052-80f2-4088-83b7-f79e47fbad68", "label": "8de61052-80f2-4088-83b7-f79e47fbad68", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "730dc01f-35ae-4588-99cd-a4fe3d1dd63c", "label": "730dc01f-35ae-4588-99cd-a4fe3d1dd63c", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "062b303d-ccce-4169-a7d2-73b725c91852", "label": "062b303d-ccce-4169-a7d2-73b725c91852", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "61dff374-1e34-43d5-8cfc-3f8fadd4830d", "label": "61dff374-1e34-43d5-8cfc-3f8fadd4830d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "87d0a207-4eb5-472a-94d3-a0d33fe52779", "label": "87d0a207-4eb5-472a-94d3-a0d33fe52779", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "89b2955c-08c4-4abc-9913-d535709aa3c9", "label": "89b2955c-08c4-4abc-9913-d535709aa3c9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "36f3d826-2120-49f6-a70e-a347082fa97e", "label": "36f3d826-2120-49f6-a70e-a347082fa97e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "88a3ab51-0bdf-4c2b-828b-6c9fcb2830f2", "label": "88a3ab51-0bdf-4c2b-828b-6c9fcb2830f2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "9add6759-90e1-4b46-b357-7be3bdb9a0cc", "label": "9add6759-90e1-4b46-b357-7be3bdb9a0cc", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1112a593-4a1f-4917-abe8-852c22cd500c", "label": "1112a593-4a1f-4917-abe8-852c22cd500c", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ce2eaec8-866f-4c46-931c-891388011f86", "label": "ce2eaec8-866f-4c46-931c-891388011f86", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "45519fe7-ad1c-41d4-af68-3af4e8e863c3", "label": "45519fe7-ad1c-41d4-af68-3af4e8e863c3", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e14c7941-074d-428f-b5a3-2848f8d3c99f", "label": "e14c7941-074d-428f-b5a3-2848f8d3c99f", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e991e271-604f-4d96-ba9d-9a5a22cf7fc6", "label": "e991e271-604f-4d96-ba9d-9a5a22cf7fc6", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "797b0fee-35b4-478c-aebc-82eb899ef041", "label": "797b0fee-35b4-478c-aebc-82eb899ef041", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "559bab2f-d97f-43c1-877a-28ebe7766826", "label": "559bab2f-d97f-43c1-877a-28ebe7766826", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0d71fe5e-1931-4c69-a86a-7a2e72f0beb8", "label": "0d71fe5e-1931-4c69-a86a-7a2e72f0beb8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c0654a33-1d15-4bcf-be69-f5aef51d3670", "label": "c0654a33-1d15-4bcf-be69-f5aef51d3670", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c2f64405-a0b1-43f8-a186-b1c96fcd835c", "label": "c2f64405-a0b1-43f8-a186-b1c96fcd835c", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "17aff13a-99b2-4651-ac66-36f6a0053949", "label": "17aff13a-99b2-4651-ac66-36f6a0053949", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "aa7405dc-3371-4ae5-be8d-24513f6162af", "label": "aa7405dc-3371-4ae5-be8d-24513f6162af", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e0ab4d50-cea6-4e4e-ab46-e99f7bfd77e5", "label": "e0ab4d50-cea6-4e4e-ab46-e99f7bfd77e5", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "597539b4-d50c-4bed-b2f3-9a38c32401d8", "label": "597539b4-d50c-4bed-b2f3-9a38c32401d8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ceb1efcd-04e7-4968-85f1-026e87e94cee", "label": "ceb1efcd-04e7-4968-85f1-026e87e94cee", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "70247f7a-11c9-4483-bfbe-9c7744a18394", "label": "70247f7a-11c9-4483-bfbe-9c7744a18394", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "b3fb76b2-81b7-42c5-bf47-bdcce26f7416", "label": "b3fb76b2-81b7-42c5-bf47-bdcce26f7416", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "673c123d-a1b1-456b-ab08-da29c73e73b0", "label": "673c123d-a1b1-456b-ab08-da29c73e73b0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "3992ab16-0fb4-4131-a826-273c176f97f4", "label": "3992ab16-0fb4-4131-a826-273c176f97f4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e128e845-8f89-47e8-88ce-e6dc9e6b436b", "label": "e128e845-8f89-47e8-88ce-e6dc9e6b436b", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "dec16179-bcd4-4c73-8706-dde98cbac291", "label": "dec16179-bcd4-4c73-8706-dde98cbac291", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5a005e59-dc65-46a0-885d-71a23f08bc77", "label": "5a005e59-dc65-46a0-885d-71a23f08bc77", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6503ed34-7c85-4e45-9a14-37e9f69dc802", "label": "6503ed34-7c85-4e45-9a14-37e9f69dc802", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "28d6730f-b397-452a-922c-494bc9531d87", "label": "28d6730f-b397-452a-922c-494bc9531d87", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5598b029-4460-4979-b9d7-380bacd2b714", "label": "5598b029-4460-4979-b9d7-380bacd2b714", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6b598725-e1e7-44a9-8bbe-f987b1ddd778", "label": "6b598725-e1e7-44a9-8bbe-f987b1ddd778", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "604332de-b7ec-49d8-84b3-75d559a8d7f6", "label": "604332de-b7ec-49d8-84b3-75d559a8d7f6", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "bd0ad376-792a-4884-9dc3-9a9faaf8dadb", "label": "bd0ad376-792a-4884-9dc3-9a9faaf8dadb", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "799d1ddd-ed8a-409d-b7df-39f69a5d7d18", "label": "799d1ddd-ed8a-409d-b7df-39f69a5d7d18", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "37f3fefa-7b41-4419-acbb-c3c7927b2963", "label": "37f3fefa-7b41-4419-acbb-c3c7927b2963", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "87259e17-3eb1-4509-b001-0734fa003dbf", "label": "87259e17-3eb1-4509-b001-0734fa003dbf", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "8074a1ec-5d2d-4e97-9ede-50b88ed15b5d", "label": "8074a1ec-5d2d-4e97-9ede-50b88ed15b5d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ca915a56-f28f-4098-abde-5b64e097407b", "label": "ca915a56-f28f-4098-abde-5b64e097407b", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "17bf64fd-3127-428e-84a6-943d267ec4ef", "label": "17bf64fd-3127-428e-84a6-943d267ec4ef", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "34f5a1e1-4cc4-4170-9160-8408c11cb3cb", "label": "34f5a1e1-4cc4-4170-9160-8408c11cb3cb", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "61c55f33-769e-46d1-99b5-011a43529322", "label": "61c55f33-769e-46d1-99b5-011a43529322", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "90f328e2-8e9e-40b9-9f35-7a080e1fd733", "label": "90f328e2-8e9e-40b9-9f35-7a080e1fd733", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d04e451f-aebe-4735-9449-3be45b1a30a2", "label": "d04e451f-aebe-4735-9449-3be45b1a30a2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "8417e1e9-9c64-43d3-97b2-d56c699913e7", "label": "8417e1e9-9c64-43d3-97b2-d56c699913e7", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "b6bc8974-073e-4639-bfb7-48bab205977b", "label": "b6bc8974-073e-4639-bfb7-48bab205977b", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4ffcf25b-b771-474e-9962-259971bf4fb3", "label": "4ffcf25b-b771-474e-9962-259971bf4fb3", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e8f46b9e-1595-41b9-8599-10bad5f0c77e", "label": "e8f46b9e-1595-41b9-8599-10bad5f0c77e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1e80b7ff-c499-4d5b-b494-675eb533d78b", "label": "1e80b7ff-c499-4d5b-b494-675eb533d78b", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "12a3cf4a-dd28-4440-a5dc-d03ce493e688", "label": "12a3cf4a-dd28-4440-a5dc-d03ce493e688", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "7916c672-fe70-48ee-8c31-ee335aed7262", "label": "7916c672-fe70-48ee-8c31-ee335aed7262", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "3ff7ae0c-5543-4612-b988-a836d96c4755", "label": "3ff7ae0c-5543-4612-b988-a836d96c4755", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "49778c42-d829-4181-8ac7-474946110ac6", "label": "49778c42-d829-4181-8ac7-474946110ac6", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "165c7d49-a077-4fd3-b017-c7c75d11af11", "label": "165c7d49-a077-4fd3-b017-c7c75d11af11", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e06fe2bb-ca4d-4daa-be9f-028adfa0013a", "label": "e06fe2bb-ca4d-4daa-be9f-028adfa0013a", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "b7fecf39-fd0c-4ce8-a398-ef61fa3f3cd8", "label": "b7fecf39-fd0c-4ce8-a398-ef61fa3f3cd8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "aaffabc3-1c9a-44da-ab84-91fe0ef120ba", "label": "aaffabc3-1c9a-44da-ab84-91fe0ef120ba", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ca2c70dc-29bb-4fde-a669-80e9b15895d9", "label": "ca2c70dc-29bb-4fde-a669-80e9b15895d9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "35ed35ed-5ff7-404d-9e49-9e78276c94ad", "label": "35ed35ed-5ff7-404d-9e49-9e78276c94ad", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ab140c30-47a8-4b1e-b79c-be55639c644b", "label": "ab140c30-47a8-4b1e-b79c-be55639c644b", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "797bcdf9-cd55-4812-bbc8-d69927a54cb2", "label": "797bcdf9-cd55-4812-bbc8-d69927a54cb2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5acfbbf0-d565-4ef2-836c-4e559aa31a39", "label": "5acfbbf0-d565-4ef2-836c-4e559aa31a39", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6a6228bd-2d26-43ba-8dc2-bae28b5becd8", "label": "6a6228bd-2d26-43ba-8dc2-bae28b5becd8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "61900964-6f1f-41a6-93fd-041dc2030997", "label": "61900964-6f1f-41a6-93fd-041dc2030997", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ff994496-91eb-46f0-8a5f-03c8aed57c8d", "label": "ff994496-91eb-46f0-8a5f-03c8aed57c8d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "082fb04a-6992-4e35-80dc-9135d3784998", "label": "082fb04a-6992-4e35-80dc-9135d3784998", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0edd4430-dfe0-4b73-9e42-035a17f48e1a", "label": "0edd4430-dfe0-4b73-9e42-035a17f48e1a", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "75fad3b0-0aa2-47f7-a279-5c934c410636", "label": "75fad3b0-0aa2-47f7-a279-5c934c410636", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "27bfd239-8ead-4aae-83fb-c6123d2d559c", "label": "27bfd239-8ead-4aae-83fb-c6123d2d559c", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1a02b4d6-2da9-4284-abe6-20cb54fbaff8", "label": "1a02b4d6-2da9-4284-abe6-20cb54fbaff8", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "036a80ee-be47-482e-8f36-34d0fd4ec796", "label": "036a80ee-be47-482e-8f36-34d0fd4ec796", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "f6f2642a-9267-47d0-bad2-6b9eefdabe60", "label": "f6f2642a-9267-47d0-bad2-6b9eefdabe60", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "a2796806-0c82-4ad5-965c-5e0a40358889", "label": "a2796806-0c82-4ad5-965c-5e0a40358889", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2f83d3f4-a686-423b-b6dd-5c48e722e191", "label": "2f83d3f4-a686-423b-b6dd-5c48e722e191", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "9bcef476-3c25-41f6-b8d0-f0b54c8390dd", "label": "9bcef476-3c25-41f6-b8d0-f0b54c8390dd", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2d3aec73-94f0-4f4f-ba1e-73d3b56bd466", "label": "2d3aec73-94f0-4f4f-ba1e-73d3b56bd466", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2462fa8b-8dc1-465b-ac95-7bc969e27dd2", "label": "2462fa8b-8dc1-465b-ac95-7bc969e27dd2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "3c05ff06-64be-4227-bfba-472e6052d38f", "label": "3c05ff06-64be-4227-bfba-472e6052d38f", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "584595dd-f494-4f64-afc1-b13ee360f5bb", "label": "584595dd-f494-4f64-afc1-b13ee360f5bb", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "08d4b8a6-fcb0-4e72-b8a1-3a4ed96ebe54", "label": "08d4b8a6-fcb0-4e72-b8a1-3a4ed96ebe54", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "82b6da69-8dc2-421f-9ad3-b68ba62326b7", "label": "82b6da69-8dc2-421f-9ad3-b68ba62326b7", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "3f2ebbc4-2e12-48b7-8af3-aad0c06ed0d0", "label": "3f2ebbc4-2e12-48b7-8af3-aad0c06ed0d0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "9d865311-95c2-47bd-a6a1-a8b24d55d062", "label": "9d865311-95c2-47bd-a6a1-a8b24d55d062", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2696e683-c367-4a7a-bb9f-ee733709f072", "label": "2696e683-c367-4a7a-bb9f-ee733709f072", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "faa533c1-c9a5-45d5-bf20-6c1aef219262", "label": "faa533c1-c9a5-45d5-bf20-6c1aef219262", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "babf6838-da69-4819-b98b-6a1640a31c77", "label": "babf6838-da69-4819-b98b-6a1640a31c77", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "a9e965e0-2924-457e-bebe-8c44d62cbf35", "label": "a9e965e0-2924-457e-bebe-8c44d62cbf35", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "785c4f5f-ede0-4fef-8594-1fa7293eef0a", "label": "785c4f5f-ede0-4fef-8594-1fa7293eef0a", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4479aa12-26ac-4893-b6af-fb06f4a92847", "label": "4479aa12-26ac-4893-b6af-fb06f4a92847", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c2f01b77-c0eb-4c9d-af42-7574dafcb390", "label": "c2f01b77-c0eb-4c9d-af42-7574dafcb390", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d474f201-dff7-4d2e-b2cf-38fcf4447787", "label": "d474f201-dff7-4d2e-b2cf-38fcf4447787", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "a0558f41-d23d-44df-b160-85ba968aa215", "label": "a0558f41-d23d-44df-b160-85ba968aa215", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e5bef0d5-b968-4511-9ad5-6b21bdca5dd0", "label": "e5bef0d5-b968-4511-9ad5-6b21bdca5dd0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6ccb315d-4e05-4892-a80b-6bdcd4fb81f2", "label": "6ccb315d-4e05-4892-a80b-6bdcd4fb81f2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2acdf67e-0dd2-461b-a4b3-ce664f71ec05", "label": "2acdf67e-0dd2-461b-a4b3-ce664f71ec05", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "7087b13f-d48c-4a28-968c-a76d2c582370", "label": "7087b13f-d48c-4a28-968c-a76d2c582370", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6dbf673a-5aab-47aa-9f18-247b2def21bc", "label": "6dbf673a-5aab-47aa-9f18-247b2def21bc", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "43214d08-e7fd-444a-a0c6-f29290316813", "label": "43214d08-e7fd-444a-a0c6-f29290316813", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "eb10eeed-7e78-4674-b47d-da1341172a6d", "label": "eb10eeed-7e78-4674-b47d-da1341172a6d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "acf222b4-fd14-43db-8bae-ebec8ddd0be9", "label": "acf222b4-fd14-43db-8bae-ebec8ddd0be9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "8eb587da-3182-4ee9-9180-edd856338c45", "label": "8eb587da-3182-4ee9-9180-edd856338c45", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "500f9dc8-d90b-4959-9d6e-bbb0c16b2c86", "label": "500f9dc8-d90b-4959-9d6e-bbb0c16b2c86", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "f2b4f57a-88d2-404e-8905-420d383faf0d", "label": "f2b4f57a-88d2-404e-8905-420d383faf0d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2490e6cb-fb3e-4d32-8792-53748219a66d", "label": "2490e6cb-fb3e-4d32-8792-53748219a66d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "21633c41-5042-48bc-9eec-8504b860e1f9", "label": "21633c41-5042-48bc-9eec-8504b860e1f9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "fccb5ccc-0b84-4fb1-9d9a-586ed5143a67", "label": "fccb5ccc-0b84-4fb1-9d9a-586ed5143a67", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "3a92f0e0-415c-4715-a2db-5172b66b54d3", "label": "3a92f0e0-415c-4715-a2db-5172b66b54d3", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d988eb4b-44f9-4771-9cac-0904955a3b00", "label": "d988eb4b-44f9-4771-9cac-0904955a3b00", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e46fff29-93c7-4881-a743-a7abe82365cc", "label": "e46fff29-93c7-4881-a743-a7abe82365cc", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c4e848e0-7d7a-4e7c-91af-e34c49785851", "label": "c4e848e0-7d7a-4e7c-91af-e34c49785851", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0137c174-54be-4496-a5a6-5c2d30c16e80", "label": "0137c174-54be-4496-a5a6-5c2d30c16e80", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "805f5894-4085-4eac-a513-8ff0779bd604", "label": "805f5894-4085-4eac-a513-8ff0779bd604", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e5f68a0e-9cf1-41a1-ae72-1a2933168741", "label": "e5f68a0e-9cf1-41a1-ae72-1a2933168741", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "993161a9-ff5f-41ba-b0aa-0fb78072cdeb", "label": "993161a9-ff5f-41ba-b0aa-0fb78072cdeb", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0b99b599-62ac-4894-9391-64fb3632dd52", "label": "0b99b599-62ac-4894-9391-64fb3632dd52", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4ffe7b9d-9fa1-4177-84e1-354e95fb2281", "label": "4ffe7b9d-9fa1-4177-84e1-354e95fb2281", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0523de06-45f9-46a7-bab3-e21a107b9484", "label": "0523de06-45f9-46a7-bab3-e21a107b9484", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "b1c008f4-8c25-4028-8133-72d337939bc6", "label": "b1c008f4-8c25-4028-8133-72d337939bc6", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "528923e7-55c7-4fc3-b176-8b8b1d7d15f7", "label": "528923e7-55c7-4fc3-b176-8b8b1d7d15f7", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "232ec89e-0513-4833-82a7-9c9c7ab05e42", "label": "232ec89e-0513-4833-82a7-9c9c7ab05e42", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6996614d-f7db-4cce-8898-8da10abc8d81", "label": "6996614d-f7db-4cce-8898-8da10abc8d81", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4600b9fd-65dd-4196-b9e8-8d380d623382", "label": "4600b9fd-65dd-4196-b9e8-8d380d623382", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "b65a92eb-5195-4019-9d8f-83d7425143c5", "label": "b65a92eb-5195-4019-9d8f-83d7425143c5", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "103342a1-6371-4401-92d1-a92da293fb39", "label": "103342a1-6371-4401-92d1-a92da293fb39", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6fdb0295-bbf7-4204-9e8a-8e7dc1c1f041", "label": "6fdb0295-bbf7-4204-9e8a-8e7dc1c1f041", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "b72f3a89-e6c7-4833-8a7e-ca4e33586fe3", "label": "b72f3a89-e6c7-4833-8a7e-ca4e33586fe3", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "045e7f7d-00b7-4c80-a200-330e5dfd303a", "label": "045e7f7d-00b7-4c80-a200-330e5dfd303a", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d1af56fa-0029-4b49-a706-7a917312c38a", "label": "d1af56fa-0029-4b49-a706-7a917312c38a", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "b18939ec-acbe-4994-9c19-f532e13f5396", "label": "b18939ec-acbe-4994-9c19-f532e13f5396", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "3b80f56a-69e7-4d45-9a07-5fff72e5e45f", "label": "3b80f56a-69e7-4d45-9a07-5fff72e5e45f", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1b8d294c-5677-416a-a7cb-c2822f0dee5a", "label": "1b8d294c-5677-416a-a7cb-c2822f0dee5a", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d37b168e-636d-4330-8ecd-499ead77be20", "label": "d37b168e-636d-4330-8ecd-499ead77be20", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "7970222a-b2b6-438f-bafe-6e27eda92458", "label": "7970222a-b2b6-438f-bafe-6e27eda92458", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c1789db5-7784-41b3-a437-8043a0bc9269", "label": "c1789db5-7784-41b3-a437-8043a0bc9269", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6b43a225-ae2e-4412-8712-965f76b492d0", "label": "6b43a225-ae2e-4412-8712-965f76b492d0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6834d058-7873-4a87-8066-a54e752c207e", "label": "6834d058-7873-4a87-8066-a54e752c207e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "af664433-b6db-43c0-916f-f84d3db9ecae", "label": "af664433-b6db-43c0-916f-f84d3db9ecae", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "99393481-620e-44c8-b976-4969977b1504", "label": "99393481-620e-44c8-b976-4969977b1504", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5f9ba469-2e69-47a7-891e-1671b9d8f1da", "label": "5f9ba469-2e69-47a7-891e-1671b9d8f1da", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c7ab05b0-6a02-4535-aff0-192bea68b361", "label": "c7ab05b0-6a02-4535-aff0-192bea68b361", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5bcc476e-13dd-4822-bc61-e571c0d890a3", "label": "5bcc476e-13dd-4822-bc61-e571c0d890a3", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6b462771-3149-4fdd-9b4b-e52642251f76", "label": "6b462771-3149-4fdd-9b4b-e52642251f76", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d1fa3fb1-0b01-4da7-b4f3-e111911cea3b", "label": "d1fa3fb1-0b01-4da7-b4f3-e111911cea3b", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "310904ca-a14d-4123-b7f9-6445a174725e", "label": "310904ca-a14d-4123-b7f9-6445a174725e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "16d6690d-3bc4-49e1-803a-8edc58171914", "label": "16d6690d-3bc4-49e1-803a-8edc58171914", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "78008dc5-cc85-47e1-815b-672c9c190169", "label": "78008dc5-cc85-47e1-815b-672c9c190169", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "0705b0e9-132d-4fee-b595-aecc5560e050", "label": "0705b0e9-132d-4fee-b595-aecc5560e050", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4d8d08e3-fa5b-4712-b3e1-8e6b8fe06cf9", "label": "4d8d08e3-fa5b-4712-b3e1-8e6b8fe06cf9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "b034c243-27a3-4ceb-ab85-cc727746c080", "label": "b034c243-27a3-4ceb-ab85-cc727746c080", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "7a07f8cb-7ad8-431b-a5d3-b6a25cb60633", "label": "7a07f8cb-7ad8-431b-a5d3-b6a25cb60633", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "98ba5e71-edfb-44ea-96df-2134eb28d6ad", "label": "98ba5e71-edfb-44ea-96df-2134eb28d6ad", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "36bda94f-b344-4fbd-afca-3a5ce7899b0e", "label": "36bda94f-b344-4fbd-afca-3a5ce7899b0e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "35ebff79-ca84-449c-9b55-4eeb9dc31c96", "label": "35ebff79-ca84-449c-9b55-4eeb9dc31c96", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "25c67dc4-973f-4677-b6b9-81ea89dc0abe", "label": "25c67dc4-973f-4677-b6b9-81ea89dc0abe", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "11bd18c8-08a6-44a2-808a-e5bffe6d3a40", "label": "11bd18c8-08a6-44a2-808a-e5bffe6d3a40", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "82742aeb-b9df-4afd-98b1-f3787743a1ac", "label": "82742aeb-b9df-4afd-98b1-f3787743a1ac", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "df69b022-74f4-4cfd-b2e5-a3809a7d31f4", "label": "df69b022-74f4-4cfd-b2e5-a3809a7d31f4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "7ae4d935-dcc6-49dd-b430-420eacf8074b", "label": "7ae4d935-dcc6-49dd-b430-420eacf8074b", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "060f89c8-208c-49ed-aa8c-6a386da12194", "label": "060f89c8-208c-49ed-aa8c-6a386da12194", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "48fd8c74-1d16-420e-ae81-756a07eee5e6", "label": "48fd8c74-1d16-420e-ae81-756a07eee5e6", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c3d82a24-94ce-42fb-882a-689cfd0ab0e2", "label": "c3d82a24-94ce-42fb-882a-689cfd0ab0e2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "8b46488e-47ab-4a5a-bf40-1d2c3cc8144c", "label": "8b46488e-47ab-4a5a-bf40-1d2c3cc8144c", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e503560b-3b01-4fdb-97c9-7c9eea516869", "label": "e503560b-3b01-4fdb-97c9-7c9eea516869", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "019c1809-93be-4106-9004-15241964475e", "label": "019c1809-93be-4106-9004-15241964475e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "534bbc13-26a0-4013-a414-eef3269d2f7d", "label": "534bbc13-26a0-4013-a414-eef3269d2f7d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d23057e6-417d-4e9f-ad1f-1598e7580e1a", "label": "d23057e6-417d-4e9f-ad1f-1598e7580e1a", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "38a57a41-bc8e-4375-b896-4ad4f32d8f1f", "label": "38a57a41-bc8e-4375-b896-4ad4f32d8f1f", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "656ec8ab-e4f3-45eb-8451-2933c1c2f226", "label": "656ec8ab-e4f3-45eb-8451-2933c1c2f226", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "dd0f91c5-b0ee-473b-a8ef-8320bc8a0d4d", "label": "dd0f91c5-b0ee-473b-a8ef-8320bc8a0d4d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "f4669219-17ef-4739-9bc8-f316b883d11d", "label": "f4669219-17ef-4739-9bc8-f316b883d11d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "18b00f84-6c85-40b4-9672-29d89c9c2a6c", "label": "18b00f84-6c85-40b4-9672-29d89c9c2a6c", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d3c9f592-c7f3-4248-b54d-049ed1607992", "label": "d3c9f592-c7f3-4248-b54d-049ed1607992", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "a4a7b753-b358-42ea-bacf-415134042b0b", "label": "a4a7b753-b358-42ea-bacf-415134042b0b", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "77d4b9f2-3369-4c40-9b96-2f54f50abac3", "label": "77d4b9f2-3369-4c40-9b96-2f54f50abac3", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5840dbad-e12d-45d9-8af2-739c146918b9", "label": "5840dbad-e12d-45d9-8af2-739c146918b9", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4e04f598-e156-4bd3-ab7a-fea4a4d2a257", "label": "4e04f598-e156-4bd3-ab7a-fea4a4d2a257", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "8cdbd56e-ae98-456d-9f7a-e74d542c9179", "label": "8cdbd56e-ae98-456d-9f7a-e74d542c9179", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "fae9151b-aa48-4fbb-826b-2d207cddde76", "label": "fae9151b-aa48-4fbb-826b-2d207cddde76", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "09c62415-c8ea-4b76-a4b1-559e6c4cc79e", "label": "09c62415-c8ea-4b76-a4b1-559e6c4cc79e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "229333b6-85fa-4785-88bf-f5fa2c3f10a2", "label": "229333b6-85fa-4785-88bf-f5fa2c3f10a2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e20f2462-72cd-484b-bf71-3fa37edc39e0", "label": "e20f2462-72cd-484b-bf71-3fa37edc39e0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4fa74fd7-99bb-479a-b492-5b67a2ae3d30", "label": "4fa74fd7-99bb-479a-b492-5b67a2ae3d30", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "79b8efcd-a135-4801-8d0a-68d02e9ae932", "label": "79b8efcd-a135-4801-8d0a-68d02e9ae932", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c2ed0d3a-30f6-401a-aac9-8b972cc9200d", "label": "c2ed0d3a-30f6-401a-aac9-8b972cc9200d", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "a707b0b4-3a7a-4d30-906c-189dfec7c107", "label": "a707b0b4-3a7a-4d30-906c-189dfec7c107", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "b304bacf-a695-40d8-811e-0576f2768dde", "label": "b304bacf-a695-40d8-811e-0576f2768dde", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6d035183-d7ba-4963-8b6b-ff1d3365508c", "label": "6d035183-d7ba-4963-8b6b-ff1d3365508c", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "1d7123bd-ac49-4b05-ab7a-f7330d8ca8b1", "label": "1d7123bd-ac49-4b05-ab7a-f7330d8ca8b1", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "dfafe560-6fa9-4b14-aef5-fc1cfa572bb7", "label": "dfafe560-6fa9-4b14-aef5-fc1cfa572bb7", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "5f249a01-2892-4e26-bf5f-009f237400bd", "label": "5f249a01-2892-4e26-bf5f-009f237400bd", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c6fc172d-27e8-4f62-8501-7317ca4dc413", "label": "c6fc172d-27e8-4f62-8501-7317ca4dc413", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "61f8aa03-92b1-41f7-8818-3bcb67440149", "label": "61f8aa03-92b1-41f7-8818-3bcb67440149", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "36a80925-57bd-4d17-afd0-4eeb10aaa3ce", "label": "36a80925-57bd-4d17-afd0-4eeb10aaa3ce", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "91e9e106-e725-475f-a71a-a8ed16ad339b", "label": "91e9e106-e725-475f-a71a-a8ed16ad339b", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "759e9290-96dd-4beb-844e-c1b53592a04e", "label": "759e9290-96dd-4beb-844e-c1b53592a04e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6f71c978-319d-4094-8ad6-d3e21e0a54a3", "label": "6f71c978-319d-4094-8ad6-d3e21e0a54a3", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "3aca2c44-dcd5-4086-90f7-e83dddbb56c0", "label": "3aca2c44-dcd5-4086-90f7-e83dddbb56c0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "57d2a60d-deb9-42d8-9dcb-ec6a914cad8e", "label": "57d2a60d-deb9-42d8-9dcb-ec6a914cad8e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c5dbcfb2-2f8f-40f8-8846-f7c7b054fe22", "label": "c5dbcfb2-2f8f-40f8-8846-f7c7b054fe22", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "86e5de7a-e822-4073-b5ff-331c77ca84ad", "label": "86e5de7a-e822-4073-b5ff-331c77ca84ad", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "dfb6a3a8-19b4-4704-820a-fd7b1997f698", "label": "dfb6a3a8-19b4-4704-820a-fd7b1997f698", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d0f02618-dfeb-4768-b56c-f3f223695792", "label": "d0f02618-dfeb-4768-b56c-f3f223695792", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "d43d01e1-b54f-4a0f-af54-847d16cdbe20", "label": "d43d01e1-b54f-4a0f-af54-847d16cdbe20", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ad0b6303-6242-4c59-bfbf-49b0320a7569", "label": "ad0b6303-6242-4c59-bfbf-49b0320a7569", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "2809a292-2621-4e7b-8c84-19072b2c2219", "label": "2809a292-2621-4e7b-8c84-19072b2c2219", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "129c6f40-ed01-4ebb-8510-9ed607514b38", "label": "129c6f40-ed01-4ebb-8510-9ed607514b38", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "ab1ee783-dcc5-4aa2-8386-474b615e2e5e", "label": "ab1ee783-dcc5-4aa2-8386-474b615e2e5e", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "30f28010-c749-4fb9-8228-a0b9d2dd7767", "label": "30f28010-c749-4fb9-8228-a0b9d2dd7767", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "eb98fb17-7aae-4d60-ac7f-e2974232d0b4", "label": "eb98fb17-7aae-4d60-ac7f-e2974232d0b4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "21604792-6d81-4053-a56e-46645daffa67", "label": "21604792-6d81-4053-a56e-46645daffa67", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "faf2f37b-dbb0-4c68-859e-3a0772c249f1", "label": "faf2f37b-dbb0-4c68-859e-3a0772c249f1", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "c682fcb6-1ae2-4692-a487-d713e44157d0", "label": "c682fcb6-1ae2-4692-a487-d713e44157d0", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "24bf968a-02b0-40ae-a7e9-a6e0054789d4", "label": "24bf968a-02b0-40ae-a7e9-a6e0054789d4", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "fd52f11d-8d73-4eb6-a8d6-bd19400414ad", "label": "fd52f11d-8d73-4eb6-a8d6-bd19400414ad", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "fee28b30-163d-4f99-93da-3340ff0bbcd2", "label": "fee28b30-163d-4f99-93da-3340ff0bbcd2", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "3ed8e83b-8920-49c3-ac5a-90bc74ca97e1", "label": "3ed8e83b-8920-49c3-ac5a-90bc74ca97e1", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "aeff4f7f-d7eb-49a4-94bb-2dbdf84bcb11", "label": "aeff4f7f-d7eb-49a4-94bb-2dbdf84bcb11", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "e4b9b5f2-4df2-476f-af83-ba9d0fc36079", "label": "e4b9b5f2-4df2-476f-af83-ba9d0fc36079", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "7d1bab51-1f9d-4730-a1b5-083926582b61", "label": "7d1bab51-1f9d-4730-a1b5-083926582b61", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "089a2776-71b7-4dba-8b00-fc22e731037a", "label": "089a2776-71b7-4dba-8b00-fc22e731037a", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "608d1c28-b2cf-4b8e-aaff-db96ad20cc49", "label": "608d1c28-b2cf-4b8e-aaff-db96ad20cc49", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4f7a2e6e-fb35-43d9-a40e-fd1de9fb4876", "label": "4f7a2e6e-fb35-43d9-a40e-fd1de9fb4876", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "4601ed80-3417-4f8c-a4e7-864df5804843", "label": "4601ed80-3417-4f8c-a4e7-864df5804843", "shape": "dot", "size": 10}, {"color": "#97c2fc", "id": "6de4f1bd-1204-46c6-8463-04dd638075cc", "label": "6de4f1bd-1204-46c6-8463-04dd638075cc", "shape": "dot", "size": 10}]);
                  edges = new vis.DataSet([{"arrows": "to", "from": "NightOwl", "label": "PART_OF", "to": "SMSFrenzy", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "Micro", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "179", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "Prepaid", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "IS_A", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "Musica.TI", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "867", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "Roaming Promo", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "33", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "My Telkomcel", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "Data Roaming", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "81138833275", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "2022-08-31", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "28.92", "width": 1}, {"arrows": "to", "from": "Bambang Lestari", "label": "HAS", "to": "Surabaya", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "E-wallet", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "278", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "TravelConnect", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "2024-06-15 22:02:25", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "40", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "1.68", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Phone", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Musica.TI", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "0.4481465179442059", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS_SERVICE", "to": "My Telkomcel", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Nano", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Depok", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "25.0", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS_INTERACTION", "to": "Billing", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "1459.0", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Customer Service Interaction", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS_SERVICE", "to": "Data Roaming", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "0", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "81226808748", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Package Information", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Hi, I\u0027m thinking about canceling my plan. It\u0027s too expensive for how little I use it.", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Location Update", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "0.0", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "2024-06-15 21:58:25", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "0.470352330583379", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "2020-09-29", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Shopping Mall", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Store Visit", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "4.4.4", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Other", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Data Usage", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "880", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "SeasonalPromo", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Voice", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "App Login", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS_INTERACTION", "to": "58.0", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "0.0867030211473982", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "498000.0", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "0.3995284869841473", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "ReferralBonus", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Android", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS_INTERACTION", "to": "Email", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "2024-06-15 22:01:25", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "I understand your concern. Let\u0027s look at some more affordable options that better suit your usage.", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "0.7530393516567484", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Great! I\u0027ve found a plan that could save you 30% monthly. Shall we go over the details?", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "2024-06-15 22:03:25", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "That would be helpful, thanks.", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS_SERVICE", "to": "Roaming Tips", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Restaurant", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "InternetMax", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "204.44", "width": 1}, {"arrows": "to", "from": "Bambang Susanto", "label": "HAS", "to": "Prepaid", "width": 1}, {"arrows": "to", "from": "Roaming Tips", "label": "IS_A", "to": "Phone", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_FEATURES", "to": "InternetMax", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS", "to": "TravelConnect", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_FEATURES", "to": "SeasonalPromo", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS", "to": "Bill Payment", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_USAGE", "to": "0.3995284869841473", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_FEATURES", "to": "ReferralBonus", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_USAGE", "to": "0.4481465179442059", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_SERVICE", "to": "Combo", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_USAGE", "to": "0.470352330583379", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_CATEGORY", "to": "Gaming", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_SERVICE", "to": "Purchase Package", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_FEATURES", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_USAGE", "to": "0.0867030211473982", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_USAGE", "to": "0", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_CATEGORY", "to": "Data Usage", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS", "to": "45000.0", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_USAGE", "to": "0.0", "width": 1}, {"arrows": "to", "from": "81226808748", "label": "HAS_USAGE", "to": "0.7530393516567484", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "Purchase Package", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "0.0954894242912236", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "SeasonalPromo", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "App Login", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "0.449895383467622", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "0.6504950325571986", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "Android", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "InternetMax", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "0.8086646277150558", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "0.1524091646646384", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "TravelConnect", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "0.0213893700462704", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "SMS", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "StudentSpecial", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "5.2.9", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "9000.0", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "0", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "0.40368699196136", "width": 1}, {"arrows": "to", "from": "82339334981", "label": "HAS", "to": "Location Update", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Prepaid", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "297", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Internet Rapido Demais", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.6504950325571986", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.6548402651387891", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Phone", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "2016-11-27", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "1709.0", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.7452274144999432", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "61", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "RBT", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "SMS", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "StudentSpecial", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Call", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Customer Service Interaction", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Billing", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "1.7.9", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "TravelConnect", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.40368699196136", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.0213893700462704", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Package Information", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "5.9.8", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "260.89", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.5002070489746948", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "DeviceBundleOffer", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Roaming Tariff", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "NightOwl", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "App Login", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "277.88", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.4494396879892304", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Chat", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Gaming", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Palembang", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "4.8.8", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.449895383467622", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Android", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Location Update", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.1472637956399706", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Bonus Recharge", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "620", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Store Visit", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "34.91", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "InternetMax", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.0954894242912236", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.4755708005598429", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.8086646277150558", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Data Usage", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "96000.0", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.1524091646646384", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "SeasonalPromo", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Voice", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "0.2656528167527274", "width": 1}, {"arrows": "to", "from": "Agus Santoso", "label": "HAS", "to": "Micro", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "41.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Bank Transfer", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Chat, Technical", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "2019-08-31", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Customer Service Interaction, Store Visit, Billing", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "39.43", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.6548402651387891", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "40", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "212.1", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.5740410648143587", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "128000.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "35.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "1303.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Oh, I didn\u0027t realize. Tell me more about this plan.", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.7452274144999432", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Male", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "82126663754", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "1.2.6", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "SMS", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "253000.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "ReferralBonus, NightOwl, SMSFrenzy, DeviceBundleOffer, FamilyPlan", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Customer Service Interaction", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "1.3.8", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.4494396879892304", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "684.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "22000.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Gaming", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "10000.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.7558712391519612", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Roaming Tips, Games TL, Bonus Recharge, Data Roaming", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "App Login, iOS, 4.2.4", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Cash", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.4755708005598429, 0.2656528167527274, 0.7452274144999432, 0, 0.6548402651387891, 0.4494396879892304, 0.1472637956399706, 0.5002070489746948", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "2024-07-03 11:55:25", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "2024-07-03 11:48:25", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "302", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Purchase Package", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "I see you\u0027ve used more call minutes than your plan allows. We have a better plan for high-volume callers.", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Higher than usual", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.5002070489746948", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "2024-07-03 11:52:25", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Social Media, Browsing", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "nan", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "58.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Depok", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.4755708005598429", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "False", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Browsing", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.2656528167527274", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "DigitalLifestyle, NightOwl, SeasonalPromo, InternetMax, DeviceBundleOffer", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Android 5.8.4", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "App Login", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Data Roaming", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.075788279172246", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.4820336125364824", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "174.35", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.297055505228343", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "iOS", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.4633706722641987", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Android", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "5.4.7", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "159000.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.1472637956399706", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Games TL", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "My bill is higher than usual this month. What happened?", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "788.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Bonus Recharge", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Roaming Tips", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "It offers unlimited calls for just 15% more than your current plan. Would you like to switch?", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "396.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "824", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "True", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "0.1488955426603949", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Voice", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Micro", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "83000.0", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "Prepaid", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "2024-07-03 11:50:25", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "481.41", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "112.93", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "81237383266", "width": 1}, {"arrows": "to", "from": "Budi Santoso", "label": "HAS", "to": "482.04", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_USAGE_VALUE", "to": "153.42", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS", "to": "0.4494396879892304", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS", "to": "0", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS", "to": "22000.0", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_ACTIVITY", "to": "Location Update", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS", "to": "0.1472637956399706", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_USAGE", "to": "0.5002070489746948", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_FEATURES", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS", "to": "0.4755708005598429", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS", "to": "nan", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_ACTIVITY", "to": "Data Usage", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS", "to": "0.2656528167527274", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_FEATURES", "to": "DigitalLifestyle, NightOwl, SeasonalPromo, InternetMax, DeviceBundleOffer", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_FEATURES", "to": "DeviceBundleOffer", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS", "to": "0.6548402651387891", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_USAGE", "to": "465.82", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_FEATURES", "to": "NightOwl", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS", "to": "0.7452274144999432", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_FEATURES", "to": "InternetMax", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_FEATURES", "to": "SeasonalPromo", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_USAGE_CATEGORY", "to": "Social Media", "width": 1}, {"arrows": "to", "from": "82126663754", "label": "HAS_ACTIVITY", "to": "Other", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "0.1488955426603949", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "We can spread your payment over the next two months without any extra fees. Would that work for you?", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "ReferralBonus, NightOwl, SMSFrenzy, DeviceBundleOffer, FamilyPlan", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "1.3.8", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "0.7558712391519612", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "SMSFrenzy", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "DeviceBundleOffer", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "nan", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "I\u0027m sorry to hear that. We do have some flexible payment plans available.", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "NightOwl", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "App Login", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "0", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "0.075788279172246", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "0.4820336125364824", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "0.297055505228343", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "ReferralBonus", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "iOS", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "That would be really helpful. What kind of plans?", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "I\u0027m having trouble paying my bill this month. Are there any options?", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "Bill Payment", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "E-wallet", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "FamilyPlan", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "0.4633706722641987", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "0.5740410648143587", "width": 1}, {"arrows": "to", "from": "81237383266", "label": "HAS", "to": "129000.0", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "423", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Package Information", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "SMSFrenzy", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Purchase Package", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "39.0", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "DeviceBundleOffer", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "I\u0027m sorry to hear that. We do have some flexible payment plans available.", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "My Telkomcel", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Nano", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Roaming Tariff", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "NightOwl", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Data Roaming", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "2014-09-27", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "385", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "25.02", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "ReferralBonus", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "That would be really helpful. What kind of plans?", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "48", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "SeasonalPromo", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "BusinessPro", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Bill Payment", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "152000.0", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Prepaid", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "81237383266", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "E-wallet", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "FamilyPlan", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Phone", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Jakarta", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "129000.0", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "I\u0027m having trouble paying my bill this month. Are there any options?", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "We can spread your payment over the next two months without any extra fees. Would that work for you?", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "Rina Susanto", "label": "HAS", "to": "Musica.TI", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "0", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "0.6556248348453751", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "0.2865085168812002", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "0.096976016641434", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "SeasonalPromo", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "NightOwl", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "BusinessPro", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "I\u0027d love a new phone. Is that possible?", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "0.9509956514623404", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "Absolutely! You have enough points for our latest model. Shall I process that for you?", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "0.1198790449259346", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "Hi, I\u0027ve accumulated a lot of loyalty points. How can I use them?", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "0.5574126118292195", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "As a valued customer, you have several premium redemption options. What are you interested in?", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "0.5160403484895798", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "SMS", "width": 1}, {"arrows": "to", "from": "81288285089", "label": "HAS", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "180000.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "PART_OF", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "182000.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Chat", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "15000.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Postpaid", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "421.88", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Gaming", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Cash", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "42", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "1748.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Location Update", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Purchase Package", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "SeasonalPromo", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "NightOwl", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "BusinessPro", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "192", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "App Login", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "True", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Data Usage", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "False", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Voice", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "[\u0027SeasonalPromo\u0027, \u0027DigitalLifestyle\u0027, \u0027ReferralBonus\u0027, \u0027BusinessPro\u0027, \u0027NightOwl\u0027]", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "ReferralBonus", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Bill Payment", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Android 5.4.7", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Internet Rapido Demais", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "190.4", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "390000.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "107000.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "463.27", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Jakarta", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Roaming Tips", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "81288285089", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Telkomcel Point", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Customer Service Interaction", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Social Media", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "4.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Android 4.0.2", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "676.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Bank Transfer", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "iOS 2.7.4", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "135000.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "40.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Package Information", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "177.77", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "T-Track \u0026 T-Motion", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "45.71", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "716", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Streaming", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "82000.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Nano", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "2019-02-07", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "Browsing", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "760.0", "width": 1}, {"arrows": "to", "from": "Bambang Wijaya", "label": "HAS", "to": "197000.0", "width": 1}, {"arrows": "to", "from": "Telkomcel Point", "label": "IS_A", "to": "Billing", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "CALL_MINUTES", "to": "953.0", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "SOCIAL_MEDIA_USAGE", "to": "125.22", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "Nano", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "PROMOTION", "to": "Roaming Promo", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "Higher than usual", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "2022-07-07", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "AGE", "to": "36", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "DATA_USAGE", "to": "2.11", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "SERVICE", "to": "My Telkomcel", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "BILL_AMOUNT", "to": "411000.0", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "Used more call minutes", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "PLAN", "to": "Postpaid", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "CALL_MINUTES", "to": "147.0", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "RBT", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "BILL_AMOUNT", "to": "195000.0", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "493", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "354", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "BONUS", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "4G LTE", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "LOCATION", "to": "Bandung", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "BONUS", "to": "SMSFrenzy", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "DATA_USAGE", "to": "144.46", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "BONUS", "to": "DeviceBundleOffer", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "HAS", "to": "4G LTE Package", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "BONUS", "to": "NightOwl", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "BONUS", "to": "ReferralBonus", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "DATA_USAGE", "to": "355.48", "width": 1}, {"arrows": "to", "from": "Andi Utami", "label": "DATA_USAGE", "to": "196.63", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "OFFERS", "to": "DeviceBundleOffer", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "PAYMENT_AMOUNT", "to": "171000.0", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "USAGE_PERCENTAGE", "to": "0.2418438914989163", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "PAYMENT_METHOD", "to": "E-wallet", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "OFFERS", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "MESSAGE", "to": "My bill is higher than usual this month. What happened?", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "OFFERS", "to": "SMSFrenzy", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "OFFERS", "to": "NightOwl", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "PURCHASE_TYPE", "to": "SMS", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "OFFERS", "to": "ReferralBonus", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "USAGE_PERCENTAGE", "to": "0.9079048178262816", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "PURCHASE_AMOUNT", "to": "184000.0", "width": 1}, {"arrows": "to", "from": "81293576945", "label": "USAGE_PERCENTAGE", "to": "0.4815058472493531", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "12000.0", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "StreamingPlus", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "0.4774768266052507", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "DigitalLifestyle", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Credit Card", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Combo", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Chat", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Telkomcel Point, T-Track \u0026 T-Motion, Data Roaming", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Data Roaming", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Gaming", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "0.113446467210629", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "4.8.8", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Cash", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "1610.0", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "145.31", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Location Update", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "17.69", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Purchase Package", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "I see you\u0027ve used more call minutes than your plan allows. We have a better plan for high-volume callers.", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "My bill is higher than usual this month. What happened?", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "463000.0", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "209.82", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "InternetMax", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "nan", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Roaming Tariff", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "True", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "2.2.6", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "False", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "SeasonalPromo", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Voice", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "BusinessPro", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "I\u0027d love a new phone. Is that possible?", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Work", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Bill Payment", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Absolutely! You have enough points for our latest model. Shall I process that for you?", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "App Login", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "360.0", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "477000.0", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Hi, I\u0027ve accumulated a lot of loyalty points. How can I use them?", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "ReferralBonus", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "iOS", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "36", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "411", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "292000.0", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "It offers unlimited calls for just 15% more than your current plan. Would you like to switch?", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Telkomcel Point", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Oh, I didn\u0027t realize. Tell me more about this plan.", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "As a valued customer, you have several premium redemption options. What are you interested in?", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "374.68", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "StudentSpecial", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Micro", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Call", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "2017-07-14", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Prepaid", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Customer Service Interaction", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Bandung", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Telkomcel Point, T-Track \u0026 T-Motion", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Bank Transfer", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "347", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "TravelConnect", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "4.4.7", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "5.9.4", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Package Information", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "0.8041504749209882", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "69000.0", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "1745.0", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "SeasonalPromo, DigitalLifestyle, TravelConnect, ReferralBonus, InternetMax", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "Park", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "T-Track \u0026 T-Motion", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "149000.0", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Rina Wati", "label": "HAS", "to": "[\u0027SeasonalPromo\u0027, \u0027DigitalLifestyle\u0027, \u0027TravelConnect\u0027, \u0027ReferralBonus\u0027, \u0027InternetMax\u0027]", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Purchase Package", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "2024-06-22 14:45:25", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "2024-06-22 14:46:25", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Gym", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "True", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Data Usage", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "I\u0027d love a new phone. Is that possible?", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "8.89", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Absolutely! You have enough points for our latest model. Shall I process that for you?", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "55.0", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "82327998715", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Internet Rapido Demais", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Email", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Regular", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "161000.0", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "10", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "RBT", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Customer Service Interaction", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "[\u0027StudentSpecial\u0027, \u0027TravelConnect\u0027, \u0027ReferralBonus\u0027, \u0027BusinessPro\u0027, \u0027StreamingPlus\u0027]", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "2015-12-24", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Package Information", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Medan", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Roaming Promo", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "56", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "My Telkomcel", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Browsing", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Billing", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "407.06", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Combo", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Chat", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Postpaid", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "69", "width": 1}, {"arrows": "to", "from": "Rina Santoso", "label": "HAS", "to": "Account", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "Customer Service Interaction", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "0.0633522995835256", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "0.3861957555079443", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "0.4914460363829503", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "Billing", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "0", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "0.2157695719525972", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "0.9444353755396828", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "0.0", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "0.4959953073655221", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "Active", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "Phone", "width": 1}, {"arrows": "to", "from": "82327998715", "label": "HAS", "to": "18.0", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "My Telkomcel", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "Data Roaming", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "Semarang", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "[email protected]", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "Games TL", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "Micro", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "Prepaid", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "279", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "141", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "44.39", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "2019-07-02", "width": 1}, {"arrows": "to", "from": "Dewi Wijaya", "label": "HAS", "to": "Roaming Promo", "width": 1}]);

                  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,
        "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>