-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom_det_annotated_stelae_data.html
More file actions
176 lines (133 loc) · 174 KB
/
com_det_annotated_stelae_data.html
File metadata and controls
176 lines (133 loc) · 174 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis.css" type="text/css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.16.1/vis-network.min.js"> </script>
<center>
<h1>Com Det Network for Stelae</h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<style type="text/css">
#mynetwork {
width: 1000px;
height: 1000px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 1000px;
height: 1000px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div id = "mynetwork"></div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var network;
var container;
var options, data;
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"color": "#C9C5CB", "font": {"color": "white"}, "id": "\u7d50", "label": "\u7d50", "shape": "circle", "value": "0.000799905605408174"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6ea2", "label": "\u6ea2", "shape": "circle", "value": "0.0"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u75be", "label": "\u75be", "shape": "circle", "value": "1.9430905394530543e-05"}, {"color": "#03045E", "font": {"color": "white"}, "id": "\u6e38", "label": "\u6e38", "shape": "circle", "value": "0.0004363121484044585"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4e18", "label": "\u4e18", "shape": "circle", "value": "0.0"}, {"color": "#CAF0F8", "font": {"color": "white"}, "id": "\u6d41", "label": "\u6d41", "shape": "circle", "value": "0.0012247358551704098"}, {"color": "#03045E", "font": {"color": "white"}, "id": "\u671f", "label": "\u671f", "shape": "circle", "value": "0.001556421720157843"}, {"color": "#03045E", "font": {"color": "white"}, "id": "\u6ecb", "label": "\u6ecb", "shape": "circle", "value": "0.000554958434374092"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u65bd", "label": "\u65bd", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u6b64", "label": "\u6b64", "shape": "circle", "value": "0.00032477370445143907"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u6709", "label": "\u6709", "shape": "circle", "value": "0.006820247793480218"}, {"color": "#CAF0F8", "font": {"color": "white"}, "id": "\u96e2", "label": "\u96e2", "shape": "circle", "value": "0.0005683539827900183"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8986", "label": "\u8986", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6d3d", "label": "\u6d3d", "shape": "circle", "value": "0.0"}, {"color": "#CAF0F8", "font": {"color": "white"}, "id": "\u4fee", "label": "\u4fee", "shape": "circle", "value": "0.0005052035402577941"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6606", "label": "\u6606", "shape": "circle", "value": "0.00013961602802769826"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5ef6", "label": "\u5ef6", "shape": "circle", "value": "0.0"}, {"color": "#0900c9", "font": {"color": "white"}, "id": "\u4eba", "label": "\u4eba", "shape": "circle", "value": "0.01392327084329711"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5831", "label": "\u5831", "shape": "circle", "value": "0.0"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u9748", "label": "\u9748", "shape": "circle", "value": "0.0021286034135908167"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5f1f", "label": "\u5f1f", "shape": "circle", "value": "0.0005052035402577941"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u601b", "label": "\u601b", "shape": "circle", "value": "6.0269896030754383e-05"}, {"color": "#188977", "font": {"color": "white"}, "id": "\u5fc3", "label": "\u5fc3", "shape": "circle", "value": "0.0018479910394080033"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u547d", "label": "\u547d", "shape": "circle", "value": "0.0013246082296759177"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8d16", "label": "\u8d16", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u65e5", "label": "\u65e5", "shape": "circle", "value": "0.0138480804364066"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8ca1", "label": "\u8ca1", "shape": "circle", "value": "0.0"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u6bcd", "label": "\u6bcd", "shape": "circle", "value": "0.01325136857440473"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u5c11", "label": "\u5c11", "shape": "circle", "value": "4.2100295021482836e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5109", "label": "\u5109", "shape": "circle", "value": "0.0"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u60c5", "label": "\u60c5", "shape": "circle", "value": "0.0011661963973310144"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5100", "label": "\u5100", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u660e", "label": "\u660e", "shape": "circle", "value": "0.017285603058440315"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u614e", "label": "\u614e", "shape": "circle", "value": "0.0"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u541b", "label": "\u541b", "shape": "circle", "value": "0.005889776597797628"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7d14", "label": "\u7d14", "shape": "circle", "value": "0.0003452770948839793"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u96f2", "label": "\u96f2", "shape": "circle", "value": "0.0028861862855388623"}, {"color": "#BFE1B0", "font": {"color": "white"}, "id": "\u5ba3", "label": "\u5ba3", "shape": "circle", "value": "0.0"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u6069", "label": "\u6069", "shape": "circle", "value": "0.001951135616072544"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u5c0a", "label": "\u5c0a", "shape": "circle", "value": "0.00015637252436550767"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u61c3", "label": "\u61c3", "shape": "circle", "value": "0.0"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u6587", "label": "\u6587", "shape": "circle", "value": "0.00210093133900063"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u8ce2", "label": "\u8ce2", "shape": "circle", "value": "0.00040750993640670095"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5ddd", "label": "\u5ddd", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u539f", "label": "\u539f", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9a5a", "label": "\u9a5a", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7384", "label": "\u7384", "shape": "circle", "value": "0.0"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u9593", "label": "\u9593", "shape": "circle", "value": "0.0008591598094570435"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u6c11", "label": "\u6c11", "shape": "circle", "value": "0.003296516408896429"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u662f", "label": "\u662f", "shape": "circle", "value": "0.0"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u79e6", "label": "\u79e6", "shape": "circle", "value": "0.00023537892216556313"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u795e", "label": "\u795e", "shape": "circle", "value": "0.0005590159474281104"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u5ead", "label": "\u5ead", "shape": "circle", "value": "0.002187634432079566"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u751f", "label": "\u751f", "shape": "circle", "value": "0.005227034118074164"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u6e05", "label": "\u6e05", "shape": "circle", "value": "0.0007910845912131965"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u76c8", "label": "\u76c8", "shape": "circle", "value": "0.0001056803324008651"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u5764", "label": "\u5764", "shape": "circle", "value": "5.41289507419065e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5b6b", "label": "\u5b6b", "shape": "circle", "value": "0.01400155573616848"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u512a", "label": "\u512a", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6416", "label": "\u6416", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4f11", "label": "\u4f11", "shape": "circle", "value": "4.2100295021482836e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7587", "label": "\u7587", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u689d", "label": "\u689d", "shape": "circle", "value": "0.0"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u71b9", "label": "\u71b9", "shape": "circle", "value": "1.8042983580635502e-05"}, {"color": "#188977", "font": {"color": "white"}, "id": "\u671d", "label": "\u671d", "shape": "circle", "value": "0.0004647872570371706"}, {"color": "#03045E", "font": {"color": "white"}, "id": "\u6cbb", "label": "\u6cbb", "shape": "circle", "value": "0.0006200225266800199"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9685", "label": "\u9685", "shape": "circle", "value": "0.00012630088506444852"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u797a", "label": "\u797a", "shape": "circle", "value": "0.0"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u4fdd", "label": "\u4fdd", "shape": "circle", "value": "0.004778984917724324"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u4ec1", "label": "\u4ec1", "shape": "circle", "value": "0.0010196438219345872"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u798f", "label": "\u798f", "shape": "circle", "value": "0.0008925262544554361"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u767c", "label": "\u767c", "shape": "circle", "value": "6.968324693210953e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u862d", "label": "\u862d", "shape": "circle", "value": "0.00045468318623201467"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5893", "label": "\u5893", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u63a7", "label": "\u63a7", "shape": "circle", "value": "0.0"}, {"color": "#D7D9D7", "font": {"color": "white"}, "id": "\u6b78", "label": "\u6b78", "shape": "circle", "value": "0.003088836820118122"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u4e16", "label": "\u4e16", "shape": "circle", "value": "0.0006600953873466598"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7469", "label": "\u7469", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u4e0a", "label": "\u4e0a", "shape": "circle", "value": "0.0010104070805155882"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5721", "label": "\u5721", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5c4f", "label": "\u5c4f", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u82d3", "label": "\u82d3", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8ee8", "label": "\u8ee8", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5929", "label": "\u5929", "shape": "circle", "value": "0.0030417847527358295"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u771f", "label": "\u771f", "shape": "circle", "value": "0.0006071305703098052"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u8eab", "label": "\u8eab", "shape": "circle", "value": "0.0009415694051471287"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u8fb2", "label": "\u8fb2", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u89aa", "label": "\u89aa", "shape": "circle", "value": "0.0075714056888635155"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u5ef7", "label": "\u5ef7", "shape": "circle", "value": "0.0004786138802442257"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u884d", "label": "\u884d", "shape": "circle", "value": "8.272338670887854e-05"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u76f8", "label": "\u76f8", "shape": "circle", "value": "0.0015422002807869502"}, {"color": "#a306fe", "font": {"color": "white"}, "id": "\u5411", "label": "\u5411", "shape": "circle", "value": "0.0001528905450780166"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u8b93", "label": "\u8b93", "shape": "circle", "value": "5.3179320027136214e-05"}, {"color": "#a306fe", "font": {"color": "white"}, "id": "\u7adf", "label": "\u7adf", "shape": "circle", "value": "0.01552956431349581"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u990a", "label": "\u990a", "shape": "circle", "value": "0.0004786138802442257"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u5be7", "label": "\u5be7", "shape": "circle", "value": "0.003607854277568281"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u69ae", "label": "\u69ae", "shape": "circle", "value": "0.00103355681947845"}, {"color": "#4C1036", "font": {"color": "white"}, "id": "\u9ad4", "label": "\u9ad4", "shape": "circle", "value": "9.548105186690365e-05"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u81ba", "label": "\u81ba", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u4e09", "label": "\u4e09", "shape": "circle", "value": "0.0022158050011306762"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5b9c", "label": "\u5b9c", "shape": "circle", "value": "0.0021231843520834143"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u4ed5", "label": "\u4ed5", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u9996", "label": "\u9996", "shape": "circle", "value": "0.0014320159855674603"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u5e02", "label": "\u5e02", "shape": "circle", "value": "0.005405044793615218"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u65ec", "label": "\u65ec", "shape": "circle", "value": "4.431610002261351e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u8cea", "label": "\u8cea", "shape": "circle", "value": "0.0005406564202758851"}, {"color": "#56B870", "font": {"color": "white"}, "id": "\u7d55", "label": "\u7d55", "shape": "circle", "value": "0.004750702037369633"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u9f3b", "label": "\u9f3b", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u5be4", "label": "\u5be4", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u9ee8", "label": "\u9ee8", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u84cb", "label": "\u84cb", "shape": "circle", "value": "6.545147080262919e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u4f4d", "label": "\u4f4d", "shape": "circle", "value": "0.0012110226563871885"}, {"color": "#BFE1B0", "font": {"color": "white"}, "id": "\u54c9", "label": "\u54c9", "shape": "circle", "value": "0.0007499492744735916"}, {"color": "#90E0EF", "font": {"color": "white"}, "id": "\u90ce", "label": "\u90ce", "shape": "circle", "value": "0.0006280224460347517"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u5143", "label": "\u5143", "shape": "circle", "value": "3.545288001809081e-05"}, {"color": "#0900c9", "font": {"color": "white"}, "id": "\u4fe1", "label": "\u4fe1", "shape": "circle", "value": "0.0036472150318610924"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u76db", "label": "\u76db", "shape": "circle", "value": "5.416412224986096e-05"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u6968", "label": "\u6968", "shape": "circle", "value": "4.431610002261351e-05"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u5b50", "label": "\u5b50", "shape": "circle", "value": "0.021369465213270416"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u68e0", "label": "\u68e0", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u4ea1", "label": "\u4ea1", "shape": "circle", "value": "3.545288001809081e-05"}, {"color": "#BFE1B0", "font": {"color": "white"}, "id": "\u540f", "label": "\u540f", "shape": "circle", "value": "0.0008264952654217423"}, {"color": "#00B4D8", "font": {"color": "white"}, "id": "\u601d", "label": "\u601d", "shape": "circle", "value": "0.004750042283828603"}, {"color": "#BFE1B0", "font": {"color": "white"}, "id": "\u5099", "label": "\u5099", "shape": "circle", "value": "0.00012851669006557918"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u5c31", "label": "\u5c31", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u7a76", "label": "\u7a76", "shape": "circle", "value": "0.0006580940853358108"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u65e2", "label": "\u65e2", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#C9C5CB", "font": {"color": "white"}, "id": "\u5fd7", "label": "\u5fd7", "shape": "circle", "value": "0.002002680736430087"}, {"color": "#BFE1B0", "font": {"color": "white"}, "id": "\u610f", "label": "\u610f", "shape": "circle", "value": "0.003379419170295872"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u7950", "label": "\u7950", "shape": "circle", "value": "2.6589660013568104e-05"}, {"color": "#4C1036", "font": {"color": "white"}, "id": "\u5b78", "label": "\u5b78", "shape": "circle", "value": "9.48182597551285e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5999", "label": "\u5999", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7c4d", "label": "\u7c4d", "shape": "circle", "value": "0.0"}, {"color": "#03045E", "font": {"color": "white"}, "id": "\u56de", "label": "\u56de", "shape": "circle", "value": "0.0005052035402577941"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8fd1", "label": "\u8fd1", "shape": "circle", "value": "0.00038325785812660246"}, {"color": "#71A9F7", "font": {"color": "white"}, "id": "\u8209", "label": "\u8209", "shape": "circle", "value": "0.0002735122114592152"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9664", "label": "\u9664", "shape": "circle", "value": "0.0"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u570b", "label": "\u570b", "shape": "circle", "value": "0.0010307990844565147"}, {"color": "#D7D9D7", "font": {"color": "white"}, "id": "\u5fae", "label": "\u5fae", "shape": "circle", "value": "0.00018783208548046187"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5f92", "label": "\u5f92", "shape": "circle", "value": "0.0"}, {"color": "#71A9F7", "font": {"color": "white"}, "id": "\u6012", "label": "\u6012", "shape": "circle", "value": "0.0005683539827900184"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u8cf4", "label": "\u8cf4", "shape": "circle", "value": "1.629688839541271e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5916", "label": "\u5916", "shape": "circle", "value": "0.00010049747843837839"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u53f3", "label": "\u53f3", "shape": "circle", "value": "0.007670673752914173"}, {"color": "#188977", "font": {"color": "white"}, "id": "\u606d", "label": "\u606d", "shape": "circle", "value": "0.00011176339543662222"}, {"color": "#9EC5AB", "font": {"color": "white"}, "id": "\u937e", "label": "\u937e", "shape": "circle", "value": "0.00016840118008593135"}, {"color": "#71A9F7", "font": {"color": "white"}, "id": "\u8e64", "label": "\u8e64", "shape": "circle", "value": "2.6589660013568107e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5f9e", "label": "\u5f9e", "shape": "circle", "value": "0.0008219798141491678"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7f8a", "label": "\u7f8a", "shape": "circle", "value": "0.010089034985505348"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u5149", "label": "\u5149", "shape": "circle", "value": "0.00869580338705211"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5ee7", "label": "\u5ee7", "shape": "circle", "value": "0.0"}, {"color": "#9EC5AB", "font": {"color": "white"}, "id": "\u901a", "label": "\u901a", "shape": "circle", "value": "0.001503264493201098"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u80b1", "label": "\u80b1", "shape": "circle", "value": "0.0"}, {"color": "#9EC5AB", "font": {"color": "white"}, "id": "\u8499", "label": "\u8499", "shape": "circle", "value": "0.00042100295021482834"}, {"color": "#9EC5AB", "font": {"color": "white"}, "id": "\u529f", "label": "\u529f", "shape": "circle", "value": "0.0009875667445068655"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u51f6", "label": "\u51f6", "shape": "circle", "value": "0.0023155162261815562"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u5bae", "label": "\u5bae", "shape": "circle", "value": "0.0005052035402577941"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u50b7", "label": "\u50b7", "shape": "circle", "value": "0.005189307879678291"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6134", "label": "\u6134", "shape": "circle", "value": "0.0"}, {"color": "#56B870", "font": {"color": "white"}, "id": "\u5fd8", "label": "\u5fd8", "shape": "circle", "value": "0.009964268547724886"}, {"color": "#9EC5AB", "font": {"color": "white"}, "id": "\u8aa6", "label": "\u8aa6", "shape": "circle", "value": "0.00014556084407720902"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u8eac", "label": "\u8eac", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u9686", "label": "\u9686", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u5145", "label": "\u5145", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u4e2d", "label": "\u4e2d", "shape": "circle", "value": "0.0032263041670489087"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u96e3", "label": "\u96e3", "shape": "circle", "value": "0.0007593362302056546"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u8271", "label": "\u8271", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5e74", "label": "\u5e74", "shape": "circle", "value": "0.008896891459960631"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u9580", "label": "\u9580", "shape": "circle", "value": "0.00043235727220547064"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u6b98", "label": "\u6b98", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u5fa9", "label": "\u5fa9", "shape": "circle", "value": "0.00294632750462724"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u7ab4", "label": "\u7ab4", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u6ce5", "label": "\u6ce5", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u8ddd", "label": "\u8ddd", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u78ad", "label": "\u78ad", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#CAF0F8", "font": {"color": "white"}, "id": "\u9a0e", "label": "\u9a0e", "shape": "circle", "value": "9.185518913778073e-05"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u72e9", "label": "\u72e9", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u971c", "label": "\u971c", "shape": "circle", "value": "0.0008638479030191728"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u767b", "label": "\u767b", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u60e1", "label": "\u60e1", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#6B5CA5", "font": {"color": "white"}, "id": "\u8352", "label": "\u8352", "shape": "circle", "value": "0.00016372336952798883"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u5f37", "label": "\u5f37", "shape": "circle", "value": "9.644794859466977e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u65b9", "label": "\u65b9", "shape": "circle", "value": "0.005612184920542655"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5e38", "label": "\u5e38", "shape": "circle", "value": "0.0023648015331375976"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7db1", "label": "\u7db1", "shape": "circle", "value": "0.0005511311348266844"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7ae0", "label": "\u7ae0", "shape": "circle", "value": "0.010459590482638155"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u7e31", "label": "\u7e31", "shape": "circle", "value": "9.695825520099075e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7687", "label": "\u7687", "shape": "circle", "value": "0.005312813293937783"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u3895", "label": "\u3895", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u540c", "label": "\u540c", "shape": "circle", "value": "0.0026201899582608567"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u6613", "label": "\u6613", "shape": "circle", "value": "0.0002985293646977874"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u9e97", "label": "\u9e97", "shape": "circle", "value": "6.789296588444664e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6dd1", "label": "\u6dd1", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u53ec", "label": "\u53ec", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5df7", "label": "\u5df7", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7d3c", "label": "\u7d3c", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4ec6", "label": "\u4ec6", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7acb", "label": "\u7acb", "shape": "circle", "value": "0.0008455577863619904"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u904b", "label": "\u904b", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u914d", "label": "\u914d", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u745b", "label": "\u745b", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5ece", "label": "\u5ece", "shape": "circle", "value": "0.0"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u9053", "label": "\u9053", "shape": "circle", "value": "0.006267961541665974"}, {"color": "#D7D9D7", "font": {"color": "white"}, "id": "\u54c0", "label": "\u54c0", "shape": "circle", "value": "0.0007778530699207306"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5366", "label": "\u5366", "shape": "circle", "value": "0.0"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u5b5d", "label": "\u5b5d", "shape": "circle", "value": "2.1050147510741418e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6388", "label": "\u6388", "shape": "circle", "value": "0.0004252129797169767"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u738b", "label": "\u738b", "shape": "circle", "value": "0.01112384502848823"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u4f5c", "label": "\u4f5c", "shape": "circle", "value": "0.004643191147604839"}, {"color": "#03045E", "font": {"color": "white"}, "id": "\u4f86", "label": "\u4f86", "shape": "circle", "value": "0.0017146301972385742"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4ee3", "label": "\u4ee3", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5716", "label": "\u5716", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7fa9", "label": "\u7fa9", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u65cf", "label": "\u65cf", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u6a02", "label": "\u6a02", "shape": "circle", "value": "0.0036332388199211544"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u5b87", "label": "\u5b87", "shape": "circle", "value": "0.00019646804343358658"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u89e3", "label": "\u89e3", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6c59", "label": "\u6c59", "shape": "circle", "value": "0.0"}, {"color": "#90E0EF", "font": {"color": "white"}, "id": "\u5802", "label": "\u5802", "shape": "circle", "value": "0.002257212587047194"}, {"color": "#6B5CA5", "font": {"color": "white"}, "id": "\u548c", "label": "\u548c", "shape": "circle", "value": "0.000694654867854467"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u8aa0", "label": "\u8aa0", "shape": "circle", "value": "0.0005613372669531046"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7d2b", "label": "\u7d2b", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u9298", "label": "\u9298", "shape": "circle", "value": "0.0003368023601718627"}, {"color": "#90E0EF", "font": {"color": "white"}, "id": "\u8569", "label": "\u8569", "shape": "circle", "value": "7.217193432254201e-05"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u7aae", "label": "\u7aae", "shape": "circle", "value": "0.002147115046095625"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u5fb7", "label": "\u5fb7", "shape": "circle", "value": "0.003716975322678651"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u529b", "label": "\u529b", "shape": "circle", "value": "0.0023964574385454385"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u5247", "label": "\u5247", "shape": "circle", "value": "0.0021513099858862946"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u5f0f", "label": "\u5f0f", "shape": "circle", "value": "6.518755358165084e-05"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u52d6", "label": "\u52d6", "shape": "circle", "value": "6.518755358165084e-05"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u670d", "label": "\u670d", "shape": "circle", "value": "0.004653485943041236"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7279", "label": "\u7279", "shape": "circle", "value": "0.0"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u5f97", "label": "\u5f97", "shape": "circle", "value": "0.002762750898679001"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6c9b", "label": "\u6c9b", "shape": "circle", "value": "2.1965371315556262e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u76f4", "label": "\u76f4", "shape": "circle", "value": "0.0"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u544a", "label": "\u544a", "shape": "circle", "value": "0.0005052035402577941"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6bd3", "label": "\u6bd3", "shape": "circle", "value": "0.0"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u6975", "label": "\u6975", "shape": "circle", "value": "0.007194258610575282"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u52d2", "label": "\u52d2", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8ec4", "label": "\u8ec4", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u540d", "label": "\u540d", "shape": "circle", "value": "0.002451675561948338"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u8072", "label": "\u8072", "shape": "circle", "value": "0.0023696793539771384"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u901d", "label": "\u901d", "shape": "circle", "value": "0.00010104070805155881"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9060", "label": "\u9060", "shape": "circle", "value": "0.00024057311440847337"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5f3a", "label": "\u5f3a", "shape": "circle", "value": "0.00048415339274705273"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u591c", "label": "\u591c", "shape": "circle", "value": "0.00014557669063941864"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7006", "label": "\u7006", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5e9c", "label": "\u5e9c", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7940", "label": "\u7940", "shape": "circle", "value": "0.0010009559938781113"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5f1b", "label": "\u5f1b", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u8208", "label": "\u8208", "shape": "circle", "value": "0.0008468173627178262"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5ca1", "label": "\u5ca1", "shape": "circle", "value": "0.0034690643097701874"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u656c", "label": "\u656c", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6176", "label": "\u6176", "shape": "circle", "value": "1.871124223177015e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u99d5", "label": "\u99d5", "shape": "circle", "value": "6.315044253222426e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8ecc", "label": "\u8ecc", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8cdc", "label": "\u8cdc", "shape": "circle", "value": "0.0"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u53e5", "label": "\u53e5", "shape": "circle", "value": "1.9430905394530543e-05"}, {"color": "#4C1036", "font": {"color": "white"}, "id": "\u7c3f", "label": "\u7c3f", "shape": "circle", "value": "8.83222972478661e-05"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u65af", "label": "\u65af", "shape": "circle", "value": "1.9430905394530543e-05"}, {"color": "#6B5CA5", "font": {"color": "white"}, "id": "\u4f55", "label": "\u4f55", "shape": "circle", "value": "0.0007963991086875517"}, {"color": "#D7D9D7", "font": {"color": "white"}, "id": "\u60b2", "label": "\u60b2", "shape": "circle", "value": "0.0043132600423951"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u4ef2", "label": "\u4ef2", "shape": "circle", "value": "1.9430905394530543e-05"}, {"color": "#03045E", "font": {"color": "white"}, "id": "\u79cb", "label": "\u79cb", "shape": "circle", "value": "4.048105290527196e-05"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u79c0", "label": "\u79c0", "shape": "circle", "value": "3.8861810789061086e-05"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u8a00", "label": "\u8a00", "shape": "circle", "value": "0.0007936325889147532"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u5c01", "label": "\u5c01", "shape": "circle", "value": "0.00014573179045897905"}, {"color": "#4C1036", "font": {"color": "white"}, "id": "\u7960", "label": "\u7960", "shape": "circle", "value": "8.83222972478661e-05"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u6059", "label": "\u6059", "shape": "circle", "value": "1.9430905394530543e-05"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u5206", "label": "\u5206", "shape": "circle", "value": "0.0008277565698070012"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5b58", "label": "\u5b58", "shape": "circle", "value": "0.0013718219208538563"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u5875", "label": "\u5875", "shape": "circle", "value": "0.0002072629908749924"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u660f", "label": "\u660f", "shape": "circle", "value": "3.8861810789061086e-05"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u9a4e", "label": "\u9a4e", "shape": "circle", "value": "1.9430905394530543e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u6cc9", "label": "\u6cc9", "shape": "circle", "value": "0.0038898513610361863"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u9f8d", "label": "\u9f8d", "shape": "circle", "value": "0.006971808855557558"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u96d9", "label": "\u96d9", "shape": "circle", "value": "0.0025007575242760806"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7586", "label": "\u7586", "shape": "circle", "value": "0.0038744300075484643"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u5f70", "label": "\u5f70", "shape": "circle", "value": "0.00010104070805155881"}, {"color": "#90E0EF", "font": {"color": "white"}, "id": "\u5eb7", "label": "\u5eb7", "shape": "circle", "value": "0.0002040245066425707"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u884c", "label": "\u884c", "shape": "circle", "value": "0.0047272616981265"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u89e5", "label": "\u89e5", "shape": "circle", "value": "0.0"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u807d", "label": "\u807d", "shape": "circle", "value": "0.0009421830126859031"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6576", "label": "\u6576", "shape": "circle", "value": "0.0"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u84bc", "label": "\u84bc", "shape": "circle", "value": "6.736047203437255e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u967d", "label": "\u967d", "shape": "circle", "value": "0.014145498649622881"}, {"color": "#90E0EF", "font": {"color": "white"}, "id": "\u6851", "label": "\u6851", "shape": "circle", "value": "0.0001377827837066711"}, {"color": "#56B870", "font": {"color": "white"}, "id": "\u6881", "label": "\u6881", "shape": "circle", "value": "0.0009189892970403683"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u660c", "label": "\u660c", "shape": "circle", "value": "0.013820123512385415"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4ea2", "label": "\u4ea2", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u671b", "label": "\u671b", "shape": "circle", "value": "0.00076627766789412"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5834", "label": "\u5834", "shape": "circle", "value": "0.00025260177012889704"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u82b3", "label": "\u82b3", "shape": "circle", "value": "0.0010561682707563305"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u7965", "label": "\u7965", "shape": "circle", "value": "3.8861810789061086e-05"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u696d", "label": "\u696d", "shape": "circle", "value": "4.811462288169467e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\ud865\udd1c", "label": "\ud865\udd1c", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\ud84e\uddd1", "label": "\ud84e\uddd1", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u55aa", "label": "\u55aa", "shape": "circle", "value": "0.0"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u9187", "label": "\u9187", "shape": "circle", "value": "0.00042100295021482834"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u58b3", "label": "\u58b3", "shape": "circle", "value": "0.0005473038352792768"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u7e7d", "label": "\u7e7d", "shape": "circle", "value": "0.00042100295021482834"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8fad", "label": "\u8fad", "shape": "circle", "value": "0.0009573420894934243"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u50cf", "label": "\u50cf", "shape": "circle", "value": "0.00040416283220623525"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6f22", "label": "\u6f22", "shape": "circle", "value": "0.00040416283220623525"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u64ab", "label": "\u64ab", "shape": "circle", "value": "0.00040416283220623525"}, {"color": "#9EC5AB", "font": {"color": "white"}, "id": "\u6a1e", "label": "\u6a1e", "shape": "circle", "value": "0.00042100295021482834"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5076", "label": "\u5076", "shape": "circle", "value": "0.0"}, {"color": "#9EC5AB", "font": {"color": "white"}, "id": "\u90a6", "label": "\u90a6", "shape": "circle", "value": "0.0005532744225732326"}, {"color": "#9EC5AB", "font": {"color": "white"}, "id": "\u980c", "label": "\u980c", "shape": "circle", "value": "0.00042100295021482834"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7336", "label": "\u7336", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u651c", "label": "\u651c", "shape": "circle", "value": "0.0"}, {"color": "#0900c9", "font": {"color": "white"}, "id": "\u85d0", "label": "\u85d0", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u611b", "label": "\u611b", "shape": "circle", "value": "0.00015819504795951125"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u3c59", "label": "\u3c59", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u77f3", "label": "\u77f3", "shape": "circle", "value": "0.005634222339446446"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u81fa", "label": "\u81fa", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u757f", "label": "\u757f", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9951", "label": "\u9951", "shape": "circle", "value": "0.0"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u5f81", "label": "\u5f81", "shape": "circle", "value": "0.0005015293326922829"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u95e1", "label": "\u95e1", "shape": "circle", "value": "0.0"}, {"color": "#D7D9D7", "font": {"color": "white"}, "id": "\u520a", "label": "\u520a", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7d93", "label": "\u7d93", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5448", "label": "\u5448", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5e73", "label": "\u5e73", "shape": "circle", "value": "0.003643479817716329"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u805e", "label": "\u805e", "shape": "circle", "value": "6.501976065093874e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6703", "label": "\u6703", "shape": "circle", "value": "4.811462288169467e-05"}, {"color": "#6B5CA5", "font": {"color": "white"}, "id": "\u5ba4", "label": "\u5ba4", "shape": "circle", "value": "0.0005469466206548523"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5dbd", "label": "\u5dbd", "shape": "circle", "value": "0.0"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u4eac", "label": "\u4eac", "shape": "circle", "value": "0.0003241826157182487"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5141", "label": "\u5141", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u60e0", "label": "\u60e0", "shape": "circle", "value": "0.0"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u53e4", "label": "\u53e4", "shape": "circle", "value": "0.0007578053103866911"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4f83", "label": "\u4f83", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6998", "label": "\u6998", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u81e3", "label": "\u81e3", "shape": "circle", "value": "0.000532413189059856"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u7cbe", "label": "\u7cbe", "shape": "circle", "value": "0.00032946019369316254"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5009", "label": "\u5009", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u81fb", "label": "\u81fb", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5343", "label": "\u5343", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5fb5", "label": "\u5fb5", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u61c9", "label": "\u61c9", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8ac7", "label": "\u8ac7", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7136", "label": "\u7136", "shape": "circle", "value": "0.002709574987582636"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5d07", "label": "\u5d07", "shape": "circle", "value": "0.0"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u7d00", "label": "\u7d00", "shape": "circle", "value": "0.004505726312434489"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6043", "label": "\u6043", "shape": "circle", "value": "0.0"}, {"color": "#72195A", "font": {"color": "white"}, "id": "\u7406", "label": "\u7406", "shape": "circle", "value": "2.7308299473394274e-05"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u7949", "label": "\u7949", "shape": "circle", "value": "0.00017682123909022794"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u77bf", "label": "\u77bf", "shape": "circle", "value": "0.0"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u661f", "label": "\u661f", "shape": "circle", "value": "0.000756201489623968"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u51a5", "label": "\u51a5", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9854", "label": "\u9854", "shape": "circle", "value": "0.0"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u71df", "label": "\u71df", "shape": "circle", "value": "0.0008981396271249672"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u897f", "label": "\u897f", "shape": "circle", "value": "0.0"}, {"color": "#BAACBD", "font": {"color": "white"}, "id": "\u9077", "label": "\u9077", "shape": "circle", "value": "0.0007578053103866911"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7518", "label": "\u7518", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7bc7", "label": "\u7bc7", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u95d5", "label": "\u95d5", "shape": "circle", "value": "0.0"}, {"color": "#188977", "font": {"color": "white"}, "id": "\u5f3c", "label": "\u5f3c", "shape": "circle", "value": "0.00012951581668427085"}, {"color": "#a306fe", "font": {"color": "white"}, "id": "\u6817", "label": "\u6817", "shape": "circle", "value": "0.0001403343167382761"}, {"color": "#4C1036", "font": {"color": "white"}, "id": "\u9042", "label": "\u9042", "shape": "circle", "value": "6.889139185333555e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5b63", "label": "\u5b63", "shape": "circle", "value": "0.0"}, {"color": "#a306fe", "font": {"color": "white"}, "id": "\u6ec5", "label": "\u6ec5", "shape": "circle", "value": "0.0009683067854941052"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u96d5", "label": "\u96d5", "shape": "circle", "value": "0.0"}, {"color": "#188977", "font": {"color": "white"}, "id": "\u820a", "label": "\u820a", "shape": "circle", "value": "0.00011975195028332897"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6b7f", "label": "\u6b7f", "shape": "circle", "value": "0.0"}, {"color": "#00B4D8", "font": {"color": "white"}, "id": "\u96c6", "label": "\u96c6", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u751e", "label": "\u751e", "shape": "circle", "value": "0.0"}, {"color": "#C9C5CB", "font": {"color": "white"}, "id": "\u5df2", "label": "\u5df2", "shape": "circle", "value": "0.00464426397365558"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\ud841\udef1", "label": "\ud841\udef1", "shape": "circle", "value": "0.0"}, {"color": "#104F55", "font": {"color": "white"}, "id": "\u6b62", "label": "\u6b62", "shape": "circle", "value": "0.002311142169555948"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u5bf6", "label": "\u5bf6", "shape": "circle", "value": "0.00020208141610311762"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u91cc", "label": "\u91cc", "shape": "circle", "value": "0.0008937291200274786"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u52d5", "label": "\u52d5", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u540e", "label": "\u540e", "shape": "circle", "value": "8.420059004296567e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7a14", "label": "\u7a14", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8ff9", "label": "\u8ff9", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u80c4", "label": "\u80c4", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u826f", "label": "\u826f", "shape": "circle", "value": "0.0020039740430225833"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u6210", "label": "\u6210", "shape": "circle", "value": "0.004218449561152582"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7a0b", "label": "\u7a0b", "shape": "circle", "value": "0.00012630088506444852"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u8c9e", "label": "\u8c9e", "shape": "circle", "value": "0.00025260177012889704"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u60fb", "label": "\u60fb", "shape": "circle", "value": "0.0"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u606f", "label": "\u606f", "shape": "circle", "value": "0.005199877004752788"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u9752", "label": "\u9752", "shape": "circle", "value": "0.00012630088506444852"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7add", "label": "\u7add", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5747", "label": "\u5747", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9280", "label": "\u9280", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u96a3", "label": "\u96a3", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6b23", "label": "\u6b23", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5dcd", "label": "\u5dcd", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u786e", "label": "\u786e", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5375", "label": "\u5375", "shape": "circle", "value": "0.0"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u50be", "label": "\u50be", "shape": "circle", "value": "0.00020689287839128709"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u7a37", "label": "\u7a37", "shape": "circle", "value": "1.629688839541271e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9f94", "label": "\u9f94", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8d0f", "label": "\u8d0f", "shape": "circle", "value": "0.0"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u5927", "label": "\u5927", "shape": "circle", "value": "0.0015522121017512431"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u88d4", "label": "\u88d4", "shape": "circle", "value": "4.9273670788950536e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5236", "label": "\u5236", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u796d", "label": "\u796d", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\ud848\udd77", "label": "\ud848\udd77", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5d57", "label": "\u5d57", "shape": "circle", "value": "0.0"}, {"color": "#71A9F7", "font": {"color": "white"}, "id": "\u8302", "label": "\u8302", "shape": "circle", "value": "0.0001227860181331559"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u6b66", "label": "\u6b66", "shape": "circle", "value": "0.0032677483535765504"}, {"color": "#71A9F7", "font": {"color": "white"}, "id": "\u65c5", "label": "\u65c5", "shape": "circle", "value": "8.201356173016137e-05"}, {"color": "#71A9F7", "font": {"color": "white"}, "id": "\u864e", "label": "\u864e", "shape": "circle", "value": "0.0022687932868442518"}, {"color": "#71A9F7", "font": {"color": "white"}, "id": "\u8f14", "label": "\u8f14", "shape": "circle", "value": "0.00012794115629905173"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u548e", "label": "\u548e", "shape": "circle", "value": "0.0008037329049555815"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u58fd", "label": "\u58fd", "shape": "circle", "value": "0.009021710493149029"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5211", "label": "\u5211", "shape": "circle", "value": "0.002102007587144036"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u52f3", "label": "\u52f3", "shape": "circle", "value": "9.185518913778073e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4848", "label": "\u4848", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u3730", "label": "\u3730", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7dbd", "label": "\u7dbd", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9034", "label": "\u9034", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8650", "label": "\u8650", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9088", "label": "\u9088", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u69b7", "label": "\u69b7", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u65f3", "label": "\u65f3", "shape": "circle", "value": "0.0"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u5321", "label": "\u5321", "shape": "circle", "value": "5.0520354025779406e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u70af", "label": "\u70af", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u722d", "label": "\u722d", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u73cd", "label": "\u73cd", "shape": "circle", "value": "0.0"}, {"color": "#01200F", "font": {"color": "white"}, "id": "\u571f", "label": "\u571f", "shape": "circle", "value": "0.0003181671966172987"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u7a40", "label": "\u7a40", "shape": "circle", "value": "0.0008420059004296568"}, {"color": "#C9C5CB", "font": {"color": "white"}, "id": "\u8655", "label": "\u8655", "shape": "circle", "value": "0.0008183187014725148"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u57df", "label": "\u57df", "shape": "circle", "value": "3.74224844635403e-05"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u7dd2", "label": "\u7dd2", "shape": "circle", "value": "1.629688839541271e-05"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u719f", "label": "\u719f", "shape": "circle", "value": "0.0014213861509633967"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4ea8", "label": "\u4ea8", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u99a8", "label": "\u99a8", "shape": "circle", "value": "0.0"}, {"color": "#52c3ff", "font": {"color": "white"}, "id": "\u6df5", "label": "\u6df5", "shape": "circle", "value": "0.0005773754745803361"}, {"color": "#0077B6", "font": {"color": "white"}, "id": "\u52db", "label": "\u52db", "shape": "circle", "value": "0.00012630088506444852"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9707", "label": "\u9707", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6cef", "label": "\u6cef", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u52e4", "label": "\u52e4", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u6c23", "label": "\u6c23", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#ff0000", "font": {"color": "white"}, "id": "\u7236", "label": "\u7236", "shape": "circle", "value": "0.003233474495588745"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5c71", "label": "\u5c71", "shape": "circle", "value": "0.003708434558606612"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u90e8", "label": "\u90e8", "shape": "circle", "value": "0.00013197153704693396"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u516c", "label": "\u516c", "shape": "circle", "value": "0.013639120883449535"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u4f51", "label": "\u4f51", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u53b2", "label": "\u53b2", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5cb3", "label": "\u5cb3", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u74a7", "label": "\u74a7", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u964d", "label": "\u964d", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u9032", "label": "\u9032", "shape": "circle", "value": "0.00014692143772803193"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7981", "label": "\u7981", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5316", "label": "\u5316", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#4C1036", "font": {"color": "white"}, "id": "\u59d3", "label": "\u59d3", "shape": "circle", "value": "0.0004902067746842789"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u7a95", "label": "\u7a95", "shape": "circle", "value": "7.685842356426552e-05"}, {"color": "#01200F", "font": {"color": "white"}, "id": "\u96e8", "label": "\u96e8", "shape": "circle", "value": "0.0013182156939119882"}, {"color": "#4C1036", "font": {"color": "white"}, "id": "\u5c3a", "label": "\u5c3a", "shape": "circle", "value": "7.685842356426552e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u7d66", "label": "\u7d66", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#B48EAE", "font": {"color": "white"}, "id": "\u4e0b", "label": "\u4e0b", "shape": "circle", "value": "0.002624265426190681"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u8ca0", "label": "\u8ca0", "shape": "circle", "value": "0.0006083063035757112"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u91c7", "label": "\u91c7", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u9b3c", "label": "\u9b3c", "shape": "circle", "value": "8.145118302115455e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u9041", "label": "\u9041", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u60d4", "label": "\u60d4", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5438", "label": "\u5438", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u744b", "label": "\u744b", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u9091", "label": "\u9091", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5e64", "label": "\u5e64", "shape": "circle", "value": "3.0930828995375144e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u84b8", "label": "\u84b8", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5f4a", "label": "\u5f4a", "shape": "circle", "value": "0.0014314100307304166"}, {"color": "#188977", "font": {"color": "white"}, "id": "\u5fe0", "label": "\u5fe0", "shape": "circle", "value": "0.0026102182913319357"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u670b", "label": "\u670b", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4eca", "label": "\u4eca", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5c45", "label": "\u5c45", "shape": "circle", "value": "0.00017180322412807135"}, {"color": "#a306fe", "font": {"color": "white"}, "id": "\u5bbf", "label": "\u5bbf", "shape": "circle", "value": "0.001192841692275347"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u79b9", "label": "\u79b9", "shape": "circle", "value": "5.6133726695310446e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u4e11", "label": "\u4e11", "shape": "circle", "value": "0.00022453490678124178"}, {"color": "#01200F", "font": {"color": "white"}, "id": "\u5e8f", "label": "\u5e8f", "shape": "circle", "value": "0.0002745120311938408"}, {"color": "#fea92a", "font": {"color": "white"}, "id": "\u71ff", "label": "\u71ff", "shape": "circle", "value": "5.6133726695310446e-05"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u8fb0", "label": "\u8fb0", "shape": "circle", "value": "0.0005683539827900184"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u58ef", "label": "\u58ef", "shape": "circle", "value": "0.0"}, {"color": "#D7D9D7", "font": {"color": "white"}, "id": "\u98db", "label": "\u98db", "shape": "circle", "value": "0.000866063211870504"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6c38", "label": "\u6c38", "shape": "circle", "value": "6.968324693210953e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u895f", "label": "\u895f", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u91cf", "label": "\u91cf", "shape": "circle", "value": "0.0"}, {"color": "#56B870", "font": {"color": "white"}, "id": "\u81e7", "label": "\u81e7", "shape": "circle", "value": "0.00016840118008593135"}, {"color": "#32746D", "font": {"color": "white"}, "id": "\u9999", "label": "\u9999", "shape": "circle", "value": "0.00030931236516178775"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7cae", "label": "\u7cae", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u757a", "label": "\u757a", "shape": "circle", "value": "0.0007578053103866911"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5ddf", "label": "\u5ddf", "shape": "circle", "value": "4.2100295021482836e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u572e", "label": "\u572e", "shape": "circle", "value": "4.2100295021482836e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6e25", "label": "\u6e25", "shape": "circle", "value": "4.2100295021482836e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8db3", "label": "\u8db3", "shape": "circle", "value": "0.0006774320198911327"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u82ac", "label": "\u82ac", "shape": "circle", "value": "0.0"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u57ce", "label": "\u57ce", "shape": "circle", "value": "0.0001686198829172118"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u9706", "label": "\u9706", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u525b", "label": "\u525b", "shape": "circle", "value": "0.0028712401204651302"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u63da", "label": "\u63da", "shape": "circle", "value": "0.0009598867264898087"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u9577", "label": "\u9577", "shape": "circle", "value": "0.011695569389937675"}, {"color": "#188977", "font": {"color": "white"}, "id": "\u5eb8", "label": "\u5eb8", "shape": "circle", "value": "2.7308299473394274e-05"}, {"color": "#01200F", "font": {"color": "white"}, "id": "\u5973", "label": "\u5973", "shape": "circle", "value": "0.0015336536043540176"}, {"color": "#01200F", "font": {"color": "white"}, "id": "\u963b", "label": "\u963b", "shape": "circle", "value": "3.6085967161271003e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u4fb6", "label": "\u4fb6", "shape": "circle", "value": "4.592759456889037e-05"}, {"color": "#01200F", "font": {"color": "white"}, "id": "\u8a31", "label": "\u8a31", "shape": "circle", "value": "0.0005052035402577941"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6c5d", "label": "\u6c5d", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u89a9", "label": "\u89a9", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6578", "label": "\u6578", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u535c", "label": "\u535c", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6d66", "label": "\u6d66", "shape": "circle", "value": "0.0"}, {"color": "#01200F", "font": {"color": "white"}, "id": "\u8a9e", "label": "\u8a9e", "shape": "circle", "value": "0.00037890265519334557"}, {"color": "#188977", "font": {"color": "white"}, "id": "\u9b6f", "label": "\u9b6f", "shape": "circle", "value": "0.00010188271395198848"}, {"color": "#008a34", "font": {"color": "white"}, "id": "\u5f62", "label": "\u5f62", "shape": "circle", "value": "0.000947413297913918"}, {"color": "#D7D9D7", "font": {"color": "white"}, "id": "\u9f4a", "label": "\u9f4a", "shape": "circle", "value": "6.315044253222426e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\ud855\ude9d", "label": "\ud855\ude9d", "shape": "circle", "value": "0.0"}, {"color": "#00B4D8", "font": {"color": "white"}, "id": "\u5f80", "label": "\u5f80", "shape": "circle", "value": "5.6133726695310446e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5dde", "label": "\u5dde", "shape": "circle", "value": "0.0"}, {"color": "#CAF0F8", "font": {"color": "white"}, "id": "\u6b8a", "label": "\u6b8a", "shape": "circle", "value": "6.889139185333555e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u7d44", "label": "\u7d44", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8212", "label": "\u8212", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5f82", "label": "\u5f82", "shape": "circle", "value": "6.968324693210953e-05"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u8f9c", "label": "\u8f9c", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6a21", "label": "\u6a21", "shape": "circle", "value": "0.0"}, {"color": "#0900c9", "font": {"color": "white"}, "id": "\u8ff4", "label": "\u8ff4", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u6bd7", "label": "\u6bd7", "shape": "circle", "value": "0.0"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u537f", "label": "\u537f", "shape": "circle", "value": "0.008285338060227824"}, {"color": "#0A2F51", "font": {"color": "white"}, "id": "\u5468", "label": "\u5468", "shape": "circle", "value": "0.0005262536877685356"}, {"color": "#03045E", "font": {"color": "white"}, "id": "\u6642", "label": "\u6642", "shape": "circle", "value": "0.0025134969641981654"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u5ba6", "label": "\u5ba6", "shape": "circle", "value": "0.0"}, {"color": "#80B8F0", "font": {"color": "white"}, "id": "\u55df", "label": "\u55df", "shape": "circle", "value": "0.0"}]);
edges = new vis.DataSet([{"color": "#03045E", "from": "\u6e38", "to": "\u671f", "value": 3, "weight": 3}, {"color": "#03045E", "from": "\u6e38", "to": "\u6ecb", "value": 3, "weight": 3}, {"color": "#03045E", "from": "\u671f", "to": "\u6ecb", "value": 3, "weight": 3}, {"color": "#CAF0F8", "from": "\u6d41", "to": "\u96e2", "value": 3, "weight": 3}, {"color": "#CAF0F8", "from": "\u6d41", "to": "\u4fee", "value": 3, "weight": 3}, {"color": "#CAF0F8", "from": "\u96e2", "to": "\u4fee", "value": 3, "weight": 3}, {"color": "#008a34", "from": "\u9748", "to": "\u60c5", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u547d", "to": "\u65e5", "value": 3, "weight": 3}, {"color": "#0A2F51", "from": "\u547d", "to": "\u660e", "value": 3, "weight": 3}, {"color": "#0A2F51", "from": "\u65e5", "to": "\u660e", "value": 3, "weight": 3}, {"color": "#ff0000", "from": "\u6bcd", "to": "\u5c11", "value": 2, "weight": 2}, {"color": "#BAACBD", "from": "\u541b", "to": "\u96f2", "value": 2, "weight": 2}, {"color": "#52c3ff", "from": "\u6069", "to": "\u5c0a", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u6069", "to": "\u6587", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u6069", "to": "\u8ce2", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u5c0a", "to": "\u6587", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u5c0a", "to": "\u8ce2", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u6587", "to": "\u8ce2", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u6587", "to": "\u79e6", "value": 2, "weight": 2}, {"color": "#0077B6", "from": "\u6c11", "to": "\u795e", "value": 3, "weight": 3}, {"color": "#0077B6", "from": "\u6c11", "to": "\u5764", "value": 3, "weight": 3}, {"color": "#0077B6", "from": "\u795e", "to": "\u5764", "value": 3, "weight": 3}, {"color": "#008a34", "from": "\u5ead", "to": "\u751f", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u5ead", "to": "\u6e05", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u5ead", "to": "\u76c8", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u751f", "to": "\u6e05", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u751f", "to": "\u76c8", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u6e05", "to": "\u76c8", "value": 4, "weight": 4}, {"color": "#BAACBD", "from": "\u541b", "to": "\u71b9", "value": 2, "weight": 2}, {"color": "#80B8F0", "from": "\u4f11", "to": "\u9685", "value": 2, "weight": 2}, {"color": "#ff0000", "from": "\u4ec1", "to": "\u4e16", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u5929", "to": "\u547d", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u5929", "to": "\u4e09", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u5929", "to": "\u5b9c", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u5929", "to": "\u9996", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u5929", "to": "\u8cea", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u5929", "to": "\u4f4d", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u547d", "to": "\u4e09", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u547d", "to": "\u5b9c", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u547d", "to": "\u9996", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u547d", "to": "\u8cea", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u547d", "to": "\u4f4d", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u4e09", "to": "\u5b9c", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u4e09", "to": "\u9996", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u4e09", "to": "\u8cea", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u4e09", "to": "\u4f4d", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u5b9c", "to": "\u9996", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u5b9c", "to": "\u8cea", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u5b9c", "to": "\u4f4d", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u9996", "to": "\u8cea", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u9996", "to": "\u4f4d", "value": 7, "weight": 7}, {"color": "#0A2F51", "from": "\u8cea", "to": "\u4f4d", "value": 7, "weight": 7}, {"color": "#ff0000", "from": "\u4ec1", "to": "\u5e02", "value": 3, "weight": 3}, {"color": "#ff0000", "from": "\u4ec1", "to": "\u5b50", "value": 3, "weight": 3}, {"color": "#ff0000", "from": "\u5e02", "to": "\u5b50", "value": 3, "weight": 3}, {"color": "#0077B6", "from": "\u771f", "to": "\u8eab", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u8fb2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u6c11", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u795e", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u5ef7", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u8b93", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u990a", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u81ba", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u4ed5", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u771f", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u8fb2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u6c11", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u795e", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u5ef7", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u8b93", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u990a", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u81ba", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u4ed5", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8eab", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u6c11", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u795e", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u5ef7", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u8b93", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u990a", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u81ba", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u4ed5", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8fb2", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u5ef7", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u8b93", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u990a", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u81ba", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u4ed5", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u6c11", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6c11", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u5ef7", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u8b93", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u990a", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u81ba", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u4ed5", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u795e", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u8b93", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u990a", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u81ba", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u4ed5", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u5ef7", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5ef7", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u990a", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u81ba", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u4ed5", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u8b93", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u81ba", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u4ed5", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u990a", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u990a", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u4ed5", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u81ba", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u65ec", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ed5", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u9f3b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65ec", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u5be4", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9f3b", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u9ee8", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5be4", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u601b", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u9ee8", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u601b", "to": "\u84cb", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u601b", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u601b", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u601b", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u601b", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u601b", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u601b", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u601b", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u601b", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u84cb", "to": "\u5143", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u84cb", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u84cb", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u84cb", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u84cb", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u84cb", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u84cb", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u84cb", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5143", "to": "\u76db", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5143", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5143", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5143", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5143", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5143", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5143", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u76db", "to": "\u6968", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u76db", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u76db", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u76db", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u76db", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u76db", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6968", "to": "\u68e0", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6968", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6968", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6968", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u6968", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u68e0", "to": "\u4ea1", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u68e0", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u68e0", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u68e0", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ea1", "to": "\u5c31", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ea1", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u4ea1", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5c31", "to": "\u65e2", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u5c31", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#0077B6", "from": "\u65e2", "to": "\u7950", "value": 27, "weight": 27}, {"color": "#52c3ff", "from": "\u6587", "to": "\u89aa", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u6587", "to": "\u7a76", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u6069", "to": "\u89aa", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u6069", "to": "\u7a76", "value": 4, "weight": 4}, {"color": "#52c3ff", "from": "\u89aa", "to": "\u7a76", "value": 4, "weight": 4}, {"color": "#a306fe", "from": "\u5411", "to": "\u7adf", "value": 2, "weight": 2}, {"color": "#008a34", "from": "\u5be7", "to": "\u69ae", "value": 2, "weight": 2}, {"color": "#BFE1B0", "from": "\u54c9", "to": "\u540f", "value": 4, "weight": 4}, {"color": "#BFE1B0", "from": "\u54c9", "to": "\u5099", "value": 4, "weight": 4}, {"color": "#BFE1B0", "from": "\u54c9", "to": "\u610f", "value": 4, "weight": 4}, {"color": "#BFE1B0", "from": "\u540f", "to": "\u5099", "value": 4, "weight": 4}, {"color": "#BFE1B0", "from": "\u540f", "to": "\u610f", "value": 4, "weight": 4}, {"color": "#BFE1B0", "from": "\u5099", "to": "\u610f", "value": 4, "weight": 4}, {"color": "#71A9F7", "from": "\u8209", "to": "\u6012", "value": 3, "weight": 3}, {"color": "#71A9F7", "from": "\u8209", "to": "\u8e64", "value": 3, "weight": 3}, {"color": "#71A9F7", "from": "\u6012", "to": "\u8e64", "value": 3, "weight": 3}, {"color": "#0A2F51", "from": "\u65e5", "to": "\u8cf4", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u65e5", "to": "\u5916", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u65e5", "to": "\u5f9e", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u65e5", "to": "\u7f8a", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u65e5", "to": "\u51f6", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u8cf4", "to": "\u5916", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u8cf4", "to": "\u5f9e", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u8cf4", "to": "\u7f8a", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u8cf4", "to": "\u51f6", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5916", "to": "\u5f9e", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5916", "to": "\u7f8a", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5916", "to": "\u51f6", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5f9e", "to": "\u7f8a", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5f9e", "to": "\u51f6", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u7f8a", "to": "\u51f6", "value": 6, "weight": 6}, {"color": "#ff0000", "from": "\u53f3", "to": "\u5bae", "value": 2, "weight": 2}, {"color": "#9EC5AB", "from": "\u937e", "to": "\u901a", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u937e", "to": "\u8499", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u937e", "to": "\u529f", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u937e", "to": "\u8aa6", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u901a", "to": "\u8499", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u901a", "to": "\u529f", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u901a", "to": "\u8aa6", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u8499", "to": "\u529f", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u8499", "to": "\u8aa6", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u529f", "to": "\u8aa6", "value": 5, "weight": 5}, {"color": "#32746D", "from": "\u8eac", "to": "\u9686", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u5145", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u96e3", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u8271", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u6b98", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u7ab4", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u6ce5", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u8ddd", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u78ad", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8eac", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u5145", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u96e3", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u8271", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u6b98", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u7ab4", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u6ce5", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u8ddd", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u78ad", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u9686", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u96e3", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u8271", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u6b98", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u7ab4", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u6ce5", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u8ddd", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u78ad", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5145", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u8271", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u6b98", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u7ab4", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u6ce5", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u8ddd", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u78ad", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u96e3", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u96e3", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u6b98", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u7ab4", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u6ce5", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u8ddd", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u78ad", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8271", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u7ab4", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u6ce5", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u8ddd", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u78ad", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6b98", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u6ce5", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u8ddd", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u78ad", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u7ab4", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6ce5", "to": "\u8ddd", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6ce5", "to": "\u78ad", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6ce5", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6ce5", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6ce5", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6ce5", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6ce5", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6ce5", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u6ce5", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8ddd", "to": "\u78ad", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8ddd", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8ddd", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8ddd", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8ddd", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8ddd", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8ddd", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u8ddd", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u78ad", "to": "\u72e9", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u78ad", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u78ad", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u78ad", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u78ad", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u78ad", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u78ad", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u72e9", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u72e9", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u72e9", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u72e9", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u72e9", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u72e9", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u971c", "to": "\u767b", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u971c", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u971c", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u971c", "to": "\u971c", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u971c", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u971c", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u767b", "to": "\u60e1", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u767b", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u767b", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u767b", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u60e1", "to": "\u5f37", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u60e1", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u60e1", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5f37", "to": "\u3895", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u5f37", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#32746D", "from": "\u3895", "to": "\u9e97", "value": 19, "weight": 19}, {"color": "#9EC5AB", "from": "\u901a", "to": "\u901a", "value": 5, "weight": 5}, {"color": "#52c3ff", "from": "\u4e2d", "to": "\u79e6", "value": 2, "weight": 2}, {"color": "#B48EAE", "from": "\u5149", "to": "\u5149", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u5e74", "to": "\u65b9", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e74", "to": "\u5e38", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e74", "to": "\u7db1", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e74", "to": "\u7ae0", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e74", "to": "\u660e", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e74", "to": "\u7687", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e74", "to": "\u540c", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e74", "to": "\u6613", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u5e38", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u7db1", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u7ae0", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u660e", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u7687", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u540c", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u6613", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e38", "to": "\u7db1", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e38", "to": "\u7ae0", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e38", "to": "\u660e", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e38", "to": "\u7687", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e38", "to": "\u540c", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5e38", "to": "\u6613", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7db1", "to": "\u7ae0", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7db1", "to": "\u660e", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7db1", "to": "\u7687", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7db1", "to": "\u540c", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7db1", "to": "\u6613", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u660e", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u7687", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u540c", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u6613", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u660e", "to": "\u7687", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u660e", "to": "\u540c", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u660e", "to": "\u6613", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7687", "to": "\u540c", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u7687", "to": "\u6613", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u540c", "to": "\u6613", "value": 9, "weight": 9}, {"color": "#BAACBD", "from": "\u9580", "to": "\u7e31", "value": 2, "weight": 2}, {"color": "#008a34", "from": "\u60c5", "to": "\u69ae", "value": 2, "weight": 2}, {"color": "#D7D9D7", "from": "\u54c0", "to": "\u6b78", "value": 2, "weight": 2}, {"color": "#BAACBD", "from": "\u5b5d", "to": "\u541b", "value": 3, "weight": 3}, {"color": "#BAACBD", "from": "\u5b5d", "to": "\u71b9", "value": 3, "weight": 3}, {"color": "#0A2F51", "from": "\u738b", "to": "\u4f5c", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u738b", "to": "\u6a02", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u738b", "to": "\u8aa0", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u738b", "to": "\u9298", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u4f5c", "to": "\u6a02", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u4f5c", "to": "\u8aa0", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u4f5c", "to": "\u9298", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u6a02", "to": "\u8aa0", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u6a02", "to": "\u9298", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u8aa0", "to": "\u9298", "value": 5, "weight": 5}, {"color": "#fea92a", "from": "\u5b87", "to": "\u798f", "value": 2, "weight": 2}, {"color": "#90E0EF", "from": "\u5802", "to": "\u8569", "value": 2, "weight": 2}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u529b", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u5247", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u5f0f", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u52d6", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u670d", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u5f97", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u544a", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u6975", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u529b", "to": "\u5247", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u529b", "to": "\u5f0f", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u529b", "to": "\u52d6", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u529b", "to": "\u670d", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u529b", "to": "\u5f97", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u529b", "to": "\u544a", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u529b", "to": "\u6975", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5247", "to": "\u5f0f", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5247", "to": "\u52d6", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5247", "to": "\u670d", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5247", "to": "\u5f97", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5247", "to": "\u544a", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5247", "to": "\u6975", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5f0f", "to": "\u52d6", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5f0f", "to": "\u670d", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5f0f", "to": "\u5f97", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5f0f", "to": "\u544a", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5f0f", "to": "\u6975", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u52d6", "to": "\u670d", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u52d6", "to": "\u5f97", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u52d6", "to": "\u544a", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u52d6", "to": "\u6975", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u670d", "to": "\u5f97", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u670d", "to": "\u544a", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u670d", "to": "\u6975", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5f97", "to": "\u544a", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u5f97", "to": "\u6975", "value": 9, "weight": 9}, {"color": "#fea92a", "from": "\u544a", "to": "\u6975", "value": 9, "weight": 9}, {"color": "#0A2F51", "from": "\u5f3a", "to": "\u7940", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5f3a", "to": "\u8208", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5f3a", "to": "\u5ca1", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5f3a", "to": "\u99d5", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5f3a", "to": "\u6a02", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u7940", "to": "\u8208", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u7940", "to": "\u5ca1", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u7940", "to": "\u99d5", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u7940", "to": "\u6a02", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u8208", "to": "\u5ca1", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u8208", "to": "\u99d5", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u8208", "to": "\u6a02", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5ca1", "to": "\u99d5", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5ca1", "to": "\u6a02", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u99d5", "to": "\u6a02", "value": 6, "weight": 6}, {"color": "#80B8F0", "from": "\u591c", "to": "\u6176", "value": 2, "weight": 2}, {"color": "#52c3ff", "from": "\u53e5", "to": "\u65af", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u53e5", "to": "\u4ef2", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u53e5", "to": "\u79c0", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u53e5", "to": "\u75be", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u53e5", "to": "\u6069", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u53e5", "to": "\u6059", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u53e5", "to": "\u5875", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u53e5", "to": "\u9a4e", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u65af", "to": "\u4ef2", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u65af", "to": "\u79c0", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u65af", "to": "\u75be", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u65af", "to": "\u6069", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u65af", "to": "\u6059", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u65af", "to": "\u5875", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u65af", "to": "\u9a4e", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u4ef2", "to": "\u79c0", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u4ef2", "to": "\u75be", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u4ef2", "to": "\u6069", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u4ef2", "to": "\u6059", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u4ef2", "to": "\u5875", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u4ef2", "to": "\u9a4e", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u79c0", "to": "\u75be", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u79c0", "to": "\u6069", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u79c0", "to": "\u6059", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u79c0", "to": "\u5875", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u79c0", "to": "\u9a4e", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u75be", "to": "\u6069", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u75be", "to": "\u6059", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u75be", "to": "\u5875", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u75be", "to": "\u9a4e", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u6069", "to": "\u6059", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u6069", "to": "\u5875", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u6069", "to": "\u9a4e", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u6069", "to": "\u6069", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u6059", "to": "\u5875", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u6059", "to": "\u9a4e", "value": 10, "weight": 10}, {"color": "#52c3ff", "from": "\u5875", "to": "\u9a4e", "value": 10, "weight": 10}, {"color": "#4C1036", "from": "\u7c3f", "to": "\u7960", "value": 2, "weight": 2}, {"color": "#D7D9D7", "from": "\u5fae", "to": "\u60b2", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u7acb", "to": "\u547d", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7acb", "to": "\u5b58", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7acb", "to": "\u5e74", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7acb", "to": "\u6cc9", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u547d", "to": "\u5b58", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u547d", "to": "\u5e74", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u547d", "to": "\u6cc9", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5b58", "to": "\u5e74", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5b58", "to": "\u6cc9", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5e74", "to": "\u6cc9", "value": 5, "weight": 5}, {"color": "#BAACBD", "from": "\u5206", "to": "\u9580", "value": 3, "weight": 3}, {"color": "#BAACBD", "from": "\u5206", "to": "\u660f", "value": 3, "weight": 3}, {"color": "#BAACBD", "from": "\u9580", "to": "\u660f", "value": 3, "weight": 3}, {"color": "#0A2F51", "from": "\u9f8d", "to": "\u96d9", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u9f8d", "to": "\u7586", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u9f8d", "to": "\u65b9", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u9f8d", "to": "\u7ae0", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u96d9", "to": "\u7586", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u96d9", "to": "\u65b9", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u96d9", "to": "\u7ae0", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7586", "to": "\u65b9", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7586", "to": "\u7ae0", "value": 5, "weight": 5}, {"color": "#B48EAE", "from": "\u5149", "to": "\u5f70", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u660e", "to": "\u884c", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u660e", "to": "\u540d", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u884c", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u540d", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u884c", "to": "\u7687", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u884c", "to": "\u540d", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7687", "to": "\u540d", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u69ae", "to": "\u807d", "value": 3, "weight": 3}, {"color": "#008a34", "from": "\u69ae", "to": "\u8072", "value": 3, "weight": 3}, {"color": "#008a34", "from": "\u807d", "to": "\u8072", "value": 3, "weight": 3}, {"color": "#B48EAE", "from": "\u84bc", "to": "\u5149", "value": 4, "weight": 4}, {"color": "#B48EAE", "from": "\u84bc", "to": "\u82b3", "value": 4, "weight": 4}, {"color": "#B48EAE", "from": "\u84bc", "to": "\u7965", "value": 4, "weight": 4}, {"color": "#B48EAE", "from": "\u5149", "to": "\u82b3", "value": 4, "weight": 4}, {"color": "#B48EAE", "from": "\u5149", "to": "\u7965", "value": 4, "weight": 4}, {"color": "#B48EAE", "from": "\u82b3", "to": "\u7965", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u967d", "to": "\u660c", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u967d", "to": "\u65b9", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u967d", "to": "\u7ae0", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u967d", "to": "\u5834", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u967d", "to": "\u7586", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u660c", "to": "\u65b9", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u660c", "to": "\u7ae0", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u660c", "to": "\u5834", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u660c", "to": "\u7586", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u5834", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u5834", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5834", "to": "\u7586", "value": 6, "weight": 6}, {"color": "#90E0EF", "from": "\u6851", "to": "\u5eb7", "value": 3, "weight": 3}, {"color": "#90E0EF", "from": "\u6851", "to": "\u5802", "value": 3, "weight": 3}, {"color": "#90E0EF", "from": "\u5eb7", "to": "\u5802", "value": 3, "weight": 3}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u570b", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u738b", "to": "\u5834", "value": 2, "weight": 2}, {"color": "#0077B6", "from": "\u5764", "to": "\u9187", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u5764", "to": "\u58b3", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u5764", "to": "\u7e7d", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u9187", "to": "\u58b3", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u9187", "to": "\u795e", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u9187", "to": "\u7e7d", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u9187", "to": "\u6c11", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u58b3", "to": "\u795e", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u58b3", "to": "\u7e7d", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u58b3", "to": "\u6c11", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u795e", "to": "\u7e7d", "value": 6, "weight": 6}, {"color": "#0077B6", "from": "\u7e7d", "to": "\u6c11", "value": 6, "weight": 6}, {"color": "#80B8F0", "from": "\u8fad", "to": "\u50cf", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u8fad", "to": "\u6f22", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u8fad", "to": "\u6388", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u8fad", "to": "\u64ab", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u50cf", "to": "\u6f22", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u50cf", "to": "\u6388", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u50cf", "to": "\u64ab", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u6f22", "to": "\u6388", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u6f22", "to": "\u64ab", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u6388", "to": "\u64ab", "value": 5, "weight": 5}, {"color": "#9EC5AB", "from": "\u6a1e", "to": "\u529f", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u6a1e", "to": "\u901a", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u6a1e", "to": "\u90a6", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u6a1e", "to": "\u8499", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u6a1e", "to": "\u980c", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u529f", "to": "\u90a6", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u529f", "to": "\u980c", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u901a", "to": "\u90a6", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u901a", "to": "\u980c", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u90a6", "to": "\u8499", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u90a6", "to": "\u980c", "value": 6, "weight": 6}, {"color": "#9EC5AB", "from": "\u8499", "to": "\u980c", "value": 6, "weight": 6}, {"color": "#0900c9", "from": "\u85d0", "to": "\u4eba", "value": 2, "weight": 2}, {"color": "#80B8F0", "from": "\u7d14", "to": "\u6606", "value": 2, "weight": 2}, {"color": "#D7D9D7", "from": "\u5fae", "to": "\u520a", "value": 2, "weight": 2}, {"color": "#008a34", "from": "\u9748", "to": "\u5f81", "value": 2, "weight": 2}, {"color": "#80B8F0", "from": "\u7d14", "to": "\u805e", "value": 2, "weight": 2}, {"color": "#BAACBD", "from": "\u5b5d", "to": "\u4eac", "value": 4, "weight": 4}, {"color": "#BAACBD", "from": "\u5b5d", "to": "\u696d", "value": 4, "weight": 4}, {"color": "#BAACBD", "from": "\u4eac", "to": "\u541b", "value": 4, "weight": 4}, {"color": "#BAACBD", "from": "\u4eac", "to": "\u696d", "value": 4, "weight": 4}, {"color": "#BAACBD", "from": "\u541b", "to": "\u696d", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u5e73", "to": "\u77f3", "value": 2, "weight": 2}, {"color": "#80B8F0", "from": "\u6703", "to": "\u81e3", "value": 2, "weight": 2}, {"color": "#ff0000", "from": "\u4ec1", "to": "\u53e4", "value": 3, "weight": 3}, {"color": "#ff0000", "from": "\u53e4", "to": "\u5b50", "value": 3, "weight": 3}, {"color": "#008a34", "from": "\u7cbe", "to": "\u9748", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u884c", "to": "\u7136", "value": 2, "weight": 2}, {"color": "#ff0000", "from": "\u7d00", "to": "\u7949", "value": 2, "weight": 2}, {"color": "#008a34", "from": "\u69ae", "to": "\u661f", "value": 3, "weight": 3}, {"color": "#008a34", "from": "\u69ae", "to": "\u71df", "value": 3, "weight": 3}, {"color": "#008a34", "from": "\u661f", "to": "\u71df", "value": 3, "weight": 3}, {"color": "#52c3ff", "from": "\u89aa", "to": "\u5875", "value": 2, "weight": 2}, {"color": "#188977", "from": "\u5f3c", "to": "\u820a", "value": 2, "weight": 2}, {"color": "#a306fe", "from": "\u6817", "to": "\u6ec5", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u7acb", "to": "\u4f4d", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u7acb", "to": "\u8cea", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u4f4d", "to": "\u5b58", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u8cea", "to": "\u5b58", "value": 4, "weight": 4}, {"color": "#ff0000", "from": "\u5b50", "to": "\u7949", "value": 5, "weight": 5}, {"color": "#ff0000", "from": "\u5b50", "to": "\u7d00", "value": 5, "weight": 5}, {"color": "#ff0000", "from": "\u5b50", "to": "\u5bf6", "value": 5, "weight": 5}, {"color": "#ff0000", "from": "\u5b50", "to": "\u91cc", "value": 5, "weight": 5}, {"color": "#ff0000", "from": "\u7949", "to": "\u5bf6", "value": 5, "weight": 5}, {"color": "#ff0000", "from": "\u7949", "to": "\u91cc", "value": 5, "weight": 5}, {"color": "#ff0000", "from": "\u7d00", "to": "\u5bf6", "value": 5, "weight": 5}, {"color": "#ff0000", "from": "\u7d00", "to": "\u91cc", "value": 5, "weight": 5}, {"color": "#ff0000", "from": "\u5bf6", "to": "\u91cc", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5e73", "to": "\u7a14", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u826f", "to": "\u65b9", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u826f", "to": "\u540d", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u826f", "to": "\u8c9e", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u826f", "to": "\u5b58", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u826f", "to": "\u5929", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u8c9e", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u5b58", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u5929", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u540d", "to": "\u8c9e", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u540d", "to": "\u5b58", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u540d", "to": "\u5929", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u8c9e", "to": "\u5b58", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u8c9e", "to": "\u5929", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u5b58", "to": "\u5929", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u6e05", "to": "\u6210", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u6e05", "to": "\u5f81", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u6e05", "to": "\u9752", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u6e05", "to": "\u9748", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u6210", "to": "\u5ead", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u6210", "to": "\u5f81", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u6210", "to": "\u9752", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u6210", "to": "\u9748", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u5ead", "to": "\u5f81", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u5ead", "to": "\u9752", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u5ead", "to": "\u9748", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u5f81", "to": "\u9752", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u9752", "to": "\u9748", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u6975", "to": "\u606f", "value": 3, "weight": 3}, {"color": "#fea92a", "from": "\u606f", "to": "\u529b", "value": 3, "weight": 3}, {"color": "#0A2F51", "from": "\u9f8d", "to": "\u51f6", "value": 2, "weight": 2}, {"color": "#80B8F0", "from": "\u88d4", "to": "\u6c9b", "value": 2, "weight": 2}, {"color": "#71A9F7", "from": "\u8302", "to": "\u65c5", "value": 5, "weight": 5}, {"color": "#71A9F7", "from": "\u8302", "to": "\u8209", "value": 5, "weight": 5}, {"color": "#71A9F7", "from": "\u8302", "to": "\u864e", "value": 5, "weight": 5}, {"color": "#71A9F7", "from": "\u8302", "to": "\u8f14", "value": 5, "weight": 5}, {"color": "#71A9F7", "from": "\u65c5", "to": "\u8209", "value": 5, "weight": 5}, {"color": "#71A9F7", "from": "\u65c5", "to": "\u864e", "value": 5, "weight": 5}, {"color": "#71A9F7", "from": "\u65c5", "to": "\u8f14", "value": 5, "weight": 5}, {"color": "#71A9F7", "from": "\u8209", "to": "\u864e", "value": 5, "weight": 5}, {"color": "#71A9F7", "from": "\u8209", "to": "\u8f14", "value": 5, "weight": 5}, {"color": "#71A9F7", "from": "\u864e", "to": "\u8f14", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u6b66", "to": "\u6b66", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u6b66", "to": "\u58fd", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u6b66", "to": "\u540c", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u58fd", "to": "\u540c", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u540d", "to": "\u5e73", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u540d", "to": "\u5211", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u540d", "to": "\u5e74", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5e73", "to": "\u5211", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5e73", "to": "\u660e", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5e73", "to": "\u5e74", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5211", "to": "\u660e", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5211", "to": "\u5e74", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u5be7", "to": "\u8072", "value": 3, "weight": 3}, {"color": "#80B8F0", "from": "\u7d14", "to": "\u52f3", "value": 3, "weight": 3}, {"color": "#80B8F0", "from": "\u52f3", "to": "\u6606", "value": 3, "weight": 3}, {"color": "#008a34", "from": "\u751f", "to": "\u7cbe", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u751f", "to": "\u69ae", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u7cbe", "to": "\u6e05", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u7cbe", "to": "\u69ae", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u6e05", "to": "\u69ae", "value": 4, "weight": 4}, {"color": "#B48EAE", "from": "\u5321", "to": "\u5149", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u660e", "to": "\u5929", "value": 3, "weight": 3}, {"color": "#0A2F51", "from": "\u660e", "to": "\u5b58", "value": 3, "weight": 3}, {"color": "#008a34", "from": "\u7cbe", "to": "\u6210", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u7cbe", "to": "\u50be", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u7cbe", "to": "\u5f81", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u7cbe", "to": "\u5be7", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u69ae", "to": "\u6210", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u69ae", "to": "\u50be", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u69ae", "to": "\u5f81", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u6210", "to": "\u50be", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u6210", "to": "\u751f", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u6210", "to": "\u5be7", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u6e05", "to": "\u50be", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u6e05", "to": "\u5be7", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u50be", "to": "\u5f81", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u50be", "to": "\u751f", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u50be", "to": "\u5be7", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u5f81", "to": "\u751f", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u5f81", "to": "\u5be7", "value": 8, "weight": 8}, {"color": "#008a34", "from": "\u751f", "to": "\u5be7", "value": 8, "weight": 8}, {"color": "#fea92a", "from": "\u7a40", "to": "\u7dd2", "value": 3, "weight": 3}, {"color": "#fea92a", "from": "\u7a40", "to": "\u719f", "value": 3, "weight": 3}, {"color": "#fea92a", "from": "\u7dd2", "to": "\u719f", "value": 3, "weight": 3}, {"color": "#0077B6", "from": "\u57df", "to": "\u76db", "value": 2, "weight": 2}, {"color": "#52c3ff", "from": "\u6df5", "to": "\u6587", "value": 2, "weight": 2}, {"color": "#BAACBD", "from": "\u541b", "to": "\u5206", "value": 3, "weight": 3}, {"color": "#BAACBD", "from": "\u541b", "to": "\u660f", "value": 3, "weight": 3}, {"color": "#0077B6", "from": "\u52db", "to": "\u6c11", "value": 2, "weight": 2}, {"color": "#80B8F0", "from": "\u805e", "to": "\u52f3", "value": 4, "weight": 4}, {"color": "#80B8F0", "from": "\u805e", "to": "\u6606", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u5c71", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u9996", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u516c", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u5929", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u7940", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u4f51", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u53b2", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u5cb3", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u74a7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u6c23", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u5c71", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u9996", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u516c", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u5929", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u7940", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u4f51", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u53b2", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u5cb3", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u74a7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u516c", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u7940", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u4f51", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u53b2", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u5cb3", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u74a7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9996", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u5929", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u7940", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u4f51", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u53b2", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u5cb3", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u74a7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u516c", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u516c", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u7940", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u4f51", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u53b2", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u5cb3", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u74a7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5929", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u4f51", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u53b2", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u5cb3", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u74a7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u7940", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7940", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u53b2", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u5cb3", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u74a7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u4f51", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u5cb3", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u74a7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u53b2", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u74a7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5cb3", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u964d", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u74a7", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u7a14", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u964d", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u9032", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7a14", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u7981", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9032", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7981", "to": "\u5316", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7981", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7981", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7981", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7981", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7981", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7981", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7981", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7981", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5316", "to": "\u7d66", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5316", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5316", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5316", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5316", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5316", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5316", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5316", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7d66", "to": "\u91c7", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7d66", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7d66", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7d66", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7d66", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7d66", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u7d66", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u91c7", "to": "\u9041", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u91c7", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u91c7", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u91c7", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u91c7", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u91c7", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9041", "to": "\u60d4", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9041", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9041", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9041", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9041", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u60d4", "to": "\u5438", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u60d4", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u60d4", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u60d4", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5438", "to": "\u744b", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5438", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u5438", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u744b", "to": "\u9091", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u744b", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#0A2F51", "from": "\u9091", "to": "\u5e64", "value": 27, "weight": 27}, {"color": "#ff0000", "from": "\u7236", "to": "\u5b50", "value": 2, "weight": 2}, {"color": "#fea92a", "from": "\u90e8", "to": "\u6975", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u90e8", "to": "\u8ca0", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u90e8", "to": "\u9b3c", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u90e8", "to": "\u606f", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u90e8", "to": "\u5fb7", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u6975", "to": "\u8ca0", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u6975", "to": "\u9b3c", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u8ca0", "to": "\u9b3c", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u8ca0", "to": "\u606f", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u8ca0", "to": "\u5fb7", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u9b3c", "to": "\u606f", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u9b3c", "to": "\u5fb7", "value": 6, "weight": 6}, {"color": "#fea92a", "from": "\u606f", "to": "\u5fb7", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u7cbe", "to": "\u5ead", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u7cbe", "to": "\u76c8", "value": 4, "weight": 4}, {"color": "#008a34", "from": "\u9748", "to": "\u76c8", "value": 4, "weight": 4}, {"color": "#B48EAE", "from": "\u5927", "to": "\u7a95", "value": 3, "weight": 3}, {"color": "#B48EAE", "from": "\u5927", "to": "\u4e0b", "value": 3, "weight": 3}, {"color": "#B48EAE", "from": "\u7a95", "to": "\u4e0b", "value": 3, "weight": 3}, {"color": "#4C1036", "from": "\u59d3", "to": "\u5c3a", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u967d", "to": "\u5f4a", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u967d", "to": "\u8208", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5f4a", "to": "\u7ae0", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5f4a", "to": "\u8208", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u5f4a", "to": "\u660c", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u8208", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u8208", "to": "\u660c", "value": 5, "weight": 5}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u884d", "value": 5, "weight": 5}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u5fb7", "value": 5, "weight": 5}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u79b9", "value": 5, "weight": 5}, {"color": "#fea92a", "from": "\u5fb7", "to": "\u71ff", "value": 5, "weight": 5}, {"color": "#fea92a", "from": "\u884d", "to": "\u79b9", "value": 5, "weight": 5}, {"color": "#fea92a", "from": "\u884d", "to": "\u71ff", "value": 5, "weight": 5}, {"color": "#fea92a", "from": "\u79b9", "to": "\u71ff", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u660c", "to": "\u4e11", "value": 2, "weight": 2}, {"color": "#80B8F0", "from": "\u81e3", "to": "\u6c38", "value": 2, "weight": 2}, {"color": "#008a34", "from": "\u6e05", "to": "\u807d", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u751f", "to": "\u807d", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u76c8", "to": "\u6210", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u76c8", "to": "\u807d", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u6210", "to": "\u807d", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u540d", "to": "\u967d", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u540d", "to": "\u7ae0", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u540d", "to": "\u757a", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u540d", "to": "\u660c", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u967d", "to": "\u7687", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u967d", "to": "\u757a", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u757a", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u7687", "to": "\u757a", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u7687", "to": "\u660c", "value": 6, "weight": 6}, {"color": "#0A2F51", "from": "\u757a", "to": "\u660c", "value": 6, "weight": 6}, {"color": "#56B870", "from": "\u81e7", "to": "\u5fd8", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u9996", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u5c71", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u9996", "value": 4, "weight": 4}, {"color": "#0A2F51", "from": "\u65b9", "to": "\u5c71", "value": 4, "weight": 4}, {"color": "#80B8F0", "from": "\u5ddf", "to": "\u572e", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u5ddf", "to": "\u6e25", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u5ddf", "to": "\u8db3", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u572e", "to": "\u6e25", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u572e", "to": "\u8db3", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u6e25", "to": "\u8db3", "value": 5, "weight": 5}, {"color": "#80B8F0", "from": "\u8db3", "to": "\u8db3", "value": 5, "weight": 5}, {"color": "#ff0000", "from": "\u91cc", "to": "\u5e02", "value": 3, "weight": 3}, {"color": "#ff0000", "from": "\u7d00", "to": "\u5e02", "value": 3, "weight": 3}, {"color": "#52c3ff", "from": "\u6df5", "to": "\u89aa", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u5c71", "to": "\u5b6b", "value": 2, "weight": 2}, {"color": "#008a34", "from": "\u8072", "to": "\u57ce", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u8072", "to": "\u6210", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u8072", "to": "\u9748", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u57ce", "to": "\u5be7", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u57ce", "to": "\u6210", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u57ce", "to": "\u9748", "value": 5, "weight": 5}, {"color": "#008a34", "from": "\u5be7", "to": "\u9748", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u660e", "to": "\u525b", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u660e", "to": "\u63da", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u660e", "to": "\u9577", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u525b", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u63da", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u7ae0", "to": "\u9577", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u525b", "to": "\u63da", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u525b", "to": "\u9577", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u63da", "to": "\u9577", "value": 5, "weight": 5}, {"color": "#0A2F51", "from": "\u540c", "to": "\u96d9", "value": 2, "weight": 2}, {"color": "#01200F", "from": "\u5973", "to": "\u963b", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u5973", "to": "\u8a31", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u5973", "to": "\u8a9e", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u5973", "to": "\u96e8", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u5973", "to": "\u571f", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u963b", "to": "\u8a31", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u963b", "to": "\u8a9e", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u963b", "to": "\u96e8", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u963b", "to": "\u571f", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u8a31", "to": "\u8a9e", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u8a31", "to": "\u96e8", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u8a31", "to": "\u571f", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u8a9e", "to": "\u96e8", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u8a9e", "to": "\u571f", "value": 6, "weight": 6}, {"color": "#01200F", "from": "\u96e8", "to": "\u571f", "value": 6, "weight": 6}, {"color": "#008a34", "from": "\u6e05", "to": "\u5f62", "value": 7, "weight": 7}, {"color": "#008a34", "from": "\u76c8", "to": "\u5f62", "value": 7, "weight": 7}, {"color": "#008a34", "from": "\u76c8", "to": "\u69ae", "value": 7, "weight": 7}, {"color": "#008a34", "from": "\u5f62", "to": "\u751f", "value": 7, "weight": 7}, {"color": "#008a34", "from": "\u5f62", "to": "\u9748", "value": 7, "weight": 7}, {"color": "#008a34", "from": "\u5f62", "to": "\u5ead", "value": 7, "weight": 7}, {"color": "#008a34", "from": "\u5f62", "to": "\u69ae", "value": 7, "weight": 7}, {"color": "#008a34", "from": "\u751f", "to": "\u9748", "value": 7, "weight": 7}, {"color": "#008a34", "from": "\u9748", "to": "\u69ae", "value": 7, "weight": 7}, {"color": "#008a34", "from": "\u5ead", "to": "\u69ae", "value": 7, "weight": 7}, {"color": "#B48EAE", "from": "\u5927", "to": "\u901d", "value": 2, "weight": 2}, {"color": "#0900c9", "from": "\u8ff4", "to": "\u4eba", "value": 2, "weight": 2}, {"color": "#0A2F51", "from": "\u660e", "to": "\u967d", "value": 3, "weight": 3}, {"color": "#0A2F51", "from": "\u5e38", "to": "\u967d", "value": 3, "weight": 3}, {"color": "#0A2F51", "from": "\u537f", "to": "\u5468", "value": 2, "weight": 2}]);
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {"edges": {"color": {"inherit": "to"}, "smooth": false}, "physics": {"minVelocity": 0.75}};
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>