@visactor/vchart-schema 1.8.3-alpha.0 → 1.8.4
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/package.json +1 -1
- package/vchart.json +502 -24
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -19210,6 +19210,14 @@
|
|
|
19210
19210
|
],
|
|
19211
19211
|
"description": "参考点配置"
|
|
19212
19212
|
},
|
|
19213
|
+
"media": {
|
|
19214
|
+
"description": "媒体查询配置",
|
|
19215
|
+
"items": {
|
|
19216
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
19217
|
+
},
|
|
19218
|
+
"since": "1.8.0",
|
|
19219
|
+
"type": "array"
|
|
19220
|
+
},
|
|
19213
19221
|
"name": {
|
|
19214
19222
|
"description": "系列名称",
|
|
19215
19223
|
"type": "string"
|
|
@@ -20884,6 +20892,14 @@
|
|
|
20884
20892
|
],
|
|
20885
20893
|
"description": "参考点配置"
|
|
20886
20894
|
},
|
|
20895
|
+
"media": {
|
|
20896
|
+
"description": "媒体查询配置",
|
|
20897
|
+
"items": {
|
|
20898
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
20899
|
+
},
|
|
20900
|
+
"since": "1.8.0",
|
|
20901
|
+
"type": "array"
|
|
20902
|
+
},
|
|
20887
20903
|
"name": {
|
|
20888
20904
|
"description": "系列名称",
|
|
20889
20905
|
"type": "string"
|
|
@@ -21703,6 +21719,14 @@
|
|
|
21703
21719
|
],
|
|
21704
21720
|
"description": "参考点配置"
|
|
21705
21721
|
},
|
|
21722
|
+
"media": {
|
|
21723
|
+
"description": "媒体查询配置",
|
|
21724
|
+
"items": {
|
|
21725
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
21726
|
+
},
|
|
21727
|
+
"since": "1.8.0",
|
|
21728
|
+
"type": "array"
|
|
21729
|
+
},
|
|
21706
21730
|
"name": {
|
|
21707
21731
|
"description": "系列名称",
|
|
21708
21732
|
"type": "string"
|
|
@@ -23036,6 +23060,14 @@
|
|
|
23036
23060
|
"description": "最大值字段",
|
|
23037
23061
|
"type": "string"
|
|
23038
23062
|
},
|
|
23063
|
+
"media": {
|
|
23064
|
+
"description": "媒体查询配置",
|
|
23065
|
+
"items": {
|
|
23066
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
23067
|
+
},
|
|
23068
|
+
"since": "1.8.0",
|
|
23069
|
+
"type": "array"
|
|
23070
|
+
},
|
|
23039
23071
|
"medianField": {
|
|
23040
23072
|
"description": "中位数字段",
|
|
23041
23073
|
"type": "string"
|
|
@@ -24886,6 +24918,14 @@
|
|
|
24886
24918
|
],
|
|
24887
24919
|
"description": "图例配置"
|
|
24888
24920
|
},
|
|
24921
|
+
"media": {
|
|
24922
|
+
"description": "媒体查询配置",
|
|
24923
|
+
"items": {
|
|
24924
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
24925
|
+
},
|
|
24926
|
+
"since": "1.8.0",
|
|
24927
|
+
"type": "array"
|
|
24928
|
+
},
|
|
24889
24929
|
"padding": {
|
|
24890
24930
|
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
24891
24931
|
"description": "图表整体 padding 设置"
|
|
@@ -25259,6 +25299,14 @@
|
|
|
25259
25299
|
],
|
|
25260
25300
|
"description": "图例配置"
|
|
25261
25301
|
},
|
|
25302
|
+
"media": {
|
|
25303
|
+
"description": "媒体查询配置",
|
|
25304
|
+
"items": {
|
|
25305
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
25306
|
+
},
|
|
25307
|
+
"since": "1.8.0",
|
|
25308
|
+
"type": "array"
|
|
25309
|
+
},
|
|
25262
25310
|
"name": {
|
|
25263
25311
|
"description": "系列名称",
|
|
25264
25312
|
"type": "string"
|
|
@@ -25998,6 +26046,14 @@
|
|
|
25998
26046
|
"description": "数据最大值,默认为 1",
|
|
25999
26047
|
"type": "number"
|
|
26000
26048
|
},
|
|
26049
|
+
"media": {
|
|
26050
|
+
"description": "媒体查询配置",
|
|
26051
|
+
"items": {
|
|
26052
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
26053
|
+
},
|
|
26054
|
+
"since": "1.8.0",
|
|
26055
|
+
"type": "array"
|
|
26056
|
+
},
|
|
26001
26057
|
"name": {
|
|
26002
26058
|
"description": "系列名称",
|
|
26003
26059
|
"type": "string"
|
|
@@ -27246,6 +27302,14 @@
|
|
|
27246
27302
|
"$ref": "#/definitions/IMarkPointSpec",
|
|
27247
27303
|
"description": "**仅适用于笛卡尔坐标系**,参考点配置"
|
|
27248
27304
|
},
|
|
27305
|
+
"media": {
|
|
27306
|
+
"description": "媒体查询配置",
|
|
27307
|
+
"items": {
|
|
27308
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
27309
|
+
},
|
|
27310
|
+
"since": "1.8.0",
|
|
27311
|
+
"type": "array"
|
|
27312
|
+
},
|
|
27249
27313
|
"padding": {
|
|
27250
27314
|
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
27251
27315
|
"description": "图表整体 padding 设置"
|
|
@@ -28562,6 +28626,14 @@
|
|
|
28562
28626
|
],
|
|
28563
28627
|
"description": "图例配置"
|
|
28564
28628
|
},
|
|
28629
|
+
"media": {
|
|
28630
|
+
"description": "媒体查询配置",
|
|
28631
|
+
"items": {
|
|
28632
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
28633
|
+
},
|
|
28634
|
+
"since": "1.8.0",
|
|
28635
|
+
"type": "array"
|
|
28636
|
+
},
|
|
28565
28637
|
"name": {
|
|
28566
28638
|
"description": "系列名称",
|
|
28567
28639
|
"type": "string"
|
|
@@ -32329,6 +32401,14 @@
|
|
|
32329
32401
|
"default": "'80%'",
|
|
32330
32402
|
"description": "漏斗图最大宽度,支持配置像素值和百分比字符串。"
|
|
32331
32403
|
},
|
|
32404
|
+
"media": {
|
|
32405
|
+
"description": "媒体查询配置",
|
|
32406
|
+
"items": {
|
|
32407
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
32408
|
+
},
|
|
32409
|
+
"since": "1.8.0",
|
|
32410
|
+
"type": "array"
|
|
32411
|
+
},
|
|
32332
32412
|
"minSize": {
|
|
32333
32413
|
"anyOf": [
|
|
32334
32414
|
{
|
|
@@ -32843,6 +32923,14 @@
|
|
|
32843
32923
|
"default": "'80%'",
|
|
32844
32924
|
"description": "漏斗图最大宽度,支持配置像素值和百分比字符串。"
|
|
32845
32925
|
},
|
|
32926
|
+
"media": {
|
|
32927
|
+
"description": "媒体查询配置",
|
|
32928
|
+
"items": {
|
|
32929
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
32930
|
+
},
|
|
32931
|
+
"since": "1.8.0",
|
|
32932
|
+
"type": "array"
|
|
32933
|
+
},
|
|
32846
32934
|
"minSize": {
|
|
32847
32935
|
"anyOf": [
|
|
32848
32936
|
{
|
|
@@ -33828,6 +33916,14 @@
|
|
|
33828
33916
|
],
|
|
33829
33917
|
"description": "图例配置"
|
|
33830
33918
|
},
|
|
33919
|
+
"media": {
|
|
33920
|
+
"description": "媒体查询配置",
|
|
33921
|
+
"items": {
|
|
33922
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
33923
|
+
},
|
|
33924
|
+
"since": "1.8.0",
|
|
33925
|
+
"type": "array"
|
|
33926
|
+
},
|
|
33831
33927
|
"name": {
|
|
33832
33928
|
"description": "系列名称",
|
|
33833
33929
|
"type": "string"
|
|
@@ -37424,6 +37520,14 @@
|
|
|
37424
37520
|
],
|
|
37425
37521
|
"description": "参考点配置"
|
|
37426
37522
|
},
|
|
37523
|
+
"media": {
|
|
37524
|
+
"description": "媒体查询配置",
|
|
37525
|
+
"items": {
|
|
37526
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
37527
|
+
},
|
|
37528
|
+
"since": "1.8.0",
|
|
37529
|
+
"type": "array"
|
|
37530
|
+
},
|
|
37427
37531
|
"name": {
|
|
37428
37532
|
"description": "系列名称",
|
|
37429
37533
|
"type": "string"
|
|
@@ -38600,6 +38704,14 @@
|
|
|
38600
38704
|
],
|
|
38601
38705
|
"description": "参考点配置"
|
|
38602
38706
|
},
|
|
38707
|
+
"media": {
|
|
38708
|
+
"description": "媒体查询配置",
|
|
38709
|
+
"items": {
|
|
38710
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
38711
|
+
},
|
|
38712
|
+
"since": "1.8.0",
|
|
38713
|
+
"type": "array"
|
|
38714
|
+
},
|
|
38603
38715
|
"name": {
|
|
38604
38716
|
"description": "系列名称",
|
|
38605
38717
|
"type": "string"
|
|
@@ -39392,6 +39504,14 @@
|
|
|
39392
39504
|
],
|
|
39393
39505
|
"description": "参考点配置"
|
|
39394
39506
|
},
|
|
39507
|
+
"media": {
|
|
39508
|
+
"description": "媒体查询配置",
|
|
39509
|
+
"items": {
|
|
39510
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
39511
|
+
},
|
|
39512
|
+
"since": "1.8.0",
|
|
39513
|
+
"type": "array"
|
|
39514
|
+
},
|
|
39395
39515
|
"name": {
|
|
39396
39516
|
"description": "系列名称",
|
|
39397
39517
|
"type": "string"
|
|
@@ -41953,6 +42073,14 @@
|
|
|
41953
42073
|
],
|
|
41954
42074
|
"description": "参考点配置"
|
|
41955
42075
|
},
|
|
42076
|
+
"media": {
|
|
42077
|
+
"description": "媒体查询配置",
|
|
42078
|
+
"items": {
|
|
42079
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
42080
|
+
},
|
|
42081
|
+
"since": "1.8.0",
|
|
42082
|
+
"type": "array"
|
|
42083
|
+
},
|
|
41956
42084
|
"name": {
|
|
41957
42085
|
"description": "系列名称",
|
|
41958
42086
|
"type": "string"
|
|
@@ -43169,6 +43297,14 @@
|
|
|
43169
43297
|
],
|
|
43170
43298
|
"description": "图例配置"
|
|
43171
43299
|
},
|
|
43300
|
+
"media": {
|
|
43301
|
+
"description": "媒体查询配置",
|
|
43302
|
+
"items": {
|
|
43303
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
43304
|
+
},
|
|
43305
|
+
"since": "1.8.0",
|
|
43306
|
+
"type": "array"
|
|
43307
|
+
},
|
|
43172
43308
|
"name": {
|
|
43173
43309
|
"description": "系列名称",
|
|
43174
43310
|
"type": "string"
|
|
@@ -44218,6 +44354,14 @@
|
|
|
44218
44354
|
"description": "地图数据源",
|
|
44219
44355
|
"type": "string"
|
|
44220
44356
|
},
|
|
44357
|
+
"media": {
|
|
44358
|
+
"description": "媒体查询配置",
|
|
44359
|
+
"items": {
|
|
44360
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
44361
|
+
},
|
|
44362
|
+
"since": "1.8.0",
|
|
44363
|
+
"type": "array"
|
|
44364
|
+
},
|
|
44221
44365
|
"name": {
|
|
44222
44366
|
"description": "系列名称",
|
|
44223
44367
|
"type": "string"
|
|
@@ -45962,6 +46106,106 @@
|
|
|
45962
46106
|
],
|
|
45963
46107
|
"type": "object"
|
|
45964
46108
|
},
|
|
46109
|
+
"IMediaQueryAction<any>": {
|
|
46110
|
+
"description": "命中媒体查询条件之后的动作",
|
|
46111
|
+
"properties": {
|
|
46112
|
+
"filter": {
|
|
46113
|
+
"anyOf": [
|
|
46114
|
+
{
|
|
46115
|
+
"$ref": "#/definitions/Partial<any>"
|
|
46116
|
+
},
|
|
46117
|
+
{
|
|
46118
|
+
"typeof": "function"
|
|
46119
|
+
},
|
|
46120
|
+
{
|
|
46121
|
+
"items": {
|
|
46122
|
+
"$ref": "#/definitions/MediaQueryActionFilter<any>"
|
|
46123
|
+
},
|
|
46124
|
+
"type": "array"
|
|
46125
|
+
}
|
|
46126
|
+
],
|
|
46127
|
+
"description": "元素过滤器\n(如果不配置,则匹配 filterType 对应的所有元素)\n\n有两种配置类型:\n- 配置为元素 spec 的一部分,在过滤图表元素时基于此 spec 进行模糊匹配\n- 配置为函数回调,依次决定当前 filterType 类型下的每个元素实例是否被匹配"
|
|
46128
|
+
},
|
|
46129
|
+
"filterType": {
|
|
46130
|
+
"$ref": "#/definitions/MediaQueryActionFilterType",
|
|
46131
|
+
"default": "'chart'",
|
|
46132
|
+
"description": "元素过滤器类型\n(规定 filter 需要过滤的元素类型,以及新 spec 对应的元素类型)"
|
|
46133
|
+
},
|
|
46134
|
+
"forceAppend": {
|
|
46135
|
+
"default": false,
|
|
46136
|
+
"description": "元素过滤器匹配不到图表元素时,是否将新 spec 作为新的图表元素添加到图表\n(filterType 为 'chart' 时该配置失效)",
|
|
46137
|
+
"type": "boolean"
|
|
46138
|
+
},
|
|
46139
|
+
"spec": {
|
|
46140
|
+
"anyOf": [
|
|
46141
|
+
{
|
|
46142
|
+
"$ref": "#/definitions/Partial<any>"
|
|
46143
|
+
},
|
|
46144
|
+
{
|
|
46145
|
+
"typeof": "function"
|
|
46146
|
+
}
|
|
46147
|
+
],
|
|
46148
|
+
"description": "需要应用的新 spec\n- 如果元素过滤器匹配到了某些图表元素,新 spec 将依次合并到这些元素\n- 如果元素过滤器没有匹配到任何图表元素,新 spec 可能会作为新的图表元素添加到图表(forceAppend 为 true 的情况)。\n\n有两种配置类型:\n- 直接指定新 spec\n- 使用回调的方式返回新 spec"
|
|
46149
|
+
}
|
|
46150
|
+
},
|
|
46151
|
+
"required": [
|
|
46152
|
+
"spec"
|
|
46153
|
+
],
|
|
46154
|
+
"type": "object"
|
|
46155
|
+
},
|
|
46156
|
+
"IMediaQueryCondition": {
|
|
46157
|
+
"description": "媒体查询条件,多个属性之间为“且”关系",
|
|
46158
|
+
"properties": {
|
|
46159
|
+
"maxHeight": {
|
|
46160
|
+
"description": "最大图表高度",
|
|
46161
|
+
"type": "number"
|
|
46162
|
+
},
|
|
46163
|
+
"maxWidth": {
|
|
46164
|
+
"description": "最大图表宽度",
|
|
46165
|
+
"type": "number"
|
|
46166
|
+
},
|
|
46167
|
+
"minHeight": {
|
|
46168
|
+
"description": "最小图表高度",
|
|
46169
|
+
"type": "number"
|
|
46170
|
+
},
|
|
46171
|
+
"minWidth": {
|
|
46172
|
+
"description": "最小图表宽度",
|
|
46173
|
+
"type": "number"
|
|
46174
|
+
},
|
|
46175
|
+
"onResize": {
|
|
46176
|
+
"typeof": "function"
|
|
46177
|
+
}
|
|
46178
|
+
},
|
|
46179
|
+
"type": "object"
|
|
46180
|
+
},
|
|
46181
|
+
"IMediaQueryItem": {
|
|
46182
|
+
"description": "媒体查询配置(表示一项查询)",
|
|
46183
|
+
"properties": {
|
|
46184
|
+
"action": {
|
|
46185
|
+
"anyOf": [
|
|
46186
|
+
{
|
|
46187
|
+
"$ref": "#/definitions/IMediaQueryAction<any>"
|
|
46188
|
+
},
|
|
46189
|
+
{
|
|
46190
|
+
"items": {
|
|
46191
|
+
"$ref": "#/definitions/IMediaQueryAction<any>"
|
|
46192
|
+
},
|
|
46193
|
+
"type": "array"
|
|
46194
|
+
}
|
|
46195
|
+
],
|
|
46196
|
+
"description": "命中媒体查询条件之后的动作"
|
|
46197
|
+
},
|
|
46198
|
+
"query": {
|
|
46199
|
+
"$ref": "#/definitions/IMediaQueryCondition",
|
|
46200
|
+
"description": "媒体查询条件"
|
|
46201
|
+
}
|
|
46202
|
+
},
|
|
46203
|
+
"required": [
|
|
46204
|
+
"action",
|
|
46205
|
+
"query"
|
|
46206
|
+
],
|
|
46207
|
+
"type": "object"
|
|
46208
|
+
},
|
|
45965
46209
|
"IMorphSeriesSpec": {
|
|
45966
46210
|
"properties": {
|
|
45967
46211
|
"enable": {
|
|
@@ -47009,6 +47253,14 @@
|
|
|
47009
47253
|
],
|
|
47010
47254
|
"description": "图例配置"
|
|
47011
47255
|
},
|
|
47256
|
+
"media": {
|
|
47257
|
+
"description": "媒体查询配置",
|
|
47258
|
+
"items": {
|
|
47259
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
47260
|
+
},
|
|
47261
|
+
"since": "1.8.0",
|
|
47262
|
+
"type": "array"
|
|
47263
|
+
},
|
|
47012
47264
|
"minAngle": {
|
|
47013
47265
|
"default": 0,
|
|
47014
47266
|
"description": "最小的扇区角度(0 ~ 360),用于防止某个值过小导致扇区太小影响交互。",
|
|
@@ -47537,6 +47789,14 @@
|
|
|
47537
47789
|
],
|
|
47538
47790
|
"description": "图例配置"
|
|
47539
47791
|
},
|
|
47792
|
+
"media": {
|
|
47793
|
+
"description": "媒体查询配置",
|
|
47794
|
+
"items": {
|
|
47795
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
47796
|
+
},
|
|
47797
|
+
"since": "1.8.0",
|
|
47798
|
+
"type": "array"
|
|
47799
|
+
},
|
|
47540
47800
|
"minAngle": {
|
|
47541
47801
|
"default": 0,
|
|
47542
47802
|
"description": "最小的扇区角度(0 ~ 360),用于防止某个值过小导致扇区太小影响交互。",
|
|
@@ -50506,6 +50766,14 @@
|
|
|
50506
50766
|
"since": "1.6.0",
|
|
50507
50767
|
"type": "boolean"
|
|
50508
50768
|
},
|
|
50769
|
+
"media": {
|
|
50770
|
+
"description": "媒体查询配置",
|
|
50771
|
+
"items": {
|
|
50772
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
50773
|
+
},
|
|
50774
|
+
"since": "1.8.0",
|
|
50775
|
+
"type": "array"
|
|
50776
|
+
},
|
|
50509
50777
|
"name": {
|
|
50510
50778
|
"description": "系列名称",
|
|
50511
50779
|
"type": "string"
|
|
@@ -51716,6 +51984,14 @@
|
|
|
51716
51984
|
"maxField": {
|
|
51717
51985
|
"type": "string"
|
|
51718
51986
|
},
|
|
51987
|
+
"media": {
|
|
51988
|
+
"description": "媒体查询配置",
|
|
51989
|
+
"items": {
|
|
51990
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
51991
|
+
},
|
|
51992
|
+
"since": "1.8.0",
|
|
51993
|
+
"type": "array"
|
|
51994
|
+
},
|
|
51719
51995
|
"minField": {
|
|
51720
51996
|
"description": "数据字段配置",
|
|
51721
51997
|
"type": "string"
|
|
@@ -52911,6 +53187,14 @@
|
|
|
52911
53187
|
"maxField": {
|
|
52912
53188
|
"type": "string"
|
|
52913
53189
|
},
|
|
53190
|
+
"media": {
|
|
53191
|
+
"description": "媒体查询配置",
|
|
53192
|
+
"items": {
|
|
53193
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
53194
|
+
},
|
|
53195
|
+
"since": "1.8.0",
|
|
53196
|
+
"type": "array"
|
|
53197
|
+
},
|
|
52914
53198
|
"minField": {
|
|
52915
53199
|
"description": "数据字段配置",
|
|
52916
53200
|
"type": "string"
|
|
@@ -54094,6 +54378,14 @@
|
|
|
54094
54378
|
"maxField": {
|
|
54095
54379
|
"type": "string"
|
|
54096
54380
|
},
|
|
54381
|
+
"media": {
|
|
54382
|
+
"description": "媒体查询配置",
|
|
54383
|
+
"items": {
|
|
54384
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
54385
|
+
},
|
|
54386
|
+
"since": "1.8.0",
|
|
54387
|
+
"type": "array"
|
|
54388
|
+
},
|
|
54097
54389
|
"minField": {
|
|
54098
54390
|
"description": "数据字段配置",
|
|
54099
54391
|
"type": "string"
|
|
@@ -55822,6 +56114,14 @@
|
|
|
55822
56114
|
],
|
|
55823
56115
|
"description": "图例配置"
|
|
55824
56116
|
},
|
|
56117
|
+
"media": {
|
|
56118
|
+
"description": "媒体查询配置",
|
|
56119
|
+
"items": {
|
|
56120
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
56121
|
+
},
|
|
56122
|
+
"since": "1.8.0",
|
|
56123
|
+
"type": "array"
|
|
56124
|
+
},
|
|
55825
56125
|
"name": {
|
|
55826
56126
|
"description": "系列名称",
|
|
55827
56127
|
"type": "string"
|
|
@@ -56898,6 +57198,14 @@
|
|
|
56898
57198
|
],
|
|
56899
57199
|
"description": "link宽度,单位px"
|
|
56900
57200
|
},
|
|
57201
|
+
"media": {
|
|
57202
|
+
"description": "媒体查询配置",
|
|
57203
|
+
"items": {
|
|
57204
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
57205
|
+
},
|
|
57206
|
+
"since": "1.8.0",
|
|
57207
|
+
"type": "array"
|
|
57208
|
+
},
|
|
56901
57209
|
"minLinkHeight": {
|
|
56902
57210
|
"description": "数据不为零或空时边的最小大小\n - 这个配置可以用来避免数据太小的时候看不到太细的链接\n - 建议小于5px\n - 当同时指定 `minNodeHeight` 和 `minLinkHeight` 两个选项时,此选项应小于 `minNodeHeight`",
|
|
56903
57211
|
"type": "number"
|
|
@@ -57971,6 +58279,14 @@
|
|
|
57971
58279
|
],
|
|
57972
58280
|
"description": "参考点配置"
|
|
57973
58281
|
},
|
|
58282
|
+
"media": {
|
|
58283
|
+
"description": "媒体查询配置",
|
|
58284
|
+
"items": {
|
|
58285
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
58286
|
+
},
|
|
58287
|
+
"since": "1.8.0",
|
|
58288
|
+
"type": "array"
|
|
58289
|
+
},
|
|
57974
58290
|
"name": {
|
|
57975
58291
|
"description": "系列名称",
|
|
57976
58292
|
"type": "string"
|
|
@@ -59223,6 +59539,14 @@
|
|
|
59223
59539
|
],
|
|
59224
59540
|
"description": "图例配置"
|
|
59225
59541
|
},
|
|
59542
|
+
"media": {
|
|
59543
|
+
"description": "媒体查询配置",
|
|
59544
|
+
"items": {
|
|
59545
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
59546
|
+
},
|
|
59547
|
+
"since": "1.8.0",
|
|
59548
|
+
"type": "array"
|
|
59549
|
+
},
|
|
59226
59550
|
"padding": {
|
|
59227
59551
|
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
59228
59552
|
"description": "图表整体 padding 设置"
|
|
@@ -61164,6 +61488,14 @@
|
|
|
61164
61488
|
],
|
|
61165
61489
|
"description": "图例配置"
|
|
61166
61490
|
},
|
|
61491
|
+
"media": {
|
|
61492
|
+
"description": "媒体查询配置",
|
|
61493
|
+
"items": {
|
|
61494
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
61495
|
+
},
|
|
61496
|
+
"since": "1.8.0",
|
|
61497
|
+
"type": "array"
|
|
61498
|
+
},
|
|
61167
61499
|
"name": {
|
|
61168
61500
|
"description": "系列名称",
|
|
61169
61501
|
"type": "string"
|
|
@@ -63947,6 +64279,14 @@
|
|
|
63947
64279
|
"description": "当节点在层次数据中的深度大于 maxDepth 时,节点将不会被显示",
|
|
63948
64280
|
"type": "number"
|
|
63949
64281
|
},
|
|
64282
|
+
"media": {
|
|
64283
|
+
"description": "媒体查询配置",
|
|
64284
|
+
"items": {
|
|
64285
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
64286
|
+
},
|
|
64287
|
+
"since": "1.8.0",
|
|
64288
|
+
"type": "array"
|
|
64289
|
+
},
|
|
63950
64290
|
"minChildrenVisibleArea": {
|
|
63951
64291
|
"anyOf": [
|
|
63952
64292
|
{
|
|
@@ -66717,6 +67057,14 @@
|
|
|
66717
67057
|
],
|
|
66718
67058
|
"description": "参考点配置"
|
|
66719
67059
|
},
|
|
67060
|
+
"media": {
|
|
67061
|
+
"description": "媒体查询配置",
|
|
67062
|
+
"items": {
|
|
67063
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
67064
|
+
},
|
|
67065
|
+
"since": "1.8.0",
|
|
67066
|
+
"type": "array"
|
|
67067
|
+
},
|
|
66720
67068
|
"name": {
|
|
66721
67069
|
"description": "系列名称",
|
|
66722
67070
|
"type": "string"
|
|
@@ -67967,6 +68315,14 @@
|
|
|
67967
68315
|
"description": "词云形状",
|
|
67968
68316
|
"type": "string"
|
|
67969
68317
|
},
|
|
68318
|
+
"media": {
|
|
68319
|
+
"description": "媒体查询配置",
|
|
68320
|
+
"items": {
|
|
68321
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
68322
|
+
},
|
|
68323
|
+
"since": "1.8.0",
|
|
68324
|
+
"type": "array"
|
|
68325
|
+
},
|
|
67970
68326
|
"name": {
|
|
67971
68327
|
"description": "系列名称",
|
|
67972
68328
|
"type": "string"
|
|
@@ -68864,6 +69220,14 @@
|
|
|
68864
69220
|
"description": "词云形状",
|
|
68865
69221
|
"type": "string"
|
|
68866
69222
|
},
|
|
69223
|
+
"media": {
|
|
69224
|
+
"description": "媒体查询配置",
|
|
69225
|
+
"items": {
|
|
69226
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
69227
|
+
},
|
|
69228
|
+
"since": "1.8.0",
|
|
69229
|
+
"type": "array"
|
|
69230
|
+
},
|
|
68867
69231
|
"name": {
|
|
68868
69232
|
"description": "系列名称",
|
|
68869
69233
|
"type": "string"
|
|
@@ -69577,7 +69941,7 @@
|
|
|
69577
69941
|
},
|
|
69578
69942
|
"Map<Function,(...args:any[])=>void>": {
|
|
69579
69943
|
"properties": {
|
|
69580
|
-
"__@toStringTag@
|
|
69944
|
+
"__@toStringTag@12589": {
|
|
69581
69945
|
"type": "string"
|
|
69582
69946
|
},
|
|
69583
69947
|
"size": {
|
|
@@ -69585,14 +69949,14 @@
|
|
|
69585
69949
|
}
|
|
69586
69950
|
},
|
|
69587
69951
|
"required": [
|
|
69588
|
-
"__@toStringTag@
|
|
69952
|
+
"__@toStringTag@12589",
|
|
69589
69953
|
"size"
|
|
69590
69954
|
],
|
|
69591
69955
|
"type": "object"
|
|
69592
69956
|
},
|
|
69593
69957
|
"Map<number,IGraphicPicker>": {
|
|
69594
69958
|
"properties": {
|
|
69595
|
-
"__@toStringTag@
|
|
69959
|
+
"__@toStringTag@12589": {
|
|
69596
69960
|
"type": "string"
|
|
69597
69961
|
},
|
|
69598
69962
|
"size": {
|
|
@@ -69600,14 +69964,14 @@
|
|
|
69600
69964
|
}
|
|
69601
69965
|
},
|
|
69602
69966
|
"required": [
|
|
69603
|
-
"__@toStringTag@
|
|
69967
|
+
"__@toStringTag@12589",
|
|
69604
69968
|
"size"
|
|
69605
69969
|
],
|
|
69606
69970
|
"type": "object"
|
|
69607
69971
|
},
|
|
69608
69972
|
"Map<number,IGraphicRender>": {
|
|
69609
69973
|
"properties": {
|
|
69610
|
-
"__@toStringTag@
|
|
69974
|
+
"__@toStringTag@12589": {
|
|
69611
69975
|
"type": "string"
|
|
69612
69976
|
},
|
|
69613
69977
|
"size": {
|
|
@@ -69615,14 +69979,14 @@
|
|
|
69615
69979
|
}
|
|
69616
69980
|
},
|
|
69617
69981
|
"required": [
|
|
69618
|
-
"__@toStringTag@
|
|
69982
|
+
"__@toStringTag@12589",
|
|
69619
69983
|
"size"
|
|
69620
69984
|
],
|
|
69621
69985
|
"type": "object"
|
|
69622
69986
|
},
|
|
69623
69987
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
69624
69988
|
"properties": {
|
|
69625
|
-
"__@toStringTag@
|
|
69989
|
+
"__@toStringTag@12589": {
|
|
69626
69990
|
"type": "string"
|
|
69627
69991
|
},
|
|
69628
69992
|
"size": {
|
|
@@ -69630,14 +69994,14 @@
|
|
|
69630
69994
|
}
|
|
69631
69995
|
},
|
|
69632
69996
|
"required": [
|
|
69633
|
-
"__@toStringTag@
|
|
69997
|
+
"__@toStringTag@12589",
|
|
69634
69998
|
"size"
|
|
69635
69999
|
],
|
|
69636
70000
|
"type": "object"
|
|
69637
70001
|
},
|
|
69638
70002
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
69639
70003
|
"properties": {
|
|
69640
|
-
"__@toStringTag@
|
|
70004
|
+
"__@toStringTag@12589": {
|
|
69641
70005
|
"type": "string"
|
|
69642
70006
|
},
|
|
69643
70007
|
"size": {
|
|
@@ -69645,14 +70009,14 @@
|
|
|
69645
70009
|
}
|
|
69646
70010
|
},
|
|
69647
70011
|
"required": [
|
|
69648
|
-
"__@toStringTag@
|
|
70012
|
+
"__@toStringTag@12589",
|
|
69649
70013
|
"size"
|
|
69650
70014
|
],
|
|
69651
70015
|
"type": "object"
|
|
69652
70016
|
},
|
|
69653
70017
|
"Map<string,any>": {
|
|
69654
70018
|
"properties": {
|
|
69655
|
-
"__@toStringTag@
|
|
70019
|
+
"__@toStringTag@12589": {
|
|
69656
70020
|
"type": "string"
|
|
69657
70021
|
},
|
|
69658
70022
|
"size": {
|
|
@@ -69660,14 +70024,14 @@
|
|
|
69660
70024
|
}
|
|
69661
70025
|
},
|
|
69662
70026
|
"required": [
|
|
69663
|
-
"__@toStringTag@
|
|
70027
|
+
"__@toStringTag@12589",
|
|
69664
70028
|
"size"
|
|
69665
70029
|
],
|
|
69666
70030
|
"type": "object"
|
|
69667
70031
|
},
|
|
69668
70032
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
69669
70033
|
"properties": {
|
|
69670
|
-
"__@toStringTag@
|
|
70034
|
+
"__@toStringTag@12589": {
|
|
69671
70035
|
"type": "string"
|
|
69672
70036
|
},
|
|
69673
70037
|
"size": {
|
|
@@ -69675,14 +70039,14 @@
|
|
|
69675
70039
|
}
|
|
69676
70040
|
},
|
|
69677
70041
|
"required": [
|
|
69678
|
-
"__@toStringTag@
|
|
70042
|
+
"__@toStringTag@12589",
|
|
69679
70043
|
"size"
|
|
69680
70044
|
],
|
|
69681
70045
|
"type": "object"
|
|
69682
70046
|
},
|
|
69683
70047
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
69684
70048
|
"properties": {
|
|
69685
|
-
"__@toStringTag@
|
|
70049
|
+
"__@toStringTag@12589": {
|
|
69686
70050
|
"type": "string"
|
|
69687
70051
|
},
|
|
69688
70052
|
"size": {
|
|
@@ -69690,14 +70054,14 @@
|
|
|
69690
70054
|
}
|
|
69691
70055
|
},
|
|
69692
70056
|
"required": [
|
|
69693
|
-
"__@toStringTag@
|
|
70057
|
+
"__@toStringTag@12589",
|
|
69694
70058
|
"size"
|
|
69695
70059
|
],
|
|
69696
70060
|
"type": "object"
|
|
69697
70061
|
},
|
|
69698
70062
|
"Map<string|number,IAnimate>": {
|
|
69699
70063
|
"properties": {
|
|
69700
|
-
"__@toStringTag@
|
|
70064
|
+
"__@toStringTag@12589": {
|
|
69701
70065
|
"type": "string"
|
|
69702
70066
|
},
|
|
69703
70067
|
"size": {
|
|
@@ -69705,7 +70069,7 @@
|
|
|
69705
70069
|
}
|
|
69706
70070
|
},
|
|
69707
70071
|
"required": [
|
|
69708
|
-
"__@toStringTag@
|
|
70072
|
+
"__@toStringTag@12589",
|
|
69709
70073
|
"size"
|
|
69710
70074
|
],
|
|
69711
70075
|
"type": "object"
|
|
@@ -69812,6 +70176,109 @@
|
|
|
69812
70176
|
],
|
|
69813
70177
|
"type": "object"
|
|
69814
70178
|
},
|
|
70179
|
+
"MediaQueryActionFilter<any>": {
|
|
70180
|
+
"anyOf": [
|
|
70181
|
+
{
|
|
70182
|
+
"$ref": "#/definitions/Partial<any>"
|
|
70183
|
+
},
|
|
70184
|
+
{
|
|
70185
|
+
"typeof": "function"
|
|
70186
|
+
}
|
|
70187
|
+
],
|
|
70188
|
+
"description": "元素过滤器\n\n有两种配置类型:\n- 配置为元素 spec 的一部分,在过滤图表元素时基于此 spec 进行模糊匹配\n- 配置为函数回调,依次决定当前 filterType 类型下的每个元素实例是否被匹配"
|
|
70189
|
+
},
|
|
70190
|
+
"MediaQueryActionFilterType": {
|
|
70191
|
+
"description": "元素过滤器类型",
|
|
70192
|
+
"enum": [
|
|
70193
|
+
"animationThreshold",
|
|
70194
|
+
"area",
|
|
70195
|
+
"autoFit",
|
|
70196
|
+
"axes",
|
|
70197
|
+
"background",
|
|
70198
|
+
"bar",
|
|
70199
|
+
"bar3d",
|
|
70200
|
+
"boxPlot",
|
|
70201
|
+
"brush",
|
|
70202
|
+
"cartesianAxis",
|
|
70203
|
+
"cartesianAxis-band",
|
|
70204
|
+
"cartesianAxis-linear",
|
|
70205
|
+
"cartesianAxis-log",
|
|
70206
|
+
"cartesianAxis-symlog",
|
|
70207
|
+
"cartesianAxis-time",
|
|
70208
|
+
"cartesianCrosshair",
|
|
70209
|
+
"chart",
|
|
70210
|
+
"circlePacking",
|
|
70211
|
+
"circularProgress",
|
|
70212
|
+
"color",
|
|
70213
|
+
"colorLegend",
|
|
70214
|
+
"continuousLegend",
|
|
70215
|
+
"correlation",
|
|
70216
|
+
"crosshair",
|
|
70217
|
+
"customMark",
|
|
70218
|
+
"data",
|
|
70219
|
+
"dataZoom",
|
|
70220
|
+
"discreteLegend",
|
|
70221
|
+
"dot",
|
|
70222
|
+
"funnel",
|
|
70223
|
+
"funnel3d",
|
|
70224
|
+
"gauge",
|
|
70225
|
+
"gaugePointer",
|
|
70226
|
+
"geo",
|
|
70227
|
+
"geoCoordinate",
|
|
70228
|
+
"heatmap",
|
|
70229
|
+
"height",
|
|
70230
|
+
"hover",
|
|
70231
|
+
"indicator",
|
|
70232
|
+
"label",
|
|
70233
|
+
"layout",
|
|
70234
|
+
"legends",
|
|
70235
|
+
"line",
|
|
70236
|
+
"linearProgress",
|
|
70237
|
+
"link",
|
|
70238
|
+
"map",
|
|
70239
|
+
"mapLabel",
|
|
70240
|
+
"markArea",
|
|
70241
|
+
"markLine",
|
|
70242
|
+
"markPoint",
|
|
70243
|
+
"media",
|
|
70244
|
+
"padding",
|
|
70245
|
+
"pie",
|
|
70246
|
+
"pie3d",
|
|
70247
|
+
"player",
|
|
70248
|
+
"polarAxis",
|
|
70249
|
+
"polarAxis-band",
|
|
70250
|
+
"polarAxis-linear",
|
|
70251
|
+
"polarCrosshair",
|
|
70252
|
+
"poptip",
|
|
70253
|
+
"radar",
|
|
70254
|
+
"rangeArea",
|
|
70255
|
+
"rangeColumn",
|
|
70256
|
+
"rangeColumn3d",
|
|
70257
|
+
"region",
|
|
70258
|
+
"rose",
|
|
70259
|
+
"sankey",
|
|
70260
|
+
"scales",
|
|
70261
|
+
"scatter",
|
|
70262
|
+
"scrollBar",
|
|
70263
|
+
"select",
|
|
70264
|
+
"series",
|
|
70265
|
+
"seriesStyle",
|
|
70266
|
+
"sizeLegend",
|
|
70267
|
+
"stackInverse",
|
|
70268
|
+
"sunburst",
|
|
70269
|
+
"theme",
|
|
70270
|
+
"title",
|
|
70271
|
+
"tooltip",
|
|
70272
|
+
"totalLabel",
|
|
70273
|
+
"treemap",
|
|
70274
|
+
"type",
|
|
70275
|
+
"waterfall",
|
|
70276
|
+
"width",
|
|
70277
|
+
"wordCloud",
|
|
70278
|
+
"wordCloud3d"
|
|
70279
|
+
],
|
|
70280
|
+
"type": "string"
|
|
70281
|
+
},
|
|
69815
70282
|
"MediaSession": {
|
|
69816
70283
|
"properties": {
|
|
69817
70284
|
"metadata": {
|
|
@@ -83051,6 +83518,14 @@
|
|
|
83051
83518
|
],
|
|
83052
83519
|
"description": "图例配置"
|
|
83053
83520
|
},
|
|
83521
|
+
"media": {
|
|
83522
|
+
"description": "媒体查询配置",
|
|
83523
|
+
"items": {
|
|
83524
|
+
"$ref": "#/definitions/IMediaQueryItem"
|
|
83525
|
+
},
|
|
83526
|
+
"since": "1.8.0",
|
|
83527
|
+
"type": "array"
|
|
83528
|
+
},
|
|
83054
83529
|
"padding": {
|
|
83055
83530
|
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
83056
83531
|
"description": "图表整体 padding 设置"
|
|
@@ -85407,6 +85882,9 @@
|
|
|
85407
85882
|
"Partial<Record<string,false|IAnimationConfig|IAnimationConfig[]>>": {
|
|
85408
85883
|
"type": "object"
|
|
85409
85884
|
},
|
|
85885
|
+
"Partial<any>": {
|
|
85886
|
+
"type": "object"
|
|
85887
|
+
},
|
|
85410
85888
|
"Performance": {
|
|
85411
85889
|
"properties": {
|
|
85412
85890
|
"eventCounts": {
|
|
@@ -85802,34 +86280,34 @@
|
|
|
85802
86280
|
},
|
|
85803
86281
|
"Promise<FontFaceSet>": {
|
|
85804
86282
|
"properties": {
|
|
85805
|
-
"__@toStringTag@
|
|
86283
|
+
"__@toStringTag@12589": {
|
|
85806
86284
|
"type": "string"
|
|
85807
86285
|
}
|
|
85808
86286
|
},
|
|
85809
86287
|
"required": [
|
|
85810
|
-
"__@toStringTag@
|
|
86288
|
+
"__@toStringTag@12589"
|
|
85811
86289
|
],
|
|
85812
86290
|
"type": "object"
|
|
85813
86291
|
},
|
|
85814
86292
|
"Promise<ServiceWorkerRegistration>": {
|
|
85815
86293
|
"properties": {
|
|
85816
|
-
"__@toStringTag@
|
|
86294
|
+
"__@toStringTag@12589": {
|
|
85817
86295
|
"type": "string"
|
|
85818
86296
|
}
|
|
85819
86297
|
},
|
|
85820
86298
|
"required": [
|
|
85821
|
-
"__@toStringTag@
|
|
86299
|
+
"__@toStringTag@12589"
|
|
85822
86300
|
],
|
|
85823
86301
|
"type": "object"
|
|
85824
86302
|
},
|
|
85825
86303
|
"Promise<any>": {
|
|
85826
86304
|
"properties": {
|
|
85827
|
-
"__@toStringTag@
|
|
86305
|
+
"__@toStringTag@12589": {
|
|
85828
86306
|
"type": "string"
|
|
85829
86307
|
}
|
|
85830
86308
|
},
|
|
85831
86309
|
"required": [
|
|
85832
|
-
"__@toStringTag@
|
|
86310
|
+
"__@toStringTag@12589"
|
|
85833
86311
|
],
|
|
85834
86312
|
"type": "object"
|
|
85835
86313
|
},
|