rails_charts 0.0.5 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +19 -3
- data/app/assets/javascripts/echarts/extension/bmap.js +36 -81
- data/app/assets/javascripts/echarts/extension/bmap.js.map +1 -1
- data/app/assets/javascripts/echarts/extension/dataTool.js +14 -48
- data/app/assets/javascripts/echarts/extension/dataTool.js.map +1 -1
- data/app/assets/javascripts/echarts/i18n/langAR-obj.js +178 -0
- data/app/assets/javascripts/echarts/i18n/langAR.js +174 -0
- data/app/assets/javascripts/echarts/i18n/langCS-obj.js +4 -1
- data/app/assets/javascripts/echarts/i18n/langCS.js +4 -1
- data/app/assets/javascripts/echarts/i18n/langDE-obj.js +5 -2
- data/app/assets/javascripts/echarts/i18n/langDE.js +5 -2
- data/app/assets/javascripts/echarts/i18n/langEN-obj.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langEN.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langES-obj.js +60 -0
- data/app/assets/javascripts/echarts/i18n/langES.js +60 -0
- data/app/assets/javascripts/echarts/i18n/langFA-obj.js +175 -0
- data/app/assets/javascripts/echarts/i18n/langFA.js +171 -0
- data/app/assets/javascripts/echarts/i18n/langFI-obj.js +60 -0
- data/app/assets/javascripts/echarts/i18n/langFI.js +60 -0
- data/app/assets/javascripts/echarts/i18n/langFR-obj.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langFR.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langHU-obj.js +175 -0
- data/app/assets/javascripts/echarts/i18n/langHU.js +171 -0
- data/app/assets/javascripts/echarts/i18n/langIT-obj.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langIT.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langJA-obj.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langJA.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langKO-obj.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langKO.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langNL-obj.js +175 -0
- data/app/assets/javascripts/echarts/i18n/langNL.js +171 -0
- data/app/assets/javascripts/echarts/i18n/langPL-obj.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langPL.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langPT-br-obj.js +14 -12
- data/app/assets/javascripts/echarts/i18n/langPT-br.js +14 -12
- data/app/assets/javascripts/echarts/i18n/langRO-obj.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langRO.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langRU-obj.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langRU.js +3 -1
- data/app/assets/javascripts/echarts/i18n/langSI-obj.js +4 -1
- data/app/assets/javascripts/echarts/i18n/langSI.js +4 -1
- data/app/assets/javascripts/echarts/i18n/langSV-obj.js +174 -0
- data/app/assets/javascripts/echarts/i18n/langSV.js +170 -0
- data/app/assets/javascripts/echarts/i18n/langTH-obj.js +60 -0
- data/app/assets/javascripts/echarts/i18n/langTH.js +60 -0
- data/app/assets/javascripts/echarts/i18n/langTR-obj.js +175 -0
- data/app/assets/javascripts/echarts/i18n/langTR.js +171 -0
- data/app/assets/javascripts/echarts/i18n/{langUA-obj.js → langUK-obj.js} +3 -1
- data/app/assets/javascripts/echarts/i18n/{langUA.js → langUK.js} +4 -2
- data/app/assets/javascripts/echarts/i18n/langVI-obj.js +200 -0
- data/app/assets/javascripts/echarts/i18n/langVI.js +196 -0
- data/app/assets/javascripts/echarts/i18n/langZH-obj.js +4 -1
- data/app/assets/javascripts/echarts/i18n/langZH.js +4 -1
- data/app/assets/javascripts/echarts/i18n/package.json +3 -0
- data/app/assets/javascripts/echarts/theme/azul.js +1 -1
- data/app/assets/javascripts/echarts/theme/bee-inspired.js +1 -1
- data/app/assets/javascripts/echarts/theme/blue.js +1 -1
- data/app/assets/javascripts/echarts/theme/caravan.js +1 -1
- data/app/assets/javascripts/echarts/theme/carp.js +1 -1
- data/app/assets/javascripts/echarts/theme/cool.js +1 -1
- data/app/assets/javascripts/echarts/theme/dark-blue.js +1 -1
- data/app/assets/javascripts/echarts/theme/dark-bold.js +1 -1
- data/app/assets/javascripts/echarts/theme/dark-digerati.js +1 -1
- data/app/assets/javascripts/echarts/theme/dark-fresh-cut.js +1 -1
- data/app/assets/javascripts/echarts/theme/dark-mushroom.js +1 -1
- data/app/assets/javascripts/echarts/theme/dark.js +1 -1
- data/app/assets/javascripts/echarts/theme/eduardo.js +1 -1
- data/app/assets/javascripts/echarts/theme/forest.js +1 -1
- data/app/assets/javascripts/echarts/theme/fresh-cut.js +1 -1
- data/app/assets/javascripts/echarts/theme/fruit.js +1 -1
- data/app/assets/javascripts/echarts/theme/gray.js +1 -1
- data/app/assets/javascripts/echarts/theme/green.js +1 -1
- data/app/assets/javascripts/echarts/theme/helianthus.js +1 -1
- data/app/assets/javascripts/echarts/theme/infographic.js +6 -6
- data/app/assets/javascripts/echarts/theme/inspired.js +1 -1
- data/app/assets/javascripts/echarts/theme/jazz.js +1 -1
- data/app/assets/javascripts/echarts/theme/london.js +1 -1
- data/app/assets/javascripts/echarts/theme/macarons.js +6 -4
- data/app/assets/javascripts/echarts/theme/macarons2.js +59 -62
- data/app/assets/javascripts/echarts/theme/mint.js +1 -1
- data/app/assets/javascripts/echarts/theme/package.json +3 -0
- data/app/assets/javascripts/echarts/theme/red-velvet.js +1 -1
- data/app/assets/javascripts/echarts/theme/red.js +1 -1
- data/app/assets/javascripts/echarts/theme/roma.js +1 -1
- data/app/assets/javascripts/echarts/theme/royal.js +1 -1
- data/app/assets/javascripts/echarts/theme/sakura.js +1 -1
- data/app/assets/javascripts/echarts/theme/shine.js +2 -4
- data/app/assets/javascripts/echarts/theme/tech-blue.js +7 -3
- data/app/assets/javascripts/echarts/theme/tool/option/area.js +88 -0
- data/app/assets/javascripts/echarts/theme/tool/option/bar.js +107 -0
- data/app/assets/javascripts/echarts/theme/tool/option/graph.js +2824 -0
- data/app/assets/javascripts/echarts/theme/tool/option/map.js +141 -0
- data/app/assets/javascripts/echarts/theme/tool/option/pie.js +87 -0
- data/app/assets/javascripts/echarts/theme/tool/option/scatter.js +201 -0
- data/app/assets/javascripts/echarts/theme/tool/thumb.html +65 -0
- data/app/assets/javascripts/echarts/theme/tool/thumb.js +63 -0
- data/app/assets/javascripts/echarts/theme/vintage.js +1 -1
- data/app/assets/javascripts/echarts.min.js +2 -2
- data/lib/rails_charts/base_chart.rb +5 -4
- data/lib/rails_charts/javascript.rb +1 -1
- data/lib/rails_charts/stacked_bar_chart.rb +1 -1
- data/lib/rails_charts/version.rb +1 -1
- metadata +29 -22
@@ -0,0 +1,2824 @@
|
|
1
|
+
/*
|
2
|
+
* Licensed to the Apache Software Foundation (ASF) under one
|
3
|
+
* or more contributor license agreements. See the NOTICE file
|
4
|
+
* distributed with this work for additional information
|
5
|
+
* regarding copyright ownership. The ASF licenses this file
|
6
|
+
* to you under the Apache License, Version 2.0 (the
|
7
|
+
* "License"); you may not use this file except in compliance
|
8
|
+
* with the License. You may obtain a copy of the License at
|
9
|
+
*
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
*
|
12
|
+
* Unless required by applicable law or agreed to in writing,
|
13
|
+
* software distributed under the License is distributed on an
|
14
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
+
* KIND, either express or implied. See the License for the
|
16
|
+
* specific language governing permissions and limitations
|
17
|
+
* under the License.
|
18
|
+
*/
|
19
|
+
|
20
|
+
export default {
|
21
|
+
"series":[
|
22
|
+
{
|
23
|
+
"name":"Les Miserables",
|
24
|
+
"type":"graph",
|
25
|
+
"layout":"none",
|
26
|
+
"data":[
|
27
|
+
{
|
28
|
+
"id":"0",
|
29
|
+
"name":"Myriel",
|
30
|
+
"label":{
|
31
|
+
"formatter":"Myriel",
|
32
|
+
"show":false
|
33
|
+
},
|
34
|
+
"symbolSize":28.685715,
|
35
|
+
"x":-266.82776,
|
36
|
+
"y":299.6904,
|
37
|
+
"attributes":{
|
38
|
+
"modularity_class":0
|
39
|
+
},
|
40
|
+
"value":28.685715,
|
41
|
+
"category":0
|
42
|
+
},
|
43
|
+
{
|
44
|
+
"id":"1",
|
45
|
+
"name":"Napoleon",
|
46
|
+
"label":{
|
47
|
+
"formatter":"Napoleon",
|
48
|
+
"show":false
|
49
|
+
},
|
50
|
+
"symbolSize":4,
|
51
|
+
"x":-418.08344,
|
52
|
+
"y":446.8853,
|
53
|
+
"attributes":{
|
54
|
+
"modularity_class":0
|
55
|
+
},
|
56
|
+
"value":4,
|
57
|
+
"category":0
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"id":"2",
|
61
|
+
"name":"MlleBaptistine",
|
62
|
+
"label":{
|
63
|
+
"formatter":"MlleBaptistine",
|
64
|
+
"show":false
|
65
|
+
},
|
66
|
+
"symbolSize":9.485714,
|
67
|
+
"x":-212.76357,
|
68
|
+
"y":245.29176,
|
69
|
+
"attributes":{
|
70
|
+
"modularity_class":1
|
71
|
+
},
|
72
|
+
"value":9.485714,
|
73
|
+
"category":1
|
74
|
+
},
|
75
|
+
{
|
76
|
+
"id":"3",
|
77
|
+
"name":"MmeMagloire",
|
78
|
+
"label":{
|
79
|
+
"formatter":"MmeMagloire",
|
80
|
+
"show":false
|
81
|
+
},
|
82
|
+
"symbolSize":9.485714,
|
83
|
+
"x":-242.82404,
|
84
|
+
"y":235.26283,
|
85
|
+
"attributes":{
|
86
|
+
"modularity_class":1
|
87
|
+
},
|
88
|
+
"value":9.485714,
|
89
|
+
"category":1
|
90
|
+
},
|
91
|
+
{
|
92
|
+
"id":"4",
|
93
|
+
"name":"CountessDeLo",
|
94
|
+
"label":{
|
95
|
+
"formatter":"CountessDeLo",
|
96
|
+
"show":false
|
97
|
+
},
|
98
|
+
"symbolSize":4,
|
99
|
+
"x":-379.30386,
|
100
|
+
"y":429.06424,
|
101
|
+
"attributes":{
|
102
|
+
"modularity_class":0
|
103
|
+
},
|
104
|
+
"value":4,
|
105
|
+
"category":0
|
106
|
+
},
|
107
|
+
{
|
108
|
+
"id":"5",
|
109
|
+
"name":"Geborand",
|
110
|
+
"label":{
|
111
|
+
"formatter":"Geborand",
|
112
|
+
"show":false
|
113
|
+
},
|
114
|
+
"symbolSize":4,
|
115
|
+
"x":-417.26337,
|
116
|
+
"y":406.03506,
|
117
|
+
"attributes":{
|
118
|
+
"modularity_class":0
|
119
|
+
},
|
120
|
+
"value":4,
|
121
|
+
"category":0
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"id":"6",
|
125
|
+
"name":"Champtercier",
|
126
|
+
"label":{
|
127
|
+
"formatter":"Champtercier",
|
128
|
+
"show":false
|
129
|
+
},
|
130
|
+
"symbolSize":4,
|
131
|
+
"x":-332.6012,
|
132
|
+
"y":485.16974,
|
133
|
+
"attributes":{
|
134
|
+
"modularity_class":0
|
135
|
+
},
|
136
|
+
"value":4,
|
137
|
+
"category":0
|
138
|
+
},
|
139
|
+
{
|
140
|
+
"id":"7",
|
141
|
+
"name":"Cravatte",
|
142
|
+
"label":{
|
143
|
+
"formatter":"Cravatte",
|
144
|
+
"show":false
|
145
|
+
},
|
146
|
+
"symbolSize":4,
|
147
|
+
"x":-382.69568,
|
148
|
+
"y":475.09113,
|
149
|
+
"attributes":{
|
150
|
+
"modularity_class":0
|
151
|
+
},
|
152
|
+
"value":4,
|
153
|
+
"category":0
|
154
|
+
},
|
155
|
+
{
|
156
|
+
"id":"8",
|
157
|
+
"name":"Count",
|
158
|
+
"label":{
|
159
|
+
"formatter":"Count",
|
160
|
+
"show":false
|
161
|
+
},
|
162
|
+
"symbolSize":4,
|
163
|
+
"x":-320.384,
|
164
|
+
"y":387.17325,
|
165
|
+
"attributes":{
|
166
|
+
"modularity_class":0
|
167
|
+
},
|
168
|
+
"value":4,
|
169
|
+
"category":0
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"id":"9",
|
173
|
+
"name":"OldMan",
|
174
|
+
"label":{
|
175
|
+
"formatter":"OldMan",
|
176
|
+
"show":false
|
177
|
+
},
|
178
|
+
"symbolSize":4,
|
179
|
+
"x":-344.39832,
|
180
|
+
"y":451.16772,
|
181
|
+
"attributes":{
|
182
|
+
"modularity_class":0
|
183
|
+
},
|
184
|
+
"value":4,
|
185
|
+
"category":0
|
186
|
+
},
|
187
|
+
{
|
188
|
+
"id":"10",
|
189
|
+
"name":"Labarre",
|
190
|
+
"label":{
|
191
|
+
"formatter":"Labarre",
|
192
|
+
"show":false
|
193
|
+
},
|
194
|
+
"symbolSize":4,
|
195
|
+
"x":-89.34107,
|
196
|
+
"y":234.56128,
|
197
|
+
"attributes":{
|
198
|
+
"modularity_class":1
|
199
|
+
},
|
200
|
+
"value":4,
|
201
|
+
"category":1
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"id":"11",
|
205
|
+
"name":"Valjean",
|
206
|
+
"label":{
|
207
|
+
"formatter":"Valjean",
|
208
|
+
"show": false
|
209
|
+
},
|
210
|
+
"symbolSize":100,
|
211
|
+
"x":-87.93029,
|
212
|
+
"y":-6.8120565,
|
213
|
+
"attributes":{
|
214
|
+
"modularity_class":1
|
215
|
+
},
|
216
|
+
"value":100,
|
217
|
+
"category":1
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"id":"12",
|
221
|
+
"name":"Marguerite",
|
222
|
+
"label":{
|
223
|
+
"formatter":"Marguerite",
|
224
|
+
"show":false
|
225
|
+
},
|
226
|
+
"symbolSize":6.742859,
|
227
|
+
"x":-339.77908,
|
228
|
+
"y":-184.69139,
|
229
|
+
"attributes":{
|
230
|
+
"modularity_class":1
|
231
|
+
},
|
232
|
+
"value":6.742859,
|
233
|
+
"category":1
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"id":"13",
|
237
|
+
"name":"MmeDeR",
|
238
|
+
"label":{
|
239
|
+
"formatter":"MmeDeR",
|
240
|
+
"show":false
|
241
|
+
},
|
242
|
+
"symbolSize":4,
|
243
|
+
"x":-194.31313,
|
244
|
+
"y":178.55301,
|
245
|
+
"attributes":{
|
246
|
+
"modularity_class":1
|
247
|
+
},
|
248
|
+
"value":4,
|
249
|
+
"category":1
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"id":"14",
|
253
|
+
"name":"Isabeau",
|
254
|
+
"label":{
|
255
|
+
"formatter":"Isabeau",
|
256
|
+
"show":false
|
257
|
+
},
|
258
|
+
"symbolSize":4,
|
259
|
+
"x":-158.05168,
|
260
|
+
"y":201.99768,
|
261
|
+
"attributes":{
|
262
|
+
"modularity_class":1
|
263
|
+
},
|
264
|
+
"value":4,
|
265
|
+
"category":1
|
266
|
+
},
|
267
|
+
{
|
268
|
+
"id":"15",
|
269
|
+
"name":"Gervais",
|
270
|
+
"label":{
|
271
|
+
"formatter":"Gervais",
|
272
|
+
"show":false
|
273
|
+
},
|
274
|
+
"symbolSize":4,
|
275
|
+
"x":-127.701546,
|
276
|
+
"y":242.55057,
|
277
|
+
"attributes":{
|
278
|
+
"modularity_class":1
|
279
|
+
},
|
280
|
+
"value":4,
|
281
|
+
"category":1
|
282
|
+
},
|
283
|
+
{
|
284
|
+
"id":"16",
|
285
|
+
"name":"Tholomyes",
|
286
|
+
"label":{
|
287
|
+
"formatter":"Tholomyes",
|
288
|
+
"show":false
|
289
|
+
},
|
290
|
+
"symbolSize":25.942856,
|
291
|
+
"x":-385.2226,
|
292
|
+
"y":-393.5572,
|
293
|
+
"attributes":{
|
294
|
+
"modularity_class":2
|
295
|
+
},
|
296
|
+
"value":25.942856,
|
297
|
+
"category":2
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"id":"17",
|
301
|
+
"name":"Listolier",
|
302
|
+
"label":{
|
303
|
+
"formatter":"Listolier",
|
304
|
+
"show":false
|
305
|
+
},
|
306
|
+
"symbolSize":20.457146,
|
307
|
+
"x":-516.55884,
|
308
|
+
"y":-393.98975,
|
309
|
+
"attributes":{
|
310
|
+
"modularity_class":2
|
311
|
+
},
|
312
|
+
"value":20.457146,
|
313
|
+
"category":2
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"id":"18",
|
317
|
+
"name":"Fameuil",
|
318
|
+
"label":{
|
319
|
+
"formatter":"Fameuil",
|
320
|
+
"show":false
|
321
|
+
},
|
322
|
+
"symbolSize":20.457146,
|
323
|
+
"x":-464.79382,
|
324
|
+
"y":-493.57944,
|
325
|
+
"attributes":{
|
326
|
+
"modularity_class":2
|
327
|
+
},
|
328
|
+
"value":20.457146,
|
329
|
+
"category":2
|
330
|
+
},
|
331
|
+
{
|
332
|
+
"id":"19",
|
333
|
+
"name":"Blacheville",
|
334
|
+
"label":{
|
335
|
+
"formatter":"Blacheville",
|
336
|
+
"show":false
|
337
|
+
},
|
338
|
+
"symbolSize":20.457146,
|
339
|
+
"x":-515.1624,
|
340
|
+
"y":-456.9891,
|
341
|
+
"attributes":{
|
342
|
+
"modularity_class":2
|
343
|
+
},
|
344
|
+
"value":20.457146,
|
345
|
+
"category":2
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"id":"20",
|
349
|
+
"name":"Favourite",
|
350
|
+
"label":{
|
351
|
+
"formatter":"Favourite",
|
352
|
+
"show":false
|
353
|
+
},
|
354
|
+
"symbolSize":20.457146,
|
355
|
+
"x":-408.12122,
|
356
|
+
"y":-464.5048,
|
357
|
+
"attributes":{
|
358
|
+
"modularity_class":2
|
359
|
+
},
|
360
|
+
"value":20.457146,
|
361
|
+
"category":2
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"id":"21",
|
365
|
+
"name":"Dahlia",
|
366
|
+
"label":{
|
367
|
+
"formatter":"Dahlia",
|
368
|
+
"show":false
|
369
|
+
},
|
370
|
+
"symbolSize":20.457146,
|
371
|
+
"x":-456.44113,
|
372
|
+
"y":-425.13303,
|
373
|
+
"attributes":{
|
374
|
+
"modularity_class":2
|
375
|
+
},
|
376
|
+
"value":20.457146,
|
377
|
+
"category":2
|
378
|
+
},
|
379
|
+
{
|
380
|
+
"id":"22",
|
381
|
+
"name":"Zephine",
|
382
|
+
"label":{
|
383
|
+
"formatter":"Zephine",
|
384
|
+
"show":false
|
385
|
+
},
|
386
|
+
"symbolSize":20.457146,
|
387
|
+
"x":-459.1107,
|
388
|
+
"y":-362.5133,
|
389
|
+
"attributes":{
|
390
|
+
"modularity_class":2
|
391
|
+
},
|
392
|
+
"value":20.457146,
|
393
|
+
"category":2
|
394
|
+
},
|
395
|
+
{
|
396
|
+
"id":"23",
|
397
|
+
"name":"Fantine",
|
398
|
+
"label":{
|
399
|
+
"formatter":"Fantine",
|
400
|
+
"show": false
|
401
|
+
},
|
402
|
+
"symbolSize":42.4,
|
403
|
+
"x":-313.42786,
|
404
|
+
"y":-289.44803,
|
405
|
+
"attributes":{
|
406
|
+
"modularity_class":2
|
407
|
+
},
|
408
|
+
"value":42.4,
|
409
|
+
"category":2
|
410
|
+
},
|
411
|
+
{
|
412
|
+
"id":"24",
|
413
|
+
"name":"MmeThenardier",
|
414
|
+
"label":{
|
415
|
+
"formatter":"MmeThenardier",
|
416
|
+
"show": false
|
417
|
+
},
|
418
|
+
"symbolSize":31.428574,
|
419
|
+
"x":4.6313396,
|
420
|
+
"y":-273.8517,
|
421
|
+
"attributes":{
|
422
|
+
"modularity_class":7
|
423
|
+
},
|
424
|
+
"value":31.428574,
|
425
|
+
"category":7
|
426
|
+
},
|
427
|
+
{
|
428
|
+
"id":"25",
|
429
|
+
"name":"Thenardier",
|
430
|
+
"label":{
|
431
|
+
"formatter":"Thenardier",
|
432
|
+
"show": false
|
433
|
+
},
|
434
|
+
"symbolSize":45.142853,
|
435
|
+
"x":82.80825,
|
436
|
+
"y":-203.1144,
|
437
|
+
"attributes":{
|
438
|
+
"modularity_class":7
|
439
|
+
},
|
440
|
+
"value":45.142853,
|
441
|
+
"category":7
|
442
|
+
},
|
443
|
+
{
|
444
|
+
"id":"26",
|
445
|
+
"name":"Cosette",
|
446
|
+
"label":{
|
447
|
+
"formatter":"Cosette",
|
448
|
+
"show": false
|
449
|
+
},
|
450
|
+
"symbolSize":31.428574,
|
451
|
+
"x":78.64646,
|
452
|
+
"y":-31.512747,
|
453
|
+
"attributes":{
|
454
|
+
"modularity_class":6
|
455
|
+
},
|
456
|
+
"value":31.428574,
|
457
|
+
"category":6
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"id":"27",
|
461
|
+
"name":"Javert",
|
462
|
+
"label":{
|
463
|
+
"formatter":"Javert",
|
464
|
+
"show": false
|
465
|
+
},
|
466
|
+
"symbolSize":47.88571,
|
467
|
+
"x":-81.46074,
|
468
|
+
"y":-204.20204,
|
469
|
+
"attributes":{
|
470
|
+
"modularity_class":7
|
471
|
+
},
|
472
|
+
"value":47.88571,
|
473
|
+
"category":7
|
474
|
+
},
|
475
|
+
{
|
476
|
+
"id":"28",
|
477
|
+
"name":"Fauchelevent",
|
478
|
+
"label":{
|
479
|
+
"formatter":"Fauchelevent",
|
480
|
+
"show":false
|
481
|
+
},
|
482
|
+
"symbolSize":12.228573,
|
483
|
+
"x":-225.73984,
|
484
|
+
"y":82.41631,
|
485
|
+
"attributes":{
|
486
|
+
"modularity_class":4
|
487
|
+
},
|
488
|
+
"value":12.228573,
|
489
|
+
"category":4
|
490
|
+
},
|
491
|
+
{
|
492
|
+
"id":"29",
|
493
|
+
"name":"Bamatabois",
|
494
|
+
"label":{
|
495
|
+
"formatter":"Bamatabois",
|
496
|
+
"show":false
|
497
|
+
},
|
498
|
+
"symbolSize":23.2,
|
499
|
+
"x":-385.6842,
|
500
|
+
"y":-20.206686,
|
501
|
+
"attributes":{
|
502
|
+
"modularity_class":3
|
503
|
+
},
|
504
|
+
"value":23.2,
|
505
|
+
"category":3
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"id":"30",
|
509
|
+
"name":"Perpetue",
|
510
|
+
"label":{
|
511
|
+
"formatter":"Perpetue",
|
512
|
+
"show":false
|
513
|
+
},
|
514
|
+
"symbolSize":6.742859,
|
515
|
+
"x":-403.92447,
|
516
|
+
"y":-197.69823,
|
517
|
+
"attributes":{
|
518
|
+
"modularity_class":2
|
519
|
+
},
|
520
|
+
"value":6.742859,
|
521
|
+
"category":2
|
522
|
+
},
|
523
|
+
{
|
524
|
+
"id":"31",
|
525
|
+
"name":"Simplice",
|
526
|
+
"label":{
|
527
|
+
"formatter":"Simplice",
|
528
|
+
"show":false
|
529
|
+
},
|
530
|
+
"symbolSize":12.228573,
|
531
|
+
"x":-281.4253,
|
532
|
+
"y":-158.45137,
|
533
|
+
"attributes":{
|
534
|
+
"modularity_class":2
|
535
|
+
},
|
536
|
+
"value":12.228573,
|
537
|
+
"category":2
|
538
|
+
},
|
539
|
+
{
|
540
|
+
"id":"32",
|
541
|
+
"name":"Scaufflaire",
|
542
|
+
"label":{
|
543
|
+
"formatter":"Scaufflaire",
|
544
|
+
"show":false
|
545
|
+
},
|
546
|
+
"symbolSize":4,
|
547
|
+
"x":-122.41348,
|
548
|
+
"y":210.37503,
|
549
|
+
"attributes":{
|
550
|
+
"modularity_class":1
|
551
|
+
},
|
552
|
+
"value":4,
|
553
|
+
"category":1
|
554
|
+
},
|
555
|
+
{
|
556
|
+
"id":"33",
|
557
|
+
"name":"Woman1",
|
558
|
+
"label":{
|
559
|
+
"formatter":"Woman1",
|
560
|
+
"show":false
|
561
|
+
},
|
562
|
+
"symbolSize":6.742859,
|
563
|
+
"x":-234.6001,
|
564
|
+
"y":-113.15067,
|
565
|
+
"attributes":{
|
566
|
+
"modularity_class":1
|
567
|
+
},
|
568
|
+
"value":6.742859,
|
569
|
+
"category":1
|
570
|
+
},
|
571
|
+
{
|
572
|
+
"id":"34",
|
573
|
+
"name":"Judge",
|
574
|
+
"label":{
|
575
|
+
"formatter":"Judge",
|
576
|
+
"show":false
|
577
|
+
},
|
578
|
+
"symbolSize":17.714287,
|
579
|
+
"x":-387.84915,
|
580
|
+
"y":58.7059,
|
581
|
+
"attributes":{
|
582
|
+
"modularity_class":3
|
583
|
+
},
|
584
|
+
"value":17.714287,
|
585
|
+
"category":3
|
586
|
+
},
|
587
|
+
{
|
588
|
+
"id":"35",
|
589
|
+
"name":"Champmathieu",
|
590
|
+
"label":{
|
591
|
+
"formatter":"Champmathieu",
|
592
|
+
"show":false
|
593
|
+
},
|
594
|
+
"symbolSize":17.714287,
|
595
|
+
"x":-338.2307,
|
596
|
+
"y":87.48405,
|
597
|
+
"attributes":{
|
598
|
+
"modularity_class":3
|
599
|
+
},
|
600
|
+
"value":17.714287,
|
601
|
+
"category":3
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"id":"36",
|
605
|
+
"name":"Brevet",
|
606
|
+
"label":{
|
607
|
+
"formatter":"Brevet",
|
608
|
+
"show":false
|
609
|
+
},
|
610
|
+
"symbolSize":17.714287,
|
611
|
+
"x":-453.26874,
|
612
|
+
"y":58.94648,
|
613
|
+
"attributes":{
|
614
|
+
"modularity_class":3
|
615
|
+
},
|
616
|
+
"value":17.714287,
|
617
|
+
"category":3
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"id":"37",
|
621
|
+
"name":"Chenildieu",
|
622
|
+
"label":{
|
623
|
+
"formatter":"Chenildieu",
|
624
|
+
"show":false
|
625
|
+
},
|
626
|
+
"symbolSize":17.714287,
|
627
|
+
"x":-386.44904,
|
628
|
+
"y":140.05937,
|
629
|
+
"attributes":{
|
630
|
+
"modularity_class":3
|
631
|
+
},
|
632
|
+
"value":17.714287,
|
633
|
+
"category":3
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"id":"38",
|
637
|
+
"name":"Cochepaille",
|
638
|
+
"label":{
|
639
|
+
"formatter":"Cochepaille",
|
640
|
+
"show":false
|
641
|
+
},
|
642
|
+
"symbolSize":17.714287,
|
643
|
+
"x":-446.7876,
|
644
|
+
"y":123.38005,
|
645
|
+
"attributes":{
|
646
|
+
"modularity_class":3
|
647
|
+
},
|
648
|
+
"value":17.714287,
|
649
|
+
"category":3
|
650
|
+
},
|
651
|
+
{
|
652
|
+
"id":"39",
|
653
|
+
"name":"Pontmercy",
|
654
|
+
"label":{
|
655
|
+
"formatter":"Pontmercy",
|
656
|
+
"show":false
|
657
|
+
},
|
658
|
+
"symbolSize":9.485714,
|
659
|
+
"x":336.49738,
|
660
|
+
"y":-269.55914,
|
661
|
+
"attributes":{
|
662
|
+
"modularity_class":6
|
663
|
+
},
|
664
|
+
"value":9.485714,
|
665
|
+
"category":6
|
666
|
+
},
|
667
|
+
{
|
668
|
+
"id":"40",
|
669
|
+
"name":"Boulatruelle",
|
670
|
+
"label":{
|
671
|
+
"formatter":"Boulatruelle",
|
672
|
+
"show":false
|
673
|
+
},
|
674
|
+
"symbolSize":4,
|
675
|
+
"x":29.187843,
|
676
|
+
"y":-460.13132,
|
677
|
+
"attributes":{
|
678
|
+
"modularity_class":7
|
679
|
+
},
|
680
|
+
"value":4,
|
681
|
+
"category":7
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"id":"41",
|
685
|
+
"name":"Eponine",
|
686
|
+
"label":{
|
687
|
+
"formatter":"Eponine",
|
688
|
+
"show": false
|
689
|
+
},
|
690
|
+
"symbolSize":31.428574,
|
691
|
+
"x":238.36697,
|
692
|
+
"y":-210.00926,
|
693
|
+
"attributes":{
|
694
|
+
"modularity_class":7
|
695
|
+
},
|
696
|
+
"value":31.428574,
|
697
|
+
"category":7
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"id":"42",
|
701
|
+
"name":"Anzelma",
|
702
|
+
"label":{
|
703
|
+
"formatter":"Anzelma",
|
704
|
+
"show":false
|
705
|
+
},
|
706
|
+
"symbolSize":9.485714,
|
707
|
+
"x":189.69513,
|
708
|
+
"y":-346.50662,
|
709
|
+
"attributes":{
|
710
|
+
"modularity_class":7
|
711
|
+
},
|
712
|
+
"value":9.485714,
|
713
|
+
"category":7
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"id":"43",
|
717
|
+
"name":"Woman2",
|
718
|
+
"label":{
|
719
|
+
"formatter":"Woman2",
|
720
|
+
"show":false
|
721
|
+
},
|
722
|
+
"symbolSize":9.485714,
|
723
|
+
"x":-187.00418,
|
724
|
+
"y":-145.02663,
|
725
|
+
"attributes":{
|
726
|
+
"modularity_class":6
|
727
|
+
},
|
728
|
+
"value":9.485714,
|
729
|
+
"category":6
|
730
|
+
},
|
731
|
+
{
|
732
|
+
"id":"44",
|
733
|
+
"name":"MotherInnocent",
|
734
|
+
"label":{
|
735
|
+
"formatter":"MotherInnocent",
|
736
|
+
"show":false
|
737
|
+
},
|
738
|
+
"symbolSize":6.742859,
|
739
|
+
"x":-252.99521,
|
740
|
+
"y":129.87549,
|
741
|
+
"attributes":{
|
742
|
+
"modularity_class":4
|
743
|
+
},
|
744
|
+
"value":6.742859,
|
745
|
+
"category":4
|
746
|
+
},
|
747
|
+
{
|
748
|
+
"id":"45",
|
749
|
+
"name":"Gribier",
|
750
|
+
"label":{
|
751
|
+
"formatter":"Gribier",
|
752
|
+
"show":false
|
753
|
+
},
|
754
|
+
"symbolSize":4,
|
755
|
+
"x":-296.07935,
|
756
|
+
"y":163.11964,
|
757
|
+
"attributes":{
|
758
|
+
"modularity_class":4
|
759
|
+
},
|
760
|
+
"value":4,
|
761
|
+
"category":4
|
762
|
+
},
|
763
|
+
{
|
764
|
+
"id":"46",
|
765
|
+
"name":"Jondrette",
|
766
|
+
"label":{
|
767
|
+
"formatter":"Jondrette",
|
768
|
+
"show":false
|
769
|
+
},
|
770
|
+
"symbolSize":4,
|
771
|
+
"x":550.3201,
|
772
|
+
"y":522.4031,
|
773
|
+
"attributes":{
|
774
|
+
"modularity_class":5
|
775
|
+
},
|
776
|
+
"value":4,
|
777
|
+
"category":5
|
778
|
+
},
|
779
|
+
{
|
780
|
+
"id":"47",
|
781
|
+
"name":"MmeBurgon",
|
782
|
+
"label":{
|
783
|
+
"formatter":"MmeBurgon",
|
784
|
+
"show":false
|
785
|
+
},
|
786
|
+
"symbolSize":6.742859,
|
787
|
+
"x":488.13535,
|
788
|
+
"y":356.8573,
|
789
|
+
"attributes":{
|
790
|
+
"modularity_class":5
|
791
|
+
},
|
792
|
+
"value":6.742859,
|
793
|
+
"category":5
|
794
|
+
},
|
795
|
+
{
|
796
|
+
"id":"48",
|
797
|
+
"name":"Gavroche",
|
798
|
+
"label":{
|
799
|
+
"formatter":"Gavroche",
|
800
|
+
"show": false
|
801
|
+
},
|
802
|
+
"symbolSize":61.600006,
|
803
|
+
"x":387.89572,
|
804
|
+
"y":110.462326,
|
805
|
+
"attributes":{
|
806
|
+
"modularity_class":8
|
807
|
+
},
|
808
|
+
"value":61.600006,
|
809
|
+
"category":8
|
810
|
+
},
|
811
|
+
{
|
812
|
+
"id":"49",
|
813
|
+
"name":"Gillenormand",
|
814
|
+
"label":{
|
815
|
+
"formatter":"Gillenormand",
|
816
|
+
"show":false
|
817
|
+
},
|
818
|
+
"symbolSize":20.457146,
|
819
|
+
"x":126.4831,
|
820
|
+
"y":68.10622,
|
821
|
+
"attributes":{
|
822
|
+
"modularity_class":6
|
823
|
+
},
|
824
|
+
"value":20.457146,
|
825
|
+
"category":6
|
826
|
+
},
|
827
|
+
{
|
828
|
+
"id":"50",
|
829
|
+
"name":"Magnon",
|
830
|
+
"label":{
|
831
|
+
"formatter":"Magnon",
|
832
|
+
"show":false
|
833
|
+
},
|
834
|
+
"symbolSize":6.742859,
|
835
|
+
"x":127.07365,
|
836
|
+
"y":-113.05923,
|
837
|
+
"attributes":{
|
838
|
+
"modularity_class":6
|
839
|
+
},
|
840
|
+
"value":6.742859,
|
841
|
+
"category":6
|
842
|
+
},
|
843
|
+
{
|
844
|
+
"id":"51",
|
845
|
+
"name":"MlleGillenormand",
|
846
|
+
"label":{
|
847
|
+
"formatter":"MlleGillenormand",
|
848
|
+
"show":false
|
849
|
+
},
|
850
|
+
"symbolSize":20.457146,
|
851
|
+
"x":162.63559,
|
852
|
+
"y":117.6565,
|
853
|
+
"attributes":{
|
854
|
+
"modularity_class":6
|
855
|
+
},
|
856
|
+
"value":20.457146,
|
857
|
+
"category":6
|
858
|
+
},
|
859
|
+
{
|
860
|
+
"id":"52",
|
861
|
+
"name":"MmePontmercy",
|
862
|
+
"label":{
|
863
|
+
"formatter":"MmePontmercy",
|
864
|
+
"show":false
|
865
|
+
},
|
866
|
+
"symbolSize":6.742859,
|
867
|
+
"x":353.66415,
|
868
|
+
"y":-205.89165,
|
869
|
+
"attributes":{
|
870
|
+
"modularity_class":6
|
871
|
+
},
|
872
|
+
"value":6.742859,
|
873
|
+
"category":6
|
874
|
+
},
|
875
|
+
{
|
876
|
+
"id":"53",
|
877
|
+
"name":"MlleVaubois",
|
878
|
+
"label":{
|
879
|
+
"formatter":"MlleVaubois",
|
880
|
+
"show":false
|
881
|
+
},
|
882
|
+
"symbolSize":4,
|
883
|
+
"x":165.43939,
|
884
|
+
"y":339.7736,
|
885
|
+
"attributes":{
|
886
|
+
"modularity_class":6
|
887
|
+
},
|
888
|
+
"value":4,
|
889
|
+
"category":6
|
890
|
+
},
|
891
|
+
{
|
892
|
+
"id":"54",
|
893
|
+
"name":"LtGillenormand",
|
894
|
+
"label":{
|
895
|
+
"formatter":"LtGillenormand",
|
896
|
+
"show":false
|
897
|
+
},
|
898
|
+
"symbolSize":12.228573,
|
899
|
+
"x":137.69348,
|
900
|
+
"y":196.1069,
|
901
|
+
"attributes":{
|
902
|
+
"modularity_class":6
|
903
|
+
},
|
904
|
+
"value":12.228573,
|
905
|
+
"category":6
|
906
|
+
},
|
907
|
+
{
|
908
|
+
"id":"55",
|
909
|
+
"name":"Marius",
|
910
|
+
"label":{
|
911
|
+
"formatter":"Marius",
|
912
|
+
"show": false
|
913
|
+
},
|
914
|
+
"symbolSize":53.37143,
|
915
|
+
"x":206.44687,
|
916
|
+
"y":-13.805411,
|
917
|
+
"attributes":{
|
918
|
+
"modularity_class":6
|
919
|
+
},
|
920
|
+
"value":53.37143,
|
921
|
+
"category":6
|
922
|
+
},
|
923
|
+
{
|
924
|
+
"id":"56",
|
925
|
+
"name":"BaronessT",
|
926
|
+
"label":{
|
927
|
+
"formatter":"BaronessT",
|
928
|
+
"show":false
|
929
|
+
},
|
930
|
+
"symbolSize":6.742859,
|
931
|
+
"x":194.82993,
|
932
|
+
"y":224.78036,
|
933
|
+
"attributes":{
|
934
|
+
"modularity_class":6
|
935
|
+
},
|
936
|
+
"value":6.742859,
|
937
|
+
"category":6
|
938
|
+
},
|
939
|
+
{
|
940
|
+
"id":"57",
|
941
|
+
"name":"Mabeuf",
|
942
|
+
"label":{
|
943
|
+
"formatter":"Mabeuf",
|
944
|
+
"show": false
|
945
|
+
},
|
946
|
+
"symbolSize":31.428574,
|
947
|
+
"x":597.6618,
|
948
|
+
"y":135.18481,
|
949
|
+
"attributes":{
|
950
|
+
"modularity_class":8
|
951
|
+
},
|
952
|
+
"value":31.428574,
|
953
|
+
"category":8
|
954
|
+
},
|
955
|
+
{
|
956
|
+
"id":"58",
|
957
|
+
"name":"Enjolras",
|
958
|
+
"label":{
|
959
|
+
"formatter":"Enjolras",
|
960
|
+
"show": false
|
961
|
+
},
|
962
|
+
"symbolSize":42.4,
|
963
|
+
"x":355.78366,
|
964
|
+
"y":-74.882454,
|
965
|
+
"attributes":{
|
966
|
+
"modularity_class":8
|
967
|
+
},
|
968
|
+
"value":42.4,
|
969
|
+
"category":8
|
970
|
+
},
|
971
|
+
{
|
972
|
+
"id":"59",
|
973
|
+
"name":"Combeferre",
|
974
|
+
"label":{
|
975
|
+
"formatter":"Combeferre",
|
976
|
+
"show": false
|
977
|
+
},
|
978
|
+
"symbolSize":31.428574,
|
979
|
+
"x":515.2961,
|
980
|
+
"y":-46.167564,
|
981
|
+
"attributes":{
|
982
|
+
"modularity_class":8
|
983
|
+
},
|
984
|
+
"value":31.428574,
|
985
|
+
"category":8
|
986
|
+
},
|
987
|
+
{
|
988
|
+
"id":"60",
|
989
|
+
"name":"Prouvaire",
|
990
|
+
"label":{
|
991
|
+
"formatter":"Prouvaire",
|
992
|
+
"show":false
|
993
|
+
},
|
994
|
+
"symbolSize":25.942856,
|
995
|
+
"x":614.29285,
|
996
|
+
"y":-69.3104,
|
997
|
+
"attributes":{
|
998
|
+
"modularity_class":8
|
999
|
+
},
|
1000
|
+
"value":25.942856,
|
1001
|
+
"category":8
|
1002
|
+
},
|
1003
|
+
{
|
1004
|
+
"id":"61",
|
1005
|
+
"name":"Feuilly",
|
1006
|
+
"label":{
|
1007
|
+
"formatter":"Feuilly",
|
1008
|
+
"show": false
|
1009
|
+
},
|
1010
|
+
"symbolSize":31.428574,
|
1011
|
+
"x":550.1917,
|
1012
|
+
"y":-128.17537,
|
1013
|
+
"attributes":{
|
1014
|
+
"modularity_class":8
|
1015
|
+
},
|
1016
|
+
"value":31.428574,
|
1017
|
+
"category":8
|
1018
|
+
},
|
1019
|
+
{
|
1020
|
+
"id":"62",
|
1021
|
+
"name":"Courfeyrac",
|
1022
|
+
"label":{
|
1023
|
+
"formatter":"Courfeyrac",
|
1024
|
+
"show": false
|
1025
|
+
},
|
1026
|
+
"symbolSize":36.91429,
|
1027
|
+
"x":436.17184,
|
1028
|
+
"y":-12.7286825,
|
1029
|
+
"attributes":{
|
1030
|
+
"modularity_class":8
|
1031
|
+
},
|
1032
|
+
"value":36.91429,
|
1033
|
+
"category":8
|
1034
|
+
},
|
1035
|
+
{
|
1036
|
+
"id":"63",
|
1037
|
+
"name":"Bahorel",
|
1038
|
+
"label":{
|
1039
|
+
"formatter":"Bahorel",
|
1040
|
+
"show": false
|
1041
|
+
},
|
1042
|
+
"symbolSize":34.17143,
|
1043
|
+
"x":602.55225,
|
1044
|
+
"y":16.421427,
|
1045
|
+
"attributes":{
|
1046
|
+
"modularity_class":8
|
1047
|
+
},
|
1048
|
+
"value":34.17143,
|
1049
|
+
"category":8
|
1050
|
+
},
|
1051
|
+
{
|
1052
|
+
"id":"64",
|
1053
|
+
"name":"Bossuet",
|
1054
|
+
"label":{
|
1055
|
+
"formatter":"Bossuet",
|
1056
|
+
"show": false
|
1057
|
+
},
|
1058
|
+
"symbolSize":36.91429,
|
1059
|
+
"x":455.81955,
|
1060
|
+
"y":-115.45826,
|
1061
|
+
"attributes":{
|
1062
|
+
"modularity_class":8
|
1063
|
+
},
|
1064
|
+
"value":36.91429,
|
1065
|
+
"category":8
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
"id":"65",
|
1069
|
+
"name":"Joly",
|
1070
|
+
"label":{
|
1071
|
+
"formatter":"Joly",
|
1072
|
+
"show": false
|
1073
|
+
},
|
1074
|
+
"symbolSize":34.17143,
|
1075
|
+
"x":516.40784,
|
1076
|
+
"y":47.242233,
|
1077
|
+
"attributes":{
|
1078
|
+
"modularity_class":8
|
1079
|
+
},
|
1080
|
+
"value":34.17143,
|
1081
|
+
"category":8
|
1082
|
+
},
|
1083
|
+
{
|
1084
|
+
"id":"66",
|
1085
|
+
"name":"Grantaire",
|
1086
|
+
"label":{
|
1087
|
+
"formatter":"Grantaire",
|
1088
|
+
"show":false
|
1089
|
+
},
|
1090
|
+
"symbolSize":28.685715,
|
1091
|
+
"x":646.4313,
|
1092
|
+
"y":-151.06331,
|
1093
|
+
"attributes":{
|
1094
|
+
"modularity_class":8
|
1095
|
+
},
|
1096
|
+
"value":28.685715,
|
1097
|
+
"category":8
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"id":"67",
|
1101
|
+
"name":"MotherPlutarch",
|
1102
|
+
"label":{
|
1103
|
+
"formatter":"MotherPlutarch",
|
1104
|
+
"show":false
|
1105
|
+
},
|
1106
|
+
"symbolSize":4,
|
1107
|
+
"x":668.9568,
|
1108
|
+
"y":204.65488,
|
1109
|
+
"attributes":{
|
1110
|
+
"modularity_class":8
|
1111
|
+
},
|
1112
|
+
"value":4,
|
1113
|
+
"category":8
|
1114
|
+
},
|
1115
|
+
{
|
1116
|
+
"id":"68",
|
1117
|
+
"name":"Gueulemer",
|
1118
|
+
"label":{
|
1119
|
+
"formatter":"Gueulemer",
|
1120
|
+
"show":false
|
1121
|
+
},
|
1122
|
+
"symbolSize":28.685715,
|
1123
|
+
"x":78.4799,
|
1124
|
+
"y":-347.15146,
|
1125
|
+
"attributes":{
|
1126
|
+
"modularity_class":7
|
1127
|
+
},
|
1128
|
+
"value":28.685715,
|
1129
|
+
"category":7
|
1130
|
+
},
|
1131
|
+
{
|
1132
|
+
"id":"69",
|
1133
|
+
"name":"Babet",
|
1134
|
+
"label":{
|
1135
|
+
"formatter":"Babet",
|
1136
|
+
"show":false
|
1137
|
+
},
|
1138
|
+
"symbolSize":28.685715,
|
1139
|
+
"x":150.35959,
|
1140
|
+
"y":-298.50797,
|
1141
|
+
"attributes":{
|
1142
|
+
"modularity_class":7
|
1143
|
+
},
|
1144
|
+
"value":28.685715,
|
1145
|
+
"category":7
|
1146
|
+
},
|
1147
|
+
{
|
1148
|
+
"id":"70",
|
1149
|
+
"name":"Claquesous",
|
1150
|
+
"label":{
|
1151
|
+
"formatter":"Claquesous",
|
1152
|
+
"show":false
|
1153
|
+
},
|
1154
|
+
"symbolSize":28.685715,
|
1155
|
+
"x":137.3717,
|
1156
|
+
"y":-410.2809,
|
1157
|
+
"attributes":{
|
1158
|
+
"modularity_class":7
|
1159
|
+
},
|
1160
|
+
"value":28.685715,
|
1161
|
+
"category":7
|
1162
|
+
},
|
1163
|
+
{
|
1164
|
+
"id":"71",
|
1165
|
+
"name":"Montparnasse",
|
1166
|
+
"label":{
|
1167
|
+
"formatter":"Montparnasse",
|
1168
|
+
"show":false
|
1169
|
+
},
|
1170
|
+
"symbolSize":25.942856,
|
1171
|
+
"x":234.87747,
|
1172
|
+
"y":-400.85983,
|
1173
|
+
"attributes":{
|
1174
|
+
"modularity_class":7
|
1175
|
+
},
|
1176
|
+
"value":25.942856,
|
1177
|
+
"category":7
|
1178
|
+
},
|
1179
|
+
{
|
1180
|
+
"id":"72",
|
1181
|
+
"name":"Toussaint",
|
1182
|
+
"label":{
|
1183
|
+
"formatter":"Toussaint",
|
1184
|
+
"show":false
|
1185
|
+
},
|
1186
|
+
"symbolSize":9.485714,
|
1187
|
+
"x":40.942253,
|
1188
|
+
"y":113.78272,
|
1189
|
+
"attributes":{
|
1190
|
+
"modularity_class":1
|
1191
|
+
},
|
1192
|
+
"value":9.485714,
|
1193
|
+
"category":1
|
1194
|
+
},
|
1195
|
+
{
|
1196
|
+
"id":"73",
|
1197
|
+
"name":"Child1",
|
1198
|
+
"label":{
|
1199
|
+
"formatter":"Child1",
|
1200
|
+
"show":false
|
1201
|
+
},
|
1202
|
+
"symbolSize":6.742859,
|
1203
|
+
"x":437.939,
|
1204
|
+
"y":291.58234,
|
1205
|
+
"attributes":{
|
1206
|
+
"modularity_class":8
|
1207
|
+
},
|
1208
|
+
"value":6.742859,
|
1209
|
+
"category":8
|
1210
|
+
},
|
1211
|
+
{
|
1212
|
+
"id":"74",
|
1213
|
+
"name":"Child2",
|
1214
|
+
"label":{
|
1215
|
+
"formatter":"Child2",
|
1216
|
+
"show":false
|
1217
|
+
},
|
1218
|
+
"symbolSize":6.742859,
|
1219
|
+
"x":466.04922,
|
1220
|
+
"y":283.3606,
|
1221
|
+
"attributes":{
|
1222
|
+
"modularity_class":8
|
1223
|
+
},
|
1224
|
+
"value":6.742859,
|
1225
|
+
"category":8
|
1226
|
+
},
|
1227
|
+
{
|
1228
|
+
"id":"75",
|
1229
|
+
"name":"Brujon",
|
1230
|
+
"label":{
|
1231
|
+
"formatter":"Brujon",
|
1232
|
+
"show":false
|
1233
|
+
},
|
1234
|
+
"symbolSize":20.457146,
|
1235
|
+
"x":238.79364,
|
1236
|
+
"y":-314.06345,
|
1237
|
+
"attributes":{
|
1238
|
+
"modularity_class":7
|
1239
|
+
},
|
1240
|
+
"value":20.457146,
|
1241
|
+
"category":7
|
1242
|
+
},
|
1243
|
+
{
|
1244
|
+
"id":"76",
|
1245
|
+
"name":"MmeHucheloup",
|
1246
|
+
"label":{
|
1247
|
+
"formatter":"MmeHucheloup",
|
1248
|
+
"show":false
|
1249
|
+
},
|
1250
|
+
"symbolSize":20.457146,
|
1251
|
+
"x":712.18353,
|
1252
|
+
"y":4.8131495,
|
1253
|
+
"attributes":{
|
1254
|
+
"modularity_class":8
|
1255
|
+
},
|
1256
|
+
"value":20.457146,
|
1257
|
+
"category":8
|
1258
|
+
}
|
1259
|
+
],
|
1260
|
+
"links":[
|
1261
|
+
{
|
1262
|
+
"id":"0",
|
1263
|
+
"name":null,
|
1264
|
+
"source":"1",
|
1265
|
+
"target":"0"
|
1266
|
+
},
|
1267
|
+
{
|
1268
|
+
"id":"1",
|
1269
|
+
"name":null,
|
1270
|
+
"source":"2",
|
1271
|
+
"target":"0"
|
1272
|
+
},
|
1273
|
+
{
|
1274
|
+
"id":"2",
|
1275
|
+
"name":null,
|
1276
|
+
"source":"3",
|
1277
|
+
"target":"0"
|
1278
|
+
},
|
1279
|
+
{
|
1280
|
+
"id":"3",
|
1281
|
+
"name":null,
|
1282
|
+
"source":"3",
|
1283
|
+
"target":"2"
|
1284
|
+
},
|
1285
|
+
{
|
1286
|
+
"id":"4",
|
1287
|
+
"name":null,
|
1288
|
+
"source":"4",
|
1289
|
+
"target":"0"
|
1290
|
+
},
|
1291
|
+
{
|
1292
|
+
"id":"5",
|
1293
|
+
"name":null,
|
1294
|
+
"source":"5",
|
1295
|
+
"target":"0"
|
1296
|
+
},
|
1297
|
+
{
|
1298
|
+
"id":"6",
|
1299
|
+
"name":null,
|
1300
|
+
"source":"6",
|
1301
|
+
"target":"0"
|
1302
|
+
},
|
1303
|
+
{
|
1304
|
+
"id":"7",
|
1305
|
+
"name":null,
|
1306
|
+
"source":"7",
|
1307
|
+
"target":"0"
|
1308
|
+
},
|
1309
|
+
{
|
1310
|
+
"id":"8",
|
1311
|
+
"name":null,
|
1312
|
+
"source":"8",
|
1313
|
+
"target":"0"
|
1314
|
+
},
|
1315
|
+
{
|
1316
|
+
"id":"9",
|
1317
|
+
"name":null,
|
1318
|
+
"source":"9",
|
1319
|
+
"target":"0"
|
1320
|
+
},
|
1321
|
+
{
|
1322
|
+
"id":"13",
|
1323
|
+
"name":null,
|
1324
|
+
"source":"11",
|
1325
|
+
"target":"0"
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"id":null,
|
1329
|
+
"name":null,
|
1330
|
+
"source":"11",
|
1331
|
+
"target":"2"
|
1332
|
+
},
|
1333
|
+
{
|
1334
|
+
"id":"11",
|
1335
|
+
"name":null,
|
1336
|
+
"source":"11",
|
1337
|
+
"target":"3"
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
"id":"10",
|
1341
|
+
"name":null,
|
1342
|
+
"source":"11",
|
1343
|
+
"target":"10"
|
1344
|
+
},
|
1345
|
+
{
|
1346
|
+
"id":"14",
|
1347
|
+
"name":null,
|
1348
|
+
"source":"12",
|
1349
|
+
"target":"11"
|
1350
|
+
},
|
1351
|
+
{
|
1352
|
+
"id":"15",
|
1353
|
+
"name":null,
|
1354
|
+
"source":"13",
|
1355
|
+
"target":"11"
|
1356
|
+
},
|
1357
|
+
{
|
1358
|
+
"id":"16",
|
1359
|
+
"name":null,
|
1360
|
+
"source":"14",
|
1361
|
+
"target":"11"
|
1362
|
+
},
|
1363
|
+
{
|
1364
|
+
"id":"17",
|
1365
|
+
"name":null,
|
1366
|
+
"source":"15",
|
1367
|
+
"target":"11"
|
1368
|
+
},
|
1369
|
+
{
|
1370
|
+
"id":"18",
|
1371
|
+
"name":null,
|
1372
|
+
"source":"17",
|
1373
|
+
"target":"16"
|
1374
|
+
},
|
1375
|
+
{
|
1376
|
+
"id":"19",
|
1377
|
+
"name":null,
|
1378
|
+
"source":"18",
|
1379
|
+
"target":"16"
|
1380
|
+
},
|
1381
|
+
{
|
1382
|
+
"id":"20",
|
1383
|
+
"name":null,
|
1384
|
+
"source":"18",
|
1385
|
+
"target":"17"
|
1386
|
+
},
|
1387
|
+
{
|
1388
|
+
"id":"21",
|
1389
|
+
"name":null,
|
1390
|
+
"source":"19",
|
1391
|
+
"target":"16"
|
1392
|
+
},
|
1393
|
+
{
|
1394
|
+
"id":"22",
|
1395
|
+
"name":null,
|
1396
|
+
"source":"19",
|
1397
|
+
"target":"17"
|
1398
|
+
},
|
1399
|
+
{
|
1400
|
+
"id":"23",
|
1401
|
+
"name":null,
|
1402
|
+
"source":"19",
|
1403
|
+
"target":"18"
|
1404
|
+
},
|
1405
|
+
{
|
1406
|
+
"id":"24",
|
1407
|
+
"name":null,
|
1408
|
+
"source":"20",
|
1409
|
+
"target":"16"
|
1410
|
+
},
|
1411
|
+
{
|
1412
|
+
"id":"25",
|
1413
|
+
"name":null,
|
1414
|
+
"source":"20",
|
1415
|
+
"target":"17"
|
1416
|
+
},
|
1417
|
+
{
|
1418
|
+
"id":"26",
|
1419
|
+
"name":null,
|
1420
|
+
"source":"20",
|
1421
|
+
"target":"18"
|
1422
|
+
},
|
1423
|
+
{
|
1424
|
+
"id":"27",
|
1425
|
+
"name":null,
|
1426
|
+
"source":"20",
|
1427
|
+
"target":"19"
|
1428
|
+
},
|
1429
|
+
{
|
1430
|
+
"id":"28",
|
1431
|
+
"name":null,
|
1432
|
+
"source":"21",
|
1433
|
+
"target":"16"
|
1434
|
+
},
|
1435
|
+
{
|
1436
|
+
"id":"29",
|
1437
|
+
"name":null,
|
1438
|
+
"source":"21",
|
1439
|
+
"target":"17"
|
1440
|
+
},
|
1441
|
+
{
|
1442
|
+
"id":"30",
|
1443
|
+
"name":null,
|
1444
|
+
"source":"21",
|
1445
|
+
"target":"18"
|
1446
|
+
},
|
1447
|
+
{
|
1448
|
+
"id":"31",
|
1449
|
+
"name":null,
|
1450
|
+
"source":"21",
|
1451
|
+
"target":"19"
|
1452
|
+
},
|
1453
|
+
{
|
1454
|
+
"id":"32",
|
1455
|
+
"name":null,
|
1456
|
+
"source":"21",
|
1457
|
+
"target":"20"
|
1458
|
+
},
|
1459
|
+
{
|
1460
|
+
"id":"33",
|
1461
|
+
"name":null,
|
1462
|
+
"source":"22",
|
1463
|
+
"target":"16"
|
1464
|
+
},
|
1465
|
+
{
|
1466
|
+
"id":"34",
|
1467
|
+
"name":null,
|
1468
|
+
"source":"22",
|
1469
|
+
"target":"17"
|
1470
|
+
},
|
1471
|
+
{
|
1472
|
+
"id":"35",
|
1473
|
+
"name":null,
|
1474
|
+
"source":"22",
|
1475
|
+
"target":"18"
|
1476
|
+
},
|
1477
|
+
{
|
1478
|
+
"id":"36",
|
1479
|
+
"name":null,
|
1480
|
+
"source":"22",
|
1481
|
+
"target":"19"
|
1482
|
+
},
|
1483
|
+
{
|
1484
|
+
"id":"37",
|
1485
|
+
"name":null,
|
1486
|
+
"source":"22",
|
1487
|
+
"target":"20"
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"id":"38",
|
1491
|
+
"name":null,
|
1492
|
+
"source":"22",
|
1493
|
+
"target":"21"
|
1494
|
+
},
|
1495
|
+
{
|
1496
|
+
"id":"47",
|
1497
|
+
"name":null,
|
1498
|
+
"source":"23",
|
1499
|
+
"target":"11"
|
1500
|
+
},
|
1501
|
+
{
|
1502
|
+
"id":"46",
|
1503
|
+
"name":null,
|
1504
|
+
"source":"23",
|
1505
|
+
"target":"12"
|
1506
|
+
},
|
1507
|
+
{
|
1508
|
+
"id":"39",
|
1509
|
+
"name":null,
|
1510
|
+
"source":"23",
|
1511
|
+
"target":"16"
|
1512
|
+
},
|
1513
|
+
{
|
1514
|
+
"id":"40",
|
1515
|
+
"name":null,
|
1516
|
+
"source":"23",
|
1517
|
+
"target":"17"
|
1518
|
+
},
|
1519
|
+
{
|
1520
|
+
"id":"41",
|
1521
|
+
"name":null,
|
1522
|
+
"source":"23",
|
1523
|
+
"target":"18"
|
1524
|
+
},
|
1525
|
+
{
|
1526
|
+
"id":"42",
|
1527
|
+
"name":null,
|
1528
|
+
"source":"23",
|
1529
|
+
"target":"19"
|
1530
|
+
},
|
1531
|
+
{
|
1532
|
+
"id":"43",
|
1533
|
+
"name":null,
|
1534
|
+
"source":"23",
|
1535
|
+
"target":"20"
|
1536
|
+
},
|
1537
|
+
{
|
1538
|
+
"id":"44",
|
1539
|
+
"name":null,
|
1540
|
+
"source":"23",
|
1541
|
+
"target":"21"
|
1542
|
+
},
|
1543
|
+
{
|
1544
|
+
"id":"45",
|
1545
|
+
"name":null,
|
1546
|
+
"source":"23",
|
1547
|
+
"target":"22"
|
1548
|
+
},
|
1549
|
+
{
|
1550
|
+
"id":null,
|
1551
|
+
"name":null,
|
1552
|
+
"source":"24",
|
1553
|
+
"target":"11"
|
1554
|
+
},
|
1555
|
+
{
|
1556
|
+
"id":"48",
|
1557
|
+
"name":null,
|
1558
|
+
"source":"24",
|
1559
|
+
"target":"23"
|
1560
|
+
},
|
1561
|
+
{
|
1562
|
+
"id":"52",
|
1563
|
+
"name":null,
|
1564
|
+
"source":"25",
|
1565
|
+
"target":"11"
|
1566
|
+
},
|
1567
|
+
{
|
1568
|
+
"id":"51",
|
1569
|
+
"name":null,
|
1570
|
+
"source":"25",
|
1571
|
+
"target":"23"
|
1572
|
+
},
|
1573
|
+
{
|
1574
|
+
"id":"50",
|
1575
|
+
"name":null,
|
1576
|
+
"source":"25",
|
1577
|
+
"target":"24"
|
1578
|
+
},
|
1579
|
+
{
|
1580
|
+
"id":null,
|
1581
|
+
"name":null,
|
1582
|
+
"source":"26",
|
1583
|
+
"target":"11"
|
1584
|
+
},
|
1585
|
+
{
|
1586
|
+
"id":null,
|
1587
|
+
"name":null,
|
1588
|
+
"source":"26",
|
1589
|
+
"target":"16"
|
1590
|
+
},
|
1591
|
+
{
|
1592
|
+
"id":"53",
|
1593
|
+
"name":null,
|
1594
|
+
"source":"26",
|
1595
|
+
"target":"24"
|
1596
|
+
},
|
1597
|
+
{
|
1598
|
+
"id":"56",
|
1599
|
+
"name":null,
|
1600
|
+
"source":"26",
|
1601
|
+
"target":"25"
|
1602
|
+
},
|
1603
|
+
{
|
1604
|
+
"id":"57",
|
1605
|
+
"name":null,
|
1606
|
+
"source":"27",
|
1607
|
+
"target":"11"
|
1608
|
+
},
|
1609
|
+
{
|
1610
|
+
"id":"58",
|
1611
|
+
"name":null,
|
1612
|
+
"source":"27",
|
1613
|
+
"target":"23"
|
1614
|
+
},
|
1615
|
+
{
|
1616
|
+
"id":null,
|
1617
|
+
"name":null,
|
1618
|
+
"source":"27",
|
1619
|
+
"target":"24"
|
1620
|
+
},
|
1621
|
+
{
|
1622
|
+
"id":"59",
|
1623
|
+
"name":null,
|
1624
|
+
"source":"27",
|
1625
|
+
"target":"25"
|
1626
|
+
},
|
1627
|
+
{
|
1628
|
+
"id":"61",
|
1629
|
+
"name":null,
|
1630
|
+
"source":"27",
|
1631
|
+
"target":"26"
|
1632
|
+
},
|
1633
|
+
{
|
1634
|
+
"id":"62",
|
1635
|
+
"name":null,
|
1636
|
+
"source":"28",
|
1637
|
+
"target":"11"
|
1638
|
+
},
|
1639
|
+
{
|
1640
|
+
"id":"63",
|
1641
|
+
"name":null,
|
1642
|
+
"source":"28",
|
1643
|
+
"target":"27"
|
1644
|
+
},
|
1645
|
+
{
|
1646
|
+
"id":"66",
|
1647
|
+
"name":null,
|
1648
|
+
"source":"29",
|
1649
|
+
"target":"11"
|
1650
|
+
},
|
1651
|
+
{
|
1652
|
+
"id":"64",
|
1653
|
+
"name":null,
|
1654
|
+
"source":"29",
|
1655
|
+
"target":"23"
|
1656
|
+
},
|
1657
|
+
{
|
1658
|
+
"id":"65",
|
1659
|
+
"name":null,
|
1660
|
+
"source":"29",
|
1661
|
+
"target":"27"
|
1662
|
+
},
|
1663
|
+
{
|
1664
|
+
"id":"67",
|
1665
|
+
"name":null,
|
1666
|
+
"source":"30",
|
1667
|
+
"target":"23"
|
1668
|
+
},
|
1669
|
+
{
|
1670
|
+
"id":null,
|
1671
|
+
"name":null,
|
1672
|
+
"source":"31",
|
1673
|
+
"target":"11"
|
1674
|
+
},
|
1675
|
+
{
|
1676
|
+
"id":null,
|
1677
|
+
"name":null,
|
1678
|
+
"source":"31",
|
1679
|
+
"target":"23"
|
1680
|
+
},
|
1681
|
+
{
|
1682
|
+
"id":null,
|
1683
|
+
"name":null,
|
1684
|
+
"source":"31",
|
1685
|
+
"target":"27"
|
1686
|
+
},
|
1687
|
+
{
|
1688
|
+
"id":"68",
|
1689
|
+
"name":null,
|
1690
|
+
"source":"31",
|
1691
|
+
"target":"30"
|
1692
|
+
},
|
1693
|
+
{
|
1694
|
+
"id":"72",
|
1695
|
+
"name":null,
|
1696
|
+
"source":"32",
|
1697
|
+
"target":"11"
|
1698
|
+
},
|
1699
|
+
{
|
1700
|
+
"id":"73",
|
1701
|
+
"name":null,
|
1702
|
+
"source":"33",
|
1703
|
+
"target":"11"
|
1704
|
+
},
|
1705
|
+
{
|
1706
|
+
"id":"74",
|
1707
|
+
"name":null,
|
1708
|
+
"source":"33",
|
1709
|
+
"target":"27"
|
1710
|
+
},
|
1711
|
+
{
|
1712
|
+
"id":"75",
|
1713
|
+
"name":null,
|
1714
|
+
"source":"34",
|
1715
|
+
"target":"11"
|
1716
|
+
},
|
1717
|
+
{
|
1718
|
+
"id":"76",
|
1719
|
+
"name":null,
|
1720
|
+
"source":"34",
|
1721
|
+
"target":"29"
|
1722
|
+
},
|
1723
|
+
{
|
1724
|
+
"id":"77",
|
1725
|
+
"name":null,
|
1726
|
+
"source":"35",
|
1727
|
+
"target":"11"
|
1728
|
+
},
|
1729
|
+
{
|
1730
|
+
"id":null,
|
1731
|
+
"name":null,
|
1732
|
+
"source":"35",
|
1733
|
+
"target":"29"
|
1734
|
+
},
|
1735
|
+
{
|
1736
|
+
"id":"78",
|
1737
|
+
"name":null,
|
1738
|
+
"source":"35",
|
1739
|
+
"target":"34"
|
1740
|
+
},
|
1741
|
+
{
|
1742
|
+
"id":"82",
|
1743
|
+
"name":null,
|
1744
|
+
"source":"36",
|
1745
|
+
"target":"11"
|
1746
|
+
},
|
1747
|
+
{
|
1748
|
+
"id":"83",
|
1749
|
+
"name":null,
|
1750
|
+
"source":"36",
|
1751
|
+
"target":"29"
|
1752
|
+
},
|
1753
|
+
{
|
1754
|
+
"id":"80",
|
1755
|
+
"name":null,
|
1756
|
+
"source":"36",
|
1757
|
+
"target":"34"
|
1758
|
+
},
|
1759
|
+
{
|
1760
|
+
"id":"81",
|
1761
|
+
"name":null,
|
1762
|
+
"source":"36",
|
1763
|
+
"target":"35"
|
1764
|
+
},
|
1765
|
+
{
|
1766
|
+
"id":"87",
|
1767
|
+
"name":null,
|
1768
|
+
"source":"37",
|
1769
|
+
"target":"11"
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
"id":"88",
|
1773
|
+
"name":null,
|
1774
|
+
"source":"37",
|
1775
|
+
"target":"29"
|
1776
|
+
},
|
1777
|
+
{
|
1778
|
+
"id":"84",
|
1779
|
+
"name":null,
|
1780
|
+
"source":"37",
|
1781
|
+
"target":"34"
|
1782
|
+
},
|
1783
|
+
{
|
1784
|
+
"id":"85",
|
1785
|
+
"name":null,
|
1786
|
+
"source":"37",
|
1787
|
+
"target":"35"
|
1788
|
+
},
|
1789
|
+
{
|
1790
|
+
"id":"86",
|
1791
|
+
"name":null,
|
1792
|
+
"source":"37",
|
1793
|
+
"target":"36"
|
1794
|
+
},
|
1795
|
+
{
|
1796
|
+
"id":"93",
|
1797
|
+
"name":null,
|
1798
|
+
"source":"38",
|
1799
|
+
"target":"11"
|
1800
|
+
},
|
1801
|
+
{
|
1802
|
+
"id":"94",
|
1803
|
+
"name":null,
|
1804
|
+
"source":"38",
|
1805
|
+
"target":"29"
|
1806
|
+
},
|
1807
|
+
{
|
1808
|
+
"id":"89",
|
1809
|
+
"name":null,
|
1810
|
+
"source":"38",
|
1811
|
+
"target":"34"
|
1812
|
+
},
|
1813
|
+
{
|
1814
|
+
"id":"90",
|
1815
|
+
"name":null,
|
1816
|
+
"source":"38",
|
1817
|
+
"target":"35"
|
1818
|
+
},
|
1819
|
+
{
|
1820
|
+
"id":"91",
|
1821
|
+
"name":null,
|
1822
|
+
"source":"38",
|
1823
|
+
"target":"36"
|
1824
|
+
},
|
1825
|
+
{
|
1826
|
+
"id":"92",
|
1827
|
+
"name":null,
|
1828
|
+
"source":"38",
|
1829
|
+
"target":"37"
|
1830
|
+
},
|
1831
|
+
{
|
1832
|
+
"id":"95",
|
1833
|
+
"name":null,
|
1834
|
+
"source":"39",
|
1835
|
+
"target":"25"
|
1836
|
+
},
|
1837
|
+
{
|
1838
|
+
"id":"96",
|
1839
|
+
"name":null,
|
1840
|
+
"source":"40",
|
1841
|
+
"target":"25"
|
1842
|
+
},
|
1843
|
+
{
|
1844
|
+
"id":"97",
|
1845
|
+
"name":null,
|
1846
|
+
"source":"41",
|
1847
|
+
"target":"24"
|
1848
|
+
},
|
1849
|
+
{
|
1850
|
+
"id":"98",
|
1851
|
+
"name":null,
|
1852
|
+
"source":"41",
|
1853
|
+
"target":"25"
|
1854
|
+
},
|
1855
|
+
{
|
1856
|
+
"id":"101",
|
1857
|
+
"name":null,
|
1858
|
+
"source":"42",
|
1859
|
+
"target":"24"
|
1860
|
+
},
|
1861
|
+
{
|
1862
|
+
"id":"100",
|
1863
|
+
"name":null,
|
1864
|
+
"source":"42",
|
1865
|
+
"target":"25"
|
1866
|
+
},
|
1867
|
+
{
|
1868
|
+
"id":"99",
|
1869
|
+
"name":null,
|
1870
|
+
"source":"42",
|
1871
|
+
"target":"41"
|
1872
|
+
},
|
1873
|
+
{
|
1874
|
+
"id":"102",
|
1875
|
+
"name":null,
|
1876
|
+
"source":"43",
|
1877
|
+
"target":"11"
|
1878
|
+
},
|
1879
|
+
{
|
1880
|
+
"id":"103",
|
1881
|
+
"name":null,
|
1882
|
+
"source":"43",
|
1883
|
+
"target":"26"
|
1884
|
+
},
|
1885
|
+
{
|
1886
|
+
"id":"104",
|
1887
|
+
"name":null,
|
1888
|
+
"source":"43",
|
1889
|
+
"target":"27"
|
1890
|
+
},
|
1891
|
+
{
|
1892
|
+
"id":null,
|
1893
|
+
"name":null,
|
1894
|
+
"source":"44",
|
1895
|
+
"target":"11"
|
1896
|
+
},
|
1897
|
+
{
|
1898
|
+
"id":"105",
|
1899
|
+
"name":null,
|
1900
|
+
"source":"44",
|
1901
|
+
"target":"28"
|
1902
|
+
},
|
1903
|
+
{
|
1904
|
+
"id":"107",
|
1905
|
+
"name":null,
|
1906
|
+
"source":"45",
|
1907
|
+
"target":"28"
|
1908
|
+
},
|
1909
|
+
{
|
1910
|
+
"id":"108",
|
1911
|
+
"name":null,
|
1912
|
+
"source":"47",
|
1913
|
+
"target":"46"
|
1914
|
+
},
|
1915
|
+
{
|
1916
|
+
"id":"112",
|
1917
|
+
"name":null,
|
1918
|
+
"source":"48",
|
1919
|
+
"target":"11"
|
1920
|
+
},
|
1921
|
+
{
|
1922
|
+
"id":"110",
|
1923
|
+
"name":null,
|
1924
|
+
"source":"48",
|
1925
|
+
"target":"25"
|
1926
|
+
},
|
1927
|
+
{
|
1928
|
+
"id":"111",
|
1929
|
+
"name":null,
|
1930
|
+
"source":"48",
|
1931
|
+
"target":"27"
|
1932
|
+
},
|
1933
|
+
{
|
1934
|
+
"id":"109",
|
1935
|
+
"name":null,
|
1936
|
+
"source":"48",
|
1937
|
+
"target":"47"
|
1938
|
+
},
|
1939
|
+
{
|
1940
|
+
"id":null,
|
1941
|
+
"name":null,
|
1942
|
+
"source":"49",
|
1943
|
+
"target":"11"
|
1944
|
+
},
|
1945
|
+
{
|
1946
|
+
"id":"113",
|
1947
|
+
"name":null,
|
1948
|
+
"source":"49",
|
1949
|
+
"target":"26"
|
1950
|
+
},
|
1951
|
+
{
|
1952
|
+
"id":null,
|
1953
|
+
"name":null,
|
1954
|
+
"source":"50",
|
1955
|
+
"target":"24"
|
1956
|
+
},
|
1957
|
+
{
|
1958
|
+
"id":"115",
|
1959
|
+
"name":null,
|
1960
|
+
"source":"50",
|
1961
|
+
"target":"49"
|
1962
|
+
},
|
1963
|
+
{
|
1964
|
+
"id":"119",
|
1965
|
+
"name":null,
|
1966
|
+
"source":"51",
|
1967
|
+
"target":"11"
|
1968
|
+
},
|
1969
|
+
{
|
1970
|
+
"id":"118",
|
1971
|
+
"name":null,
|
1972
|
+
"source":"51",
|
1973
|
+
"target":"26"
|
1974
|
+
},
|
1975
|
+
{
|
1976
|
+
"id":"117",
|
1977
|
+
"name":null,
|
1978
|
+
"source":"51",
|
1979
|
+
"target":"49"
|
1980
|
+
},
|
1981
|
+
{
|
1982
|
+
"id":null,
|
1983
|
+
"name":null,
|
1984
|
+
"source":"52",
|
1985
|
+
"target":"39"
|
1986
|
+
},
|
1987
|
+
{
|
1988
|
+
"id":"120",
|
1989
|
+
"name":null,
|
1990
|
+
"source":"52",
|
1991
|
+
"target":"51"
|
1992
|
+
},
|
1993
|
+
{
|
1994
|
+
"id":"122",
|
1995
|
+
"name":null,
|
1996
|
+
"source":"53",
|
1997
|
+
"target":"51"
|
1998
|
+
},
|
1999
|
+
{
|
2000
|
+
"id":"125",
|
2001
|
+
"name":null,
|
2002
|
+
"source":"54",
|
2003
|
+
"target":"26"
|
2004
|
+
},
|
2005
|
+
{
|
2006
|
+
"id":"124",
|
2007
|
+
"name":null,
|
2008
|
+
"source":"54",
|
2009
|
+
"target":"49"
|
2010
|
+
},
|
2011
|
+
{
|
2012
|
+
"id":"123",
|
2013
|
+
"name":null,
|
2014
|
+
"source":"54",
|
2015
|
+
"target":"51"
|
2016
|
+
},
|
2017
|
+
{
|
2018
|
+
"id":"131",
|
2019
|
+
"name":null,
|
2020
|
+
"source":"55",
|
2021
|
+
"target":"11"
|
2022
|
+
},
|
2023
|
+
{
|
2024
|
+
"id":"132",
|
2025
|
+
"name":null,
|
2026
|
+
"source":"55",
|
2027
|
+
"target":"16"
|
2028
|
+
},
|
2029
|
+
{
|
2030
|
+
"id":"133",
|
2031
|
+
"name":null,
|
2032
|
+
"source":"55",
|
2033
|
+
"target":"25"
|
2034
|
+
},
|
2035
|
+
{
|
2036
|
+
"id":null,
|
2037
|
+
"name":null,
|
2038
|
+
"source":"55",
|
2039
|
+
"target":"26"
|
2040
|
+
},
|
2041
|
+
{
|
2042
|
+
"id":"128",
|
2043
|
+
"name":null,
|
2044
|
+
"source":"55",
|
2045
|
+
"target":"39"
|
2046
|
+
},
|
2047
|
+
{
|
2048
|
+
"id":"134",
|
2049
|
+
"name":null,
|
2050
|
+
"source":"55",
|
2051
|
+
"target":"41"
|
2052
|
+
},
|
2053
|
+
{
|
2054
|
+
"id":"135",
|
2055
|
+
"name":null,
|
2056
|
+
"source":"55",
|
2057
|
+
"target":"48"
|
2058
|
+
},
|
2059
|
+
{
|
2060
|
+
"id":"127",
|
2061
|
+
"name":null,
|
2062
|
+
"source":"55",
|
2063
|
+
"target":"49"
|
2064
|
+
},
|
2065
|
+
{
|
2066
|
+
"id":"126",
|
2067
|
+
"name":null,
|
2068
|
+
"source":"55",
|
2069
|
+
"target":"51"
|
2070
|
+
},
|
2071
|
+
{
|
2072
|
+
"id":"129",
|
2073
|
+
"name":null,
|
2074
|
+
"source":"55",
|
2075
|
+
"target":"54"
|
2076
|
+
},
|
2077
|
+
{
|
2078
|
+
"id":"136",
|
2079
|
+
"name":null,
|
2080
|
+
"source":"56",
|
2081
|
+
"target":"49"
|
2082
|
+
},
|
2083
|
+
{
|
2084
|
+
"id":"137",
|
2085
|
+
"name":null,
|
2086
|
+
"source":"56",
|
2087
|
+
"target":"55"
|
2088
|
+
},
|
2089
|
+
{
|
2090
|
+
"id":null,
|
2091
|
+
"name":null,
|
2092
|
+
"source":"57",
|
2093
|
+
"target":"41"
|
2094
|
+
},
|
2095
|
+
{
|
2096
|
+
"id":null,
|
2097
|
+
"name":null,
|
2098
|
+
"source":"57",
|
2099
|
+
"target":"48"
|
2100
|
+
},
|
2101
|
+
{
|
2102
|
+
"id":"138",
|
2103
|
+
"name":null,
|
2104
|
+
"source":"57",
|
2105
|
+
"target":"55"
|
2106
|
+
},
|
2107
|
+
{
|
2108
|
+
"id":"145",
|
2109
|
+
"name":null,
|
2110
|
+
"source":"58",
|
2111
|
+
"target":"11"
|
2112
|
+
},
|
2113
|
+
{
|
2114
|
+
"id":null,
|
2115
|
+
"name":null,
|
2116
|
+
"source":"58",
|
2117
|
+
"target":"27"
|
2118
|
+
},
|
2119
|
+
{
|
2120
|
+
"id":"142",
|
2121
|
+
"name":null,
|
2122
|
+
"source":"58",
|
2123
|
+
"target":"48"
|
2124
|
+
},
|
2125
|
+
{
|
2126
|
+
"id":"141",
|
2127
|
+
"name":null,
|
2128
|
+
"source":"58",
|
2129
|
+
"target":"55"
|
2130
|
+
},
|
2131
|
+
{
|
2132
|
+
"id":"144",
|
2133
|
+
"name":null,
|
2134
|
+
"source":"58",
|
2135
|
+
"target":"57"
|
2136
|
+
},
|
2137
|
+
{
|
2138
|
+
"id":"148",
|
2139
|
+
"name":null,
|
2140
|
+
"source":"59",
|
2141
|
+
"target":"48"
|
2142
|
+
},
|
2143
|
+
{
|
2144
|
+
"id":"147",
|
2145
|
+
"name":null,
|
2146
|
+
"source":"59",
|
2147
|
+
"target":"55"
|
2148
|
+
},
|
2149
|
+
{
|
2150
|
+
"id":null,
|
2151
|
+
"name":null,
|
2152
|
+
"source":"59",
|
2153
|
+
"target":"57"
|
2154
|
+
},
|
2155
|
+
{
|
2156
|
+
"id":"146",
|
2157
|
+
"name":null,
|
2158
|
+
"source":"59",
|
2159
|
+
"target":"58"
|
2160
|
+
},
|
2161
|
+
{
|
2162
|
+
"id":"150",
|
2163
|
+
"name":null,
|
2164
|
+
"source":"60",
|
2165
|
+
"target":"48"
|
2166
|
+
},
|
2167
|
+
{
|
2168
|
+
"id":"151",
|
2169
|
+
"name":null,
|
2170
|
+
"source":"60",
|
2171
|
+
"target":"58"
|
2172
|
+
},
|
2173
|
+
{
|
2174
|
+
"id":"152",
|
2175
|
+
"name":null,
|
2176
|
+
"source":"60",
|
2177
|
+
"target":"59"
|
2178
|
+
},
|
2179
|
+
{
|
2180
|
+
"id":"153",
|
2181
|
+
"name":null,
|
2182
|
+
"source":"61",
|
2183
|
+
"target":"48"
|
2184
|
+
},
|
2185
|
+
{
|
2186
|
+
"id":"158",
|
2187
|
+
"name":null,
|
2188
|
+
"source":"61",
|
2189
|
+
"target":"55"
|
2190
|
+
},
|
2191
|
+
{
|
2192
|
+
"id":"157",
|
2193
|
+
"name":null,
|
2194
|
+
"source":"61",
|
2195
|
+
"target":"57"
|
2196
|
+
},
|
2197
|
+
{
|
2198
|
+
"id":"154",
|
2199
|
+
"name":null,
|
2200
|
+
"source":"61",
|
2201
|
+
"target":"58"
|
2202
|
+
},
|
2203
|
+
{
|
2204
|
+
"id":"156",
|
2205
|
+
"name":null,
|
2206
|
+
"source":"61",
|
2207
|
+
"target":"59"
|
2208
|
+
},
|
2209
|
+
{
|
2210
|
+
"id":"155",
|
2211
|
+
"name":null,
|
2212
|
+
"source":"61",
|
2213
|
+
"target":"60"
|
2214
|
+
},
|
2215
|
+
{
|
2216
|
+
"id":"164",
|
2217
|
+
"name":null,
|
2218
|
+
"source":"62",
|
2219
|
+
"target":"41"
|
2220
|
+
},
|
2221
|
+
{
|
2222
|
+
"id":"162",
|
2223
|
+
"name":null,
|
2224
|
+
"source":"62",
|
2225
|
+
"target":"48"
|
2226
|
+
},
|
2227
|
+
{
|
2228
|
+
"id":"159",
|
2229
|
+
"name":null,
|
2230
|
+
"source":"62",
|
2231
|
+
"target":"55"
|
2232
|
+
},
|
2233
|
+
{
|
2234
|
+
"id":null,
|
2235
|
+
"name":null,
|
2236
|
+
"source":"62",
|
2237
|
+
"target":"57"
|
2238
|
+
},
|
2239
|
+
{
|
2240
|
+
"id":"160",
|
2241
|
+
"name":null,
|
2242
|
+
"source":"62",
|
2243
|
+
"target":"58"
|
2244
|
+
},
|
2245
|
+
{
|
2246
|
+
"id":"161",
|
2247
|
+
"name":null,
|
2248
|
+
"source":"62",
|
2249
|
+
"target":"59"
|
2250
|
+
},
|
2251
|
+
{
|
2252
|
+
"id":null,
|
2253
|
+
"name":null,
|
2254
|
+
"source":"62",
|
2255
|
+
"target":"60"
|
2256
|
+
},
|
2257
|
+
{
|
2258
|
+
"id":"165",
|
2259
|
+
"name":null,
|
2260
|
+
"source":"62",
|
2261
|
+
"target":"61"
|
2262
|
+
},
|
2263
|
+
{
|
2264
|
+
"id":null,
|
2265
|
+
"name":null,
|
2266
|
+
"source":"63",
|
2267
|
+
"target":"48"
|
2268
|
+
},
|
2269
|
+
{
|
2270
|
+
"id":"174",
|
2271
|
+
"name":null,
|
2272
|
+
"source":"63",
|
2273
|
+
"target":"55"
|
2274
|
+
},
|
2275
|
+
{
|
2276
|
+
"id":null,
|
2277
|
+
"name":null,
|
2278
|
+
"source":"63",
|
2279
|
+
"target":"57"
|
2280
|
+
},
|
2281
|
+
{
|
2282
|
+
"id":null,
|
2283
|
+
"name":null,
|
2284
|
+
"source":"63",
|
2285
|
+
"target":"58"
|
2286
|
+
},
|
2287
|
+
{
|
2288
|
+
"id":"167",
|
2289
|
+
"name":null,
|
2290
|
+
"source":"63",
|
2291
|
+
"target":"59"
|
2292
|
+
},
|
2293
|
+
{
|
2294
|
+
"id":null,
|
2295
|
+
"name":null,
|
2296
|
+
"source":"63",
|
2297
|
+
"target":"60"
|
2298
|
+
},
|
2299
|
+
{
|
2300
|
+
"id":"172",
|
2301
|
+
"name":null,
|
2302
|
+
"source":"63",
|
2303
|
+
"target":"61"
|
2304
|
+
},
|
2305
|
+
{
|
2306
|
+
"id":"169",
|
2307
|
+
"name":null,
|
2308
|
+
"source":"63",
|
2309
|
+
"target":"62"
|
2310
|
+
},
|
2311
|
+
{
|
2312
|
+
"id":"184",
|
2313
|
+
"name":null,
|
2314
|
+
"source":"64",
|
2315
|
+
"target":"11"
|
2316
|
+
},
|
2317
|
+
{
|
2318
|
+
"id":null,
|
2319
|
+
"name":null,
|
2320
|
+
"source":"64",
|
2321
|
+
"target":"48"
|
2322
|
+
},
|
2323
|
+
{
|
2324
|
+
"id":"175",
|
2325
|
+
"name":null,
|
2326
|
+
"source":"64",
|
2327
|
+
"target":"55"
|
2328
|
+
},
|
2329
|
+
{
|
2330
|
+
"id":"183",
|
2331
|
+
"name":null,
|
2332
|
+
"source":"64",
|
2333
|
+
"target":"57"
|
2334
|
+
},
|
2335
|
+
{
|
2336
|
+
"id":"179",
|
2337
|
+
"name":null,
|
2338
|
+
"source":"64",
|
2339
|
+
"target":"58"
|
2340
|
+
},
|
2341
|
+
{
|
2342
|
+
"id":"182",
|
2343
|
+
"name":null,
|
2344
|
+
"source":"64",
|
2345
|
+
"target":"59"
|
2346
|
+
},
|
2347
|
+
{
|
2348
|
+
"id":"181",
|
2349
|
+
"name":null,
|
2350
|
+
"source":"64",
|
2351
|
+
"target":"60"
|
2352
|
+
},
|
2353
|
+
{
|
2354
|
+
"id":"180",
|
2355
|
+
"name":null,
|
2356
|
+
"source":"64",
|
2357
|
+
"target":"61"
|
2358
|
+
},
|
2359
|
+
{
|
2360
|
+
"id":"176",
|
2361
|
+
"name":null,
|
2362
|
+
"source":"64",
|
2363
|
+
"target":"62"
|
2364
|
+
},
|
2365
|
+
{
|
2366
|
+
"id":"178",
|
2367
|
+
"name":null,
|
2368
|
+
"source":"64",
|
2369
|
+
"target":"63"
|
2370
|
+
},
|
2371
|
+
{
|
2372
|
+
"id":"187",
|
2373
|
+
"name":null,
|
2374
|
+
"source":"65",
|
2375
|
+
"target":"48"
|
2376
|
+
},
|
2377
|
+
{
|
2378
|
+
"id":"194",
|
2379
|
+
"name":null,
|
2380
|
+
"source":"65",
|
2381
|
+
"target":"55"
|
2382
|
+
},
|
2383
|
+
{
|
2384
|
+
"id":"193",
|
2385
|
+
"name":null,
|
2386
|
+
"source":"65",
|
2387
|
+
"target":"57"
|
2388
|
+
},
|
2389
|
+
{
|
2390
|
+
"id":null,
|
2391
|
+
"name":null,
|
2392
|
+
"source":"65",
|
2393
|
+
"target":"58"
|
2394
|
+
},
|
2395
|
+
{
|
2396
|
+
"id":"192",
|
2397
|
+
"name":null,
|
2398
|
+
"source":"65",
|
2399
|
+
"target":"59"
|
2400
|
+
},
|
2401
|
+
{
|
2402
|
+
"id":null,
|
2403
|
+
"name":null,
|
2404
|
+
"source":"65",
|
2405
|
+
"target":"60"
|
2406
|
+
},
|
2407
|
+
{
|
2408
|
+
"id":"190",
|
2409
|
+
"name":null,
|
2410
|
+
"source":"65",
|
2411
|
+
"target":"61"
|
2412
|
+
},
|
2413
|
+
{
|
2414
|
+
"id":"188",
|
2415
|
+
"name":null,
|
2416
|
+
"source":"65",
|
2417
|
+
"target":"62"
|
2418
|
+
},
|
2419
|
+
{
|
2420
|
+
"id":"185",
|
2421
|
+
"name":null,
|
2422
|
+
"source":"65",
|
2423
|
+
"target":"63"
|
2424
|
+
},
|
2425
|
+
{
|
2426
|
+
"id":"186",
|
2427
|
+
"name":null,
|
2428
|
+
"source":"65",
|
2429
|
+
"target":"64"
|
2430
|
+
},
|
2431
|
+
{
|
2432
|
+
"id":"200",
|
2433
|
+
"name":null,
|
2434
|
+
"source":"66",
|
2435
|
+
"target":"48"
|
2436
|
+
},
|
2437
|
+
{
|
2438
|
+
"id":"196",
|
2439
|
+
"name":null,
|
2440
|
+
"source":"66",
|
2441
|
+
"target":"58"
|
2442
|
+
},
|
2443
|
+
{
|
2444
|
+
"id":"197",
|
2445
|
+
"name":null,
|
2446
|
+
"source":"66",
|
2447
|
+
"target":"59"
|
2448
|
+
},
|
2449
|
+
{
|
2450
|
+
"id":"203",
|
2451
|
+
"name":null,
|
2452
|
+
"source":"66",
|
2453
|
+
"target":"60"
|
2454
|
+
},
|
2455
|
+
{
|
2456
|
+
"id":"202",
|
2457
|
+
"name":null,
|
2458
|
+
"source":"66",
|
2459
|
+
"target":"61"
|
2460
|
+
},
|
2461
|
+
{
|
2462
|
+
"id":"198",
|
2463
|
+
"name":null,
|
2464
|
+
"source":"66",
|
2465
|
+
"target":"62"
|
2466
|
+
},
|
2467
|
+
{
|
2468
|
+
"id":"201",
|
2469
|
+
"name":null,
|
2470
|
+
"source":"66",
|
2471
|
+
"target":"63"
|
2472
|
+
},
|
2473
|
+
{
|
2474
|
+
"id":"195",
|
2475
|
+
"name":null,
|
2476
|
+
"source":"66",
|
2477
|
+
"target":"64"
|
2478
|
+
},
|
2479
|
+
{
|
2480
|
+
"id":"199",
|
2481
|
+
"name":null,
|
2482
|
+
"source":"66",
|
2483
|
+
"target":"65"
|
2484
|
+
},
|
2485
|
+
{
|
2486
|
+
"id":"204",
|
2487
|
+
"name":null,
|
2488
|
+
"source":"67",
|
2489
|
+
"target":"57"
|
2490
|
+
},
|
2491
|
+
{
|
2492
|
+
"id":null,
|
2493
|
+
"name":null,
|
2494
|
+
"source":"68",
|
2495
|
+
"target":"11"
|
2496
|
+
},
|
2497
|
+
{
|
2498
|
+
"id":null,
|
2499
|
+
"name":null,
|
2500
|
+
"source":"68",
|
2501
|
+
"target":"24"
|
2502
|
+
},
|
2503
|
+
{
|
2504
|
+
"id":"205",
|
2505
|
+
"name":null,
|
2506
|
+
"source":"68",
|
2507
|
+
"target":"25"
|
2508
|
+
},
|
2509
|
+
{
|
2510
|
+
"id":"208",
|
2511
|
+
"name":null,
|
2512
|
+
"source":"68",
|
2513
|
+
"target":"27"
|
2514
|
+
},
|
2515
|
+
{
|
2516
|
+
"id":null,
|
2517
|
+
"name":null,
|
2518
|
+
"source":"68",
|
2519
|
+
"target":"41"
|
2520
|
+
},
|
2521
|
+
{
|
2522
|
+
"id":"209",
|
2523
|
+
"name":null,
|
2524
|
+
"source":"68",
|
2525
|
+
"target":"48"
|
2526
|
+
},
|
2527
|
+
{
|
2528
|
+
"id":"213",
|
2529
|
+
"name":null,
|
2530
|
+
"source":"69",
|
2531
|
+
"target":"11"
|
2532
|
+
},
|
2533
|
+
{
|
2534
|
+
"id":"214",
|
2535
|
+
"name":null,
|
2536
|
+
"source":"69",
|
2537
|
+
"target":"24"
|
2538
|
+
},
|
2539
|
+
{
|
2540
|
+
"id":"211",
|
2541
|
+
"name":null,
|
2542
|
+
"source":"69",
|
2543
|
+
"target":"25"
|
2544
|
+
},
|
2545
|
+
{
|
2546
|
+
"id":null,
|
2547
|
+
"name":null,
|
2548
|
+
"source":"69",
|
2549
|
+
"target":"27"
|
2550
|
+
},
|
2551
|
+
{
|
2552
|
+
"id":"217",
|
2553
|
+
"name":null,
|
2554
|
+
"source":"69",
|
2555
|
+
"target":"41"
|
2556
|
+
},
|
2557
|
+
{
|
2558
|
+
"id":"216",
|
2559
|
+
"name":null,
|
2560
|
+
"source":"69",
|
2561
|
+
"target":"48"
|
2562
|
+
},
|
2563
|
+
{
|
2564
|
+
"id":"212",
|
2565
|
+
"name":null,
|
2566
|
+
"source":"69",
|
2567
|
+
"target":"68"
|
2568
|
+
},
|
2569
|
+
{
|
2570
|
+
"id":"221",
|
2571
|
+
"name":null,
|
2572
|
+
"source":"70",
|
2573
|
+
"target":"11"
|
2574
|
+
},
|
2575
|
+
{
|
2576
|
+
"id":"222",
|
2577
|
+
"name":null,
|
2578
|
+
"source":"70",
|
2579
|
+
"target":"24"
|
2580
|
+
},
|
2581
|
+
{
|
2582
|
+
"id":"218",
|
2583
|
+
"name":null,
|
2584
|
+
"source":"70",
|
2585
|
+
"target":"25"
|
2586
|
+
},
|
2587
|
+
{
|
2588
|
+
"id":"223",
|
2589
|
+
"name":null,
|
2590
|
+
"source":"70",
|
2591
|
+
"target":"27"
|
2592
|
+
},
|
2593
|
+
{
|
2594
|
+
"id":"224",
|
2595
|
+
"name":null,
|
2596
|
+
"source":"70",
|
2597
|
+
"target":"41"
|
2598
|
+
},
|
2599
|
+
{
|
2600
|
+
"id":"225",
|
2601
|
+
"name":null,
|
2602
|
+
"source":"70",
|
2603
|
+
"target":"58"
|
2604
|
+
},
|
2605
|
+
{
|
2606
|
+
"id":"220",
|
2607
|
+
"name":null,
|
2608
|
+
"source":"70",
|
2609
|
+
"target":"68"
|
2610
|
+
},
|
2611
|
+
{
|
2612
|
+
"id":"219",
|
2613
|
+
"name":null,
|
2614
|
+
"source":"70",
|
2615
|
+
"target":"69"
|
2616
|
+
},
|
2617
|
+
{
|
2618
|
+
"id":"230",
|
2619
|
+
"name":null,
|
2620
|
+
"source":"71",
|
2621
|
+
"target":"11"
|
2622
|
+
},
|
2623
|
+
{
|
2624
|
+
"id":"233",
|
2625
|
+
"name":null,
|
2626
|
+
"source":"71",
|
2627
|
+
"target":"25"
|
2628
|
+
},
|
2629
|
+
{
|
2630
|
+
"id":"226",
|
2631
|
+
"name":null,
|
2632
|
+
"source":"71",
|
2633
|
+
"target":"27"
|
2634
|
+
},
|
2635
|
+
{
|
2636
|
+
"id":"232",
|
2637
|
+
"name":null,
|
2638
|
+
"source":"71",
|
2639
|
+
"target":"41"
|
2640
|
+
},
|
2641
|
+
{
|
2642
|
+
"id":null,
|
2643
|
+
"name":null,
|
2644
|
+
"source":"71",
|
2645
|
+
"target":"48"
|
2646
|
+
},
|
2647
|
+
{
|
2648
|
+
"id":"228",
|
2649
|
+
"name":null,
|
2650
|
+
"source":"71",
|
2651
|
+
"target":"68"
|
2652
|
+
},
|
2653
|
+
{
|
2654
|
+
"id":"227",
|
2655
|
+
"name":null,
|
2656
|
+
"source":"71",
|
2657
|
+
"target":"69"
|
2658
|
+
},
|
2659
|
+
{
|
2660
|
+
"id":"229",
|
2661
|
+
"name":null,
|
2662
|
+
"source":"71",
|
2663
|
+
"target":"70"
|
2664
|
+
},
|
2665
|
+
{
|
2666
|
+
"id":"236",
|
2667
|
+
"name":null,
|
2668
|
+
"source":"72",
|
2669
|
+
"target":"11"
|
2670
|
+
},
|
2671
|
+
{
|
2672
|
+
"id":"234",
|
2673
|
+
"name":null,
|
2674
|
+
"source":"72",
|
2675
|
+
"target":"26"
|
2676
|
+
},
|
2677
|
+
{
|
2678
|
+
"id":"235",
|
2679
|
+
"name":null,
|
2680
|
+
"source":"72",
|
2681
|
+
"target":"27"
|
2682
|
+
},
|
2683
|
+
{
|
2684
|
+
"id":"237",
|
2685
|
+
"name":null,
|
2686
|
+
"source":"73",
|
2687
|
+
"target":"48"
|
2688
|
+
},
|
2689
|
+
{
|
2690
|
+
"id":"238",
|
2691
|
+
"name":null,
|
2692
|
+
"source":"74",
|
2693
|
+
"target":"48"
|
2694
|
+
},
|
2695
|
+
{
|
2696
|
+
"id":"239",
|
2697
|
+
"name":null,
|
2698
|
+
"source":"74",
|
2699
|
+
"target":"73"
|
2700
|
+
},
|
2701
|
+
{
|
2702
|
+
"id":"242",
|
2703
|
+
"name":null,
|
2704
|
+
"source":"75",
|
2705
|
+
"target":"25"
|
2706
|
+
},
|
2707
|
+
{
|
2708
|
+
"id":"244",
|
2709
|
+
"name":null,
|
2710
|
+
"source":"75",
|
2711
|
+
"target":"41"
|
2712
|
+
},
|
2713
|
+
{
|
2714
|
+
"id":null,
|
2715
|
+
"name":null,
|
2716
|
+
"source":"75",
|
2717
|
+
"target":"48"
|
2718
|
+
},
|
2719
|
+
{
|
2720
|
+
"id":"241",
|
2721
|
+
"name":null,
|
2722
|
+
"source":"75",
|
2723
|
+
"target":"68"
|
2724
|
+
},
|
2725
|
+
{
|
2726
|
+
"id":"240",
|
2727
|
+
"name":null,
|
2728
|
+
"source":"75",
|
2729
|
+
"target":"69"
|
2730
|
+
},
|
2731
|
+
{
|
2732
|
+
"id":"245",
|
2733
|
+
"name":null,
|
2734
|
+
"source":"75",
|
2735
|
+
"target":"70"
|
2736
|
+
},
|
2737
|
+
{
|
2738
|
+
"id":"246",
|
2739
|
+
"name":null,
|
2740
|
+
"source":"75",
|
2741
|
+
"target":"71"
|
2742
|
+
},
|
2743
|
+
{
|
2744
|
+
"id":"252",
|
2745
|
+
"name":null,
|
2746
|
+
"source":"76",
|
2747
|
+
"target":"48"
|
2748
|
+
},
|
2749
|
+
{
|
2750
|
+
"id":"253",
|
2751
|
+
"name":null,
|
2752
|
+
"source":"76",
|
2753
|
+
"target":"58"
|
2754
|
+
},
|
2755
|
+
{
|
2756
|
+
"id":"251",
|
2757
|
+
"name":null,
|
2758
|
+
"source":"76",
|
2759
|
+
"target":"62"
|
2760
|
+
},
|
2761
|
+
{
|
2762
|
+
"id":"250",
|
2763
|
+
"name":null,
|
2764
|
+
"source":"76",
|
2765
|
+
"target":"63"
|
2766
|
+
},
|
2767
|
+
{
|
2768
|
+
"id":"247",
|
2769
|
+
"name":null,
|
2770
|
+
"source":"76",
|
2771
|
+
"target":"64"
|
2772
|
+
},
|
2773
|
+
{
|
2774
|
+
"id":"248",
|
2775
|
+
"name":null,
|
2776
|
+
"source":"76",
|
2777
|
+
"target":"65"
|
2778
|
+
},
|
2779
|
+
{
|
2780
|
+
"id":"249",
|
2781
|
+
"name":null,
|
2782
|
+
"source":"76",
|
2783
|
+
"target":"66"
|
2784
|
+
}
|
2785
|
+
],
|
2786
|
+
"categories":[
|
2787
|
+
{
|
2788
|
+
"name":"类目0"
|
2789
|
+
},
|
2790
|
+
{
|
2791
|
+
"name":"类目1"
|
2792
|
+
},
|
2793
|
+
{
|
2794
|
+
"name":"类目2"
|
2795
|
+
},
|
2796
|
+
{
|
2797
|
+
"name":"类目3"
|
2798
|
+
},
|
2799
|
+
{
|
2800
|
+
"name":"类目4"
|
2801
|
+
},
|
2802
|
+
{
|
2803
|
+
"name":"类目5"
|
2804
|
+
},
|
2805
|
+
{
|
2806
|
+
"name":"类目6"
|
2807
|
+
},
|
2808
|
+
{
|
2809
|
+
"name":"类目7"
|
2810
|
+
},
|
2811
|
+
{
|
2812
|
+
"name":"类目8"
|
2813
|
+
}
|
2814
|
+
],
|
2815
|
+
"roam":true,
|
2816
|
+
"label":{
|
2817
|
+
"position":"right"
|
2818
|
+
},
|
2819
|
+
"lineStyle":{
|
2820
|
+
"curveness":0.3
|
2821
|
+
}
|
2822
|
+
}
|
2823
|
+
]
|
2824
|
+
};
|