-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathknowledge_graph.html
393 lines (325 loc) · 89 KB
/
knowledge_graph.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<html>
<head>
<meta charset="utf-8">
<script src="lib/bindings/utils.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/dist/vis-network.min.css" integrity="sha512-WgxfT5LWjfszlPHXRmBWHkV2eceiWTOBvrKCNbdgDYTHrT2AeLCGbF4sZlZw3UMN3WtL0tGUoIAKsu8mllg/XA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/vis-network/9.1.2/dist/vis-network.min.js" integrity="sha512-LnvoEWDFrqGHlHmDD2101OrLcbsfkrzoSpvtSQtxK3RMnRV0eOkhhBN2dXHKRrUU8p2DGRTk35n4O8nWSVe1mQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link href="lib/tom-select/tom-select.css" rel="stylesheet">
<script src="lib/tom-select/tom-select.complete.min.js"></script>
<center>
<h1></h1>
</center>
<!-- <link rel="stylesheet" href="../node_modules/vis/dist/vis.min.css" type="text/css" />
<script type="text/javascript" src="../node_modules/vis/dist/vis.js"> </script>-->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin="anonymous"
></script>
<center>
<h1></h1>
</center>
<style type="text/css">
#mynetwork {
width: 100%;
height: 750px;
background-color: #ffffff;
border: 1px solid lightgray;
position: relative;
float: left;
}
#loadingBar {
position:absolute;
top:0px;
left:0px;
width: 100%;
height: 750px;
background-color:rgba(200,200,200,0.8);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity:1;
}
#bar {
position:absolute;
top:0px;
left:0px;
width:20px;
height:20px;
margin:auto auto auto auto;
border-radius:11px;
border:2px solid rgba(30,30,30,0.05);
background: rgb(0, 173, 246); /* Old browsers */
box-shadow: 2px 0px 4px rgba(0,0,0,0.4);
}
#border {
position:absolute;
top:10px;
left:10px;
width:500px;
height:23px;
margin:auto auto auto auto;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
border-radius:10px;
}
#text {
position:absolute;
top:8px;
left:530px;
width:30px;
height:50px;
margin:auto auto auto auto;
font-size:22px;
color: #000000;
}
div.outerBorder {
position:relative;
top:400px;
width:600px;
height:44px;
margin:auto auto auto auto;
border:8px solid rgba(0,0,0,0.1);
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
border-radius:72px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
</style>
</head>
<body>
<div class="card" style="width: 100%">
<div id="filter-menu" class="card-header">
<div class="row no-gutters">
<div class="col-3 pb-2">
<select
class="form-select"
aria-label="Default select example"
onchange="updateFilter(value, 'item')"
id="select-item"
>
<option value="">Select a network item</option>
<option value="edge">edge</option>
<option value="node">node</option>
</select>
</div>
<div class="col-3 pb-2">
<select
class="form-select"
aria-label="Default select example"
onchange="updateFilter(value, 'property')"
id="select-property"
>
<option value="">Select a property...</option>
</select>
</div>
<div class="col-3 pb-2">
<select
class="form-select"
aria-label="Default select example"
id="select-value"
>
<option value="">Select value(s)...</option>
</select>
</div>
<div class="col-1 pb-2">
<button type="button" class="btn btn-primary btn-block" onclick="highlightFilter(filter);">Filter</button>
</div>
<div class="col-2 pb-2">
<button type="button" class="btn btn-primary btn-block" onclick="clearFilter(true)">Reset Selection</button>
</div>
</div>
</div>
<div id="mynetwork" class="card-body"></div>
</div>
<div id="loadingBar">
<div class="outerBorder">
<div id="text">0%</div>
<div id="border">
<div id="bar"></div>
</div>
</div>
</div>
<script type="text/javascript">
// initialize global variables.
var edges;
var nodes;
var allNodes;
var allEdges;
var nodeColors;
var originalNodes;
var network;
var container;
var options, data;
var filter = {
item : '',
property : '',
value : []
};
// explicitly using onItemAdd and this function as we need to save multiple values
let updateValueFilter = function() {
return function () {
filter['value'].push(arguments[0])
}
}
let valueControl = new TomSelect("#select-value",{
maxItems: null,
valueField: 'id',
labelField: 'title',
searchField: 'title',
create: false,
sortField: {
field: "text",
direction: "asc"
},
onItemAdd: updateValueFilter()
});
let addValues = function() {
return function () {
// clear the current value options and add the selected attribute values
// tom-select handles duplicates
let selectedProperty = arguments[0];
valueControl.clear();
valueControl.clearOptions();
filter['value'] = []
if (filter['item'] === 'node') {
for (let each in allNodes) {
valueControl.addOption({
id:allNodes[each][selectedProperty],
title:allNodes[each][selectedProperty]
})
}
}
else if (filter['item'] === 'edge') {
for (let each in allEdges) {
valueControl.addOption({
id:allEdges[each][selectedProperty],
title:allEdges[each][selectedProperty]
})
}
}
}
};
let propControl = new TomSelect("#select-property",{
valueField: 'id',
labelField: 'title',
searchField: 'title',
create: false,
sortField: {
field: "text",
direction: "asc"
},
onItemAdd: addValues()
});
let addProperties = function() {
return function () {
// loops through the selected network item and adds the attributes to dropdown
// tom-select handles duplicates
clearFilter(false)
if (arguments[0] === 'edge') {
for (let each in allEdges) {
if (allEdges.hasOwnProperty(each)) {
for (let eachProp in allEdges[each]) {
if (allEdges[each].hasOwnProperty(eachProp)) {
propControl.addOption({id: eachProp, title: eachProp})
}
}
}
}
}
else if (arguments[0] === 'node') {
for (let each in allNodes) {
if (allNodes.hasOwnProperty(each)) {
for (let eachProp in allNodes[each]) {
if (allNodes[each].hasOwnProperty(eachProp)
&& (eachProp !== 'hidden' && eachProp !== 'savedLabel'
&& eachProp !== 'hiddenLabel')) {
propControl.addOption({id: eachProp, title: eachProp})
}
}
}
}
}
}
};
let itemControl = new TomSelect("#select-item",{
create: false,
sortField:{
field: "text",
direction: "asc"
},
onItemAdd: addProperties()
});
function clearFilter(reset) {
// utility function to clear all the selected filter options
// if reset is set to true, the existing filter will be removed
// else, only the dropdown options are cleared
propControl.clear();
propControl.clearOptions();
valueControl.clear();
valueControl.clearOptions();
filter = {
item : '',
property : '',
value : []
}
if (reset) {
itemControl.clear();
filterHighlight({nodes: []})
}
}
function updateFilter(value, key) {
// key could be 'item' or 'property' and value is as selected in dropdown
filter[key] = value
}
// This method is responsible for drawing the graph, returns the drawn network
function drawGraph() {
var container = document.getElementById('mynetwork');
// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"color": "#97c2fc", "id": "\u4e07\u5723\u516c\u4e3b", "label": "\u4e07\u5723\u516c\u4e3b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u4e07\u5723\u516c\u4e3b\n\u6027\u522b: \u5973\n"}, {"color": "#97c2fc", "id": "\u4e5d\u5934\u866b", "label": "\u4e5d\u5934\u866b", "shape": "dot", "size": 10.744416873449131, "title": "\u59d3\u540d: \u4e5d\u5934\u866b\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e5d\u5934\u9a78\u9a6c\n\u5175\u5668: \u6708\u7259\u94f2\n"}, {"color": "#97c2fc", "id": "\u4e07\u5723\u9f99\u5a46", "label": "\u4e07\u5723\u9f99\u5a46", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u4e07\u5723\u9f99\u5a46\n\u6027\u522b: \u5973\n\u522b\u540d: \u9f99\u5a46\n"}, {"color": "#97c2fc", "id": "\u4e07\u5723\u9f99\u738b", "label": "\u4e07\u5723\u9f99\u738b", "shape": "dot", "size": 10.372208436724566, "title": "\u59d3\u540d: \u4e07\u5723\u9f99\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e07\u5723\u8001\u9f99\n"}, {"color": "#97c2fc", "id": "\u5954\u6ce2\u513f\u705e", "label": "\u5954\u6ce2\u513f\u705e", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5954\u6ce2\u513f\u705e\n\u6027\u522b: \u7537\n\u522b\u540d: \u9c87\u9c7c\u602a\n\u672c\u76f8: \u9c87\u9c7c\n\u4f4f\u6240: \u4e71\u77f3\u5c71\u78a7\u6ce2\u6f6d\n"}, {"color": "#97c2fc", "id": "\u705e\u6ce2\u513f\u5954", "label": "\u705e\u6ce2\u513f\u5954", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u705e\u6ce2\u513f\u5954\n\u6027\u522b: \u7537\n\u522b\u540d: \u9ed1\u9c7c\u7cbe\n\u672c\u76f8: \u9ed1\u9c7c\n\u4f4f\u6240: \u4e71\u77f3\u5c71\u78a7\u6ce2\u6f6d\n"}, {"color": "#97c2fc", "id": "\u725b\u9b54\u738b", "label": "\u725b\u9b54\u738b", "shape": "dot", "size": 12.977667493796526, "title": "\u59d3\u540d: \u725b\u9b54\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u5927\u529b\u725b\u9b54\u738b\u3001\u5e73\u5929\u5927\u5723\u3001\u897f\u65b9\u5927\u529b\u738b\n\u5175\u5668: \u6df7\u94c1\u68cd\n\u795e\u901a: \u4e03\u5341\u4e8c\u53d8\u3001\u5de8\u578b\u8eab\u6cd5\n\u5750\u9a91: \u8f9f\u6c34\u91d1\u6676\u517d\n\u4f4f\u6240: \u7fe0\u4e91\u5c71\u82ad\u8549\u6d1e\u3001\u79ef\u96f7\u5c71\u6469\u4e91\u6d1e\n"}, {"color": "#97c2fc", "id": "\u4e5d\u5c3e\u72d0\u72f8\u7cbe", "label": "\u4e5d\u5c3e\u72d0\u72f8\u7cbe", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u4e5d\u5c3e\u72d0\u72f8\u7cbe\n\u6027\u522b: \u5973\n\u522b\u540d: \u4e5d\u5c3e\u72d0\n\u5175\u5668: \u53cc\u5200\n\u4f4f\u6240: \u538b\u9f99\u5c71\u538b\u9f99\u6d1e\n"}, {"color": "#97c2fc", "id": "\u91d1\u89d2\u5927\u738b", "label": "\u91d1\u89d2\u5927\u738b", "shape": "dot", "size": 10.372208436724566, "title": "\u59d3\u540d: \u91d1\u89d2\u5927\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u5927\u5927\u738b\u3001\u5927\u54e5\uff08\u94f6\u89d2\u5927\u738b\u5bf9\u5176\u7684\u79f0\u547c\uff09\n\u6cd5\u5b9d: \u7d2b\u91d1\u7ea2\u846b\u82a6\u3001\u7f8a\u8102\u7389\u51c0\u74f6\u3001\u82ad\u8549\u6247\u3001\u5e4c\u91d1\u7ef3\n\u5175\u5668: \u4e03\u661f\u5251\n\u6280\u80fd: \u817e\u632a\u53d8\u5316\uff0c\u79fb\u5c71\u5012\u6d77\uff0c\u5251\u672f\n\u4f4f\u6240: \u4e09\u5341\u4e09\u91cd\u5929\u515c\u7387\u5bab\u2192\u5e73\u9876\u5c71\u83b2\u82b1\u6d1e\n"}, {"color": "#97c2fc", "id": "\u94f6\u89d2\u5927\u738b", "label": "\u94f6\u89d2\u5927\u738b", "shape": "dot", "size": 10.446650124069478, "title": "\u59d3\u540d: \u94f6\u89d2\u5927\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e8c\u5927\u738b\n\u6cd5\u5b9d: \u7d2b\u91d1\u7ea2\u846b\u82a6\u3001\u7f8a\u8102\u7389\u51c0\u74f6\u3001\u82ad\u8549\u6247\u3001\u5e4c\u91d1\u7ef3\n\u5175\u5668: \u4e03\u661f\u5251\n\u6280\u80fd: \u817e\u632a\u53d8\u5316\uff0c\u79fb\u5c71\u5012\u6d77\uff0c\u5251\u672f\n\u4f4f\u6240: \u4e09\u5341\u4e09\u91cd\u5929\u515c\u7387\u5bab\u2192\u5e73\u9876\u5c71\u83b2\u82b1\u6d1e\n"}, {"color": "#97c2fc", "id": "\u72d0\u963f\u4e03\u5927\u738b", "label": "\u72d0\u963f\u4e03\u5927\u738b", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u72d0\u963f\u4e03\u5927\u738b\n\u6027\u522b: \u7537\n\u5175\u5668: \u65b9\u5929\u621f\n"}, {"color": "#97c2fc", "id": "\u592a\u4e59\u6551\u82e6\u5929\u5c0a", "label": "\u592a\u4e59\u6551\u82e6\u5929\u5c0a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u592a\u4e59\u6551\u82e6\u5929\u5c0a\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e1c\u6781\u9752\u534e\u5927\u5e1d\u3001\u5bfb\u58f0\u8d74\u611f\u592a\u4e59\u6551\u82e6\u5929\u5c0a\u3001\u9752\u7384\u4e5d\u9633\u4e0a\u5e1d\u3001\u592a\u4e00\u6551\u82e6\u5929\u5c0a\n\u5750\u9a91: \u4e5d\u5934\u72ee\u5b50\n\u4f4f\u6240: \u9752\u534e\u957f\u4e50\u754c\u4e1c\u6781\u5999\u4e25\u5bab\n"}, {"color": "#97c2fc", "id": "\u4e5d\u7075\u5143\u5723", "label": "\u4e5d\u7075\u5143\u5723", "shape": "dot", "size": 10.595533498759306, "title": "\u59d3\u540d: \u4e5d\u7075\u5143\u5723\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e5d\u5934\u72ee\u5b50\u3001\u7956\u7fc1\n\u4f4f\u6240: \u5929\u7afa\u56fd\u7389\u534e\u5dde\u7af9\u8282\u5c71\u4e5d\u66f2\u76d8\u6853\u6d1e\n"}, {"color": "#97c2fc", "id": "\u9ec4\u72ee\u7cbe", "label": "\u9ec4\u72ee\u7cbe", "shape": "dot", "size": 10.446650124069478, "title": "\u59d3\u540d: \u9ec4\u72ee\u7cbe\n\u6027\u522b: \u7537\n\u5175\u5668: \u56db\u660e\u94f2\n\u4f4f\u6240: \u5929\u7afa\u56fd\u7389\u534e\u5dde\u8c79\u5934\u5c71\u864e\u53e3\u6d1e\n"}, {"color": "#97c2fc", "id": "\u5927\u9e4f\u91d1\u7fc5\u96d5", "label": "\u5927\u9e4f\u91d1\u7fc5\u96d5", "shape": "dot", "size": 10.372208436724566, "title": "\u59d3\u540d: \u5927\u9e4f\u91d1\u7fc5\u96d5\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e91\u7a0b\u4e07\u91cc\u9e4f\u3001\u91d1\u7fc5\u5927\u9e4f\u96d5\n\u5175\u5668: \u753b\u6746\u65b9\u5929\u621f\n"}, {"color": "#97c2fc", "id": "\u5982\u6765\u4f5b\u7956", "label": "\u5982\u6765\u4f5b\u7956", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5982\u6765\u4f5b\u7956\n\u6027\u522b: \u7537\n\u522b\u540d: \u5982\u6765\u3001\u4f5b\u7956\u3001\u5982\u6765\u4f5b\u3001\u91ca\u8fe6\u725f\u5c3c\u5c0a\u8005\n\u6cd5\u5b9d: \u91d1\u94b5\u76c2\u3001\u820d\u5229\u5b50\n\u4f4f\u6240: \u897f\u5929\u7075\u5c71\u3001\u5927\u96f7\u97f3\u5bfa\n"}, {"color": "#97c2fc", "id": "\u5c0f\u94bb\u98ce", "label": "\u5c0f\u94bb\u98ce", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5c0f\u94bb\u98ce\n\u6027\u522b: \u7537\n\u4f4f\u6240: \u72ee\u9a7c\u5cad\u72ee\u9a7c\u6d1e\n"}, {"color": "#97c2fc", "id": "\u9752\u6bdb\u72ee\u5b50\u602a", "label": "\u9752\u6bdb\u72ee\u5b50\u602a", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u9752\u6bdb\u72ee\u5b50\u602a\n\u6027\u522b: \u7537\n\u522b\u540d: \u9752\u72ee\u7cbe\u3001\u5927\u5927\u738b\u3001\u5927\u54e5\u3001\u72ee\u9a7c\u5cad\u8001\u9b54\u3001\u9752\u6bdb\u72ee\u738b\n\u5175\u5668: \u5927\u634d\u5200\n\u672c\u76f8: \u9752\u6bdb\u72ee\u5b50\n\u4f4f\u6240: \u72ee\u9a7c\u56fd\u72ee\u9a7c\u6d1e\n"}, {"color": "#97c2fc", "id": "\u9ec4\u7259\u8001\u8c61\u602a", "label": "\u9ec4\u7259\u8001\u8c61\u602a", "shape": "dot", "size": 10.297766749379653, "title": "\u59d3\u540d: \u9ec4\u7259\u8001\u8c61\u602a\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e8c\u5927\u738b\u3001\u72ee\u9a7c\u5cad\u4e8c\u9b54\u3001\u767d\u8c61\n\u5175\u5668: \u957f\u67aa\n\u672c\u76f8: \u516d\u7259\u767d\u8c61\n"}, {"color": "#97c2fc", "id": "\u51cc\u7a7a\u5b50", "label": "\u51cc\u7a7a\u5b50", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u51cc\u7a7a\u5b50\n\u672c\u76f8: \u6867\u6811\n\u4f4f\u6240: \u8346\u68d8\u5cad\u6728\u4ed9\u5eb5\n"}, {"color": "#97c2fc", "id": "\u52b2\u8282\u5341\u516b\u516c", "label": "\u52b2\u8282\u5341\u516b\u516c", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u52b2\u8282\u5341\u516b\u516c\n\u522b\u540d: \u5341\u516b\u516c\n\u672c\u76f8: \u677e\u6811\n\u4f4f\u6240: \u8346\u68d8\u5cad\u6728\u4ed9\u5eb5\n"}, {"color": "#97c2fc", "id": "\u5b64\u76f4\u516c", "label": "\u5b64\u76f4\u516c", "shape": "dot", "size": 11.042183622828784, "title": "\u59d3\u540d: \u5b64\u76f4\u516c\n\u672c\u76f8: \u67cf\u6811\n\u4f4f\u6240: \u8346\u68d8\u5cad\u6728\u4ed9\u5eb5\n"}, {"color": "#97c2fc", "id": "\u62c2\u4e91\u53df", "label": "\u62c2\u4e91\u53df", "shape": "dot", "size": 11.116625310173697, "title": "\u59d3\u540d: \u62c2\u4e91\u53df\n\u6027\u522b: \u7537\n\u672c\u76f8: \u7af9\u5b50\n\u4f4f\u6240: \u8346\u68d8\u5cad\u6728\u4ed9\u5eb5\n"}, {"color": "#97c2fc", "id": "\u674f\u4ed9", "label": "\u674f\u4ed9", "shape": "dot", "size": 10.744416873449131, "title": "\u59d3\u540d: \u674f\u4ed9\n\u6027\u522b: \u5973\n\u522b\u540d: \u674f\u82b1\u4ed9\u5b50\n\u672c\u76f8: \u674f\u6811\n\u6280\u80fd: \u8ff7\u60d1\u672f\u3001\u8bd7\u8bcd\u6b4c\u8d4b\n\u4f4f\u6240: \u8346\u68d8\u5cad\u6728\u4ed9\u5eb5\n"}, {"color": "#97c2fc", "id": "\u5357\u5c71\u5927\u738b", "label": "\u5357\u5c71\u5927\u738b", "shape": "dot", "size": 10.297766749379653, "title": "\u59d3\u540d: \u5357\u5c71\u5927\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u8c79\u5b50\u7cbe\u3001\u827e\u53f6\u82b1\u76ae\u8c79\u5b50\u7cbe\n\u5175\u5668: \u94c1\u6775\n\u672c\u76f8: \u827e\u53f6\u82b1\u76ae\u8c79\n\u6280\u80fd: \u55b7\u96fe\n"}, {"color": "#97c2fc", "id": "\u94c1\u80cc\u82cd\u72fc\u602a", "label": "\u94c1\u80cc\u82cd\u72fc\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u94c1\u80cc\u82cd\u72fc\u602a\n\u6027\u522b: \u7537\n\u522b\u540d: \u94c1\u80cc\u82cd\u72fc\u602a\u3001\u5148\u950b\n\u672c\u76f8: \u82cd\u72fc\n"}, {"color": "#97c2fc", "id": "\u5510\u50e7", "label": "\u5510\u50e7", "shape": "dot", "size": 40.0, "title": "\u59d3\u540d: \u5510\u50e7\n\u6027\u522b: \u7537\n\u522b\u540d: \u5510\u4e09\u85cf\u3001\u91d1\u8749\u5b50\u3001\u7384\u5958\u3001\u6c5f\u6d41\u513f\u3001\u5fa1\u5f1f\n\u6cd5\u5b9d: \u4e5d\u73af\u9521\u6756\n\u672c\u76f8: \u548c\u5c1a\u5f62\u8c61\uff0c\u5934\u6234\u50e7\u5e3d\n\u6280\u80fd: \u7d27\u7b8d\u5492\n\u5750\u9a91: \u767d\u9f99\u9a6c\n\u4f4f\u6240: \u5927\u96f7\u97f3\u5bfa\n\u76f8\u5173\u6587\u672c: \u5510\u50e7\u897f\u884c\u81f3\u4e24\u754c\u5c71\uff08\u5373\u4e94\u884c\u5c71\uff09\uff0c\u542c\u89c1\u538b\u5728\u5c71\u4e0b\u7684\u5b59\u609f\u7a7a\u5927\u53eb\u201c\u5e08\u7236\u201d\uff0c\u5510\u50e7\u8d70\u4e0a\u524d\u53bb\uff0c\u5728\u5b59\u609f\u7a7a\u7684\u8bf7\u6c42\u4e0b\uff0c\u63ed\u4e0b\u4e86\u5c71\u4e0a\u5982\u6765\u4f5b\u7956\u7559\u4e0b\u7684\u516d\u5b57\u91d1\u8d34\uff0c\u5b59\u609f\u7a7a\u5f97\u4ee5\u4ece\u4e2d\u5d29\u51fa\uff0c\u62dc\u5510\u50e7\u4e3a\u5e08\uff0c\u5510\u50e7\u53c8\u7ed9\u5b59\u609f\u7a7a\u53d6\u4e86\u4e2a\u6df7\u540d\uff0c\u5524\u4f5c\u201c\u884c\u8005\u201d\u3002\u4e8c\u4eba\u7ed3\u4f34\u4e0a\u8def\uff0c\u9014\u4e2d\u9047\u5230\u516d\u4e2a\u5f3a\u76d7\u62e6\u8def\u62a2\u52ab\uff0c\u5b59\u609f\u7a7a\u5c06\u5176\u5168\u90e8\u6253\u6b7b\uff0c\u5510\u50e7\u6307\u8d23\u5b59\u609f\u7a7a\u6ca1\u6709\u534a\u70b9\u6148\u60b2\u4e4b\u5fc3\uff0c\u5b59\u609f\u7a7a\u53d7\u4e0d\u4e86\u5510\u50e7\u5570\u55e6\uff0c\u5c31\u751f\u6c14\u5c31\u9a7e\u4e91\u4e1c\u53bb\u4e86\u3002\u5510\u50e7\u65e0\u5948\uff0c\u53ea\u5f97\u5b64\u8eab\u4e0a\u8def\uff0c\u9047\u5230\u89c2\u97f3\u5316\u8eab\u6210\u8001\u5987\u4eba\uff0c\u6388\u4ed6\u201c\u7d27\u7b8d\u513f\u5492\u201d\u3002\u5b59\u609f\u7a7a\u7ecf\u4e1c\u6d77\u9f99\u738b\u6307\u70b9\uff0c\u8fd4\u56de\u6765\u4fdd\u62a4\u5510\u50e7\u3002\u5510\u50e7\u54c4\u9a97\u5b59\u609f\u7a7a\u6234\u4e0a\u7d27\u7b8d\u5708\uff0c\u5ff5\u8d77\u7d27\u7b8d\u5492\uff0c\u5c06\u5b59\u609f\u7a7a\u75bc\u7684\u6b7b\u53bb\u6d3b\u6765\uff0c\u4f7f\u5f97\u5b59\u609f\u7a7a\u6b7b\u5fc3\u584c\u5730\u8ddf\u968f\u5510\u50e7\u897f\u884c\u3002\u884c\u81f3\u9ad8\u8001\u5e84\uff0c\u5b59\u609f\u7a7a\u964d\u670d\u732a\u609f\u80fd\uff0c\u732a\u609f\u80fd\u62dc\u5510\u50e7\u4e3a\u5e08\u540e\uff0c\u5510\u50e7\u53c8\u7ed9\u4ed6\u53d6\u4e2a\u522b\u540d\u53eb\u4f5c\u201c\u516b\u6212\u201d\uff0c\u4e09\u4eba\u7ed3\u4f34\u897f\u884c\u81f3\u6d6e\u5c60\u5c71\uff0c\u4e4c\u5de2\u7985\u5e08\u8d60\u7ed9\u5510\u50e7\u4e00\u5377\u300a\u591a\u5fc3\u7ecf\u300b\u3002 \u884c\u81f3\u516b\u767e\u91cc\u9ec4\u98ce\u5cad\uff0c\u5510\u50e7\u88ab\u9ec4\u98ce\u5927\u738b\u624b\u4e0b\u7684\u864e\u5148\u950b\u7528\u91d1\u8749\u8131\u58f3\u4e4b\u8ba1\u6293\u8d70\uff0c\u5b59\u609f\u7a7a\u627e\u7075\u5409\u83e9\u8428\u964d\u670d\u9ec4\u98ce\u602a\u540e\u5510\u50e7\u83b7\u6551\u3002 \u884c\u81f3\u516b\u767e\u91cc\u6d41\u6c99\u6cb3\uff0c\u5b59\u609f\u7a7a\u548c\u732a\u516b\u6212\u7528\u8bf1\u654c\u4e4b\u8ba1\u6ca1\u80fd\u964d\u670d\u6c99\u609f\u51c0\uff0c\u53ea\u5f97\u6c42\u6551\u4e8e\u89c2\u97f3\u83e9\u8428\uff0c\u89c2\u97f3\u6d3e\u6728\u5412\u6765\u5230\u6d41\u6c99\u6cb3\uff0c\u8ba9\u6c99\u609f\u51c0\u62dc\u5510\u50e7\u4e3a\u5e08\uff0c\u5510\u50e7\u89c1\u6c99\u609f\u51c0\u6709\u548c\u5c1a\u5bb6\u98ce\uff0c\u53c8\u79f0\u4ed6\u4e3a\u6c99\u548c\u5c1a\u3002 \n"}, {"color": "#97c2fc", "id": "\u5510\u592a\u5b97", "label": "\u5510\u592a\u5b97", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5510\u592a\u5b97\n\u6027\u522b: \u7537\n\u522b\u540d: \u5510\u592a\u5b97\u3001\u5510\u6587\u7687 [165]\u3001\u5929\u53ef\u6c57\u3001\u4e8c\u90ce [2]\n"}, {"color": "#97c2fc", "id": "\u6cd5\u540d\u548c\u5c1a", "label": "\u6cd5\u540d\u548c\u5c1a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6cd5\u540d\u548c\u5c1a\n"}, {"color": "#97c2fc", "id": "\u5b59\u609f\u7a7a", "label": "\u5b59\u609f\u7a7a", "shape": "dot", "size": 35.31017369727047, "title": "\u59d3\u540d: \u5b59\u609f\u7a7a\n\u6027\u522b: \u7537\n\u522b\u540d: \u5b59\u884c\u8005\u3001\u5fc3\u733f\u3001\u91d1\u516c\u3001\u6597\u6218\u80dc\u4f5b\u3001\u9f50\u5929\u5927\u5723\u3001\u7f8e\u7334\u738b [61]\u3001\u5f3c\u9a6c\u6e29 [75]\n\u5175\u5668: \u5982\u610f\u91d1\u7b8d\u68d2\u3001\u51e4\u7fc5\u7d2b\u91d1\u51a0\u3001\u9501\u5b50\u9ec4\u91d1\u7532\u3001\u85d5\u4e1d\u6b65\u4e91\u5c65\n\u795e\u901a: \u5927\u54c1\u5929\u4ed9\u8bc0\u3001\u4e03\u5341\u4e8c\u53d8\u3001\u7b4b\u6597\u4e91\u7b49\n\u672c\u76f8: \u7315\u7334\n\u6280\u80fd: \u4e03\u5341\u4e8c\u53d8\u3001\u7b4b\u6597\u4e91\u7b49\n\u4f4f\u6240: \u82b1\u679c\u5c71\n\u76f8\u5173\u6587\u672c: \u5b59\u609f\u7a7a\u81ea\u5b66\u827a\u56de\u5c71\u540e\u6253\u8d25\u6df7\u4e16\u9b54\u738b\uff0c\u5f97\u4e00\u53e3\u5927\u5200\uff0c\u53c8\u4ece\u50b2\u6765\u56fd\u5185\u4ee5\u6cd5\u529b\u5f97\u5927\u91cf\u5175\u5668\u5206\u53d1\u8bf8\u7334\uff0c\u4f46\u662f\u6ca1\u6709\u4e00\u6837\u5175\u5668\u987a\u624b\u3002\u4e3a\u4e86\u5bfb\u4e00\u4ef6\u79f0\u624b\u7684\u5175\u5668\uff0c\u5927\u95f9\u4e1c\u6d77\u9f99\u5bab\uff0c\u7ec8\u5bfb\u5f97\u5982\u610f\u91d1\u7b8d\u68d2\uff0c\u53c8\u7531\u5176\u4ed6\u4e09\u6d77\u9f99\u738b\u8d60\u4e88\u51e4\u7fc5\u7d2b\u91d1\u51a0\u3001\u9501\u5b50\u9ec4\u91d1\u7532\u3001\u85d5\u4e1d\u6b65\u4e91\u5c65\u4f5c\u4e3a\u62ab\u6302\u3002 \u9f99\u738b\u6000\u6068\u5728\u5fc3\uff0c\u4e0a\u62a5\u5929\u5ead\uff0c\u8981\u6c42\u7f09\u62ff\u5b59\u609f\u7a7a\u3002 \u5b59\u609f\u7a7a\u5728\u6b64\u65f6\u6b63\u5174\u65fa\u53d1\u8fbe\u3001\u5e7f\u4ea4\u670b\u53cb\uff0c\u7ed3\u62dc\u725b\u9b54\u738b\u3001\u86df\u9b54\u738b\u3001\u9e4f\u9b54\u738b\u3001\u72ee\u9a7c\u738b\u3001\u7315\u7334\u738b\u3001\u79ba\u72e8\u738b\uff0c\u7ed3\u62dc\u4e3a\u4e03\u5144\u5f1f\u3002\n"}, {"color": "#97c2fc", "id": "\u5c0f\u767d\u9f99", "label": "\u5c0f\u767d\u9f99", "shape": "dot", "size": 24.88833746898263, "title": "\u59d3\u540d: \u5c0f\u767d\u9f99\n\u6027\u522b: \u7537\n\u522b\u540d: \u5929\u9f99\u9a6c\u3001\u7389\u9f99\u4e09\u592a\u5b50\u3001\u516b\u90e8\u5929\u9f99\u5e7f\u529b\u83e9\u8428\n"}, {"color": "#97c2fc", "id": "\u6c99\u548c\u5c1a", "label": "\u6c99\u548c\u5c1a", "shape": "dot", "size": 24.66501240694789, "title": "\u59d3\u540d: \u6c99\u548c\u5c1a\n\u6027\u522b: \u7537\n\u522b\u540d: \u6c99\u50e7\u3001\u5200\u572d\u3001\u9ec4\u5a46\n\u5175\u5668: \u964d\u5996\u5b9d\u6756\n\u795e\u901a: \u6f5c\u8eab\u9690\u5f62\n\u4f4f\u6240: \u5929\u5ead\n\u76f8\u5173\u6587\u672c: \u6c99\u609f\u51c0\u672c\u662f\u5929\u5ead\u7684\u5377\u5e18\u5927\u5c06\uff0c\u56e0\u5728\u87e0\u6843\u4f1a\u4e0a\u5931\u624b\u6253\u788e\u4e86\u73bb\u7483\u76cf\uff0c\u4f9d\u7f6a\u5f53\u65a9\uff0c\u5e78\u5f97\u8d64\u811a\u5927\u4ed9\u51fa\u9762\u6c42\u60c5\uff0c\u514d\u4e86\u6b7b\u7f6a\uff0c\u88ab\u8d2c\u4e0b\u6d41\u6c99\u6cb3\uff0c\u6bcf\u4e03\u5929\u906d\u53d7\u98de\u5251\u7a7f\u80f8\u80c1\u4e4b\u5211\u3002\u89c2\u97f3\u83e9\u8428\u5f80\u5357\u8d61\u90e8\u6d32\u5bfb\u627e\u53d6\u7ecf\u4eba\uff0c\u9014\u7ecf\u6d41\u6c99\u6cb3\u65f6\uff0c\u6c99\u609f\u51c0\u4ece\u6cb3\u91cc\u8df3\u51fa\u88ad\u51fb\u89c2\u97f3\uff0c\u89c2\u97f3\u7684\u62a4\u6cd5\u6728\u5412\u62e6\u4f4f\u4e0e\u4e4b\u5927\u6218\u51e0\u5341\u56de\u5408\u4e0d\u5206\u80dc\u8d1f\u3002\u6728\u5412\u81ea\u62a5\u5bb6\u95e8\u540e\uff0c\u6c99\u609f\u51c0\u81ea\u77e5\u65e0\u793c\uff0c\u614c\u5fd9\u5411\u89c2\u97f3\u7eb3\u5934\u4e0b\u62dc\u3002\u89c2\u97f3\u6559\u6c99\u609f\u51c0\u5165\u4f5b\u95e8\uff0c\u62a4\u9001\u53d6\u7ecf\u4eba\u897f\u5929\u53d6\u7ecf\u3002\u6c99\u609f\u51c0\u4ea4\u5f85\u81ea\u5df1\u5728\u6d41\u6c99\u6cb3\u5148\u540e\u5403\u4e86\u4e5d\u4e2a\u53d6\u7ecf\u4eba\uff0c\u89c1\u53d6\u7ecf\u4eba\u7684\u9ab7\u9ac5\u80fd\u5728\u9e45\u6bdb\u4e5f\u6f02\u4e0d\u8d77\u6765\u7684\u6d41\u6c99\u6cb3\u4e0a\u6f02\u6d6e\uff0c\u8ba4\u4e3a\u4e0d\u662f\u5bfb\u5e38\u4e4b\u7269\uff0c\u5c31\u7528\u7ef3\u7d22\u7a7f\u8d77\u6765\u628a\u73a9\u3002\u89c2\u97f3\u8ba9\u6c99\u609f\u51c0\u5c06\u9ab7\u9ac5\u9879\u94fe\u4fdd\u5b58\u597d\uff0c\u5c4a\u65f6\u6e21\u53d6\u7ecf\u4eba\u8fc7\u6cb3\uff0c\u7136\u540e\u6307\u6c99\u4e3a\u59d3\uff0c\u7ed9\u4ed6\u8d77\u4e2a\u6cd5\u540d\u53eb\u4f5c\u6c99\u609f\u51c0\u3002 \n"}, {"color": "#97c2fc", "id": "\u732a\u516b\u6212", "label": "\u732a\u516b\u6212", "shape": "dot", "size": 27.493796526054588, "title": "\u59d3\u540d: \u732a\u516b\u6212\n\u6027\u522b: \u7537\n\u522b\u540d: \u732a\u521a\u9b23\u3001\u732a\u609f\u80fd\u3001\u5446\u5b50\u3001\u6728\u6bcd\n\u5175\u5668: \u4e5d\u9f7f\u9489\u8019\n\u795e\u901a: \u987a\u98ce\u8033\n\u672c\u76f8: \u732a\n\u4f4f\u6240: \u7476\u6c60\n\u76f8\u5173\u6587\u672c: \u884c\u81f3\u516d\u767e\u91cc\u94bb\u5934\u53f7\u5c71\uff0c\u5510\u50e7\u88ab\u7ea2\u5b69\u513f\u6293\u8d70\uff0c\u5b59\u609f\u7a7a\u627e\u6765\u56db\u6d77\u9f99\u738b\u52a9\u6218\uff0c\u4f46\u96e8\u6c34\u53cd\u800c\u52a9\u957f\u4e86\u7ea2\u5b69\u513f\u4e09\u6627\u771f\u706b\u7684\u706b\u52bf\uff0c\u5bfc\u81f4\u5b59\u609f\u7a7a\u4e00\u65f6\u660f\u6b7b\u8fc7\u53bb\u3002\u732a\u516b\u6212\u7528\u6309\u6469\u7985\u6cd5\u5c06\u5b59\u609f\u7a7a\u6551\u6d3b\u540e\uff0c\u524d\u5f80\u5357\u6d77\u627e\u89c2\u97f3\u5e2e\u5fd9\uff0c\u7ea2\u5b69\u513f\u8d76\u5728\u732a\u516b\u6212\u7684\u524d\u5934\uff0c\u53d8\u4f5c\u89c2\u97f3\u7684\u6a21\u6837\uff0c\u5c06\u732a\u516b\u6212\u54c4\u81f3\u706b\u4e91\u6d1e\u64d2\u83b7\uff0c\u5b59\u609f\u7a7a\u8bf7\u6765\u771f\u89c2\u97f3\u964d\u670d\u7ea2\u5b69\u513f\u540e\u83b7\u6551\u3002\n"}, {"color": "#97c2fc", "id": "\u6bb7\u6e29\u5a07", "label": "\u6bb7\u6e29\u5a07", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6bb7\u6e29\u5a07\n\u6027\u522b: \u5973\n\u522b\u540d: \u6ee1\u5802\u5a07\n"}, {"color": "#97c2fc", "id": "\u9648\u5149\u854a", "label": "\u9648\u5149\u854a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9648\u5149\u854a\n\u6027\u522b: \u7537\n\u522b\u540d: \u9648\u843c\n"}, {"color": "#97c2fc", "id": "\u592a\u4e0a\u8001\u541b", "label": "\u592a\u4e0a\u8001\u541b", "shape": "dot", "size": 11.935483870967742, "title": "\u59d3\u540d: \u592a\u4e0a\u8001\u541b\n\u6027\u522b: \u7537\n\u522b\u540d: \u674e\u8001\u541b\u3001\u8001\u541b\u3001\u592a\u4e0a\u9053\u7956\n\u6cd5\u5b9d: \u91d1\u521a\u7422\u3001\u7d2b\u91d1\u7ea2\u846b\u82a6\u3001\u7f8a\u8102\u7389\u51c0\u74f6\u3001\u5e4c\u91d1\u7ef3\u3001\u82ad\u8549\u6247\u3001\u4e03\u661f\u5251\n\u6280\u80fd: \u4e09\u6627\u771f\u706b\n\u4f4f\u6240: \u5927\u7f57\u5929\u4e0a\u592a\u6e05\u4ed9\u5883\n"}, {"color": "#97c2fc", "id": "\u7389\u7687\u5927\u5e1d", "label": "\u7389\u7687\u5927\u5e1d", "shape": "dot", "size": 10.744416873449131, "title": "\u59d3\u540d: \u7389\u7687\u5927\u5e1d\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u9752\u725b\u602a", "label": "\u9752\u725b\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9752\u725b\u602a\n\u6027\u522b: \u7537\n\u522b\u540d: \u9752\u725b\u7cbe\u3001\u9752\u725b\u602a\u3001\u5155\u5996\n\u6cd5\u5b9d: \u91d1\u521a\u7422\n\u5175\u5668: \u70b9\u94a2\u67aa\n"}, {"color": "#97c2fc", "id": "\u5bff\u661f", "label": "\u5bff\u661f", "shape": "dot", "size": 12.605459057071961, "title": "\u59d3\u540d: \u5bff\u661f\n\u6027\u522b: \u7537\n\u522b\u540d: \u5357\u6781\u8001\u4eba\u661f\n"}, {"color": "#97c2fc", "id": "\u592a\u767d\u91d1\u661f", "label": "\u592a\u767d\u91d1\u661f", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u592a\u767d\u91d1\u661f\n\u522b\u540d: \u592a\u767d\u3001\u542f\u660e\u3001\u957f\u5e9a\n"}, {"color": "#97c2fc", "id": "\u5982\u610f\u771f\u4ed9", "label": "\u5982\u610f\u771f\u4ed9", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5982\u610f\u771f\u4ed9\n\u6027\u522b: \u7537\n\u522b\u540d: \u5996\u9053\n\u5175\u5668: \u5982\u610f\u91d1\u94a9\n\u4f4f\u6240: \u897f\u6881\u5973\u56fd\u89e3\u9633\u5c71\u7834\u513f\u6d1e\n"}, {"color": "#97c2fc", "id": "\u7ea2\u5b69\u513f", "label": "\u7ea2\u5b69\u513f", "shape": "dot", "size": 11.191066997518611, "title": "\u59d3\u540d: \u7ea2\u5b69\u513f\n\u6027\u522b: \u7537\n\u522b\u540d: \u5723\u5a74\u5927\u738b\u3001\u5584\u8d22\u7ae5\u5b50\u3001\u725b\u5723\u5a74\n"}, {"color": "#97c2fc", "id": "\u83e9\u63d0\u7956\u5e08", "label": "\u83e9\u63d0\u7956\u5e08", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u83e9\u63d0\u7956\u5e08\n\u6027\u522b: \u7537\n\u522b\u540d: \u83e9\u63d0\u7956\u5e08\n"}, {"color": "#97c2fc", "id": "\u7389\u534e\u5dde\u592a\u5b50", "label": "\u7389\u534e\u5dde\u592a\u5b50", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7389\u534e\u5dde\u592a\u5b50\n"}, {"color": "#97c2fc", "id": "\u767d\u9aa8\u7cbe", "label": "\u767d\u9aa8\u7cbe", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u767d\u9aa8\u7cbe\n\u6027\u522b: \u5973\n\u522b\u540d: \u767d\u9aa8\u592b\u4eba\u3001\u5c38\u9b54\n"}, {"color": "#97c2fc", "id": "\u6df7\u4e16\u9b54\u738b", "label": "\u6df7\u4e16\u9b54\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6df7\u4e16\u9b54\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u5b9d\u4e8c\u7237\u3001\u6021\u7ea2\u516c\u5b50\u3001\u7edb\u6d1e\u82b1\u738b\n"}, {"color": "#97c2fc", "id": "\u864e\u529b\u5927\u4ed9", "label": "\u864e\u529b\u5927\u4ed9", "shape": "dot", "size": 11.042183622828784, "title": "\u59d3\u540d: \u864e\u529b\u5927\u4ed9\n\u6027\u522b: \u7537\n\u522b\u540d: \u5927\u56fd\u5e08\n\u672c\u76f8: \u9ec4\u6bdb\u8001\u864e\u7cbe\n\u6280\u80fd: \u7948\u96e8\uff0c\u4e91\u68af\u663e\u5723\uff0c\u9694\u677f\u731c\u679a\uff0c\u780d\u5934\n"}, {"color": "#97c2fc", "id": "\u91d1\u6c60\u957f\u8001", "label": "\u91d1\u6c60\u957f\u8001", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u91d1\u6c60\u957f\u8001\n\u6027\u522b: \u7537\n\u522b\u540d: \u8001\u9662\u4e3b\n"}, {"color": "#97c2fc", "id": "\u9ec4\u98ce\u602a", "label": "\u9ec4\u98ce\u602a", "shape": "dot", "size": 10.595533498759306, "title": "\u59d3\u540d: \u9ec4\u98ce\u602a\n\u6027\u522b: \u7537\n\u522b\u540d: \u9ec4\u98ce\u5927\u738b\u3001\u9ec4\u98ce\u5927\u5723\u3001\u9547\u5c71\u90fd\u603b\u5e05\n\u5175\u5668: \u4e09\u80a1\u94a2\u53c9\n\u672c\u76f8: \u9ec4\u6bdb\u8c82\u9f20\n\u6280\u80fd: \u4e09\u6627\u795e\u98ce\n"}, {"color": "#97c2fc", "id": "\u8f9f\u6691\u5927\u738b", "label": "\u8f9f\u6691\u5927\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u8f9f\u6691\u5927\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u7280\u725b\u7cbe\n\u5175\u5668: \u5927\u5200\n"}, {"color": "#97c2fc", "id": "\u9ec4\u7709\u5927\u738b", "label": "\u9ec4\u7709\u5927\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9ec4\u7709\u5927\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u9ec4\u7709\u8001\u4f5b\u3001\u9ec4\u7709\u602a\u3001\u9ec4\u7709\n\u6cd5\u5b9d: \u4eba\u79cd\u888b\u3001\u91d1\u94d9\n"}, {"color": "#97c2fc", "id": "\u897f\u6d77\u9f99\u738b", "label": "\u897f\u6d77\u9f99\u738b", "shape": "dot", "size": 10.446650124069478, "title": "\u59d3\u540d: \u897f\u6d77\u9f99\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u6556\u95f0\n"}, {"color": "#97c2fc", "id": "\u4e1c\u6d77\u9f99\u738b", "label": "\u4e1c\u6d77\u9f99\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u4e1c\u6d77\u9f99\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u6556\u5e7f\u3001\u6556\u5149\n"}, {"color": "#97c2fc", "id": "\u5357\u6d77\u9f99\u738b", "label": "\u5357\u6d77\u9f99\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5357\u6d77\u9f99\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u6556\u660e\u3001\u6556\u94a6\n"}, {"color": "#97c2fc", "id": "\u5317\u6d77\u9f99\u738b", "label": "\u5317\u6d77\u9f99\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5317\u6d77\u9f99\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u6556\u987a\n\u6280\u80fd: \u5174\u4e91\u964d\u96e8\n"}, {"color": "#97c2fc", "id": "\u5f25\u52d2\u4f5b", "label": "\u5f25\u52d2\u4f5b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5f25\u52d2\u4f5b\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e1c\u6765\u4f5b\u7956\n\u6cd5\u5b9d: \u4eba\u79cd\u888b\u3001\u91d1\u94d9\n\u5175\u5668: \u78ec\u69cc\n\u6280\u80fd: \u53d8\u5316\u3001\u6167\u773c\u3001\u8fd4\u672c\u8fd8\u539f\n\u4f4f\u6240: \u7075\u5c71\u96f7\u97f3\u5bfa\n"}, {"color": "#97c2fc", "id": "\u6258\u5854\u5929\u738b\u674e\u9756", "label": "\u6258\u5854\u5929\u738b\u674e\u9756", "shape": "dot", "size": 10.744416873449131, "title": "\u59d3\u540d: \u6258\u5854\u5929\u738b\u674e\u9756\n\u6027\u522b: \u7537\n\u522b\u540d: \u6258\u5854\u5929\u738b\u3001\u674e\u5929\u738b\u3001\u674e\u6258\u5854\u3001\u964d\u9b54\u5927\u5143\u5e05\n\u6cd5\u5b9d: \u73b2\u73d1\u9ec4\u91d1\u5854\u3001\u7167\u5996\u955c\n\u5175\u5668: \u5929\u7f61\u5200\u3001\u780d\u5996\u5200\u7b49\n\u4f4f\u6240: \u4e91\u697c\u5bab\n"}, {"color": "#97c2fc", "id": "\u54ea\u5412", "label": "\u54ea\u5412", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u54ea\u5412\n\u6027\u522b: \u7537\n\u522b\u540d: \u674e\u54ea\u5412\uff08\u5168\u540d\uff09\u3001\u90a3\u53f1\u3001\u90a3\u54a4\u3001\u54ea\u54a4\u3001\u90a3\u5412\u3001\u90cd\u5412\u3001\u90a3\u62cf\u3001\u90a3\u62cf\u5929\u3001\u90a3\u62ff\u5929\u3001\u54ea\u5412\u4e09\u592a\u5b50\u7b49\n\u6cd5\u5b9d: \u4e09\u5934\u516d\u81c2\u3001\u5175\u5668\u53d8\u5316\u3001\u5439\u771f\u706b\u3001\u817e\u4e91\u9a7e\u96fe\u7b49\n\u5175\u5668: \u65a9\u5996\u5251\u3001\u780d\u5996\u5200\u3001\u7f1a\u5996\u7d22\u3001\u964d\u5996\u6775\u3001\u7ee3\u7403\u513f\u3001\u706b\u8f6e\u513f\n\u4f4f\u6240: \u4e91\u697c\u5bab\n"}, {"color": "#97c2fc", "id": "\u6728\u5412", "label": "\u6728\u5412", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6728\u5412\n\u6027\u522b: \u7537\n\u522b\u540d: \u674e\u6728\u5412\uff08\u5168\u540d\uff09\u3001\u6728\u53f1\u3001\u6728\u4e42\u3001\u6728\u4e49\u3001\u6728\u53c9\u3001\u6728\u53c9\u884c\u8005\u3001\u60e0\u5cb8\u884c\u8005\u3001\u60e0\u5cb8\u5c0a\u8005\u3001\u4e8c\u592a\u5b50\u7b49\n\u4f4f\u6240: \u4e91\u697c\u5bab\n"}, {"color": "#97c2fc", "id": "\u91d1\u5412", "label": "\u91d1\u5412", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u91d1\u5412\n\u6027\u522b: \u7537\n\u522b\u540d: \u674e\u91d1\u5412\uff08\u5168\u540d\uff09\u3001\u8ecd\u53f1\u3001\u519b\u53f1\u3001\u519b\u5412\u3001\u541b\u5412\u3001\u91d1\u53f1\u3001\u91d1\u54a4\u3001\u6700\u80dc\u592a\u5b50\u3001\u7518\u9732\u592a\u5b50\u7b49\n\u4f4f\u6240: \u4e91\u697c\u5bab\n"}, {"color": "#97c2fc", "id": "\u674e\u8d1e\u82f1", "label": "\u674e\u8d1e\u82f1", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u674e\u8d1e\u82f1\n\u6027\u522b: \u5973\n\u522b\u540d: \u8d1e\u82f1\n"}, {"color": "#97c2fc", "id": "\u91d1\u9f3b\u767d\u6bdb\u8001\u9f20\u7cbe", "label": "\u91d1\u9f3b\u767d\u6bdb\u8001\u9f20\u7cbe", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u91d1\u9f3b\u767d\u6bdb\u8001\u9f20\u7cbe\n\u6027\u522b: \u5973\n\u522b\u540d: \u534a\u622a\u89c2\u97f3\u3001\u5730\u6d8c\u592b\u4eba\u3001\u59f9\u5973\n"}, {"color": "#97c2fc", "id": "\u5de8\u7075\u795e", "label": "\u5de8\u7075\u795e", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5de8\u7075\u795e\n\u6027\u522b: \u7537\n\u5175\u5668: \u5ba3\u82b1\u677f\u65a7\n\u4f4f\u6240: \u5929\u5bab\uff08\u4e91\u697c\u5bab\uff09\n"}, {"color": "#97c2fc", "id": "\u836f\u53c9\u5c06", "label": "\u836f\u53c9\u5c06", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u836f\u53c9\u5c06\n\u6027\u522b: \u7537\n\u522b\u540d: \u836f\u53c9\u96c4\u5e05\n\u4f4f\u6240: \u5929\u5bab\uff08\u4e91\u697c\u5bab\uff09\n"}, {"color": "#97c2fc", "id": "\u9c7c\u809a\u5c06", "label": "\u9c7c\u809a\u5c06", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9c7c\u809a\u5c06\n\u6027\u522b: \u7537\n\u4f4f\u6240: \u5929\u5bab\uff08\u4e91\u697c\u5bab\uff09\n"}, {"color": "#97c2fc", "id": "\u62b9\u8721\u7cbe", "label": "\u62b9\u8721\u7cbe", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u62b9\u8721\u7cbe\n\u6027\u522b: \u7537\n\u6280\u80fd: \u65e0\u7a77\u5206\u8eab\n\u4f4f\u6240: \u76d8\u4e1d\u5cad\u76d8\u4e1d\u6d1e\n"}, {"color": "#97c2fc", "id": "\u767e\u773c\u9b54\u541b", "label": "\u767e\u773c\u9b54\u541b", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u767e\u773c\u9b54\u541b\n\u6027\u522b: \u7537\n\u522b\u540d: \u591a\u76ee\u602a\u3001\u5927\u8708\u86a3\u7cbe\n\u5175\u5668: \u5b9d\u5251\n"}, {"color": "#97c2fc", "id": "\u6591\u8863\u9cdc\u5a46", "label": "\u6591\u8863\u9cdc\u5a46", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6591\u8863\u9cdc\u5a46\n\u6027\u522b: \u5973\n\u522b\u540d: \u9c7c\u59b9\n\u672c\u76f8: \u6591\u9cdc\n"}, {"color": "#97c2fc", "id": "\u7075\u611f\u5927\u738b", "label": "\u7075\u611f\u5927\u738b", "shape": "dot", "size": 10.372208436724566, "title": "\u59d3\u540d: \u7075\u611f\u5927\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u91d1\u9c7c\u7cbe\n\u5175\u5668: \u4e5d\u74e3\u8d64\u94dc\u9524\n\u672c\u76f8: \u91d1\u9c7c\n"}, {"color": "#97c2fc", "id": "\u6634\u65e5\u661f\u5b98", "label": "\u6634\u65e5\u661f\u5b98", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6634\u65e5\u661f\u5b98\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u6bd7\u84dd\u5a46\u83e9\u8428", "label": "\u6bd7\u84dd\u5a46\u83e9\u8428", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u6bd7\u84dd\u5a46\u83e9\u8428\n\u6027\u522b: \u5973\n\u522b\u540d: \u83e9\u8428\n\u5175\u5668: \u7ee3\u82b1\u9488\n"}, {"color": "#97c2fc", "id": "\u6731\u7d2b\u56fd\u56fd\u738b", "label": "\u6731\u7d2b\u56fd\u56fd\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6731\u7d2b\u56fd\u56fd\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u965b\u4e0b\n"}, {"color": "#97c2fc", "id": "\u91d1\u5723\u5a18\u5a18", "label": "\u91d1\u5723\u5a18\u5a18", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u91d1\u5723\u5a18\u5a18\n\u6027\u522b: \u5973\n\u522b\u540d: \u91d1\u5723\u5bab\u7687\u540e\u3001\u5a18\u5a18\n"}, {"color": "#97c2fc", "id": "\u9752\u8863\u5973\u7ae5", "label": "\u9752\u8863\u5973\u7ae5", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9752\u8863\u5973\u7ae5\n\u6027\u522b: \u5973\n"}, {"color": "#97c2fc", "id": "\u9ec4\u8863\u5973\u7ae5", "label": "\u9ec4\u8863\u5973\u7ae5", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9ec4\u8863\u5973\u7ae5\n\u6027\u522b: \u5973\n"}, {"color": "#97c2fc", "id": "\u7389\u534e\u738b\u5c0f\u592a\u5b50", "label": "\u7389\u534e\u738b\u5c0f\u592a\u5b50", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7389\u534e\u738b\u5c0f\u592a\u5b50\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u89c2\u4e16\u97f3\u83e9\u8428", "label": "\u89c2\u4e16\u97f3\u83e9\u8428", "shape": "dot", "size": 11.563275434243176, "title": "\u59d3\u540d: \u89c2\u4e16\u97f3\u83e9\u8428\n\u6027\u522b: \u5973\n\u522b\u540d: \u89c2\u97f3\u83e9\u8428\u3001\u89c2\u97f3\u5c0a\u8005\n\u6cd5\u5b9d: \u7389\u51c0\u74f6\n\u5750\u9a91: \u91d1\u6bdb\u543c\n\u4f4f\u6240: \u5357\u6d77\u666e\u9640\u843d\u4f3d\u5c71\n"}, {"color": "#97c2fc", "id": "\u6591\u8863\u9c56\u5a46", "label": "\u6591\u8863\u9c56\u5a46", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6591\u8863\u9c56\u5a46\n\u6027\u522b: \u5973\n\u522b\u540d: \u9c7c\u59b9\n\u672c\u76f8: \u6591\u9cdc\n"}, {"color": "#97c2fc", "id": "\u718a\u7f74\u602a", "label": "\u718a\u7f74\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u718a\u7f74\u602a\n\u6027\u522b: \u7537\n\u522b\u540d: \u718a\u7f74\u602a\u3001\u9ed1\u98ce\u602a\n\u5175\u5668: \u9ed1\u7f28\u67aa\n"}, {"color": "#97c2fc", "id": "\u725b\u8722\u7cbe", "label": "\u725b\u8722\u7cbe", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u725b\u8722\u7cbe\n\u6027\u522b: \u7537\n\u795e\u901a: \u65e0\u7a77\u5206\u8eab\n\u4f4f\u6240: \u76d8\u4e1d\u5cad\u76d8\u4e1d\u6d1e\n"}, {"color": "#97c2fc", "id": "\u72ee\u72d4\u738b", "label": "\u72ee\u72d4\u738b", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u72ee\u72d4\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u79fb\u5c71\u5927\u5723\n"}, {"color": "#97c2fc", "id": "\u7315\u7334\u738b", "label": "\u7315\u7334\u738b", "shape": "dot", "size": 10.372208436724566, "title": "\u59d3\u540d: \u7315\u7334\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u901a\u98ce\u5927\u5723\n"}, {"color": "#97c2fc", "id": "\u86df\u9b54\u738b", "label": "\u86df\u9b54\u738b", "shape": "dot", "size": 10.446650124069478, "title": "\u59d3\u540d: \u86df\u9b54\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u8986\u6d77\u5927\u5723\n"}, {"color": "#97c2fc", "id": "\u9e4f\u9b54\u738b", "label": "\u9e4f\u9b54\u738b", "shape": "dot", "size": 10.521091811414392, "title": "\u59d3\u540d: \u9e4f\u9b54\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u6df7\u5929\u5927\u5723\u3001\u5927\u9e4f\u9b54\u738b\n"}, {"color": "#97c2fc", "id": "\u7389\u9762\u72d0\u72f8", "label": "\u7389\u9762\u72d0\u72f8", "shape": "dot", "size": 10.22332506203474, "title": "\u59d3\u540d: \u7389\u9762\u72d0\u72f8\n\u6027\u522b: \u5973\n\u522b\u540d: \u7389\u9762\u516c\u4e3b\u3001\u72d0\u72f8\u7cbe\n"}, {"color": "#97c2fc", "id": "\u94c1\u6247\u516c\u4e3b", "label": "\u94c1\u6247\u516c\u4e3b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u94c1\u6247\u516c\u4e3b\n\u6027\u522b: \u5973\n\u522b\u540d: \u7f57\u5239\u5973\u3001\u94c1\u6247\u4ed9\n\u6cd5\u5b9d: \u82ad\u8549\u6247\n\u5175\u5668: \u9752\u950b\u53cc\u5251\n"}, {"color": "#97c2fc", "id": "\u72ec\u89d2\u5155\u5927\u738b", "label": "\u72ec\u89d2\u5155\u5927\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u72ec\u89d2\u5155\u5927\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u9752\u725b\u7cbe\u3001\u9752\u725b\u602a\u3001\u5155\u5996\n\u6cd5\u5b9d: \u91d1\u521a\u7422\n\u5175\u5668: \u70b9\u94a2\u67aa\n"}, {"color": "#97c2fc", "id": "\u5375\u4e8c\u59d0\uff08\u5df2\u6545\uff09", "label": "\u5375\u4e8c\u59d0\uff08\u5df2\u6545\uff09", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5375\u4e8c\u59d0\uff08\u5df2\u6545\uff09\n\u6027\u522b: \u5973\n"}, {"color": "#97c2fc", "id": "\u9ad8\u7fe0\u5170\uff08\u5df2\u79bb\uff09", "label": "\u9ad8\u7fe0\u5170\uff08\u5df2\u79bb\uff09", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9ad8\u7fe0\u5170\uff08\u5df2\u79bb\uff09\n\u6027\u522b: \u5973\n"}, {"color": "#97c2fc", "id": "\u7389\u534e\u738b\u4e8c\u738b\u5b50", "label": "\u7389\u534e\u738b\u4e8c\u738b\u5b50", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7389\u534e\u738b\u4e8c\u738b\u5b50\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u7389\u5154\u7cbe", "label": "\u7389\u5154\u7cbe", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7389\u5154\u7cbe\n\u522b\u540d: \u7389\u5154\u513f\n\u6cd5\u5b9d: \u6363\u836f\u6775\n\u4f4f\u6240: \u5e7f\u5bd2\u5bab\u2192\u6bdb\u9896\u5c71\u5154\u7a74\u2192\u5929\u7afa\u56fd\u7687\u5bab\n"}, {"color": "#97c2fc", "id": "\u592a\u9634\u661f\u541b", "label": "\u592a\u9634\u661f\u541b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u592a\u9634\u661f\u541b\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u663e\u5723\u4e8c\u90ce\u771f\u541b", "label": "\u663e\u5723\u4e8c\u90ce\u771f\u541b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u663e\u5723\u4e8c\u90ce\u771f\u541b\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e8c\u90ce\u795e\n"}, {"color": "#97c2fc", "id": "\u738b\u6bcd\u5a18\u5a18", "label": "\u738b\u6bcd\u5a18\u5a18", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u738b\u6bcd\u5a18\u5a18\n\u6027\u522b: \u5973\n"}, {"color": "#97c2fc", "id": "\u4e07\u5e74\u72d0\u738b", "label": "\u4e07\u5e74\u72d0\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u4e07\u5e74\u72d0\u738b\n"}, {"color": "#97c2fc", "id": "\u73ed\u6bdb\u7cbe", "label": "\u73ed\u6bdb\u7cbe", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u73ed\u6bdb\u7cbe\n"}, {"color": "#97c2fc", "id": "\u767d\u9762\u72d0\u72f8\u7cbe", "label": "\u767d\u9762\u72d0\u72f8\u7cbe", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u767d\u9762\u72d0\u72f8\u7cbe\n"}, {"color": "#97c2fc", "id": "\u6bd4\u4e18\u56fd\u56fd\u738b", "label": "\u6bd4\u4e18\u56fd\u56fd\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6bd4\u4e18\u56fd\u56fd\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u56fd\u738b\u965b\u4e0b\n"}, {"color": "#97c2fc", "id": "\u767d\u9e7f\u602a", "label": "\u767d\u9e7f\u602a", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u767d\u9e7f\u602a\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u8718\u86db\u7cbe", "label": "\u8718\u86db\u7cbe", "shape": "dot", "size": 10.595533498759306, "title": "\u59d3\u540d: \u8718\u86db\u7cbe\n\u6027\u522b: \u5973\n\u522b\u540d: \u4e03\u4ed9\u59d1\n"}, {"color": "#97c2fc", "id": "\u767e\u82b1\u7f9e", "label": "\u767e\u82b1\u7f9e", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u767e\u82b1\u7f9e\n\u6027\u522b: \u5973\n\u522b\u540d: \u5b9d\u8c61\u56fd\u4e09\u516c\u4e3b\u3001\u4f8d\u9999\u7389\u5973\u3001\u62ab\u9999\u7389\u5973\n"}, {"color": "#97c2fc", "id": "\u9ec4\u888d\u602a", "label": "\u9ec4\u888d\u602a", "shape": "dot", "size": 10.446650124069478, "title": "\u59d3\u540d: \u9ec4\u888d\u602a\n"}, {"color": "#97c2fc", "id": "\u5b9d\u8c61\u56fd\u56fd\u738b", "label": "\u5b9d\u8c61\u56fd\u56fd\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5b9d\u8c61\u56fd\u56fd\u738b\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u7f8a\u529b\u5927\u4ed9", "label": "\u7f8a\u529b\u5927\u4ed9", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7f8a\u529b\u5927\u4ed9\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e09\u56fd\u5e08\n\u672c\u76f8: \u82b1\u6591\u7f9a\u7f8a\n"}, {"color": "#97c2fc", "id": "\u8f66\u8fdf\u56fd\u56fd\u738b", "label": "\u8f66\u8fdf\u56fd\u56fd\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u8f66\u8fdf\u56fd\u56fd\u738b\n"}, {"color": "#97c2fc", "id": "\u8682\u8702\u7cbe", "label": "\u8682\u8702\u7cbe", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u8682\u8702\u7cbe\n"}, {"color": "#97c2fc", "id": "\u871c\u8702\u7cbe", "label": "\u871c\u8702\u7cbe", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u871c\u8702\u7cbe\n"}, {"color": "#97c2fc", "id": "\u873b\u8713\u7cbe", "label": "\u873b\u8713\u7cbe", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u873b\u8713\u7cbe\n"}, {"color": "#97c2fc", "id": "\u8826\u8702\u7cbe", "label": "\u8826\u8702\u7cbe", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u8826\u8702\u7cbe\n"}, {"color": "#97c2fc", "id": "\u874e\u5b50\u7cbe", "label": "\u874e\u5b50\u7cbe", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u874e\u5b50\u7cbe\n\u6027\u522b: \u5973\n\u522b\u540d: \u8272\u90aa\u3001\u98ce\u6708\u9b54\n\u795e\u901a: \u5012\u9a6c\u6bd2\u6869\n"}, {"color": "#97c2fc", "id": "\u897f\u6881\u5973\u56fd\u592a\u5e08", "label": "\u897f\u6881\u5973\u56fd\u592a\u5e08", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u897f\u6881\u5973\u56fd\u592a\u5e08\n"}, {"color": "#97c2fc", "id": "\u897f\u6881\u5973\u56fd\u5973\u738b", "label": "\u897f\u6881\u5973\u56fd\u5973\u738b", "shape": "dot", "size": 10.148883374689825, "title": "\u59d3\u540d: \u897f\u6881\u5973\u56fd\u5973\u738b\n"}, {"color": "#97c2fc", "id": "\u8fce\u9633\u9a7f\u9a7f\u4e1e", "label": "\u8fce\u9633\u9a7f\u9a7f\u4e1e", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u8fce\u9633\u9a7f\u9a7f\u4e1e\n"}, {"color": "#97c2fc", "id": "\u5584\u8d22\u9f99\u5973", "label": "\u5584\u8d22\u9f99\u5973", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5584\u8d22\u9f99\u5973\n\u6027\u522b: \u5973\n"}, {"color": "#97c2fc", "id": "\u8d5b\u592a\u5c81", "label": "\u8d5b\u592a\u5c81", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u8d5b\u592a\u5c81\n\u6027\u522b: \u7537\n\u672c\u76f8: \u91d1\u6bdb\u72bc\n"}, {"color": "#97c2fc", "id": "\u7d2b\u9633\u771f\u4eba", "label": "\u7d2b\u9633\u771f\u4eba", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7d2b\u9633\u771f\u4eba\n\u522b\u540d: \u5f20\u7d2b\u9633\u3001\u7d2b\u9633\u771f\u4eba\u3001\u609f\u771f\u5148\u751f\n"}, {"color": "#97c2fc", "id": "\u8f9f\u5bd2\u5927\u738b", "label": "\u8f9f\u5bd2\u5927\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u8f9f\u5bd2\u5927\u738b\n"}, {"color": "#97c2fc", "id": "\u8f9f\u5c18\u5927\u738b", "label": "\u8f9f\u5c18\u5927\u738b", "shape": "dot", "size": 10.521091811414392, "title": "\u59d3\u540d: \u8f9f\u5c18\u5927\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u7280\u725b\u7cbe\n\u5175\u5668: \u5947\u631e\u85e4\n"}, {"color": "#97c2fc", "id": "\u4f36\u4fd0\u866b", "label": "\u4f36\u4fd0\u866b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u4f36\u4fd0\u866b\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u501a\u6d77\u9f99", "label": "\u501a\u6d77\u9f99", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u501a\u6d77\u9f99\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u5df4\u5c71\u864e", "label": "\u5df4\u5c71\u864e", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5df4\u5c71\u864e\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u7cbe\u7ec6\u9b3c", "label": "\u7cbe\u7ec6\u9b3c", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7cbe\u7ec6\u9b3c\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u9547\u5143\u5b50", "label": "\u9547\u5143\u5b50", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9547\u5143\u5b50\n\u6027\u522b: \u7537\n\u522b\u540d: \u9547\u5143\u5927\u4ed9\u3001\u4e0e\u4e16\u540c\u541b\n"}, {"color": "#97c2fc", "id": "\u660e\u6708", "label": "\u660e\u6708", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u660e\u6708\n\u522b\u540d: \u6708\u7403\n"}, {"color": "#97c2fc", "id": "\u6e05\u98ce", "label": "\u6e05\u98ce", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6e05\u98ce\n"}, {"color": "#97c2fc", "id": "\u6587\u6b8a\u83e9\u8428", "label": "\u6587\u6b8a\u83e9\u8428", "shape": "dot", "size": 10.297766749379653, "title": "\u59d3\u540d: \u6587\u6b8a\u83e9\u8428\n\u522b\u540d: \u6587\u6b8a\u5e08\u5229\u3001\u66fc\u6b8a\u5ba4\u5229\n"}, {"color": "#97c2fc", "id": "\u72ee\u7301\u602a", "label": "\u72ee\u7301\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u72ee\u7301\u602a\n\u6027\u522b: \u7537\n\u522b\u540d: \u72ee\u7301\u738b\u3001\u72ee\u9b54\u738b\n\u5175\u5668: \u5927\u5200\n\u672c\u76f8: \u9752\u6bdb\u72ee\u5b50\n"}, {"color": "#97c2fc", "id": "\u72ee\u9a7c\u5cad\u5996\u602a", "label": "\u72ee\u9a7c\u5cad\u5996\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u72ee\u9a7c\u5cad\u5996\u602a\n\u672c\u76f8: \u767d\u89d2\u9e7f\n"}, {"color": "#97c2fc", "id": "\u9e7f\u529b\u5927\u4ed9", "label": "\u9e7f\u529b\u5927\u4ed9", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9e7f\u529b\u5927\u4ed9\n\u6027\u522b: \u7537\n\u522b\u540d: \u4e8c\u56fd\u5e08\n"}, {"color": "#97c2fc", "id": "\u666e\u8d24\u83e9\u8428", "label": "\u666e\u8d24\u83e9\u8428", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u666e\u8d24\u83e9\u8428\n"}, {"color": "#97c2fc", "id": "\u4f0f\u72f8\u72ee\u602a", "label": "\u4f0f\u72f8\u72ee\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u4f0f\u72f8\u72ee\u602a\n"}, {"color": "#97c2fc", "id": "\u629f\u8c61\u72ee\u602a", "label": "\u629f\u8c61\u72ee\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u629f\u8c61\u72ee\u602a\n"}, {"color": "#97c2fc", "id": "\u72fb\u730a\u72ee\u602a", "label": "\u72fb\u730a\u72ee\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u72fb\u730a\u72ee\u602a\n"}, {"color": "#97c2fc", "id": "\u7331\u72ee\u602a", "label": "\u7331\u72ee\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7331\u72ee\u602a\n"}, {"color": "#97c2fc", "id": "\u767d\u6cfd\u72ee\u602a", "label": "\u767d\u6cfd\u72ee\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u767d\u6cfd\u72ee\u602a\n"}, {"color": "#97c2fc", "id": "\u96ea\u72ee\u602a", "label": "\u96ea\u72ee\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u96ea\u72ee\u602a\n"}, {"color": "#97c2fc", "id": "\u864e\u5148\u950b", "label": "\u864e\u5148\u950b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u864e\u5148\u950b\n\u6027\u522b: \u7537\n\u522b\u540d: \u864e\u602a\n\u5175\u5668: \u8d64\u94dc\u5200\n"}, {"color": "#97c2fc", "id": "\u7075\u5409\u83e9\u8428", "label": "\u7075\u5409\u83e9\u8428", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7075\u5409\u83e9\u8428\n"}, {"color": "#97c2fc", "id": "\u9f0d\u9f99\u602a", "label": "\u9f0d\u9f99\u602a", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9f0d\u9f99\u602a\n"}, {"color": "#97c2fc", "id": "\u5c0f\u9a8a\u9f99", "label": "\u5c0f\u9a8a\u9f99", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5c0f\u9a8a\u9f99\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u5c0f\u9ec4\u9f99", "label": "\u5c0f\u9ec4\u9f99", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5c0f\u9ec4\u9f99\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u5f92\u52b3\u9f99", "label": "\u5f92\u52b3\u9f99", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u5f92\u52b3\u9f99\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u656c\u4ef2\u9f99", "label": "\u656c\u4ef2\u9f99", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u656c\u4ef2\u9f99\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u7a33\u517d\u9f99", "label": "\u7a33\u517d\u9f99", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u7a33\u517d\u9f99\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u8703\u9f99", "label": "\u8703\u9f99", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u8703\u9f99\n"}, {"color": "#97c2fc", "id": "\u8d64\u9aef\u9f99", "label": "\u8d64\u9aef\u9f99", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u8d64\u9aef\u9f99\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u9752\u80cc\u9f99", "label": "\u9752\u80cc\u9f99", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u9752\u80cc\u9f99\n\u6027\u522b: \u7537\n"}, {"color": "#97c2fc", "id": "\u897f\u6d77\u9f99\u738b\u59b9\u59b9", "label": "\u897f\u6d77\u9f99\u738b\u59b9\u59b9", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u897f\u6d77\u9f99\u738b\u59b9\u59b9\n"}, {"color": "#97c2fc", "id": "\u6cfe\u6cb3\u9f99\u738b", "label": "\u6cfe\u6cb3\u9f99\u738b", "shape": "dot", "size": 10.0, "title": "\u59d3\u540d: \u6cfe\u6cb3\u9f99\u738b\n\u6027\u522b: \u7537\n\u522b\u540d: \u767d\u8863\u79c0\u58eb\n"}]);
edges = new vis.DataSet([{"arrows": "to", "from": "\u4e07\u5723\u516c\u4e3b", "label": "\u4e08\u592b", "title": "\u4e08\u592b", "to": "\u4e5d\u5934\u866b"}, {"arrows": "to", "from": "\u4e07\u5723\u516c\u4e3b", "label": "\u6bcd\u4eb2", "title": "\u6bcd\u4eb2", "to": "\u4e07\u5723\u9f99\u5a46"}, {"arrows": "to", "from": "\u4e07\u5723\u516c\u4e3b", "label": "\u7236\u4eb2", "title": "\u7236\u4eb2", "to": "\u4e07\u5723\u9f99\u738b"}, {"arrows": "to", "from": "\u4e07\u5723\u9f99\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u5954\u6ce2\u513f\u705e"}, {"arrows": "to", "from": "\u4e07\u5723\u9f99\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u705e\u6ce2\u513f\u5954"}, {"arrows": "to", "from": "\u4e07\u5723\u9f99\u738b", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u725b\u9b54\u738b"}, {"arrows": "to", "from": "\u4e07\u5723\u9f99\u738b", "label": "\u5973\u5a7f", "title": "\u5973\u5a7f", "to": "\u4e5d\u5934\u866b"}, {"arrows": "to", "from": "\u4e07\u5723\u9f99\u738b", "label": "\u59bb\u5b50", "title": "\u59bb\u5b50", "to": "\u4e07\u5723\u9f99\u5a46"}, {"arrows": "to", "from": "\u4e5d\u5934\u866b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u5954\u6ce2\u513f\u705e"}, {"arrows": "to", "from": "\u4e5d\u5934\u866b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u705e\u6ce2\u513f\u5954"}, {"arrows": "to", "from": "\u4e5d\u5c3e\u72d0\u72f8\u7cbe", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u91d1\u89d2\u5927\u738b"}, {"arrows": "to", "from": "\u4e5d\u5c3e\u72d0\u72f8\u7cbe", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u94f6\u89d2\u5927\u738b"}, {"arrows": "to", "from": "\u4e5d\u5c3e\u72d0\u72f8\u7cbe", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u72d0\u963f\u4e03\u5927\u738b"}, {"arrows": "to", "from": "\u592a\u4e59\u6551\u82e6\u5929\u5c0a", "label": "\u5750\u9a91", "title": "\u5750\u9a91", "to": "\u4e5d\u7075\u5143\u5723"}, {"arrows": "to", "from": "\u4e5d\u7075\u5143\u5723", "label": "\u5b59\u5b50", "title": "\u5b59\u5b50", "to": "\u9ec4\u72ee\u7cbe"}, {"arrows": "to", "from": "\u5927\u9e4f\u91d1\u7fc5\u96d5", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u5982\u6765\u4f5b\u7956"}, {"arrows": "to", "from": "\u5927\u9e4f\u91d1\u7fc5\u96d5", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u5c0f\u94bb\u98ce"}, {"arrows": "to", "from": "\u5927\u9e4f\u91d1\u7fc5\u96d5", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u9752\u6bdb\u72ee\u5b50\u602a"}, {"arrows": "to", "from": "\u5927\u9e4f\u91d1\u7fc5\u96d5", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u9ec4\u7259\u8001\u8c61\u602a"}, {"arrows": "to", "from": "\u51cc\u7a7a\u5b50", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u52b2\u8282\u5341\u516b\u516c"}, {"arrows": "to", "from": "\u51cc\u7a7a\u5b50", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u5b64\u76f4\u516c"}, {"arrows": "to", "from": "\u51cc\u7a7a\u5b50", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u62c2\u4e91\u53df"}, {"arrows": "to", "from": "\u51cc\u7a7a\u5b50", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u674f\u4ed9"}, {"arrows": "to", "from": "\u52b2\u8282\u5341\u516b\u516c", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u5b64\u76f4\u516c"}, {"arrows": "to", "from": "\u52b2\u8282\u5341\u516b\u516c", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u62c2\u4e91\u53df"}, {"arrows": "to", "from": "\u52b2\u8282\u5341\u516b\u516c", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u674f\u4ed9"}, {"arrows": "to", "from": "\u5357\u5c71\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u94c1\u80cc\u82cd\u72fc\u602a"}, {"arrows": "to", "from": "\u5510\u50e7", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u5510\u592a\u5b97"}, {"arrows": "to", "from": "\u5510\u50e7", "label": "\u5e08\u7236", "title": "\u5e08\u7236", "to": "\u5982\u6765\u4f5b\u7956"}, {"arrows": "to", "from": "\u5510\u50e7", "label": "\u5e08\u7236", "title": "\u5e08\u7236", "to": "\u6cd5\u540d\u548c\u5c1a"}, {"arrows": "to", "from": "\u5510\u50e7", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u5b59\u609f\u7a7a"}, {"arrows": "to", "from": "\u5510\u50e7", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u5c0f\u767d\u9f99"}, {"arrows": "to", "from": "\u5510\u50e7", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u6c99\u548c\u5c1a"}, {"arrows": "to", "from": "\u5510\u50e7", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u732a\u516b\u6212"}, {"arrows": "to", "from": "\u5510\u50e7", "label": "\u6bcd\u4eb2", "title": "\u6bcd\u4eb2", "to": "\u6bb7\u6e29\u5a07"}, {"arrows": "to", "from": "\u5510\u50e7", "label": "\u7236\u4eb2", "title": "\u7236\u4eb2", "to": "\u9648\u5149\u854a"}, {"arrows": "to", "from": "\u592a\u4e0a\u8001\u541b", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u7389\u7687\u5927\u5e1d"}, {"arrows": "to", "from": "\u592a\u4e0a\u8001\u541b", "label": "\u5750\u9a91", "title": "\u5750\u9a91", "to": "\u9752\u725b\u602a"}, {"arrows": "to", "from": "\u592a\u4e0a\u8001\u541b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u91d1\u89d2\u5927\u738b"}, {"arrows": "to", "from": "\u592a\u4e0a\u8001\u541b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u94f6\u89d2\u5927\u738b"}, {"arrows": "to", "from": "\u5bff\u661f", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u7389\u7687\u5927\u5e1d"}, {"arrows": "to", "from": "\u592a\u767d\u91d1\u661f", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u7389\u7687\u5927\u5e1d"}, {"arrows": "to", "from": "\u5982\u610f\u771f\u4ed9", "label": "\u4f84\u5b50", "title": "\u4f84\u5b50", "to": "\u7ea2\u5b69\u513f"}, {"arrows": "to", "from": "\u5982\u610f\u771f\u4ed9", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u725b\u9b54\u738b"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5e08\u5144\u5f1f", "title": "\u5e08\u5144\u5f1f", "to": "\u5c0f\u767d\u9f99"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5e08\u5144\u5f1f", "title": "\u5e08\u5144\u5f1f", "to": "\u6c99\u548c\u5c1a"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5e08\u5144\u5f1f", "title": "\u5e08\u5144\u5f1f", "to": "\u732a\u516b\u6212"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5e08\u7236", "title": "\u5e08\u7236", "to": "\u83e9\u63d0\u7956\u5e08"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u7389\u534e\u5dde\u592a\u5b50"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u767d\u9aa8\u7cbe"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u5357\u5c71\u5927\u738b"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u6df7\u4e16\u9b54\u738b"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u864e\u529b\u5927\u4ed9"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u91d1\u6c60\u957f\u8001"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u9ec4\u98ce\u602a"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u8f9f\u6691\u5927\u738b"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u4e5d\u7075\u5143\u5723"}, {"arrows": "to", "from": "\u5b59\u609f\u7a7a", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u9ec4\u7709\u5927\u738b"}, {"arrows": "to", "from": "\u5b64\u76f4\u516c", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u62c2\u4e91\u53df"}, {"arrows": "to", "from": "\u5b64\u76f4\u516c", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u674f\u4ed9"}, {"arrows": "to", "from": "\u5c0f\u767d\u9f99", "label": "\u5e08\u5144\u5f1f", "title": "\u5e08\u5144\u5f1f", "to": "\u6c99\u548c\u5c1a"}, {"arrows": "to", "from": "\u5c0f\u767d\u9f99", "label": "\u5e08\u5144\u5f1f", "title": "\u5e08\u5144\u5f1f", "to": "\u732a\u516b\u6212"}, {"arrows": "to", "from": "\u5c0f\u767d\u9f99", "label": "\u7236\u4eb2", "title": "\u7236\u4eb2", "to": "\u897f\u6d77\u9f99\u738b"}, {"arrows": "to", "from": "\u897f\u6d77\u9f99\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u4e1c\u6d77\u9f99\u738b"}, {"arrows": "to", "from": "\u897f\u6d77\u9f99\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u5357\u6d77\u9f99\u738b"}, {"arrows": "to", "from": "\u897f\u6d77\u9f99\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u5317\u6d77\u9f99\u738b"}, {"arrows": "to", "from": "\u5f25\u52d2\u4f5b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u9ec4\u7709\u5927\u738b"}, {"arrows": "to", "from": "\u6258\u5854\u5929\u738b\u674e\u9756", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u54ea\u5412"}, {"arrows": "to", "from": "\u6258\u5854\u5929\u738b\u674e\u9756", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u6728\u5412"}, {"arrows": "to", "from": "\u6258\u5854\u5929\u738b\u674e\u9756", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u91d1\u5412"}, {"arrows": "to", "from": "\u6258\u5854\u5929\u738b\u674e\u9756", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u674e\u8d1e\u82f1"}, {"arrows": "to", "from": "\u6258\u5854\u5929\u738b\u674e\u9756", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u91d1\u9f3b\u767d\u6bdb\u8001\u9f20\u7cbe"}, {"arrows": "to", "from": "\u6258\u5854\u5929\u738b\u674e\u9756", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u5de8\u7075\u795e"}, {"arrows": "to", "from": "\u6258\u5854\u5929\u738b\u674e\u9756", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u836f\u53c9\u5c06"}, {"arrows": "to", "from": "\u6258\u5854\u5929\u738b\u674e\u9756", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u9c7c\u809a\u5c06"}, {"arrows": "to", "from": "\u62b9\u8721\u7cbe", "label": "\u5e72\u8205\u8205", "title": "\u5e72\u8205\u8205", "to": "\u767e\u773c\u9b54\u541b"}, {"arrows": "to", "from": "\u62c2\u4e91\u53df", "label": "\u597d\u53cb", "title": "\u597d\u53cb", "to": "\u674f\u4ed9"}, {"arrows": "to", "from": "\u6591\u8863\u9cdc\u5a46", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u7075\u611f\u5927\u738b"}, {"arrows": "to", "from": "\u6634\u65e5\u661f\u5b98", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u7389\u7687\u5927\u5e1d"}, {"arrows": "to", "from": "\u6634\u65e5\u661f\u5b98", "label": "\u6bcd\u4eb2", "title": "\u6bcd\u4eb2", "to": "\u6bd7\u84dd\u5a46\u83e9\u8428"}, {"arrows": "to", "from": "\u6731\u7d2b\u56fd\u56fd\u738b", "label": "\u59bb\u5b50", "title": "\u59bb\u5b50", "to": "\u91d1\u5723\u5a18\u5a18"}, {"arrows": "to", "from": "\u674f\u4ed9", "label": "\u5fc3\u4eea\u5bf9\u8c61", "title": "\u5fc3\u4eea\u5bf9\u8c61", "to": "\u5510\u50e7"}, {"arrows": "to", "from": "\u674f\u4ed9", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u9752\u8863\u5973\u7ae5"}, {"arrows": "to", "from": "\u674f\u4ed9", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u9ec4\u8863\u5973\u7ae5"}, {"arrows": "to", "from": "\u6bd7\u84dd\u5a46\u83e9\u8428", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u767e\u773c\u9b54\u541b"}, {"arrows": "to", "from": "\u6c99\u548c\u5c1a", "label": "\u5e08\u5144\u5f1f", "title": "\u5e08\u5144\u5f1f", "to": "\u732a\u516b\u6212"}, {"arrows": "to", "from": "\u6c99\u548c\u5c1a", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u7389\u534e\u738b\u5c0f\u592a\u5b50"}, {"arrows": "to", "from": "\u7075\u611f\u5927\u738b", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u89c2\u4e16\u97f3\u83e9\u8428"}, {"arrows": "to", "from": "\u7075\u611f\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u6591\u8863\u9c56\u5a46"}, {"arrows": "to", "from": "\u718a\u7f74\u602a", "label": "\u5e08\u7236", "title": "\u5e08\u7236", "to": "\u89c2\u4e16\u97f3\u83e9\u8428"}, {"arrows": "to", "from": "\u725b\u8722\u7cbe", "label": "\u5e72\u8205\u8205", "title": "\u5e72\u8205\u8205", "to": "\u767e\u773c\u9b54\u541b"}, {"arrows": "to", "from": "\u725b\u9b54\u738b", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u7ea2\u5b69\u513f"}, {"arrows": "to", "from": "\u725b\u9b54\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u5b59\u609f\u7a7a"}, {"arrows": "to", "from": "\u725b\u9b54\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u72ee\u72d4\u738b"}, {"arrows": "to", "from": "\u725b\u9b54\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u7315\u7334\u738b"}, {"arrows": "to", "from": "\u725b\u9b54\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u86df\u9b54\u738b"}, {"arrows": "to", "from": "\u725b\u9b54\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u9e4f\u9b54\u738b"}, {"arrows": "to", "from": "\u725b\u9b54\u738b", "label": "\u59be\u5ba4", "title": "\u59be\u5ba4", "to": "\u7389\u9762\u72d0\u72f8"}, {"arrows": "to", "from": "\u725b\u9b54\u738b", "label": "\u59bb\u5b50", "title": "\u59bb\u5b50", "to": "\u94c1\u6247\u516c\u4e3b"}, {"arrows": "to", "from": "\u72d0\u963f\u4e03\u5927\u738b", "label": "\u4f84\u5b50", "title": "\u4f84\u5b50", "to": "\u91d1\u89d2\u5927\u738b"}, {"arrows": "to", "from": "\u72d0\u963f\u4e03\u5927\u738b", "label": "\u4f84\u5b50", "title": "\u4f84\u5b50", "to": "\u94f6\u89d2\u5927\u738b"}, {"arrows": "to", "from": "\u72ec\u89d2\u5155\u5927\u738b", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u592a\u4e0a\u8001\u541b"}, {"arrows": "to", "from": "\u72ee\u72d4\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u5b59\u609f\u7a7a"}, {"arrows": "to", "from": "\u72ee\u72d4\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u7315\u7334\u738b"}, {"arrows": "to", "from": "\u72ee\u72d4\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u86df\u9b54\u738b"}, {"arrows": "to", "from": "\u72ee\u72d4\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u9e4f\u9b54\u738b"}, {"arrows": "to", "from": "\u7315\u7334\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u5b59\u609f\u7a7a"}, {"arrows": "to", "from": "\u7315\u7334\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u86df\u9b54\u738b"}, {"arrows": "to", "from": "\u7315\u7334\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u9e4f\u9b54\u738b"}, {"arrows": "to", "from": "\u732a\u516b\u6212", "label": "\u59bb\u5b50", "title": "\u59bb\u5b50", "to": "\u5375\u4e8c\u59d0\uff08\u5df2\u6545\uff09"}, {"arrows": "to", "from": "\u732a\u516b\u6212", "label": "\u59bb\u5b50", "title": "\u59bb\u5b50", "to": "\u9ad8\u7fe0\u5170\uff08\u5df2\u79bb\uff09"}, {"arrows": "to", "from": "\u732a\u516b\u6212", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u7389\u534e\u738b\u4e8c\u738b\u5b50"}, {"arrows": "to", "from": "\u7389\u5154\u7cbe", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u592a\u9634\u661f\u541b"}, {"arrows": "to", "from": "\u7389\u5154\u7cbe", "label": "\u5fc3\u4eea\u5bf9\u8c61", "title": "\u5fc3\u4eea\u5bf9\u8c61", "to": "\u5510\u50e7"}, {"arrows": "to", "from": "\u7389\u7687\u5927\u5e1d", "label": "\u4f84\u5b50", "title": "\u4f84\u5b50", "to": "\u663e\u5723\u4e8c\u90ce\u771f\u541b"}, {"arrows": "to", "from": "\u7389\u7687\u5927\u5e1d", "label": "\u59bb\u5b50", "title": "\u59bb\u5b50", "to": "\u738b\u6bcd\u5a18\u5a18"}, {"arrows": "to", "from": "\u7389\u7687\u5927\u5e1d", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u54ea\u5412"}, {"arrows": "to", "from": "\u7389\u7687\u5927\u5e1d", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u6258\u5854\u5929\u738b\u674e\u9756"}, {"arrows": "to", "from": "\u7389\u9762\u72d0\u72f8", "label": "\u7236\u4eb2", "title": "\u7236\u4eb2", "to": "\u4e07\u5e74\u72d0\u738b"}, {"arrows": "to", "from": "\u73ed\u6bdb\u7cbe", "label": "\u5e72\u8205\u8205", "title": "\u5e72\u8205\u8205", "to": "\u767e\u773c\u9b54\u541b"}, {"arrows": "to", "from": "\u767d\u9762\u72d0\u72f8\u7cbe", "label": "\u4e08\u592b", "title": "\u4e08\u592b", "to": "\u6bd4\u4e18\u56fd\u56fd\u738b"}, {"arrows": "to", "from": "\u767d\u9762\u72d0\u72f8\u7cbe", "label": "\u7236\u4eb2", "title": "\u7236\u4eb2", "to": "\u767d\u9e7f\u602a"}, {"arrows": "to", "from": "\u767d\u9e7f\u602a", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u5bff\u661f"}, {"arrows": "to", "from": "\u767d\u9e7f\u602a", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u6bd4\u4e18\u56fd\u56fd\u738b"}, {"arrows": "to", "from": "\u767e\u773c\u9b54\u541b", "label": "\u5e08\u59d0\u59b9", "title": "\u5e08\u59d0\u59b9", "to": "\u8718\u86db\u7cbe"}, {"arrows": "to", "from": "\u767e\u82b1\u7f9e", "label": "\u4e08\u592b", "title": "\u4e08\u592b", "to": "\u9ec4\u888d\u602a"}, {"arrows": "to", "from": "\u767e\u82b1\u7f9e", "label": "\u7236\u4eb2", "title": "\u7236\u4eb2", "to": "\u5b9d\u8c61\u56fd\u56fd\u738b"}, {"arrows": "to", "from": "\u7ea2\u5b69\u513f", "label": "\u5e08\u7236", "title": "\u5e08\u7236", "to": "\u89c2\u4e16\u97f3\u83e9\u8428"}, {"arrows": "to", "from": "\u7ea2\u5b69\u513f", "label": "\u6bcd\u4eb2", "title": "\u6bcd\u4eb2", "to": "\u94c1\u6247\u516c\u4e3b"}, {"arrows": "to", "from": "\u7f8a\u529b\u5927\u4ed9", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u8f66\u8fdf\u56fd\u56fd\u738b"}, {"arrows": "to", "from": "\u864e\u529b\u5927\u4ed9", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u8f66\u8fdf\u56fd\u56fd\u738b"}, {"arrows": "to", "from": "\u8682\u8702\u7cbe", "label": "\u5e72\u8205\u8205", "title": "\u5e72\u8205\u8205", "to": "\u767e\u773c\u9b54\u541b"}, {"arrows": "to", "from": "\u86df\u9b54\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u5b59\u609f\u7a7a"}, {"arrows": "to", "from": "\u86df\u9b54\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u9e4f\u9b54\u738b"}, {"arrows": "to", "from": "\u8718\u86db\u7cbe", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u62b9\u8721\u7cbe"}, {"arrows": "to", "from": "\u8718\u86db\u7cbe", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u725b\u8722\u7cbe"}, {"arrows": "to", "from": "\u8718\u86db\u7cbe", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u73ed\u6bdb\u7cbe"}, {"arrows": "to", "from": "\u8718\u86db\u7cbe", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u8682\u8702\u7cbe"}, {"arrows": "to", "from": "\u8718\u86db\u7cbe", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u871c\u8702\u7cbe"}, {"arrows": "to", "from": "\u8718\u86db\u7cbe", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u873b\u8713\u7cbe"}, {"arrows": "to", "from": "\u8718\u86db\u7cbe", "label": "\u513f\u5973", "title": "\u513f\u5973", "to": "\u8826\u8702\u7cbe"}, {"arrows": "to", "from": "\u871c\u8702\u7cbe", "label": "\u5e72\u8205\u8205", "title": "\u5e72\u8205\u8205", "to": "\u767e\u773c\u9b54\u541b"}, {"arrows": "to", "from": "\u873b\u8713\u7cbe", "label": "\u5e72\u8205\u8205", "title": "\u5e72\u8205\u8205", "to": "\u767e\u773c\u9b54\u541b"}, {"arrows": "to", "from": "\u874e\u5b50\u7cbe", "label": "\u5fc3\u4eea\u5bf9\u8c61", "title": "\u5fc3\u4eea\u5bf9\u8c61", "to": "\u5510\u50e7"}, {"arrows": "to", "from": "\u8826\u8702\u7cbe", "label": "\u5e72\u8205\u8205", "title": "\u5e72\u8205\u8205", "to": "\u767e\u773c\u9b54\u541b"}, {"arrows": "to", "from": "\u897f\u6881\u5973\u56fd\u592a\u5e08", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u897f\u6881\u5973\u56fd\u5973\u738b"}, {"arrows": "to", "from": "\u897f\u6881\u5973\u56fd\u5973\u738b", "label": "\u5fc3\u4eea\u5bf9\u8c61", "title": "\u5fc3\u4eea\u5bf9\u8c61", "to": "\u5510\u50e7"}, {"arrows": "to", "from": "\u897f\u6881\u5973\u56fd\u5973\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u8fce\u9633\u9a7f\u9a7f\u4e1e"}, {"arrows": "to", "from": "\u89c2\u4e16\u97f3\u83e9\u8428", "label": "\u5e08\u7236", "title": "\u5e08\u7236", "to": "\u5982\u6765\u4f5b\u7956"}, {"arrows": "to", "from": "\u89c2\u4e16\u97f3\u83e9\u8428", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u5584\u8d22\u9f99\u5973"}, {"arrows": "to", "from": "\u89c2\u4e16\u97f3\u83e9\u8428", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u6728\u5412"}, {"arrows": "to", "from": "\u8d5b\u592a\u5c81", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u89c2\u4e16\u97f3\u83e9\u8428"}, {"arrows": "to", "from": "\u8d5b\u592a\u5c81", "label": "\u5fc3\u4eea\u5bf9\u8c61", "title": "\u5fc3\u4eea\u5bf9\u8c61", "to": "\u91d1\u5723\u5a18\u5a18"}, {"arrows": "to", "from": "\u8d5b\u592a\u5c81", "label": "\u5bf9\u624b", "title": "\u5bf9\u624b", "to": "\u7d2b\u9633\u771f\u4eba"}, {"arrows": "to", "from": "\u8f9f\u5bd2\u5927\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u8f9f\u5c18\u5927\u738b"}, {"arrows": "to", "from": "\u8f9f\u5bd2\u5927\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u8f9f\u6691\u5927\u738b"}, {"arrows": "to", "from": "\u8f9f\u5c18\u5927\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u8f9f\u6691\u5927\u738b"}, {"arrows": "to", "from": "\u91d1\u89d2\u5927\u738b", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u94f6\u89d2\u5927\u738b"}, {"arrows": "to", "from": "\u91d1\u89d2\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u4f36\u4fd0\u866b"}, {"arrows": "to", "from": "\u91d1\u89d2\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u501a\u6d77\u9f99"}, {"arrows": "to", "from": "\u91d1\u89d2\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u5df4\u5c71\u864e"}, {"arrows": "to", "from": "\u91d1\u89d2\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u7cbe\u7ec6\u9b3c"}, {"arrows": "to", "from": "\u91d1\u9f3b\u767d\u6bdb\u8001\u9f20\u7cbe", "label": "\u5144\u5f1f\u59d0\u59b9", "title": "\u5144\u5f1f\u59d0\u59b9", "to": "\u54ea\u5412"}, {"arrows": "to", "from": "\u91d1\u9f3b\u767d\u6bdb\u8001\u9f20\u7cbe", "label": "\u5fc3\u4eea\u5bf9\u8c61", "title": "\u5fc3\u4eea\u5bf9\u8c61", "to": "\u5510\u50e7"}, {"arrows": "to", "from": "\u94f6\u89d2\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u4f36\u4fd0\u866b"}, {"arrows": "to", "from": "\u94f6\u89d2\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u501a\u6d77\u9f99"}, {"arrows": "to", "from": "\u94f6\u89d2\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u5df4\u5c71\u864e"}, {"arrows": "to", "from": "\u94f6\u89d2\u5927\u738b", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u7cbe\u7ec6\u9b3c"}, {"arrows": "to", "from": "\u9547\u5143\u5b50", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u660e\u6708"}, {"arrows": "to", "from": "\u9547\u5143\u5b50", "label": "\u5f92\u5f1f", "title": "\u5f92\u5f1f", "to": "\u6e05\u98ce"}, {"arrows": "to", "from": "\u9547\u5143\u5b50", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u5b59\u609f\u7a7a"}, {"arrows": "to", "from": "\u6587\u6b8a\u83e9\u8428", "label": "\u5750\u9a91", "title": "\u5750\u9a91", "to": "\u72ee\u7301\u602a"}, {"arrows": "to", "from": "\u9752\u6bdb\u72ee\u5b50\u602a", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u6587\u6b8a\u83e9\u8428"}, {"arrows": "to", "from": "\u72ee\u9a7c\u5cad\u5996\u602a", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u6587\u6b8a\u83e9\u8428"}, {"arrows": "to", "from": "\u72ee\u9a7c\u5cad\u5996\u602a", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u5927\u9e4f\u91d1\u7fc5\u96d5"}, {"arrows": "to", "from": "\u9752\u6bdb\u72ee\u5b50\u602a", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u9ec4\u7259\u8001\u8c61\u602a"}, {"arrows": "to", "from": "\u72ee\u9a7c\u5cad\u5996\u602a", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u9ec4\u7259\u8001\u8c61\u602a"}, {"arrows": "to", "from": "\u9e4f\u9b54\u738b", "label": "\u7ed3\u62dc\u5144\u5f1f", "title": "\u7ed3\u62dc\u5144\u5f1f", "to": "\u5b59\u609f\u7a7a"}, {"arrows": "to", "from": "\u9e7f\u529b\u5927\u4ed9", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u8f66\u8fdf\u56fd\u56fd\u738b"}, {"arrows": "to", "from": "\u9ec4\u7259\u8001\u8c61\u602a", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u666e\u8d24\u83e9\u8428"}, {"arrows": "to", "from": "\u9ec4\u7259\u8001\u8c61\u602a", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u5c0f\u94bb\u98ce"}, {"arrows": "to", "from": "\u9ec4\u72ee\u7cbe", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u4f0f\u72f8\u72ee\u602a"}, {"arrows": "to", "from": "\u9ec4\u72ee\u7cbe", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u629f\u8c61\u72ee\u602a"}, {"arrows": "to", "from": "\u9ec4\u72ee\u7cbe", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u72fb\u730a\u72ee\u602a"}, {"arrows": "to", "from": "\u9ec4\u72ee\u7cbe", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u7331\u72ee\u602a"}, {"arrows": "to", "from": "\u9ec4\u72ee\u7cbe", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u767d\u6cfd\u72ee\u602a"}, {"arrows": "to", "from": "\u9ec4\u72ee\u7cbe", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u96ea\u72ee\u602a"}, {"arrows": "to", "from": "\u9ec4\u888d\u602a", "label": "\u4e3b\u516c", "title": "\u4e3b\u516c", "to": "\u7389\u7687\u5927\u5e1d"}, {"arrows": "to", "from": "\u9ec4\u98ce\u602a", "label": "\u624b\u4e0b", "title": "\u624b\u4e0b", "to": "\u864e\u5148\u950b"}, {"arrows": "to", "from": "\u9ec4\u98ce\u602a", "label": "\u4e3b\u4eba", "title": "\u4e3b\u4eba", "to": "\u7075\u5409\u83e9\u8428"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u5c0f\u9a8a\u9f99"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u5c0f\u9ec4\u9f99"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u5f92\u52b3\u9f99"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u656c\u4ef2\u9f99"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u7a33\u517d\u9f99"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u8703\u9f99"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u8d64\u9aef\u9f99"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u5144\u5f1f", "title": "\u5144\u5f1f", "to": "\u9752\u80cc\u9f99"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u6bcd\u4eb2", "title": "\u6bcd\u4eb2", "to": "\u897f\u6d77\u9f99\u738b\u59b9\u59b9"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u7236\u4eb2", "title": "\u7236\u4eb2", "to": "\u6cfe\u6cb3\u9f99\u738b"}, {"arrows": "to", "from": "\u9f0d\u9f99\u602a", "label": "\u8205\u8205", "title": "\u8205\u8205", "to": "\u897f\u6d77\u9f99\u738b"}]);
nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
for (nodeId in allNodes) {
nodeColors[nodeId] = allNodes[nodeId].color;
}
allEdges = edges.get({ returnType: "Object" });
// adding nodes and edges to the graph
data = {nodes: nodes, edges: edges};
var options = {"configure": {"enabled": true}};
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>