@visactor/vchart-schema 1.12.10 → 1.12.12-alpha.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/package.json +1 -1
- package/vchart.json +350 -34
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -19591,6 +19591,10 @@
|
|
|
19591
19591
|
}
|
|
19592
19592
|
],
|
|
19593
19593
|
"description": "z轴字段\n用于3d散点图等"
|
|
19594
|
+
},
|
|
19595
|
+
"zIndex": {
|
|
19596
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
19597
|
+
"type": "number"
|
|
19594
19598
|
}
|
|
19595
19599
|
},
|
|
19596
19600
|
"required": [
|
|
@@ -20301,6 +20305,10 @@
|
|
|
20301
20305
|
}
|
|
20302
20306
|
],
|
|
20303
20307
|
"description": "z轴字段\n用于3d散点图等"
|
|
20308
|
+
},
|
|
20309
|
+
"zIndex": {
|
|
20310
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
20311
|
+
"type": "number"
|
|
20304
20312
|
}
|
|
20305
20313
|
},
|
|
20306
20314
|
"required": [
|
|
@@ -21702,6 +21710,10 @@
|
|
|
21702
21710
|
}
|
|
21703
21711
|
],
|
|
21704
21712
|
"description": "z轴字段\n用于3d散点图等"
|
|
21713
|
+
},
|
|
21714
|
+
"zIndex": {
|
|
21715
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
21716
|
+
"type": "number"
|
|
21705
21717
|
}
|
|
21706
21718
|
},
|
|
21707
21719
|
"required": [
|
|
@@ -22887,6 +22899,10 @@
|
|
|
22887
22899
|
}
|
|
22888
22900
|
],
|
|
22889
22901
|
"description": "z轴字段\n用于3d散点图等"
|
|
22902
|
+
},
|
|
22903
|
+
"zIndex": {
|
|
22904
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
22905
|
+
"type": "number"
|
|
22890
22906
|
}
|
|
22891
22907
|
},
|
|
22892
22908
|
"required": [
|
|
@@ -23299,6 +23315,10 @@
|
|
|
23299
23315
|
}
|
|
23300
23316
|
],
|
|
23301
23317
|
"description": "z轴字段\n用于3d散点图等"
|
|
23318
|
+
},
|
|
23319
|
+
"zIndex": {
|
|
23320
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
23321
|
+
"type": "number"
|
|
23302
23322
|
}
|
|
23303
23323
|
},
|
|
23304
23324
|
"required": [
|
|
@@ -24619,6 +24639,10 @@
|
|
|
24619
24639
|
}
|
|
24620
24640
|
],
|
|
24621
24641
|
"description": "z轴字段\n用于3d散点图等"
|
|
24642
|
+
},
|
|
24643
|
+
"zIndex": {
|
|
24644
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
24645
|
+
"type": "number"
|
|
24622
24646
|
}
|
|
24623
24647
|
},
|
|
24624
24648
|
"required": [
|
|
@@ -25179,6 +25203,10 @@
|
|
|
25179
25203
|
}
|
|
25180
25204
|
],
|
|
25181
25205
|
"description": "z轴字段\n用于3d散点图等"
|
|
25206
|
+
},
|
|
25207
|
+
"zIndex": {
|
|
25208
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
25209
|
+
"type": "number"
|
|
25182
25210
|
}
|
|
25183
25211
|
},
|
|
25184
25212
|
"required": [
|
|
@@ -26367,6 +26395,10 @@
|
|
|
26367
26395
|
}
|
|
26368
26396
|
],
|
|
26369
26397
|
"description": "z轴字段\n用于3d散点图等"
|
|
26398
|
+
},
|
|
26399
|
+
"zIndex": {
|
|
26400
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
26401
|
+
"type": "number"
|
|
26370
26402
|
}
|
|
26371
26403
|
},
|
|
26372
26404
|
"required": [
|
|
@@ -27072,6 +27104,10 @@
|
|
|
27072
27104
|
"width": {
|
|
27073
27105
|
"description": "画布宽度",
|
|
27074
27106
|
"type": "number"
|
|
27107
|
+
},
|
|
27108
|
+
"zIndex": {
|
|
27109
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
27110
|
+
"type": "number"
|
|
27075
27111
|
}
|
|
27076
27112
|
},
|
|
27077
27113
|
"required": [
|
|
@@ -27347,6 +27383,10 @@
|
|
|
27347
27383
|
"valueField": {
|
|
27348
27384
|
"description": "权重字段",
|
|
27349
27385
|
"type": "string"
|
|
27386
|
+
},
|
|
27387
|
+
"zIndex": {
|
|
27388
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
27389
|
+
"type": "number"
|
|
27350
27390
|
}
|
|
27351
27391
|
},
|
|
27352
27392
|
"required": [
|
|
@@ -27943,6 +27983,10 @@
|
|
|
27943
27983
|
"width": {
|
|
27944
27984
|
"description": "画布宽度",
|
|
27945
27985
|
"type": "number"
|
|
27986
|
+
},
|
|
27987
|
+
"zIndex": {
|
|
27988
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
27989
|
+
"type": "number"
|
|
27946
27990
|
}
|
|
27947
27991
|
},
|
|
27948
27992
|
"required": [
|
|
@@ -28313,6 +28357,10 @@
|
|
|
28313
28357
|
}
|
|
28314
28358
|
],
|
|
28315
28359
|
"description": "数值字段"
|
|
28360
|
+
},
|
|
28361
|
+
"zIndex": {
|
|
28362
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
28363
|
+
"type": "number"
|
|
28316
28364
|
}
|
|
28317
28365
|
},
|
|
28318
28366
|
"required": [
|
|
@@ -31042,6 +31090,10 @@
|
|
|
31042
31090
|
"width": {
|
|
31043
31091
|
"description": "画布宽度",
|
|
31044
31092
|
"type": "number"
|
|
31093
|
+
},
|
|
31094
|
+
"zIndex": {
|
|
31095
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
31096
|
+
"type": "number"
|
|
31045
31097
|
}
|
|
31046
31098
|
},
|
|
31047
31099
|
"required": [
|
|
@@ -31390,6 +31442,10 @@
|
|
|
31390
31442
|
"valueField": {
|
|
31391
31443
|
"description": "相关性数据字段配置",
|
|
31392
31444
|
"type": "string"
|
|
31445
|
+
},
|
|
31446
|
+
"zIndex": {
|
|
31447
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
31448
|
+
"type": "number"
|
|
31393
31449
|
}
|
|
31394
31450
|
},
|
|
31395
31451
|
"required": [
|
|
@@ -33463,7 +33519,14 @@
|
|
|
33463
33519
|
"description": "模块的布局大小:高度"
|
|
33464
33520
|
},
|
|
33465
33521
|
"hover": {
|
|
33466
|
-
"
|
|
33522
|
+
"anyOf": [
|
|
33523
|
+
{
|
|
33524
|
+
"typeof": "function"
|
|
33525
|
+
},
|
|
33526
|
+
{
|
|
33527
|
+
"type": "boolean"
|
|
33528
|
+
}
|
|
33529
|
+
]
|
|
33467
33530
|
},
|
|
33468
33531
|
"html": {
|
|
33469
33532
|
"allOf": [
|
|
@@ -33962,7 +34025,14 @@
|
|
|
33962
34025
|
"type": "number"
|
|
33963
34026
|
},
|
|
33964
34027
|
"select": {
|
|
33965
|
-
"
|
|
34028
|
+
"anyOf": [
|
|
34029
|
+
{
|
|
34030
|
+
"typeof": "function"
|
|
34031
|
+
},
|
|
34032
|
+
{
|
|
34033
|
+
"type": "boolean"
|
|
34034
|
+
}
|
|
34035
|
+
]
|
|
33966
34036
|
},
|
|
33967
34037
|
"selectMode": {
|
|
33968
34038
|
"enum": [
|
|
@@ -34398,6 +34468,10 @@
|
|
|
34398
34468
|
}
|
|
34399
34469
|
],
|
|
34400
34470
|
"description": "z轴字段\n用于3d散点图等"
|
|
34471
|
+
},
|
|
34472
|
+
"zIndex": {
|
|
34473
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
34474
|
+
"type": "number"
|
|
34401
34475
|
}
|
|
34402
34476
|
},
|
|
34403
34477
|
"required": [
|
|
@@ -35690,6 +35764,10 @@
|
|
|
35690
35764
|
"width": {
|
|
35691
35765
|
"description": "画布宽度",
|
|
35692
35766
|
"type": "number"
|
|
35767
|
+
},
|
|
35768
|
+
"zIndex": {
|
|
35769
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
35770
|
+
"type": "number"
|
|
35693
35771
|
}
|
|
35694
35772
|
},
|
|
35695
35773
|
"required": [
|
|
@@ -36242,6 +36320,10 @@
|
|
|
36242
36320
|
"width": {
|
|
36243
36321
|
"description": "画布宽度",
|
|
36244
36322
|
"type": "number"
|
|
36323
|
+
},
|
|
36324
|
+
"zIndex": {
|
|
36325
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
36326
|
+
"type": "number"
|
|
36245
36327
|
}
|
|
36246
36328
|
},
|
|
36247
36329
|
"required": [
|
|
@@ -36993,6 +37075,10 @@
|
|
|
36993
37075
|
"valueField": {
|
|
36994
37076
|
"description": "数值字段",
|
|
36995
37077
|
"type": "string"
|
|
37078
|
+
},
|
|
37079
|
+
"zIndex": {
|
|
37080
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
37081
|
+
"type": "number"
|
|
36996
37082
|
}
|
|
36997
37083
|
},
|
|
36998
37084
|
"required": [
|
|
@@ -37649,6 +37735,10 @@
|
|
|
37649
37735
|
"width": {
|
|
37650
37736
|
"description": "画布宽度",
|
|
37651
37737
|
"type": "number"
|
|
37738
|
+
},
|
|
37739
|
+
"zIndex": {
|
|
37740
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
37741
|
+
"type": "number"
|
|
37652
37742
|
}
|
|
37653
37743
|
},
|
|
37654
37744
|
"required": [
|
|
@@ -38051,6 +38141,10 @@
|
|
|
38051
38141
|
}
|
|
38052
38142
|
],
|
|
38053
38143
|
"description": "数值字段(可影响指针角度)"
|
|
38144
|
+
},
|
|
38145
|
+
"zIndex": {
|
|
38146
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
38147
|
+
"type": "number"
|
|
38054
38148
|
}
|
|
38055
38149
|
},
|
|
38056
38150
|
"required": [
|
|
@@ -38505,6 +38599,10 @@
|
|
|
38505
38599
|
}
|
|
38506
38600
|
],
|
|
38507
38601
|
"description": "数值字段"
|
|
38602
|
+
},
|
|
38603
|
+
"zIndex": {
|
|
38604
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
38605
|
+
"type": "number"
|
|
38508
38606
|
}
|
|
38509
38607
|
},
|
|
38510
38608
|
"required": [
|
|
@@ -42405,6 +42503,10 @@
|
|
|
42405
42503
|
}
|
|
42406
42504
|
],
|
|
42407
42505
|
"description": "z轴字段\n用于3d散点图等"
|
|
42506
|
+
},
|
|
42507
|
+
"zIndex": {
|
|
42508
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
42509
|
+
"type": "number"
|
|
42408
42510
|
}
|
|
42409
42511
|
},
|
|
42410
42512
|
"required": [
|
|
@@ -42736,6 +42838,10 @@
|
|
|
42736
42838
|
}
|
|
42737
42839
|
],
|
|
42738
42840
|
"description": "z轴字段\n用于3d散点图等"
|
|
42841
|
+
},
|
|
42842
|
+
"zIndex": {
|
|
42843
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
42844
|
+
"type": "number"
|
|
42739
42845
|
}
|
|
42740
42846
|
},
|
|
42741
42847
|
"required": [
|
|
@@ -43950,6 +44056,10 @@
|
|
|
43950
44056
|
}
|
|
43951
44057
|
],
|
|
43952
44058
|
"description": "z轴字段\n用于3d散点图等"
|
|
44059
|
+
},
|
|
44060
|
+
"zIndex": {
|
|
44061
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
44062
|
+
"type": "number"
|
|
43953
44063
|
}
|
|
43954
44064
|
},
|
|
43955
44065
|
"required": [
|
|
@@ -45086,6 +45196,10 @@
|
|
|
45086
45196
|
}
|
|
45087
45197
|
],
|
|
45088
45198
|
"description": "z轴字段\n用于3d散点图等"
|
|
45199
|
+
},
|
|
45200
|
+
"zIndex": {
|
|
45201
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
45202
|
+
"type": "number"
|
|
45089
45203
|
}
|
|
45090
45204
|
},
|
|
45091
45205
|
"required": [
|
|
@@ -48319,6 +48433,10 @@
|
|
|
48319
48433
|
}
|
|
48320
48434
|
],
|
|
48321
48435
|
"description": "z轴字段\n用于3d散点图等"
|
|
48436
|
+
},
|
|
48437
|
+
"zIndex": {
|
|
48438
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
48439
|
+
"type": "number"
|
|
48322
48440
|
}
|
|
48323
48441
|
},
|
|
48324
48442
|
"required": [
|
|
@@ -48986,6 +49104,10 @@
|
|
|
48986
49104
|
}
|
|
48987
49105
|
],
|
|
48988
49106
|
"description": "z轴字段\n用于3d散点图等"
|
|
49107
|
+
},
|
|
49108
|
+
"zIndex": {
|
|
49109
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
49110
|
+
"type": "number"
|
|
48989
49111
|
}
|
|
48990
49112
|
},
|
|
48991
49113
|
"required": [
|
|
@@ -49586,6 +49708,10 @@
|
|
|
49586
49708
|
}
|
|
49587
49709
|
],
|
|
49588
49710
|
"description": "y轴字段\n因为存在 direction,运行双轴都为离散,连续。所以 yField 也可以像 xField 一样支持多维度"
|
|
49711
|
+
},
|
|
49712
|
+
"zIndex": {
|
|
49713
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
49714
|
+
"type": "number"
|
|
49589
49715
|
}
|
|
49590
49716
|
},
|
|
49591
49717
|
"required": [
|
|
@@ -49880,6 +50006,10 @@
|
|
|
49880
50006
|
}
|
|
49881
50007
|
],
|
|
49882
50008
|
"description": "y轴字段\n因为存在 direction,运行双轴都为离散,连续。所以 yField 也可以像 xField 一样支持多维度"
|
|
50009
|
+
},
|
|
50010
|
+
"zIndex": {
|
|
50011
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
50012
|
+
"type": "number"
|
|
49883
50013
|
}
|
|
49884
50014
|
},
|
|
49885
50015
|
"required": [
|
|
@@ -50138,6 +50268,10 @@
|
|
|
50138
50268
|
}
|
|
50139
50269
|
],
|
|
50140
50270
|
"description": "z轴字段\n用于3d散点图等"
|
|
50271
|
+
},
|
|
50272
|
+
"zIndex": {
|
|
50273
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
50274
|
+
"type": "number"
|
|
50141
50275
|
}
|
|
50142
50276
|
},
|
|
50143
50277
|
"required": [
|
|
@@ -51938,6 +52072,10 @@
|
|
|
51938
52072
|
"width": {
|
|
51939
52073
|
"description": "画布宽度",
|
|
51940
52074
|
"type": "number"
|
|
52075
|
+
},
|
|
52076
|
+
"zIndex": {
|
|
52077
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
52078
|
+
"type": "number"
|
|
51941
52079
|
}
|
|
51942
52080
|
},
|
|
51943
52081
|
"required": [
|
|
@@ -52251,6 +52389,10 @@
|
|
|
52251
52389
|
"valueField": {
|
|
52252
52390
|
"description": "值维度",
|
|
52253
52391
|
"type": "string"
|
|
52392
|
+
},
|
|
52393
|
+
"zIndex": {
|
|
52394
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
52395
|
+
"type": "number"
|
|
52254
52396
|
}
|
|
52255
52397
|
},
|
|
52256
52398
|
"required": [
|
|
@@ -56181,6 +56323,10 @@
|
|
|
56181
56323
|
"width": {
|
|
56182
56324
|
"description": "画布宽度",
|
|
56183
56325
|
"type": "number"
|
|
56326
|
+
},
|
|
56327
|
+
"zIndex": {
|
|
56328
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
56329
|
+
"type": "number"
|
|
56184
56330
|
}
|
|
56185
56331
|
},
|
|
56186
56332
|
"required": [
|
|
@@ -56799,6 +56945,10 @@
|
|
|
56799
56945
|
"width": {
|
|
56800
56946
|
"description": "画布宽度",
|
|
56801
56947
|
"type": "number"
|
|
56948
|
+
},
|
|
56949
|
+
"zIndex": {
|
|
56950
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
56951
|
+
"type": "number"
|
|
56802
56952
|
}
|
|
56803
56953
|
},
|
|
56804
56954
|
"required": [
|
|
@@ -57181,6 +57331,10 @@
|
|
|
57181
57331
|
"valueField": {
|
|
57182
57332
|
"description": "数值字段",
|
|
57183
57333
|
"type": "string"
|
|
57334
|
+
},
|
|
57335
|
+
"zIndex": {
|
|
57336
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
57337
|
+
"type": "number"
|
|
57184
57338
|
}
|
|
57185
57339
|
},
|
|
57186
57340
|
"required": [
|
|
@@ -59824,6 +59978,10 @@
|
|
|
59824
59978
|
"width": {
|
|
59825
59979
|
"description": "画布宽度",
|
|
59826
59980
|
"type": "number"
|
|
59981
|
+
},
|
|
59982
|
+
"zIndex": {
|
|
59983
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
59984
|
+
"type": "number"
|
|
59827
59985
|
}
|
|
59828
59986
|
},
|
|
59829
59987
|
"required": [
|
|
@@ -60220,6 +60378,10 @@
|
|
|
60220
60378
|
}
|
|
60221
60379
|
],
|
|
60222
60380
|
"description": "数值字段"
|
|
60381
|
+
},
|
|
60382
|
+
"zIndex": {
|
|
60383
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
60384
|
+
"type": "number"
|
|
60223
60385
|
}
|
|
60224
60386
|
},
|
|
60225
60387
|
"required": [
|
|
@@ -61408,6 +61570,10 @@
|
|
|
61408
61570
|
}
|
|
61409
61571
|
],
|
|
61410
61572
|
"description": "z轴字段\n用于3d散点图等"
|
|
61573
|
+
},
|
|
61574
|
+
"zIndex": {
|
|
61575
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
61576
|
+
"type": "number"
|
|
61411
61577
|
}
|
|
61412
61578
|
},
|
|
61413
61579
|
"required": [
|
|
@@ -61796,6 +61962,10 @@
|
|
|
61796
61962
|
}
|
|
61797
61963
|
],
|
|
61798
61964
|
"description": "z轴字段\n用于3d散点图等"
|
|
61965
|
+
},
|
|
61966
|
+
"zIndex": {
|
|
61967
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
61968
|
+
"type": "number"
|
|
61799
61969
|
}
|
|
61800
61970
|
},
|
|
61801
61971
|
"required": [
|
|
@@ -62946,6 +63116,10 @@
|
|
|
62946
63116
|
}
|
|
62947
63117
|
],
|
|
62948
63118
|
"description": "z轴字段\n用于3d散点图等"
|
|
63119
|
+
},
|
|
63120
|
+
"zIndex": {
|
|
63121
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
63122
|
+
"type": "number"
|
|
62949
63123
|
}
|
|
62950
63124
|
},
|
|
62951
63125
|
"required": [
|
|
@@ -63373,6 +63547,10 @@
|
|
|
63373
63547
|
}
|
|
63374
63548
|
],
|
|
63375
63549
|
"description": "z轴字段\n用于3d散点图等"
|
|
63550
|
+
},
|
|
63551
|
+
"zIndex": {
|
|
63552
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
63553
|
+
"type": "number"
|
|
63376
63554
|
}
|
|
63377
63555
|
},
|
|
63378
63556
|
"required": [
|
|
@@ -64525,6 +64703,10 @@
|
|
|
64525
64703
|
}
|
|
64526
64704
|
],
|
|
64527
64705
|
"description": "z轴字段\n用于3d散点图等"
|
|
64706
|
+
},
|
|
64707
|
+
"zIndex": {
|
|
64708
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
64709
|
+
"type": "number"
|
|
64528
64710
|
}
|
|
64529
64711
|
},
|
|
64530
64712
|
"required": [
|
|
@@ -64953,6 +65135,10 @@
|
|
|
64953
65135
|
}
|
|
64954
65136
|
],
|
|
64955
65137
|
"description": "z轴字段\n用于3d散点图等"
|
|
65138
|
+
},
|
|
65139
|
+
"zIndex": {
|
|
65140
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
65141
|
+
"type": "number"
|
|
64956
65142
|
}
|
|
64957
65143
|
},
|
|
64958
65144
|
"required": [
|
|
@@ -66381,6 +66567,10 @@
|
|
|
66381
66567
|
"width": {
|
|
66382
66568
|
"description": "画布宽度",
|
|
66383
66569
|
"type": "number"
|
|
66570
|
+
},
|
|
66571
|
+
"zIndex": {
|
|
66572
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
66573
|
+
"type": "number"
|
|
66384
66574
|
}
|
|
66385
66575
|
},
|
|
66386
66576
|
"required": [
|
|
@@ -66721,6 +66911,10 @@
|
|
|
66721
66911
|
}
|
|
66722
66912
|
],
|
|
66723
66913
|
"description": "数值字段"
|
|
66914
|
+
},
|
|
66915
|
+
"zIndex": {
|
|
66916
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
66917
|
+
"type": "number"
|
|
66724
66918
|
}
|
|
66725
66919
|
},
|
|
66726
66920
|
"required": [
|
|
@@ -67614,6 +67808,10 @@
|
|
|
67614
67808
|
"width": {
|
|
67615
67809
|
"description": "画布宽度",
|
|
67616
67810
|
"type": "number"
|
|
67811
|
+
},
|
|
67812
|
+
"zIndex": {
|
|
67813
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
67814
|
+
"type": "number"
|
|
67617
67815
|
}
|
|
67618
67816
|
},
|
|
67619
67817
|
"required": [
|
|
@@ -68040,6 +68238,10 @@
|
|
|
68040
68238
|
"valueField": {
|
|
68041
68239
|
"description": "节点之间关系的权重字段",
|
|
68042
68240
|
"type": "string"
|
|
68241
|
+
},
|
|
68242
|
+
"zIndex": {
|
|
68243
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
68244
|
+
"type": "number"
|
|
68043
68245
|
}
|
|
68044
68246
|
},
|
|
68045
68247
|
"required": [
|
|
@@ -69140,6 +69342,10 @@
|
|
|
69140
69342
|
}
|
|
69141
69343
|
],
|
|
69142
69344
|
"description": "z轴字段\n用于3d散点图等"
|
|
69345
|
+
},
|
|
69346
|
+
"zIndex": {
|
|
69347
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
69348
|
+
"type": "number"
|
|
69143
69349
|
}
|
|
69144
69350
|
},
|
|
69145
69351
|
"required": [
|
|
@@ -69502,6 +69708,10 @@
|
|
|
69502
69708
|
}
|
|
69503
69709
|
],
|
|
69504
69710
|
"description": "z轴字段\n用于3d散点图等"
|
|
69711
|
+
},
|
|
69712
|
+
"zIndex": {
|
|
69713
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
69714
|
+
"type": "number"
|
|
69505
69715
|
}
|
|
69506
69716
|
},
|
|
69507
69717
|
"required": [
|
|
@@ -70525,6 +70735,10 @@
|
|
|
70525
70735
|
"type": {
|
|
70526
70736
|
"description": "系列类型",
|
|
70527
70737
|
"type": "string"
|
|
70738
|
+
},
|
|
70739
|
+
"zIndex": {
|
|
70740
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
70741
|
+
"type": "number"
|
|
70528
70742
|
}
|
|
70529
70743
|
},
|
|
70530
70744
|
"required": [
|
|
@@ -72562,6 +72776,10 @@
|
|
|
72562
72776
|
"width": {
|
|
72563
72777
|
"description": "画布宽度",
|
|
72564
72778
|
"type": "number"
|
|
72779
|
+
},
|
|
72780
|
+
"zIndex": {
|
|
72781
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
72782
|
+
"type": "number"
|
|
72565
72783
|
}
|
|
72566
72784
|
},
|
|
72567
72785
|
"required": [
|
|
@@ -72910,6 +73128,10 @@
|
|
|
72910
73128
|
"valueField": {
|
|
72911
73129
|
"description": "权重字段",
|
|
72912
73130
|
"type": "string"
|
|
73131
|
+
},
|
|
73132
|
+
"zIndex": {
|
|
73133
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
73134
|
+
"type": "number"
|
|
72913
73135
|
}
|
|
72914
73136
|
},
|
|
72915
73137
|
"required": [
|
|
@@ -74825,13 +75047,23 @@
|
|
|
74825
75047
|
},
|
|
74826
75048
|
"trigger": {
|
|
74827
75049
|
"anyOf": [
|
|
75050
|
+
{
|
|
75051
|
+
"typeof": "function"
|
|
75052
|
+
},
|
|
74828
75053
|
{
|
|
74829
75054
|
"items": {
|
|
74830
|
-
"
|
|
74831
|
-
|
|
74832
|
-
|
|
74833
|
-
|
|
74834
|
-
|
|
75055
|
+
"anyOf": [
|
|
75056
|
+
{
|
|
75057
|
+
"typeof": "function"
|
|
75058
|
+
},
|
|
75059
|
+
{
|
|
75060
|
+
"enum": [
|
|
75061
|
+
"click",
|
|
75062
|
+
"hover"
|
|
75063
|
+
],
|
|
75064
|
+
"type": "string"
|
|
75065
|
+
}
|
|
75066
|
+
]
|
|
74835
75067
|
},
|
|
74836
75068
|
"type": "array"
|
|
74837
75069
|
},
|
|
@@ -74844,17 +75076,28 @@
|
|
|
74844
75076
|
"type": "string"
|
|
74845
75077
|
}
|
|
74846
75078
|
],
|
|
74847
|
-
"description": "tooltip触发方式\n(*会影响自定义handler)"
|
|
75079
|
+
"description": "tooltip触发方式\n(*会影响自定义handler)",
|
|
75080
|
+
"since": "1.12.10 支持自定义的事件触发"
|
|
74848
75081
|
},
|
|
74849
75082
|
"triggerOff": {
|
|
74850
75083
|
"anyOf": [
|
|
75084
|
+
{
|
|
75085
|
+
"typeof": "function"
|
|
75086
|
+
},
|
|
74851
75087
|
{
|
|
74852
75088
|
"items": {
|
|
74853
|
-
"
|
|
74854
|
-
|
|
74855
|
-
|
|
74856
|
-
|
|
74857
|
-
|
|
75089
|
+
"anyOf": [
|
|
75090
|
+
{
|
|
75091
|
+
"typeof": "function"
|
|
75092
|
+
},
|
|
75093
|
+
{
|
|
75094
|
+
"enum": [
|
|
75095
|
+
"click",
|
|
75096
|
+
"hover"
|
|
75097
|
+
],
|
|
75098
|
+
"type": "string"
|
|
75099
|
+
}
|
|
75100
|
+
]
|
|
74858
75101
|
},
|
|
74859
75102
|
"type": "array"
|
|
74860
75103
|
},
|
|
@@ -74867,7 +75110,8 @@
|
|
|
74867
75110
|
"type": "string"
|
|
74868
75111
|
}
|
|
74869
75112
|
],
|
|
74870
|
-
"description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)"
|
|
75113
|
+
"description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)",
|
|
75114
|
+
"since": "1.12.10 支持自定义的事件触发"
|
|
74871
75115
|
},
|
|
74872
75116
|
"updateElement": {
|
|
74873
75117
|
"typeof": "function"
|
|
@@ -75772,6 +76016,10 @@
|
|
|
75772
76016
|
"width": {
|
|
75773
76017
|
"description": "画布宽度",
|
|
75774
76018
|
"type": "number"
|
|
76019
|
+
},
|
|
76020
|
+
"zIndex": {
|
|
76021
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
76022
|
+
"type": "number"
|
|
75775
76023
|
}
|
|
75776
76024
|
},
|
|
75777
76025
|
"required": [
|
|
@@ -76149,6 +76397,10 @@
|
|
|
76149
76397
|
"valueField": {
|
|
76150
76398
|
"description": "权重字段",
|
|
76151
76399
|
"type": "string"
|
|
76400
|
+
},
|
|
76401
|
+
"zIndex": {
|
|
76402
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
76403
|
+
"type": "number"
|
|
76152
76404
|
}
|
|
76153
76405
|
},
|
|
76154
76406
|
"required": [
|
|
@@ -79280,6 +79532,10 @@
|
|
|
79280
79532
|
}
|
|
79281
79533
|
],
|
|
79282
79534
|
"description": "z轴字段\n用于3d散点图等"
|
|
79535
|
+
},
|
|
79536
|
+
"zIndex": {
|
|
79537
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
79538
|
+
"type": "number"
|
|
79283
79539
|
}
|
|
79284
79540
|
},
|
|
79285
79541
|
"required": [
|
|
@@ -79734,6 +79990,10 @@
|
|
|
79734
79990
|
}
|
|
79735
79991
|
],
|
|
79736
79992
|
"description": "z轴字段\n用于3d散点图等"
|
|
79993
|
+
},
|
|
79994
|
+
"zIndex": {
|
|
79995
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
79996
|
+
"type": "number"
|
|
79737
79997
|
}
|
|
79738
79998
|
},
|
|
79739
79999
|
"required": [
|
|
@@ -80608,6 +80868,10 @@
|
|
|
80608
80868
|
"$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
|
|
80609
80869
|
"description": "当形状词云的形状为文字类型和几何形状类型的时候,支持绘制形状轮廓",
|
|
80610
80870
|
"since": "1.12.0"
|
|
80871
|
+
},
|
|
80872
|
+
"zIndex": {
|
|
80873
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
80874
|
+
"type": "number"
|
|
80611
80875
|
}
|
|
80612
80876
|
},
|
|
80613
80877
|
"required": [
|
|
@@ -81001,6 +81265,10 @@
|
|
|
81001
81265
|
"$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
|
|
81002
81266
|
"description": "当形状词云的形状为文字类型和几何形状类型的时候,支持绘制形状轮廓",
|
|
81003
81267
|
"since": "1.12.0"
|
|
81268
|
+
},
|
|
81269
|
+
"zIndex": {
|
|
81270
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
81271
|
+
"type": "number"
|
|
81004
81272
|
}
|
|
81005
81273
|
},
|
|
81006
81274
|
"required": [
|
|
@@ -81593,6 +81861,10 @@
|
|
|
81593
81861
|
"$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
|
|
81594
81862
|
"description": "当形状词云的形状为文字类型和几何形状类型的时候,支持绘制形状轮廓",
|
|
81595
81863
|
"since": "1.12.0"
|
|
81864
|
+
},
|
|
81865
|
+
"zIndex": {
|
|
81866
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
81867
|
+
"type": "number"
|
|
81596
81868
|
}
|
|
81597
81869
|
},
|
|
81598
81870
|
"required": [
|
|
@@ -81979,6 +82251,10 @@
|
|
|
81979
82251
|
"$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
|
|
81980
82252
|
"description": "当形状词云的形状为文字类型和几何形状类型的时候,支持绘制形状轮廓",
|
|
81981
82253
|
"since": "1.12.0"
|
|
82254
|
+
},
|
|
82255
|
+
"zIndex": {
|
|
82256
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
82257
|
+
"type": "number"
|
|
81982
82258
|
}
|
|
81983
82259
|
},
|
|
81984
82260
|
"required": [
|
|
@@ -82171,7 +82447,7 @@
|
|
|
82171
82447
|
},
|
|
82172
82448
|
"Map<Function,(...args:any[])=>void>": {
|
|
82173
82449
|
"properties": {
|
|
82174
|
-
"__@toStringTag@
|
|
82450
|
+
"__@toStringTag@13714": {
|
|
82175
82451
|
"type": "string"
|
|
82176
82452
|
},
|
|
82177
82453
|
"size": {
|
|
@@ -82179,14 +82455,14 @@
|
|
|
82179
82455
|
}
|
|
82180
82456
|
},
|
|
82181
82457
|
"required": [
|
|
82182
|
-
"__@toStringTag@
|
|
82458
|
+
"__@toStringTag@13714",
|
|
82183
82459
|
"size"
|
|
82184
82460
|
],
|
|
82185
82461
|
"type": "object"
|
|
82186
82462
|
},
|
|
82187
82463
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
82188
82464
|
"properties": {
|
|
82189
|
-
"__@toStringTag@
|
|
82465
|
+
"__@toStringTag@13714": {
|
|
82190
82466
|
"type": "string"
|
|
82191
82467
|
},
|
|
82192
82468
|
"size": {
|
|
@@ -82194,14 +82470,14 @@
|
|
|
82194
82470
|
}
|
|
82195
82471
|
},
|
|
82196
82472
|
"required": [
|
|
82197
|
-
"__@toStringTag@
|
|
82473
|
+
"__@toStringTag@13714",
|
|
82198
82474
|
"size"
|
|
82199
82475
|
],
|
|
82200
82476
|
"type": "object"
|
|
82201
82477
|
},
|
|
82202
82478
|
"Map<string,any>": {
|
|
82203
82479
|
"properties": {
|
|
82204
|
-
"__@toStringTag@
|
|
82480
|
+
"__@toStringTag@13714": {
|
|
82205
82481
|
"type": "string"
|
|
82206
82482
|
},
|
|
82207
82483
|
"size": {
|
|
@@ -82209,14 +82485,14 @@
|
|
|
82209
82485
|
}
|
|
82210
82486
|
},
|
|
82211
82487
|
"required": [
|
|
82212
|
-
"__@toStringTag@
|
|
82488
|
+
"__@toStringTag@13714",
|
|
82213
82489
|
"size"
|
|
82214
82490
|
],
|
|
82215
82491
|
"type": "object"
|
|
82216
82492
|
},
|
|
82217
82493
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
82218
82494
|
"properties": {
|
|
82219
|
-
"__@toStringTag@
|
|
82495
|
+
"__@toStringTag@13714": {
|
|
82220
82496
|
"type": "string"
|
|
82221
82497
|
},
|
|
82222
82498
|
"size": {
|
|
@@ -82224,14 +82500,14 @@
|
|
|
82224
82500
|
}
|
|
82225
82501
|
},
|
|
82226
82502
|
"required": [
|
|
82227
|
-
"__@toStringTag@
|
|
82503
|
+
"__@toStringTag@13714",
|
|
82228
82504
|
"size"
|
|
82229
82505
|
],
|
|
82230
82506
|
"type": "object"
|
|
82231
82507
|
},
|
|
82232
82508
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
82233
82509
|
"properties": {
|
|
82234
|
-
"__@toStringTag@
|
|
82510
|
+
"__@toStringTag@13714": {
|
|
82235
82511
|
"type": "string"
|
|
82236
82512
|
},
|
|
82237
82513
|
"size": {
|
|
@@ -82239,14 +82515,14 @@
|
|
|
82239
82515
|
}
|
|
82240
82516
|
},
|
|
82241
82517
|
"required": [
|
|
82242
|
-
"__@toStringTag@
|
|
82518
|
+
"__@toStringTag@13714",
|
|
82243
82519
|
"size"
|
|
82244
82520
|
],
|
|
82245
82521
|
"type": "object"
|
|
82246
82522
|
},
|
|
82247
82523
|
"Map<string|number,IAnimate>": {
|
|
82248
82524
|
"properties": {
|
|
82249
|
-
"__@toStringTag@
|
|
82525
|
+
"__@toStringTag@13714": {
|
|
82250
82526
|
"type": "string"
|
|
82251
82527
|
},
|
|
82252
82528
|
"size": {
|
|
@@ -82254,7 +82530,7 @@
|
|
|
82254
82530
|
}
|
|
82255
82531
|
},
|
|
82256
82532
|
"required": [
|
|
82257
|
-
"__@toStringTag@
|
|
82533
|
+
"__@toStringTag@13714",
|
|
82258
82534
|
"size"
|
|
82259
82535
|
],
|
|
82260
82536
|
"type": "object"
|
|
@@ -83046,7 +83322,14 @@
|
|
|
83046
83322
|
"type": "number"
|
|
83047
83323
|
},
|
|
83048
83324
|
"hover": {
|
|
83049
|
-
"
|
|
83325
|
+
"anyOf": [
|
|
83326
|
+
{
|
|
83327
|
+
"typeof": "function"
|
|
83328
|
+
},
|
|
83329
|
+
{
|
|
83330
|
+
"type": "boolean"
|
|
83331
|
+
}
|
|
83332
|
+
]
|
|
83050
83333
|
},
|
|
83051
83334
|
"html": {
|
|
83052
83335
|
"allOf": [
|
|
@@ -83212,7 +83495,14 @@
|
|
|
83212
83495
|
"type": "number"
|
|
83213
83496
|
},
|
|
83214
83497
|
"select": {
|
|
83215
|
-
"
|
|
83498
|
+
"anyOf": [
|
|
83499
|
+
{
|
|
83500
|
+
"typeof": "function"
|
|
83501
|
+
},
|
|
83502
|
+
{
|
|
83503
|
+
"type": "boolean"
|
|
83504
|
+
}
|
|
83505
|
+
]
|
|
83216
83506
|
},
|
|
83217
83507
|
"selectMode": {
|
|
83218
83508
|
"enum": [
|
|
@@ -83720,6 +84010,10 @@
|
|
|
83720
84010
|
}
|
|
83721
84011
|
],
|
|
83722
84012
|
"description": "z轴字段\n用于3d散点图等"
|
|
84013
|
+
},
|
|
84014
|
+
"zIndex": {
|
|
84015
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
84016
|
+
"type": "number"
|
|
83723
84017
|
}
|
|
83724
84018
|
},
|
|
83725
84019
|
"type": "object"
|
|
@@ -84424,6 +84718,10 @@
|
|
|
84424
84718
|
}
|
|
84425
84719
|
],
|
|
84426
84720
|
"description": "数值字段"
|
|
84721
|
+
},
|
|
84722
|
+
"zIndex": {
|
|
84723
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
84724
|
+
"type": "number"
|
|
84427
84725
|
}
|
|
84428
84726
|
},
|
|
84429
84727
|
"required": [
|
|
@@ -85214,6 +85512,10 @@
|
|
|
85214
85512
|
"valueField": {
|
|
85215
85513
|
"description": "数值字段",
|
|
85216
85514
|
"type": "string"
|
|
85515
|
+
},
|
|
85516
|
+
"zIndex": {
|
|
85517
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
85518
|
+
"type": "number"
|
|
85217
85519
|
}
|
|
85218
85520
|
},
|
|
85219
85521
|
"required": [
|
|
@@ -85594,6 +85896,10 @@
|
|
|
85594
85896
|
}
|
|
85595
85897
|
],
|
|
85596
85898
|
"description": "数值字段"
|
|
85899
|
+
},
|
|
85900
|
+
"zIndex": {
|
|
85901
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
85902
|
+
"type": "number"
|
|
85597
85903
|
}
|
|
85598
85904
|
},
|
|
85599
85905
|
"required": [
|
|
@@ -87189,6 +87495,10 @@
|
|
|
87189
87495
|
"valueField": {
|
|
87190
87496
|
"description": "数值字段",
|
|
87191
87497
|
"type": "string"
|
|
87498
|
+
},
|
|
87499
|
+
"zIndex": {
|
|
87500
|
+
"description": "今当通过`series`配置的时候,才会生效",
|
|
87501
|
+
"type": "number"
|
|
87192
87502
|
}
|
|
87193
87503
|
},
|
|
87194
87504
|
"required": [
|
|
@@ -89094,6 +89404,9 @@
|
|
|
89094
89404
|
"scrollByPosition": {
|
|
89095
89405
|
"type": "boolean"
|
|
89096
89406
|
},
|
|
89407
|
+
"scrollMask": {
|
|
89408
|
+
"typeof": "function"
|
|
89409
|
+
},
|
|
89097
89410
|
"scrollX": {
|
|
89098
89411
|
"type": "number"
|
|
89099
89412
|
},
|
|
@@ -97827,6 +98140,9 @@
|
|
|
97827
98140
|
"afterRender": {
|
|
97828
98141
|
"typeof": "function"
|
|
97829
98142
|
},
|
|
98143
|
+
"autoRefresh": {
|
|
98144
|
+
"type": "boolean"
|
|
98145
|
+
},
|
|
97830
98146
|
"autoRender": {
|
|
97831
98147
|
"type": "boolean"
|
|
97832
98148
|
},
|
|
@@ -103420,34 +103736,34 @@
|
|
|
103420
103736
|
},
|
|
103421
103737
|
"Promise<FontFaceSet>": {
|
|
103422
103738
|
"properties": {
|
|
103423
|
-
"__@toStringTag@
|
|
103739
|
+
"__@toStringTag@13714": {
|
|
103424
103740
|
"type": "string"
|
|
103425
103741
|
}
|
|
103426
103742
|
},
|
|
103427
103743
|
"required": [
|
|
103428
|
-
"__@toStringTag@
|
|
103744
|
+
"__@toStringTag@13714"
|
|
103429
103745
|
],
|
|
103430
103746
|
"type": "object"
|
|
103431
103747
|
},
|
|
103432
103748
|
"Promise<ServiceWorkerRegistration>": {
|
|
103433
103749
|
"properties": {
|
|
103434
|
-
"__@toStringTag@
|
|
103750
|
+
"__@toStringTag@13714": {
|
|
103435
103751
|
"type": "string"
|
|
103436
103752
|
}
|
|
103437
103753
|
},
|
|
103438
103754
|
"required": [
|
|
103439
|
-
"__@toStringTag@
|
|
103755
|
+
"__@toStringTag@13714"
|
|
103440
103756
|
],
|
|
103441
103757
|
"type": "object"
|
|
103442
103758
|
},
|
|
103443
103759
|
"Promise<any>": {
|
|
103444
103760
|
"properties": {
|
|
103445
|
-
"__@toStringTag@
|
|
103761
|
+
"__@toStringTag@13714": {
|
|
103446
103762
|
"type": "string"
|
|
103447
103763
|
}
|
|
103448
103764
|
},
|
|
103449
103765
|
"required": [
|
|
103450
|
-
"__@toStringTag@
|
|
103766
|
+
"__@toStringTag@13714"
|
|
103451
103767
|
],
|
|
103452
103768
|
"type": "object"
|
|
103453
103769
|
},
|