@next-bricks/data-view 1.8.0 → 1.9.0
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.
- package/dist/bricks.json +10 -10
- package/dist/chunks/32.b45f5151.js +2 -0
- package/dist/chunks/32.b45f5151.js.map +1 -0
- package/dist/chunks/6873.5f62fd24.js +1 -0
- package/dist/chunks/8968.09a0d05a.js +1 -0
- package/dist/chunks/9123.5fbb5f01.js +1 -0
- package/dist/chunks/china-map-chart.331f7837.js +2 -0
- package/dist/chunks/china-map-chart.331f7837.js.map +1 -0
- package/dist/chunks/main.e9cbbef8.js +2 -0
- package/dist/chunks/main.e9cbbef8.js.map +1 -0
- package/dist/examples.json +17 -17
- package/dist/images/7e4100fd.png +0 -0
- package/dist/index.7f21c4d4.js +2 -0
- package/dist/index.7f21c4d4.js.map +1 -0
- package/dist/manifest.json +219 -214
- package/dist/types.json +390 -383
- package/dist-types/china-map-chart/index.d.ts +6 -1
- package/docs/china-map-chart.md +28 -0
- package/package.json +2 -2
- package/dist/chunks/3035.c14dd436.js +0 -2
- package/dist/chunks/3035.c14dd436.js.map +0 -1
- package/dist/chunks/5214.6fb670ee.js +0 -2
- package/dist/chunks/5214.6fb670ee.js.map +0 -1
- package/dist/chunks/china-map-chart.d1e8b843.js +0 -2
- package/dist/chunks/china-map-chart.d1e8b843.js.map +0 -1
- package/dist/chunks/main.f2f04361.js +0 -2
- package/dist/chunks/main.f2f04361.js.map +0 -1
- package/dist/index.1906baf6.js +0 -2
- package/dist/index.1906baf6.js.map +0 -1
package/dist/manifest.json
CHANGED
|
@@ -50,96 +50,98 @@
|
|
|
50
50
|
"category": "big-screen-content"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
"name": "data-view.
|
|
53
|
+
"name": "data-view.modern-style-treemap",
|
|
54
54
|
"properties": [
|
|
55
55
|
{
|
|
56
|
-
"name": "
|
|
56
|
+
"name": "data",
|
|
57
57
|
"description": "",
|
|
58
|
-
"required": true,
|
|
59
|
-
"default": "-",
|
|
60
58
|
"attribute": false,
|
|
61
|
-
"type": "
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "activeKey",
|
|
65
|
-
"description": "",
|
|
66
|
-
"required": true,
|
|
67
|
-
"default": "-",
|
|
68
|
-
"type": "string"
|
|
59
|
+
"type": "TreemapData"
|
|
69
60
|
},
|
|
70
61
|
{
|
|
71
|
-
"name": "
|
|
62
|
+
"name": "tail",
|
|
72
63
|
"description": "",
|
|
64
|
+
"default": "TailTypes[\"treemapSquarify\"]",
|
|
73
65
|
"attribute": false,
|
|
74
|
-
"type": "
|
|
66
|
+
"type": "TailTypes"
|
|
75
67
|
},
|
|
76
68
|
{
|
|
77
|
-
"name": "
|
|
69
|
+
"name": "leafUseBrick",
|
|
78
70
|
"description": "",
|
|
79
71
|
"attribute": false,
|
|
80
|
-
"type": "
|
|
72
|
+
"type": "{ useBrick: UseBrickConf }"
|
|
81
73
|
},
|
|
82
74
|
{
|
|
83
|
-
"name": "
|
|
75
|
+
"name": "leafContainerStyle",
|
|
84
76
|
"description": "",
|
|
85
77
|
"attribute": false,
|
|
86
|
-
"type": "
|
|
78
|
+
"type": "CSSProperties"
|
|
87
79
|
},
|
|
88
80
|
{
|
|
89
|
-
"name": "
|
|
81
|
+
"name": "tooltipUseBrick",
|
|
90
82
|
"description": "",
|
|
91
|
-
"
|
|
83
|
+
"attribute": false,
|
|
84
|
+
"type": "{ useBrick: UseBrickConf }"
|
|
92
85
|
},
|
|
93
86
|
{
|
|
94
|
-
"name": "
|
|
87
|
+
"name": "tooltipStyle",
|
|
95
88
|
"description": "",
|
|
96
|
-
"
|
|
89
|
+
"attribute": false,
|
|
90
|
+
"type": "CSSProperties"
|
|
97
91
|
}
|
|
98
92
|
],
|
|
99
93
|
"events": [
|
|
100
94
|
{
|
|
101
|
-
"name": "
|
|
95
|
+
"name": "treemap.click",
|
|
102
96
|
"description": "",
|
|
103
97
|
"detail": {
|
|
104
98
|
"description": null,
|
|
105
|
-
"type": "
|
|
99
|
+
"type": "TreemapData"
|
|
106
100
|
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"slots": [],
|
|
104
|
+
"methods": [],
|
|
105
|
+
"parts": [],
|
|
106
|
+
"description": "现代风树图",
|
|
107
|
+
"category": "big-screen-content"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "data-view.battery-chart",
|
|
111
|
+
"properties": [
|
|
112
|
+
{
|
|
113
|
+
"name": "value",
|
|
114
|
+
"description": "",
|
|
115
|
+
"type": "number"
|
|
107
116
|
},
|
|
108
117
|
{
|
|
109
|
-
"name": "
|
|
118
|
+
"name": "batteryWidth",
|
|
110
119
|
"description": "",
|
|
111
|
-
"
|
|
112
|
-
"description": null,
|
|
113
|
-
"type": "void"
|
|
114
|
-
}
|
|
120
|
+
"type": "number"
|
|
115
121
|
},
|
|
116
122
|
{
|
|
117
|
-
"name": "
|
|
123
|
+
"name": "batteryHeight",
|
|
118
124
|
"description": "",
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
"type": "string"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"slots": [],
|
|
126
|
-
"methods": [
|
|
125
|
+
"type": "number"
|
|
126
|
+
},
|
|
127
127
|
{
|
|
128
|
-
"name": "
|
|
129
|
-
"params": [],
|
|
128
|
+
"name": "thresholdColors",
|
|
130
129
|
"description": "",
|
|
131
|
-
"
|
|
130
|
+
"attribute": false,
|
|
131
|
+
"type": "ThresholdColor[]"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
|
-
"name": "
|
|
135
|
-
"params": [],
|
|
134
|
+
"name": "thresholdValue",
|
|
136
135
|
"description": "",
|
|
137
|
-
"
|
|
136
|
+
"type": "number"
|
|
138
137
|
}
|
|
139
138
|
],
|
|
139
|
+
"events": [],
|
|
140
|
+
"slots": [],
|
|
141
|
+
"methods": [],
|
|
140
142
|
"parts": [],
|
|
141
|
-
"description": "
|
|
142
|
-
"category": "big-screen-
|
|
143
|
+
"description": "大屏电池",
|
|
144
|
+
"category": "big-screen-content"
|
|
143
145
|
},
|
|
144
146
|
{
|
|
145
147
|
"name": "data-view.modern-style-component-title",
|
|
@@ -180,136 +182,44 @@
|
|
|
180
182
|
"category": "big-screen-content"
|
|
181
183
|
},
|
|
182
184
|
{
|
|
183
|
-
"name": "data-view.
|
|
185
|
+
"name": "data-view.dropdown-menu",
|
|
184
186
|
"properties": [
|
|
185
187
|
{
|
|
186
|
-
"name": "
|
|
187
|
-
"description": "",
|
|
188
|
-
"attribute": false,
|
|
189
|
-
"type": "TreemapData"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"name": "tail",
|
|
193
|
-
"description": "",
|
|
194
|
-
"default": "TailTypes[\"treemapSquarify\"]",
|
|
195
|
-
"attribute": false,
|
|
196
|
-
"type": "TailTypes"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "leafUseBrick",
|
|
188
|
+
"name": "options",
|
|
200
189
|
"description": "",
|
|
201
190
|
"attribute": false,
|
|
202
|
-
"type": "{
|
|
191
|
+
"type": "{ label: string; value: string }[]"
|
|
203
192
|
},
|
|
204
193
|
{
|
|
205
|
-
"name": "
|
|
194
|
+
"name": "value",
|
|
206
195
|
"description": "",
|
|
207
|
-
"
|
|
208
|
-
"type": "CSSProperties"
|
|
196
|
+
"type": "string"
|
|
209
197
|
},
|
|
210
198
|
{
|
|
211
|
-
"name": "
|
|
199
|
+
"name": "placeholder",
|
|
212
200
|
"description": "",
|
|
213
|
-
"
|
|
214
|
-
"type": "{ useBrick: UseBrickConf }"
|
|
201
|
+
"type": "string"
|
|
215
202
|
},
|
|
216
203
|
{
|
|
217
|
-
"name": "
|
|
204
|
+
"name": "allowClear",
|
|
218
205
|
"description": "",
|
|
219
|
-
"
|
|
220
|
-
"type": "CSSProperties"
|
|
206
|
+
"type": "boolean"
|
|
221
207
|
}
|
|
222
208
|
],
|
|
223
209
|
"events": [
|
|
224
210
|
{
|
|
225
|
-
"name": "
|
|
211
|
+
"name": "value.change",
|
|
226
212
|
"description": "",
|
|
227
213
|
"detail": {
|
|
228
214
|
"description": null,
|
|
229
|
-
"type": "
|
|
215
|
+
"type": "string"
|
|
230
216
|
}
|
|
231
217
|
}
|
|
232
218
|
],
|
|
233
219
|
"slots": [],
|
|
234
220
|
"methods": [],
|
|
235
221
|
"parts": [],
|
|
236
|
-
"description": "
|
|
237
|
-
"category": "big-screen-content"
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"name": "data-view.modern-style-page-title",
|
|
241
|
-
"properties": [
|
|
242
|
-
{
|
|
243
|
-
"name": "pageTitle",
|
|
244
|
-
"description": "",
|
|
245
|
-
"type": "string"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"name": "description",
|
|
249
|
-
"description": "",
|
|
250
|
-
"type": "string"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "backgroundStyle",
|
|
254
|
-
"description": "",
|
|
255
|
-
"attribute": false,
|
|
256
|
-
"type": "CSSProperties"
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
"name": "leftRoundStyle",
|
|
260
|
-
"description": "",
|
|
261
|
-
"attribute": false,
|
|
262
|
-
"type": "CSSProperties"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "rightRoundStyle",
|
|
266
|
-
"description": "",
|
|
267
|
-
"attribute": false,
|
|
268
|
-
"type": "CSSProperties"
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"events": [],
|
|
272
|
-
"slots": [],
|
|
273
|
-
"methods": [],
|
|
274
|
-
"parts": [],
|
|
275
|
-
"description": "现代风页面标题",
|
|
276
|
-
"category": "big-screen-content"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "data-view.battery-chart",
|
|
280
|
-
"properties": [
|
|
281
|
-
{
|
|
282
|
-
"name": "value",
|
|
283
|
-
"description": "",
|
|
284
|
-
"type": "number"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
"name": "batteryWidth",
|
|
288
|
-
"description": "",
|
|
289
|
-
"type": "number"
|
|
290
|
-
},
|
|
291
|
-
{
|
|
292
|
-
"name": "batteryHeight",
|
|
293
|
-
"description": "",
|
|
294
|
-
"type": "number"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "thresholdColors",
|
|
298
|
-
"description": "",
|
|
299
|
-
"attribute": false,
|
|
300
|
-
"type": "ThresholdColor[]"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "thresholdValue",
|
|
304
|
-
"description": "",
|
|
305
|
-
"type": "number"
|
|
306
|
-
}
|
|
307
|
-
],
|
|
308
|
-
"events": [],
|
|
309
|
-
"slots": [],
|
|
310
|
-
"methods": [],
|
|
311
|
-
"parts": [],
|
|
312
|
-
"description": "大屏电池",
|
|
222
|
+
"description": "基础下拉菜单",
|
|
313
223
|
"category": "big-screen-content"
|
|
314
224
|
},
|
|
315
225
|
{
|
|
@@ -386,47 +296,6 @@
|
|
|
386
296
|
"description": "大屏搜索构件",
|
|
387
297
|
"category": "big-screen-content"
|
|
388
298
|
},
|
|
389
|
-
{
|
|
390
|
-
"name": "data-view.dropdown-menu",
|
|
391
|
-
"properties": [
|
|
392
|
-
{
|
|
393
|
-
"name": "options",
|
|
394
|
-
"description": "",
|
|
395
|
-
"attribute": false,
|
|
396
|
-
"type": "{ label: string; value: string }[]"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "value",
|
|
400
|
-
"description": "",
|
|
401
|
-
"type": "string"
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"name": "placeholder",
|
|
405
|
-
"description": "",
|
|
406
|
-
"type": "string"
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"name": "allowClear",
|
|
410
|
-
"description": "",
|
|
411
|
-
"type": "boolean"
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
"events": [
|
|
415
|
-
{
|
|
416
|
-
"name": "value.change",
|
|
417
|
-
"description": "",
|
|
418
|
-
"detail": {
|
|
419
|
-
"description": null,
|
|
420
|
-
"type": "string"
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
],
|
|
424
|
-
"slots": [],
|
|
425
|
-
"methods": [],
|
|
426
|
-
"parts": [],
|
|
427
|
-
"description": "基础下拉菜单",
|
|
428
|
-
"category": "big-screen-content"
|
|
429
|
-
},
|
|
430
299
|
{
|
|
431
300
|
"name": "data-view.loading-panel",
|
|
432
301
|
"properties": [
|
|
@@ -496,6 +365,45 @@
|
|
|
496
365
|
"description": "大屏粒子加载动效",
|
|
497
366
|
"category": "big-screen-content"
|
|
498
367
|
},
|
|
368
|
+
{
|
|
369
|
+
"name": "data-view.modern-style-page-title",
|
|
370
|
+
"properties": [
|
|
371
|
+
{
|
|
372
|
+
"name": "pageTitle",
|
|
373
|
+
"description": "",
|
|
374
|
+
"type": "string"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "description",
|
|
378
|
+
"description": "",
|
|
379
|
+
"type": "string"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "backgroundStyle",
|
|
383
|
+
"description": "",
|
|
384
|
+
"attribute": false,
|
|
385
|
+
"type": "CSSProperties"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "leftRoundStyle",
|
|
389
|
+
"description": "",
|
|
390
|
+
"attribute": false,
|
|
391
|
+
"type": "CSSProperties"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "rightRoundStyle",
|
|
395
|
+
"description": "",
|
|
396
|
+
"attribute": false,
|
|
397
|
+
"type": "CSSProperties"
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"events": [],
|
|
401
|
+
"slots": [],
|
|
402
|
+
"methods": [],
|
|
403
|
+
"parts": [],
|
|
404
|
+
"description": "现代风页面标题",
|
|
405
|
+
"category": "big-screen-content"
|
|
406
|
+
},
|
|
499
407
|
{
|
|
500
408
|
"name": "data-view.app-wall-card-item",
|
|
501
409
|
"properties": [
|
|
@@ -571,20 +479,96 @@
|
|
|
571
479
|
"description": "应用墙系统卡片"
|
|
572
480
|
},
|
|
573
481
|
{
|
|
574
|
-
"name": "data-view.
|
|
482
|
+
"name": "data-view.tabs-drawer",
|
|
575
483
|
"properties": [
|
|
576
484
|
{
|
|
577
|
-
"name": "
|
|
485
|
+
"name": "tabList",
|
|
486
|
+
"description": "",
|
|
487
|
+
"required": true,
|
|
488
|
+
"default": "-",
|
|
489
|
+
"attribute": false,
|
|
490
|
+
"type": "TabItem[]"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"name": "activeKey",
|
|
494
|
+
"description": "",
|
|
495
|
+
"required": true,
|
|
496
|
+
"default": "-",
|
|
497
|
+
"type": "string"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"name": "width",
|
|
501
|
+
"description": "",
|
|
502
|
+
"attribute": false,
|
|
503
|
+
"type": "number | string"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "drawerStyle",
|
|
578
507
|
"description": "",
|
|
579
508
|
"attribute": false,
|
|
580
509
|
"type": "React.CSSProperties"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "bodyStyle",
|
|
513
|
+
"description": "",
|
|
514
|
+
"attribute": false,
|
|
515
|
+
"type": "React.CSSProperties"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "zIndex",
|
|
519
|
+
"description": "",
|
|
520
|
+
"type": "number"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "visible",
|
|
524
|
+
"description": "",
|
|
525
|
+
"type": "boolean"
|
|
526
|
+
}
|
|
527
|
+
],
|
|
528
|
+
"events": [
|
|
529
|
+
{
|
|
530
|
+
"name": "open",
|
|
531
|
+
"description": "",
|
|
532
|
+
"detail": {
|
|
533
|
+
"description": null,
|
|
534
|
+
"type": "void"
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "close",
|
|
539
|
+
"description": "",
|
|
540
|
+
"detail": {
|
|
541
|
+
"description": null,
|
|
542
|
+
"type": "void"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"name": "tab.change",
|
|
547
|
+
"description": "",
|
|
548
|
+
"detail": {
|
|
549
|
+
"description": "`string`",
|
|
550
|
+
"type": "string"
|
|
551
|
+
}
|
|
581
552
|
}
|
|
582
553
|
],
|
|
583
|
-
"events": [],
|
|
584
554
|
"slots": [],
|
|
585
|
-
"methods": [
|
|
555
|
+
"methods": [
|
|
556
|
+
{
|
|
557
|
+
"name": "open",
|
|
558
|
+
"params": [],
|
|
559
|
+
"description": "",
|
|
560
|
+
"returns": {}
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"name": "close",
|
|
564
|
+
"params": [],
|
|
565
|
+
"description": "",
|
|
566
|
+
"returns": {}
|
|
567
|
+
}
|
|
568
|
+
],
|
|
586
569
|
"parts": [],
|
|
587
|
-
"description": "
|
|
570
|
+
"description": "大屏仪标签页抽屉",
|
|
571
|
+
"category": "big-screen-layout"
|
|
588
572
|
},
|
|
589
573
|
{
|
|
590
574
|
"name": "data-view.app-wall-relation-line",
|
|
@@ -602,6 +586,22 @@
|
|
|
602
586
|
"parts": [],
|
|
603
587
|
"description": "应用墙子构件----关联连线"
|
|
604
588
|
},
|
|
589
|
+
{
|
|
590
|
+
"name": "data-view.cabinet-button",
|
|
591
|
+
"properties": [
|
|
592
|
+
{
|
|
593
|
+
"name": "buttonStyle",
|
|
594
|
+
"description": "",
|
|
595
|
+
"attribute": false,
|
|
596
|
+
"type": "React.CSSProperties"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"events": [],
|
|
600
|
+
"slots": [],
|
|
601
|
+
"methods": [],
|
|
602
|
+
"parts": [],
|
|
603
|
+
"description": "大屏按钮"
|
|
604
|
+
},
|
|
605
605
|
{
|
|
606
606
|
"name": "data-view.cabinet-node",
|
|
607
607
|
"properties": [
|
|
@@ -1001,24 +1001,6 @@
|
|
|
1001
1001
|
"description": "大屏网格背景",
|
|
1002
1002
|
"category": "big-screen-layout"
|
|
1003
1003
|
},
|
|
1004
|
-
{
|
|
1005
|
-
"name": "data-view.gear-background",
|
|
1006
|
-
"properties": [
|
|
1007
|
-
{
|
|
1008
|
-
"name": "color",
|
|
1009
|
-
"description": "",
|
|
1010
|
-
"default": "\"#3366FF\"",
|
|
1011
|
-
"attribute": false,
|
|
1012
|
-
"type": "React.CSSProperties[\"color\"]"
|
|
1013
|
-
}
|
|
1014
|
-
],
|
|
1015
|
-
"events": [],
|
|
1016
|
-
"slots": [],
|
|
1017
|
-
"methods": [],
|
|
1018
|
-
"parts": [],
|
|
1019
|
-
"description": "齿轮背景",
|
|
1020
|
-
"category": "big-screen-layout"
|
|
1021
|
-
},
|
|
1022
1004
|
{
|
|
1023
1005
|
"name": "data-view.radar-chart",
|
|
1024
1006
|
"properties": [
|
|
@@ -1144,6 +1126,24 @@
|
|
|
1144
1126
|
"description": "大屏标题文本构件",
|
|
1145
1127
|
"category": "big-screen-content"
|
|
1146
1128
|
},
|
|
1129
|
+
{
|
|
1130
|
+
"name": "data-view.gear-background",
|
|
1131
|
+
"properties": [
|
|
1132
|
+
{
|
|
1133
|
+
"name": "color",
|
|
1134
|
+
"description": "",
|
|
1135
|
+
"default": "\"#3366FF\"",
|
|
1136
|
+
"attribute": false,
|
|
1137
|
+
"type": "React.CSSProperties[\"color\"]"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"events": [],
|
|
1141
|
+
"slots": [],
|
|
1142
|
+
"methods": [],
|
|
1143
|
+
"parts": [],
|
|
1144
|
+
"description": "齿轮背景",
|
|
1145
|
+
"category": "big-screen-layout"
|
|
1146
|
+
},
|
|
1147
1147
|
{
|
|
1148
1148
|
"name": "data-view.brick-notification",
|
|
1149
1149
|
"properties": [
|
|
@@ -1576,6 +1576,11 @@
|
|
|
1576
1576
|
{
|
|
1577
1577
|
"name": "data-view.china-map-chart",
|
|
1578
1578
|
"properties": [
|
|
1579
|
+
{
|
|
1580
|
+
"name": "province",
|
|
1581
|
+
"description": "省份名称,例如“广东”。如果设置,则只显示该省份的地图,否则显示全国地图",
|
|
1582
|
+
"type": "string"
|
|
1583
|
+
},
|
|
1579
1584
|
{
|
|
1580
1585
|
"name": "dataSource",
|
|
1581
1586
|
"description": "数据源",
|