@visactor/vchart-schema 1.10.3 → 1.10.5-alpha.1
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 +490 -26
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -18938,6 +18938,12 @@
|
|
|
18938
18938
|
"description": "是否围绕中心轴偏移轮廓",
|
|
18939
18939
|
"type": "boolean"
|
|
18940
18940
|
},
|
|
18941
|
+
"stackSort": {
|
|
18942
|
+
"default": false,
|
|
18943
|
+
"description": "堆积时是否排序",
|
|
18944
|
+
"since": "1.10.4",
|
|
18945
|
+
"type": "boolean"
|
|
18946
|
+
},
|
|
18941
18947
|
"support3d": {
|
|
18942
18948
|
"description": "是否支持3d视角",
|
|
18943
18949
|
"type": "boolean"
|
|
@@ -20707,6 +20713,12 @@
|
|
|
20707
20713
|
"description": "是否围绕中心轴偏移轮廓",
|
|
20708
20714
|
"type": "boolean"
|
|
20709
20715
|
},
|
|
20716
|
+
"stackSort": {
|
|
20717
|
+
"default": false,
|
|
20718
|
+
"description": "堆积时是否排序",
|
|
20719
|
+
"since": "1.10.4",
|
|
20720
|
+
"type": "boolean"
|
|
20721
|
+
},
|
|
20710
20722
|
"support3d": {
|
|
20711
20723
|
"description": "是否支持3d视角",
|
|
20712
20724
|
"type": "boolean"
|
|
@@ -21580,6 +21592,12 @@
|
|
|
21580
21592
|
"description": "是否围绕中心轴偏移轮廓",
|
|
21581
21593
|
"type": "boolean"
|
|
21582
21594
|
},
|
|
21595
|
+
"stackSort": {
|
|
21596
|
+
"default": false,
|
|
21597
|
+
"description": "堆积时是否排序",
|
|
21598
|
+
"since": "1.10.4",
|
|
21599
|
+
"type": "boolean"
|
|
21600
|
+
},
|
|
21583
21601
|
"support3d": {
|
|
21584
21602
|
"description": "是否支持3d视角",
|
|
21585
21603
|
"type": "boolean"
|
|
@@ -22988,6 +23006,12 @@
|
|
|
22988
23006
|
"description": "是否围绕中心轴偏移轮廓",
|
|
22989
23007
|
"type": "boolean"
|
|
22990
23008
|
},
|
|
23009
|
+
"stackSort": {
|
|
23010
|
+
"default": false,
|
|
23011
|
+
"description": "堆积时是否排序",
|
|
23012
|
+
"since": "1.10.4",
|
|
23013
|
+
"type": "boolean"
|
|
23014
|
+
},
|
|
22991
23015
|
"support3d": {
|
|
22992
23016
|
"description": "是否支持3d视角",
|
|
22993
23017
|
"type": "boolean"
|
|
@@ -25017,6 +25041,12 @@
|
|
|
25017
25041
|
"since": "1.4.0",
|
|
25018
25042
|
"type": "boolean"
|
|
25019
25043
|
},
|
|
25044
|
+
"stackSort": {
|
|
25045
|
+
"default": false,
|
|
25046
|
+
"description": "堆积时是否排序",
|
|
25047
|
+
"since": "1.10.4",
|
|
25048
|
+
"type": "boolean"
|
|
25049
|
+
},
|
|
25020
25050
|
"theme": {
|
|
25021
25051
|
"anyOf": [
|
|
25022
25052
|
{
|
|
@@ -25433,6 +25463,12 @@
|
|
|
25433
25463
|
"description": "是否围绕中心轴偏移轮廓",
|
|
25434
25464
|
"type": "boolean"
|
|
25435
25465
|
},
|
|
25466
|
+
"stackSort": {
|
|
25467
|
+
"default": false,
|
|
25468
|
+
"description": "堆积时是否排序",
|
|
25469
|
+
"since": "1.10.4",
|
|
25470
|
+
"type": "boolean"
|
|
25471
|
+
},
|
|
25436
25472
|
"support3d": {
|
|
25437
25473
|
"description": "是否支持3d视角",
|
|
25438
25474
|
"type": "boolean"
|
|
@@ -26236,6 +26272,12 @@
|
|
|
26236
26272
|
"description": "是否围绕中心轴偏移轮廓",
|
|
26237
26273
|
"type": "boolean"
|
|
26238
26274
|
},
|
|
26275
|
+
"stackSort": {
|
|
26276
|
+
"default": false,
|
|
26277
|
+
"description": "堆积时是否排序",
|
|
26278
|
+
"since": "1.10.4",
|
|
26279
|
+
"type": "boolean"
|
|
26280
|
+
},
|
|
26239
26281
|
"startAngle": {
|
|
26240
26282
|
"description": "扇区起始角度",
|
|
26241
26283
|
"type": "number"
|
|
@@ -27222,7 +27264,79 @@
|
|
|
27222
27264
|
"description": "图例配置"
|
|
27223
27265
|
},
|
|
27224
27266
|
"markArea": {
|
|
27225
|
-
"
|
|
27267
|
+
"anyOf": [
|
|
27268
|
+
{
|
|
27269
|
+
"allOf": [
|
|
27270
|
+
{
|
|
27271
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
27272
|
+
},
|
|
27273
|
+
{
|
|
27274
|
+
"typeof": "function"
|
|
27275
|
+
},
|
|
27276
|
+
{
|
|
27277
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
27278
|
+
}
|
|
27279
|
+
]
|
|
27280
|
+
},
|
|
27281
|
+
{
|
|
27282
|
+
"allOf": [
|
|
27283
|
+
{
|
|
27284
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
27285
|
+
},
|
|
27286
|
+
{
|
|
27287
|
+
"$ref": "#/definitions/IMarkAreaXSpec"
|
|
27288
|
+
},
|
|
27289
|
+
{
|
|
27290
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
27291
|
+
}
|
|
27292
|
+
]
|
|
27293
|
+
},
|
|
27294
|
+
{
|
|
27295
|
+
"allOf": [
|
|
27296
|
+
{
|
|
27297
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
27298
|
+
},
|
|
27299
|
+
{
|
|
27300
|
+
"$ref": "#/definitions/IMarkAreaYSpec"
|
|
27301
|
+
},
|
|
27302
|
+
{
|
|
27303
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
27304
|
+
}
|
|
27305
|
+
]
|
|
27306
|
+
},
|
|
27307
|
+
{
|
|
27308
|
+
"allOf": [
|
|
27309
|
+
{
|
|
27310
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
27311
|
+
},
|
|
27312
|
+
{
|
|
27313
|
+
"$ref": "#/definitions/IMarkAreaXYSpec"
|
|
27314
|
+
},
|
|
27315
|
+
{
|
|
27316
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
27317
|
+
}
|
|
27318
|
+
]
|
|
27319
|
+
},
|
|
27320
|
+
{
|
|
27321
|
+
"allOf": [
|
|
27322
|
+
{
|
|
27323
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
27324
|
+
},
|
|
27325
|
+
{
|
|
27326
|
+
"typeof": "function"
|
|
27327
|
+
},
|
|
27328
|
+
{
|
|
27329
|
+
"$ref": "#/definitions/IMarkAreaTheme"
|
|
27330
|
+
}
|
|
27331
|
+
]
|
|
27332
|
+
},
|
|
27333
|
+
{
|
|
27334
|
+
"items": {
|
|
27335
|
+
"$ref": "#/definitions/IMarkAreaSpec"
|
|
27336
|
+
},
|
|
27337
|
+
"type": "array"
|
|
27338
|
+
}
|
|
27339
|
+
],
|
|
27226
27340
|
"description": "**仅适用于笛卡尔坐标系**,参考区域配置"
|
|
27227
27341
|
},
|
|
27228
27342
|
"markLine": {
|
|
@@ -27360,7 +27474,53 @@
|
|
|
27360
27474
|
"description": "**仅适用于笛卡尔坐标系**,参考线配置"
|
|
27361
27475
|
},
|
|
27362
27476
|
"markPoint": {
|
|
27363
|
-
"
|
|
27477
|
+
"anyOf": [
|
|
27478
|
+
{
|
|
27479
|
+
"allOf": [
|
|
27480
|
+
{
|
|
27481
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
27482
|
+
},
|
|
27483
|
+
{
|
|
27484
|
+
"typeof": "function"
|
|
27485
|
+
},
|
|
27486
|
+
{
|
|
27487
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
27488
|
+
}
|
|
27489
|
+
]
|
|
27490
|
+
},
|
|
27491
|
+
{
|
|
27492
|
+
"allOf": [
|
|
27493
|
+
{
|
|
27494
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
27495
|
+
},
|
|
27496
|
+
{
|
|
27497
|
+
"typeof": "function"
|
|
27498
|
+
},
|
|
27499
|
+
{
|
|
27500
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
27501
|
+
}
|
|
27502
|
+
]
|
|
27503
|
+
},
|
|
27504
|
+
{
|
|
27505
|
+
"allOf": [
|
|
27506
|
+
{
|
|
27507
|
+
"$ref": "#/definitions/IMarkerSpec"
|
|
27508
|
+
},
|
|
27509
|
+
{
|
|
27510
|
+
"typeof": "function"
|
|
27511
|
+
},
|
|
27512
|
+
{
|
|
27513
|
+
"$ref": "#/definitions/IMarkPointTheme<IMarkerSymbol>"
|
|
27514
|
+
}
|
|
27515
|
+
]
|
|
27516
|
+
},
|
|
27517
|
+
{
|
|
27518
|
+
"items": {
|
|
27519
|
+
"$ref": "#/definitions/IMarkPointSpec"
|
|
27520
|
+
},
|
|
27521
|
+
"type": "array"
|
|
27522
|
+
}
|
|
27523
|
+
],
|
|
27364
27524
|
"description": "**仅适用于笛卡尔坐标系**,参考点配置"
|
|
27365
27525
|
},
|
|
27366
27526
|
"media": {
|
|
@@ -27532,6 +27692,12 @@
|
|
|
27532
27692
|
"since": "1.4.0",
|
|
27533
27693
|
"type": "boolean"
|
|
27534
27694
|
},
|
|
27695
|
+
"stackSort": {
|
|
27696
|
+
"default": false,
|
|
27697
|
+
"description": "堆积时是否排序",
|
|
27698
|
+
"since": "1.10.4",
|
|
27699
|
+
"type": "boolean"
|
|
27700
|
+
},
|
|
27535
27701
|
"theme": {
|
|
27536
27702
|
"anyOf": [
|
|
27537
27703
|
{
|
|
@@ -28862,6 +29028,12 @@
|
|
|
28862
29028
|
"description": "是否围绕中心轴偏移轮廓",
|
|
28863
29029
|
"type": "boolean"
|
|
28864
29030
|
},
|
|
29031
|
+
"stackSort": {
|
|
29032
|
+
"default": false,
|
|
29033
|
+
"description": "堆积时是否排序",
|
|
29034
|
+
"since": "1.10.4",
|
|
29035
|
+
"type": "boolean"
|
|
29036
|
+
},
|
|
28865
29037
|
"startAngle": {
|
|
28866
29038
|
"description": "图表起始角度",
|
|
28867
29039
|
"type": "number"
|
|
@@ -30913,6 +31085,9 @@
|
|
|
30913
31085
|
],
|
|
30914
31086
|
"type": "string"
|
|
30915
31087
|
},
|
|
31088
|
+
"backgroundOpacity": {
|
|
31089
|
+
"type": "number"
|
|
31090
|
+
},
|
|
30916
31091
|
"beta": {
|
|
30917
31092
|
"type": "number"
|
|
30918
31093
|
},
|
|
@@ -32905,6 +33080,12 @@
|
|
|
32905
33080
|
"description": "是否围绕中心轴偏移轮廓",
|
|
32906
33081
|
"type": "boolean"
|
|
32907
33082
|
},
|
|
33083
|
+
"stackSort": {
|
|
33084
|
+
"default": false,
|
|
33085
|
+
"description": "堆积时是否排序",
|
|
33086
|
+
"since": "1.10.4",
|
|
33087
|
+
"type": "boolean"
|
|
33088
|
+
},
|
|
32908
33089
|
"support3d": {
|
|
32909
33090
|
"description": "是否支持3d视角",
|
|
32910
33091
|
"type": "boolean"
|
|
@@ -33439,6 +33620,12 @@
|
|
|
33439
33620
|
"description": "是否围绕中心轴偏移轮廓",
|
|
33440
33621
|
"type": "boolean"
|
|
33441
33622
|
},
|
|
33623
|
+
"stackSort": {
|
|
33624
|
+
"default": false,
|
|
33625
|
+
"description": "堆积时是否排序",
|
|
33626
|
+
"since": "1.10.4",
|
|
33627
|
+
"type": "boolean"
|
|
33628
|
+
},
|
|
33442
33629
|
"support3d": {
|
|
33443
33630
|
"description": "是否支持3d视角",
|
|
33444
33631
|
"type": "boolean"
|
|
@@ -34702,6 +34889,12 @@
|
|
|
34702
34889
|
"description": "是否围绕中心轴偏移轮廓",
|
|
34703
34890
|
"type": "boolean"
|
|
34704
34891
|
},
|
|
34892
|
+
"stackSort": {
|
|
34893
|
+
"default": false,
|
|
34894
|
+
"description": "堆积时是否排序",
|
|
34895
|
+
"since": "1.10.4",
|
|
34896
|
+
"type": "boolean"
|
|
34897
|
+
},
|
|
34705
34898
|
"stackValue": {
|
|
34706
34899
|
"$ref": "#/definitions/StringOrNumber",
|
|
34707
34900
|
"description": "堆叠时的分组值\nstackValue 相等的系列将在一起堆积。没有配置的系列将在一组",
|
|
@@ -35778,6 +35971,12 @@
|
|
|
35778
35971
|
"since": "1.4.0",
|
|
35779
35972
|
"type": "boolean"
|
|
35780
35973
|
},
|
|
35974
|
+
"stackSort": {
|
|
35975
|
+
"default": false,
|
|
35976
|
+
"description": "堆积时是否排序",
|
|
35977
|
+
"since": "1.10.4",
|
|
35978
|
+
"type": "boolean"
|
|
35979
|
+
},
|
|
35781
35980
|
"style": {
|
|
35782
35981
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>_2"
|
|
35783
35982
|
},
|
|
@@ -38966,6 +39165,12 @@
|
|
|
38966
39165
|
"description": "是否围绕中心轴偏移轮廓",
|
|
38967
39166
|
"type": "boolean"
|
|
38968
39167
|
},
|
|
39168
|
+
"stackSort": {
|
|
39169
|
+
"default": false,
|
|
39170
|
+
"description": "堆积时是否排序",
|
|
39171
|
+
"since": "1.10.4",
|
|
39172
|
+
"type": "boolean"
|
|
39173
|
+
},
|
|
38969
39174
|
"support3d": {
|
|
38970
39175
|
"description": "是否支持3d视角",
|
|
38971
39176
|
"type": "boolean"
|
|
@@ -40191,6 +40396,12 @@
|
|
|
40191
40396
|
"description": "是否围绕中心轴偏移轮廓",
|
|
40192
40397
|
"type": "boolean"
|
|
40193
40398
|
},
|
|
40399
|
+
"stackSort": {
|
|
40400
|
+
"default": false,
|
|
40401
|
+
"description": "堆积时是否排序",
|
|
40402
|
+
"since": "1.10.4",
|
|
40403
|
+
"type": "boolean"
|
|
40404
|
+
},
|
|
40194
40405
|
"support3d": {
|
|
40195
40406
|
"description": "是否支持3d视角",
|
|
40196
40407
|
"type": "boolean"
|
|
@@ -41015,6 +41226,12 @@
|
|
|
41015
41226
|
"description": "是否围绕中心轴偏移轮廓",
|
|
41016
41227
|
"type": "boolean"
|
|
41017
41228
|
},
|
|
41229
|
+
"stackSort": {
|
|
41230
|
+
"default": false,
|
|
41231
|
+
"description": "堆积时是否排序",
|
|
41232
|
+
"since": "1.10.4",
|
|
41233
|
+
"type": "boolean"
|
|
41234
|
+
},
|
|
41018
41235
|
"support3d": {
|
|
41019
41236
|
"description": "是否支持3d视角",
|
|
41020
41237
|
"type": "boolean"
|
|
@@ -43782,6 +43999,12 @@
|
|
|
43782
43999
|
"description": "是否围绕中心轴偏移轮廓",
|
|
43783
44000
|
"type": "boolean"
|
|
43784
44001
|
},
|
|
44002
|
+
"stackSort": {
|
|
44003
|
+
"default": false,
|
|
44004
|
+
"description": "堆积时是否排序",
|
|
44005
|
+
"since": "1.10.4",
|
|
44006
|
+
"type": "boolean"
|
|
44007
|
+
},
|
|
43785
44008
|
"support3d": {
|
|
43786
44009
|
"description": "是否支持3d视角",
|
|
43787
44010
|
"type": "boolean"
|
|
@@ -44986,6 +45209,12 @@
|
|
|
44986
45209
|
"description": "是否围绕中心轴偏移轮廓",
|
|
44987
45210
|
"type": "boolean"
|
|
44988
45211
|
},
|
|
45212
|
+
"stackSort": {
|
|
45213
|
+
"default": false,
|
|
45214
|
+
"description": "堆积时是否排序",
|
|
45215
|
+
"since": "1.10.4",
|
|
45216
|
+
"type": "boolean"
|
|
45217
|
+
},
|
|
44989
45218
|
"support3d": {
|
|
44990
45219
|
"description": "是否支持3d视角",
|
|
44991
45220
|
"type": "boolean"
|
|
@@ -46281,6 +46510,12 @@
|
|
|
46281
46510
|
"description": "是否围绕中心轴偏移轮廓",
|
|
46282
46511
|
"type": "boolean"
|
|
46283
46512
|
},
|
|
46513
|
+
"stackSort": {
|
|
46514
|
+
"default": false,
|
|
46515
|
+
"description": "堆积时是否排序",
|
|
46516
|
+
"since": "1.10.4",
|
|
46517
|
+
"type": "boolean"
|
|
46518
|
+
},
|
|
46284
46519
|
"support3d": {
|
|
46285
46520
|
"description": "是否支持3d视角",
|
|
46286
46521
|
"type": "boolean"
|
|
@@ -49343,6 +49578,12 @@
|
|
|
49343
49578
|
"description": "是否围绕中心轴偏移轮廓",
|
|
49344
49579
|
"type": "boolean"
|
|
49345
49580
|
},
|
|
49581
|
+
"stackSort": {
|
|
49582
|
+
"default": false,
|
|
49583
|
+
"description": "堆积时是否排序",
|
|
49584
|
+
"since": "1.10.4",
|
|
49585
|
+
"type": "boolean"
|
|
49586
|
+
},
|
|
49346
49587
|
"startAngle": {
|
|
49347
49588
|
"default": -90,
|
|
49348
49589
|
"description": "饼图的起始角度(0 ~ 360)",
|
|
@@ -49885,6 +50126,12 @@
|
|
|
49885
50126
|
"description": "是否围绕中心轴偏移轮廓",
|
|
49886
50127
|
"type": "boolean"
|
|
49887
50128
|
},
|
|
50129
|
+
"stackSort": {
|
|
50130
|
+
"default": false,
|
|
50131
|
+
"description": "堆积时是否排序",
|
|
50132
|
+
"since": "1.10.4",
|
|
50133
|
+
"type": "boolean"
|
|
50134
|
+
},
|
|
49888
50135
|
"startAngle": {
|
|
49889
50136
|
"default": -90,
|
|
49890
50137
|
"description": "饼图的起始角度(0 ~ 360)",
|
|
@@ -51470,6 +51717,9 @@
|
|
|
51470
51717
|
],
|
|
51471
51718
|
"type": "string"
|
|
51472
51719
|
},
|
|
51720
|
+
"backgroundOpacity": {
|
|
51721
|
+
"type": "number"
|
|
51722
|
+
},
|
|
51473
51723
|
"beta": {
|
|
51474
51724
|
"type": "number"
|
|
51475
51725
|
},
|
|
@@ -52688,6 +52938,12 @@
|
|
|
52688
52938
|
"description": "是否围绕中心轴偏移轮廓",
|
|
52689
52939
|
"type": "boolean"
|
|
52690
52940
|
},
|
|
52941
|
+
"stackSort": {
|
|
52942
|
+
"default": false,
|
|
52943
|
+
"description": "堆积时是否排序",
|
|
52944
|
+
"since": "1.10.4",
|
|
52945
|
+
"type": "boolean"
|
|
52946
|
+
},
|
|
52691
52947
|
"startAngle": {
|
|
52692
52948
|
"description": "扇区起始角度",
|
|
52693
52949
|
"type": "number"
|
|
@@ -53910,6 +54166,12 @@
|
|
|
53910
54166
|
"description": "是否围绕中心轴偏移轮廓",
|
|
53911
54167
|
"type": "boolean"
|
|
53912
54168
|
},
|
|
54169
|
+
"stackSort": {
|
|
54170
|
+
"default": false,
|
|
54171
|
+
"description": "堆积时是否排序",
|
|
54172
|
+
"since": "1.10.4",
|
|
54173
|
+
"type": "boolean"
|
|
54174
|
+
},
|
|
53913
54175
|
"support3d": {
|
|
53914
54176
|
"description": "是否支持3d视角",
|
|
53915
54177
|
"type": "boolean"
|
|
@@ -55124,6 +55386,12 @@
|
|
|
55124
55386
|
"description": "是否围绕中心轴偏移轮廓",
|
|
55125
55387
|
"type": "boolean"
|
|
55126
55388
|
},
|
|
55389
|
+
"stackSort": {
|
|
55390
|
+
"default": false,
|
|
55391
|
+
"description": "堆积时是否排序",
|
|
55392
|
+
"since": "1.10.4",
|
|
55393
|
+
"type": "boolean"
|
|
55394
|
+
},
|
|
55127
55395
|
"support3d": {
|
|
55128
55396
|
"description": "是否支持3d视角",
|
|
55129
55397
|
"type": "boolean"
|
|
@@ -56377,6 +56645,12 @@
|
|
|
56377
56645
|
"description": "是否围绕中心轴偏移轮廓",
|
|
56378
56646
|
"type": "boolean"
|
|
56379
56647
|
},
|
|
56648
|
+
"stackSort": {
|
|
56649
|
+
"default": false,
|
|
56650
|
+
"description": "堆积时是否排序",
|
|
56651
|
+
"since": "1.10.4",
|
|
56652
|
+
"type": "boolean"
|
|
56653
|
+
},
|
|
56380
56654
|
"support3d": {
|
|
56381
56655
|
"description": "是否支持3d视角",
|
|
56382
56656
|
"type": "boolean"
|
|
@@ -57516,6 +57790,12 @@
|
|
|
57516
57790
|
"since": "1.4.0",
|
|
57517
57791
|
"type": "boolean"
|
|
57518
57792
|
},
|
|
57793
|
+
"stackSort": {
|
|
57794
|
+
"default": false,
|
|
57795
|
+
"description": "堆积时是否排序",
|
|
57796
|
+
"since": "1.10.4",
|
|
57797
|
+
"type": "boolean"
|
|
57798
|
+
},
|
|
57519
57799
|
"style": {
|
|
57520
57800
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>_2"
|
|
57521
57801
|
},
|
|
@@ -58162,6 +58442,12 @@
|
|
|
58162
58442
|
"description": "是否围绕中心轴偏移轮廓",
|
|
58163
58443
|
"type": "boolean"
|
|
58164
58444
|
},
|
|
58445
|
+
"stackSort": {
|
|
58446
|
+
"default": false,
|
|
58447
|
+
"description": "堆积时是否排序",
|
|
58448
|
+
"since": "1.10.4",
|
|
58449
|
+
"type": "boolean"
|
|
58450
|
+
},
|
|
58165
58451
|
"startAngle": {
|
|
58166
58452
|
"description": "扇区起始角度",
|
|
58167
58453
|
"type": "number"
|
|
@@ -59296,6 +59582,12 @@
|
|
|
59296
59582
|
"description": "是否围绕中心轴偏移轮廓",
|
|
59297
59583
|
"type": "boolean"
|
|
59298
59584
|
},
|
|
59585
|
+
"stackSort": {
|
|
59586
|
+
"default": false,
|
|
59587
|
+
"description": "堆积时是否排序",
|
|
59588
|
+
"since": "1.10.4",
|
|
59589
|
+
"type": "boolean"
|
|
59590
|
+
},
|
|
59299
59591
|
"support3d": {
|
|
59300
59592
|
"description": "是否支持3d视角",
|
|
59301
59593
|
"type": "boolean"
|
|
@@ -60386,6 +60678,12 @@
|
|
|
60386
60678
|
"description": "是否围绕中心轴偏移轮廓",
|
|
60387
60679
|
"type": "boolean"
|
|
60388
60680
|
},
|
|
60681
|
+
"stackSort": {
|
|
60682
|
+
"default": false,
|
|
60683
|
+
"description": "堆积时是否排序",
|
|
60684
|
+
"since": "1.10.4",
|
|
60685
|
+
"type": "boolean"
|
|
60686
|
+
},
|
|
60389
60687
|
"support3d": {
|
|
60390
60688
|
"description": "是否支持3d视角",
|
|
60391
60689
|
"type": "boolean"
|
|
@@ -61630,6 +61928,12 @@
|
|
|
61630
61928
|
"since": "1.4.0",
|
|
61631
61929
|
"type": "boolean"
|
|
61632
61930
|
},
|
|
61931
|
+
"stackSort": {
|
|
61932
|
+
"default": false,
|
|
61933
|
+
"description": "堆积时是否排序",
|
|
61934
|
+
"since": "1.10.4",
|
|
61935
|
+
"type": "boolean"
|
|
61936
|
+
},
|
|
61633
61937
|
"theme": {
|
|
61634
61938
|
"anyOf": [
|
|
61635
61939
|
{
|
|
@@ -63672,6 +63976,12 @@
|
|
|
63672
63976
|
"description": "是否围绕中心轴偏移轮廓",
|
|
63673
63977
|
"type": "boolean"
|
|
63674
63978
|
},
|
|
63979
|
+
"stackSort": {
|
|
63980
|
+
"default": false,
|
|
63981
|
+
"description": "堆积时是否排序",
|
|
63982
|
+
"since": "1.10.4",
|
|
63983
|
+
"type": "boolean"
|
|
63984
|
+
},
|
|
63675
63985
|
"startAngle": {
|
|
63676
63986
|
"default": -90,
|
|
63677
63987
|
"description": "起始角度",
|
|
@@ -66727,6 +67037,12 @@
|
|
|
66727
67037
|
"description": "是否围绕中心轴偏移轮廓",
|
|
66728
67038
|
"type": "boolean"
|
|
66729
67039
|
},
|
|
67040
|
+
"stackSort": {
|
|
67041
|
+
"default": false,
|
|
67042
|
+
"description": "堆积时是否排序",
|
|
67043
|
+
"since": "1.10.4",
|
|
67044
|
+
"type": "boolean"
|
|
67045
|
+
},
|
|
66730
67046
|
"stackValue": {
|
|
66731
67047
|
"$ref": "#/definitions/StringOrNumber",
|
|
66732
67048
|
"description": "堆叠时的分组值\nstackValue 相等的系列将在一起堆积。没有配置的系列将在一组",
|
|
@@ -69778,6 +70094,12 @@
|
|
|
69778
70094
|
"description": "是否围绕中心轴偏移轮廓",
|
|
69779
70095
|
"type": "boolean"
|
|
69780
70096
|
},
|
|
70097
|
+
"stackSort": {
|
|
70098
|
+
"default": false,
|
|
70099
|
+
"description": "堆积时是否排序",
|
|
70100
|
+
"since": "1.10.4",
|
|
70101
|
+
"type": "boolean"
|
|
70102
|
+
},
|
|
69781
70103
|
"support3d": {
|
|
69782
70104
|
"description": "是否支持3d视角",
|
|
69783
70105
|
"type": "boolean"
|
|
@@ -71096,6 +71418,12 @@
|
|
|
71096
71418
|
"description": "是否围绕中心轴偏移轮廓",
|
|
71097
71419
|
"type": "boolean"
|
|
71098
71420
|
},
|
|
71421
|
+
"stackSort": {
|
|
71422
|
+
"default": false,
|
|
71423
|
+
"description": "堆积时是否排序",
|
|
71424
|
+
"since": "1.10.4",
|
|
71425
|
+
"type": "boolean"
|
|
71426
|
+
},
|
|
71099
71427
|
"support3d": {
|
|
71100
71428
|
"description": "是否支持3d视角",
|
|
71101
71429
|
"type": "boolean"
|
|
@@ -72027,6 +72355,12 @@
|
|
|
72027
72355
|
"description": "是否围绕中心轴偏移轮廓",
|
|
72028
72356
|
"type": "boolean"
|
|
72029
72357
|
},
|
|
72358
|
+
"stackSort": {
|
|
72359
|
+
"default": false,
|
|
72360
|
+
"description": "堆积时是否排序",
|
|
72361
|
+
"since": "1.10.4",
|
|
72362
|
+
"type": "boolean"
|
|
72363
|
+
},
|
|
72030
72364
|
"support3d": {
|
|
72031
72365
|
"description": "是否支持3d视角",
|
|
72032
72366
|
"type": "boolean"
|
|
@@ -72644,7 +72978,7 @@
|
|
|
72644
72978
|
},
|
|
72645
72979
|
"Map<Function,(...args:any[])=>void>": {
|
|
72646
72980
|
"properties": {
|
|
72647
|
-
"__@toStringTag@
|
|
72981
|
+
"__@toStringTag@12948": {
|
|
72648
72982
|
"type": "string"
|
|
72649
72983
|
},
|
|
72650
72984
|
"size": {
|
|
@@ -72652,14 +72986,14 @@
|
|
|
72652
72986
|
}
|
|
72653
72987
|
},
|
|
72654
72988
|
"required": [
|
|
72655
|
-
"__@toStringTag@
|
|
72989
|
+
"__@toStringTag@12948",
|
|
72656
72990
|
"size"
|
|
72657
72991
|
],
|
|
72658
72992
|
"type": "object"
|
|
72659
72993
|
},
|
|
72660
72994
|
"Map<number,IGraphicPicker>": {
|
|
72661
72995
|
"properties": {
|
|
72662
|
-
"__@toStringTag@
|
|
72996
|
+
"__@toStringTag@12948": {
|
|
72663
72997
|
"type": "string"
|
|
72664
72998
|
},
|
|
72665
72999
|
"size": {
|
|
@@ -72667,14 +73001,14 @@
|
|
|
72667
73001
|
}
|
|
72668
73002
|
},
|
|
72669
73003
|
"required": [
|
|
72670
|
-
"__@toStringTag@
|
|
73004
|
+
"__@toStringTag@12948",
|
|
72671
73005
|
"size"
|
|
72672
73006
|
],
|
|
72673
73007
|
"type": "object"
|
|
72674
73008
|
},
|
|
72675
73009
|
"Map<number,IGraphicRender>": {
|
|
72676
73010
|
"properties": {
|
|
72677
|
-
"__@toStringTag@
|
|
73011
|
+
"__@toStringTag@12948": {
|
|
72678
73012
|
"type": "string"
|
|
72679
73013
|
},
|
|
72680
73014
|
"size": {
|
|
@@ -72682,14 +73016,14 @@
|
|
|
72682
73016
|
}
|
|
72683
73017
|
},
|
|
72684
73018
|
"required": [
|
|
72685
|
-
"__@toStringTag@
|
|
73019
|
+
"__@toStringTag@12948",
|
|
72686
73020
|
"size"
|
|
72687
73021
|
],
|
|
72688
73022
|
"type": "object"
|
|
72689
73023
|
},
|
|
72690
73024
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
72691
73025
|
"properties": {
|
|
72692
|
-
"__@toStringTag@
|
|
73026
|
+
"__@toStringTag@12948": {
|
|
72693
73027
|
"type": "string"
|
|
72694
73028
|
},
|
|
72695
73029
|
"size": {
|
|
@@ -72697,14 +73031,14 @@
|
|
|
72697
73031
|
}
|
|
72698
73032
|
},
|
|
72699
73033
|
"required": [
|
|
72700
|
-
"__@toStringTag@
|
|
73034
|
+
"__@toStringTag@12948",
|
|
72701
73035
|
"size"
|
|
72702
73036
|
],
|
|
72703
73037
|
"type": "object"
|
|
72704
73038
|
},
|
|
72705
73039
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
72706
73040
|
"properties": {
|
|
72707
|
-
"__@toStringTag@
|
|
73041
|
+
"__@toStringTag@12948": {
|
|
72708
73042
|
"type": "string"
|
|
72709
73043
|
},
|
|
72710
73044
|
"size": {
|
|
@@ -72712,14 +73046,14 @@
|
|
|
72712
73046
|
}
|
|
72713
73047
|
},
|
|
72714
73048
|
"required": [
|
|
72715
|
-
"__@toStringTag@
|
|
73049
|
+
"__@toStringTag@12948",
|
|
72716
73050
|
"size"
|
|
72717
73051
|
],
|
|
72718
73052
|
"type": "object"
|
|
72719
73053
|
},
|
|
72720
73054
|
"Map<string,any>": {
|
|
72721
73055
|
"properties": {
|
|
72722
|
-
"__@toStringTag@
|
|
73056
|
+
"__@toStringTag@12948": {
|
|
72723
73057
|
"type": "string"
|
|
72724
73058
|
},
|
|
72725
73059
|
"size": {
|
|
@@ -72727,14 +73061,14 @@
|
|
|
72727
73061
|
}
|
|
72728
73062
|
},
|
|
72729
73063
|
"required": [
|
|
72730
|
-
"__@toStringTag@
|
|
73064
|
+
"__@toStringTag@12948",
|
|
72731
73065
|
"size"
|
|
72732
73066
|
],
|
|
72733
73067
|
"type": "object"
|
|
72734
73068
|
},
|
|
72735
73069
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
72736
73070
|
"properties": {
|
|
72737
|
-
"__@toStringTag@
|
|
73071
|
+
"__@toStringTag@12948": {
|
|
72738
73072
|
"type": "string"
|
|
72739
73073
|
},
|
|
72740
73074
|
"size": {
|
|
@@ -72742,14 +73076,14 @@
|
|
|
72742
73076
|
}
|
|
72743
73077
|
},
|
|
72744
73078
|
"required": [
|
|
72745
|
-
"__@toStringTag@
|
|
73079
|
+
"__@toStringTag@12948",
|
|
72746
73080
|
"size"
|
|
72747
73081
|
],
|
|
72748
73082
|
"type": "object"
|
|
72749
73083
|
},
|
|
72750
73084
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
72751
73085
|
"properties": {
|
|
72752
|
-
"__@toStringTag@
|
|
73086
|
+
"__@toStringTag@12948": {
|
|
72753
73087
|
"type": "string"
|
|
72754
73088
|
},
|
|
72755
73089
|
"size": {
|
|
@@ -72757,14 +73091,14 @@
|
|
|
72757
73091
|
}
|
|
72758
73092
|
},
|
|
72759
73093
|
"required": [
|
|
72760
|
-
"__@toStringTag@
|
|
73094
|
+
"__@toStringTag@12948",
|
|
72761
73095
|
"size"
|
|
72762
73096
|
],
|
|
72763
73097
|
"type": "object"
|
|
72764
73098
|
},
|
|
72765
73099
|
"Map<string|number,IAnimate>": {
|
|
72766
73100
|
"properties": {
|
|
72767
|
-
"__@toStringTag@
|
|
73101
|
+
"__@toStringTag@12948": {
|
|
72768
73102
|
"type": "string"
|
|
72769
73103
|
},
|
|
72770
73104
|
"size": {
|
|
@@ -72772,7 +73106,7 @@
|
|
|
72772
73106
|
}
|
|
72773
73107
|
},
|
|
72774
73108
|
"required": [
|
|
72775
|
-
"__@toStringTag@
|
|
73109
|
+
"__@toStringTag@12948",
|
|
72776
73110
|
"size"
|
|
72777
73111
|
],
|
|
72778
73112
|
"type": "object"
|
|
@@ -72969,6 +73303,7 @@
|
|
|
72969
73303
|
"seriesStyle",
|
|
72970
73304
|
"sizeLegend",
|
|
72971
73305
|
"stackInverse",
|
|
73306
|
+
"stackSort",
|
|
72972
73307
|
"sunburst",
|
|
72973
73308
|
"theme",
|
|
72974
73309
|
"title",
|
|
@@ -73341,6 +73676,9 @@
|
|
|
73341
73676
|
],
|
|
73342
73677
|
"type": "string"
|
|
73343
73678
|
},
|
|
73679
|
+
"backgroundOpacity": {
|
|
73680
|
+
"type": "number"
|
|
73681
|
+
},
|
|
73344
73682
|
"beta": {
|
|
73345
73683
|
"type": "number"
|
|
73346
73684
|
},
|
|
@@ -76048,6 +76386,9 @@
|
|
|
76048
76386
|
],
|
|
76049
76387
|
"type": "string"
|
|
76050
76388
|
},
|
|
76389
|
+
"backgroundOpacity": {
|
|
76390
|
+
"type": "number"
|
|
76391
|
+
},
|
|
76051
76392
|
"beta": {
|
|
76052
76393
|
"type": "number"
|
|
76053
76394
|
},
|
|
@@ -78205,6 +78546,9 @@
|
|
|
78205
78546
|
],
|
|
78206
78547
|
"type": "string"
|
|
78207
78548
|
},
|
|
78549
|
+
"backgroundOpacity": {
|
|
78550
|
+
"type": "number"
|
|
78551
|
+
},
|
|
78208
78552
|
"beta": {
|
|
78209
78553
|
"type": "number"
|
|
78210
78554
|
},
|
|
@@ -78731,6 +79075,9 @@
|
|
|
78731
79075
|
],
|
|
78732
79076
|
"type": "string"
|
|
78733
79077
|
},
|
|
79078
|
+
"backgroundOpacity": {
|
|
79079
|
+
"type": "number"
|
|
79080
|
+
},
|
|
78734
79081
|
"beta": {
|
|
78735
79082
|
"type": "number"
|
|
78736
79083
|
},
|
|
@@ -79570,6 +79917,9 @@
|
|
|
79570
79917
|
],
|
|
79571
79918
|
"type": "string"
|
|
79572
79919
|
},
|
|
79920
|
+
"backgroundOpacity": {
|
|
79921
|
+
"type": "number"
|
|
79922
|
+
},
|
|
79573
79923
|
"beta": {
|
|
79574
79924
|
"type": "number"
|
|
79575
79925
|
},
|
|
@@ -80029,6 +80379,9 @@
|
|
|
80029
80379
|
],
|
|
80030
80380
|
"type": "string"
|
|
80031
80381
|
},
|
|
80382
|
+
"backgroundOpacity": {
|
|
80383
|
+
"type": "number"
|
|
80384
|
+
},
|
|
80032
80385
|
"beta": {
|
|
80033
80386
|
"type": "number"
|
|
80034
80387
|
},
|
|
@@ -80539,6 +80892,9 @@
|
|
|
80539
80892
|
],
|
|
80540
80893
|
"type": "string"
|
|
80541
80894
|
},
|
|
80895
|
+
"backgroundOpacity": {
|
|
80896
|
+
"type": "number"
|
|
80897
|
+
},
|
|
80542
80898
|
"beta": {
|
|
80543
80899
|
"type": "number"
|
|
80544
80900
|
},
|
|
@@ -81015,6 +81371,9 @@
|
|
|
81015
81371
|
],
|
|
81016
81372
|
"type": "string"
|
|
81017
81373
|
},
|
|
81374
|
+
"backgroundOpacity": {
|
|
81375
|
+
"type": "number"
|
|
81376
|
+
},
|
|
81018
81377
|
"beta": {
|
|
81019
81378
|
"type": "number"
|
|
81020
81379
|
},
|
|
@@ -81453,6 +81812,9 @@
|
|
|
81453
81812
|
],
|
|
81454
81813
|
"type": "string"
|
|
81455
81814
|
},
|
|
81815
|
+
"backgroundOpacity": {
|
|
81816
|
+
"type": "number"
|
|
81817
|
+
},
|
|
81456
81818
|
"beta": {
|
|
81457
81819
|
"type": "number"
|
|
81458
81820
|
},
|
|
@@ -81876,6 +82238,9 @@
|
|
|
81876
82238
|
],
|
|
81877
82239
|
"type": "string"
|
|
81878
82240
|
},
|
|
82241
|
+
"backgroundOpacity": {
|
|
82242
|
+
"type": "number"
|
|
82243
|
+
},
|
|
81879
82244
|
"beta": {
|
|
81880
82245
|
"type": "number"
|
|
81881
82246
|
},
|
|
@@ -82346,6 +82711,9 @@
|
|
|
82346
82711
|
],
|
|
82347
82712
|
"type": "string"
|
|
82348
82713
|
},
|
|
82714
|
+
"backgroundOpacity": {
|
|
82715
|
+
"type": "number"
|
|
82716
|
+
},
|
|
82349
82717
|
"beta": {
|
|
82350
82718
|
"type": "number"
|
|
82351
82719
|
},
|
|
@@ -83061,6 +83429,9 @@
|
|
|
83061
83429
|
],
|
|
83062
83430
|
"type": "string"
|
|
83063
83431
|
},
|
|
83432
|
+
"backgroundOpacity": {
|
|
83433
|
+
"type": "number"
|
|
83434
|
+
},
|
|
83064
83435
|
"beta": {
|
|
83065
83436
|
"type": "number"
|
|
83066
83437
|
},
|
|
@@ -84309,6 +84680,9 @@
|
|
|
84309
84680
|
],
|
|
84310
84681
|
"type": "string"
|
|
84311
84682
|
},
|
|
84683
|
+
"backgroundOpacity": {
|
|
84684
|
+
"type": "number"
|
|
84685
|
+
},
|
|
84312
84686
|
"beta": {
|
|
84313
84687
|
"type": "number"
|
|
84314
84688
|
},
|
|
@@ -84728,6 +85102,9 @@
|
|
|
84728
85102
|
],
|
|
84729
85103
|
"type": "string"
|
|
84730
85104
|
},
|
|
85105
|
+
"backgroundOpacity": {
|
|
85106
|
+
"type": "number"
|
|
85107
|
+
},
|
|
84731
85108
|
"beta": {
|
|
84732
85109
|
"type": "number"
|
|
84733
85110
|
},
|
|
@@ -85409,6 +85786,9 @@
|
|
|
85409
85786
|
],
|
|
85410
85787
|
"type": "string"
|
|
85411
85788
|
},
|
|
85789
|
+
"backgroundOpacity": {
|
|
85790
|
+
"type": "number"
|
|
85791
|
+
},
|
|
85412
85792
|
"beta": {
|
|
85413
85793
|
"type": "number"
|
|
85414
85794
|
},
|
|
@@ -85843,6 +86223,9 @@
|
|
|
85843
86223
|
],
|
|
85844
86224
|
"type": "string"
|
|
85845
86225
|
},
|
|
86226
|
+
"backgroundOpacity": {
|
|
86227
|
+
"type": "number"
|
|
86228
|
+
},
|
|
85846
86229
|
"beta": {
|
|
85847
86230
|
"type": "number"
|
|
85848
86231
|
},
|
|
@@ -86641,6 +87024,9 @@
|
|
|
86641
87024
|
],
|
|
86642
87025
|
"type": "string"
|
|
86643
87026
|
},
|
|
87027
|
+
"backgroundOpacity": {
|
|
87028
|
+
"type": "number"
|
|
87029
|
+
},
|
|
86644
87030
|
"beta": {
|
|
86645
87031
|
"type": "number"
|
|
86646
87032
|
},
|
|
@@ -87070,6 +87456,9 @@
|
|
|
87070
87456
|
],
|
|
87071
87457
|
"type": "string"
|
|
87072
87458
|
},
|
|
87459
|
+
"backgroundOpacity": {
|
|
87460
|
+
"type": "number"
|
|
87461
|
+
},
|
|
87073
87462
|
"beta": {
|
|
87074
87463
|
"type": "number"
|
|
87075
87464
|
},
|
|
@@ -88027,6 +88416,12 @@
|
|
|
88027
88416
|
"since": "1.4.0",
|
|
88028
88417
|
"type": "boolean"
|
|
88029
88418
|
},
|
|
88419
|
+
"stackSort": {
|
|
88420
|
+
"default": false,
|
|
88421
|
+
"description": "堆积时是否排序",
|
|
88422
|
+
"since": "1.10.4",
|
|
88423
|
+
"type": "boolean"
|
|
88424
|
+
},
|
|
88030
88425
|
"theme": {
|
|
88031
88426
|
"anyOf": [
|
|
88032
88427
|
{
|
|
@@ -88220,6 +88615,9 @@
|
|
|
88220
88615
|
],
|
|
88221
88616
|
"type": "string"
|
|
88222
88617
|
},
|
|
88618
|
+
"backgroundOpacity": {
|
|
88619
|
+
"type": "number"
|
|
88620
|
+
},
|
|
88223
88621
|
"beta": {
|
|
88224
88622
|
"type": "number"
|
|
88225
88623
|
},
|
|
@@ -88746,6 +89144,9 @@
|
|
|
88746
89144
|
],
|
|
88747
89145
|
"type": "string"
|
|
88748
89146
|
},
|
|
89147
|
+
"backgroundOpacity": {
|
|
89148
|
+
"type": "number"
|
|
89149
|
+
},
|
|
88749
89150
|
"beta": {
|
|
88750
89151
|
"type": "number"
|
|
88751
89152
|
},
|
|
@@ -89172,6 +89573,9 @@
|
|
|
89172
89573
|
],
|
|
89173
89574
|
"type": "string"
|
|
89174
89575
|
},
|
|
89576
|
+
"backgroundOpacity": {
|
|
89577
|
+
"type": "number"
|
|
89578
|
+
},
|
|
89175
89579
|
"beta": {
|
|
89176
89580
|
"type": "number"
|
|
89177
89581
|
},
|
|
@@ -91606,34 +92010,34 @@
|
|
|
91606
92010
|
},
|
|
91607
92011
|
"Promise<FontFaceSet>": {
|
|
91608
92012
|
"properties": {
|
|
91609
|
-
"__@toStringTag@
|
|
92013
|
+
"__@toStringTag@12948": {
|
|
91610
92014
|
"type": "string"
|
|
91611
92015
|
}
|
|
91612
92016
|
},
|
|
91613
92017
|
"required": [
|
|
91614
|
-
"__@toStringTag@
|
|
92018
|
+
"__@toStringTag@12948"
|
|
91615
92019
|
],
|
|
91616
92020
|
"type": "object"
|
|
91617
92021
|
},
|
|
91618
92022
|
"Promise<ServiceWorkerRegistration>": {
|
|
91619
92023
|
"properties": {
|
|
91620
|
-
"__@toStringTag@
|
|
92024
|
+
"__@toStringTag@12948": {
|
|
91621
92025
|
"type": "string"
|
|
91622
92026
|
}
|
|
91623
92027
|
},
|
|
91624
92028
|
"required": [
|
|
91625
|
-
"__@toStringTag@
|
|
92029
|
+
"__@toStringTag@12948"
|
|
91626
92030
|
],
|
|
91627
92031
|
"type": "object"
|
|
91628
92032
|
},
|
|
91629
92033
|
"Promise<any>": {
|
|
91630
92034
|
"properties": {
|
|
91631
|
-
"__@toStringTag@
|
|
92035
|
+
"__@toStringTag@12948": {
|
|
91632
92036
|
"type": "string"
|
|
91633
92037
|
}
|
|
91634
92038
|
},
|
|
91635
92039
|
"required": [
|
|
91636
|
-
"__@toStringTag@
|
|
92040
|
+
"__@toStringTag@12948"
|
|
91637
92041
|
],
|
|
91638
92042
|
"type": "object"
|
|
91639
92043
|
},
|
|
@@ -91860,6 +92264,9 @@
|
|
|
91860
92264
|
],
|
|
91861
92265
|
"type": "string"
|
|
91862
92266
|
},
|
|
92267
|
+
"backgroundOpacity": {
|
|
92268
|
+
"type": "number"
|
|
92269
|
+
},
|
|
91863
92270
|
"beta": {
|
|
91864
92271
|
"type": "number"
|
|
91865
92272
|
},
|
|
@@ -92193,6 +92600,7 @@
|
|
|
92193
92600
|
"backgroundCornerRadius",
|
|
92194
92601
|
"backgroundFit",
|
|
92195
92602
|
"backgroundMode",
|
|
92603
|
+
"backgroundOpacity",
|
|
92196
92604
|
"beta",
|
|
92197
92605
|
"blur",
|
|
92198
92606
|
"boundsMode",
|
|
@@ -92401,6 +92809,9 @@
|
|
|
92401
92809
|
],
|
|
92402
92810
|
"type": "string"
|
|
92403
92811
|
},
|
|
92812
|
+
"backgroundOpacity": {
|
|
92813
|
+
"type": "number"
|
|
92814
|
+
},
|
|
92404
92815
|
"beta": {
|
|
92405
92816
|
"type": "number"
|
|
92406
92817
|
},
|
|
@@ -92719,6 +93130,7 @@
|
|
|
92719
93130
|
"backgroundCornerRadius",
|
|
92720
93131
|
"backgroundFit",
|
|
92721
93132
|
"backgroundMode",
|
|
93133
|
+
"backgroundOpacity",
|
|
92722
93134
|
"beta",
|
|
92723
93135
|
"blur",
|
|
92724
93136
|
"boundsMode",
|
|
@@ -92925,6 +93337,9 @@
|
|
|
92925
93337
|
],
|
|
92926
93338
|
"type": "string"
|
|
92927
93339
|
},
|
|
93340
|
+
"backgroundOpacity": {
|
|
93341
|
+
"type": "number"
|
|
93342
|
+
},
|
|
92928
93343
|
"beta": {
|
|
92929
93344
|
"type": "number"
|
|
92930
93345
|
},
|
|
@@ -93214,6 +93629,7 @@
|
|
|
93214
93629
|
"backgroundCornerRadius",
|
|
93215
93630
|
"backgroundFit",
|
|
93216
93631
|
"backgroundMode",
|
|
93632
|
+
"backgroundOpacity",
|
|
93217
93633
|
"beta",
|
|
93218
93634
|
"blur",
|
|
93219
93635
|
"boundsMode",
|
|
@@ -93414,6 +93830,9 @@
|
|
|
93414
93830
|
],
|
|
93415
93831
|
"type": "string"
|
|
93416
93832
|
},
|
|
93833
|
+
"backgroundOpacity": {
|
|
93834
|
+
"type": "number"
|
|
93835
|
+
},
|
|
93417
93836
|
"beta": {
|
|
93418
93837
|
"type": "number"
|
|
93419
93838
|
},
|
|
@@ -93726,6 +94145,7 @@
|
|
|
93726
94145
|
"backgroundCornerRadius",
|
|
93727
94146
|
"backgroundFit",
|
|
93728
94147
|
"backgroundMode",
|
|
94148
|
+
"backgroundOpacity",
|
|
93729
94149
|
"beta",
|
|
93730
94150
|
"blur",
|
|
93731
94151
|
"boundsMode",
|
|
@@ -93945,6 +94365,9 @@
|
|
|
93945
94365
|
],
|
|
93946
94366
|
"type": "string"
|
|
93947
94367
|
},
|
|
94368
|
+
"backgroundOpacity": {
|
|
94369
|
+
"type": "number"
|
|
94370
|
+
},
|
|
93948
94371
|
"beta": {
|
|
93949
94372
|
"type": "number"
|
|
93950
94373
|
},
|
|
@@ -94291,6 +94714,7 @@
|
|
|
94291
94714
|
"backgroundCornerRadius",
|
|
94292
94715
|
"backgroundFit",
|
|
94293
94716
|
"backgroundMode",
|
|
94717
|
+
"backgroundOpacity",
|
|
94294
94718
|
"beta",
|
|
94295
94719
|
"blur",
|
|
94296
94720
|
"boundsMode",
|
|
@@ -94498,6 +94922,9 @@
|
|
|
94498
94922
|
],
|
|
94499
94923
|
"type": "string"
|
|
94500
94924
|
},
|
|
94925
|
+
"backgroundOpacity": {
|
|
94926
|
+
"type": "number"
|
|
94927
|
+
},
|
|
94501
94928
|
"beta": {
|
|
94502
94929
|
"type": "number"
|
|
94503
94930
|
},
|
|
@@ -94816,6 +95243,7 @@
|
|
|
94816
95243
|
"backgroundCornerRadius",
|
|
94817
95244
|
"backgroundFit",
|
|
94818
95245
|
"backgroundMode",
|
|
95246
|
+
"backgroundOpacity",
|
|
94819
95247
|
"beta",
|
|
94820
95248
|
"blur",
|
|
94821
95249
|
"boundsMode",
|
|
@@ -95019,6 +95447,9 @@
|
|
|
95019
95447
|
],
|
|
95020
95448
|
"type": "string"
|
|
95021
95449
|
},
|
|
95450
|
+
"backgroundOpacity": {
|
|
95451
|
+
"type": "number"
|
|
95452
|
+
},
|
|
95022
95453
|
"beta": {
|
|
95023
95454
|
"type": "number"
|
|
95024
95455
|
},
|
|
@@ -95340,6 +95771,7 @@
|
|
|
95340
95771
|
"backgroundCornerRadius",
|
|
95341
95772
|
"backgroundFit",
|
|
95342
95773
|
"backgroundMode",
|
|
95774
|
+
"backgroundOpacity",
|
|
95343
95775
|
"beta",
|
|
95344
95776
|
"blur",
|
|
95345
95777
|
"boundsMode",
|
|
@@ -95547,6 +95979,9 @@
|
|
|
95547
95979
|
],
|
|
95548
95980
|
"type": "string"
|
|
95549
95981
|
},
|
|
95982
|
+
"backgroundOpacity": {
|
|
95983
|
+
"type": "number"
|
|
95984
|
+
},
|
|
95550
95985
|
"beta": {
|
|
95551
95986
|
"type": "number"
|
|
95552
95987
|
},
|
|
@@ -95840,6 +96275,7 @@
|
|
|
95840
96275
|
"backgroundCornerRadius",
|
|
95841
96276
|
"backgroundFit",
|
|
95842
96277
|
"backgroundMode",
|
|
96278
|
+
"backgroundOpacity",
|
|
95843
96279
|
"beta",
|
|
95844
96280
|
"blur",
|
|
95845
96281
|
"boundsMode",
|
|
@@ -96039,6 +96475,9 @@
|
|
|
96039
96475
|
],
|
|
96040
96476
|
"type": "string"
|
|
96041
96477
|
},
|
|
96478
|
+
"backgroundOpacity": {
|
|
96479
|
+
"type": "number"
|
|
96480
|
+
},
|
|
96042
96481
|
"beta": {
|
|
96043
96482
|
"type": "number"
|
|
96044
96483
|
},
|
|
@@ -96341,6 +96780,7 @@
|
|
|
96341
96780
|
"backgroundCornerRadius",
|
|
96342
96781
|
"backgroundFit",
|
|
96343
96782
|
"backgroundMode",
|
|
96783
|
+
"backgroundOpacity",
|
|
96344
96784
|
"beta",
|
|
96345
96785
|
"blur",
|
|
96346
96786
|
"boundsMode",
|
|
@@ -96541,6 +96981,9 @@
|
|
|
96541
96981
|
],
|
|
96542
96982
|
"type": "string"
|
|
96543
96983
|
},
|
|
96984
|
+
"backgroundOpacity": {
|
|
96985
|
+
"type": "number"
|
|
96986
|
+
},
|
|
96544
96987
|
"beta": {
|
|
96545
96988
|
"type": "number"
|
|
96546
96989
|
},
|
|
@@ -96849,6 +97292,7 @@
|
|
|
96849
97292
|
"backgroundCornerRadius",
|
|
96850
97293
|
"backgroundFit",
|
|
96851
97294
|
"backgroundMode",
|
|
97295
|
+
"backgroundOpacity",
|
|
96852
97296
|
"beta",
|
|
96853
97297
|
"blur",
|
|
96854
97298
|
"boundsMode",
|
|
@@ -97052,6 +97496,9 @@
|
|
|
97052
97496
|
],
|
|
97053
97497
|
"type": "string"
|
|
97054
97498
|
},
|
|
97499
|
+
"backgroundOpacity": {
|
|
97500
|
+
"type": "number"
|
|
97501
|
+
},
|
|
97055
97502
|
"beta": {
|
|
97056
97503
|
"type": "number"
|
|
97057
97504
|
},
|
|
@@ -97357,6 +97804,7 @@
|
|
|
97357
97804
|
"backgroundCornerRadius",
|
|
97358
97805
|
"backgroundFit",
|
|
97359
97806
|
"backgroundMode",
|
|
97807
|
+
"backgroundOpacity",
|
|
97360
97808
|
"beta",
|
|
97361
97809
|
"blur",
|
|
97362
97810
|
"boundsMode",
|
|
@@ -97559,6 +98007,9 @@
|
|
|
97559
98007
|
],
|
|
97560
98008
|
"type": "string"
|
|
97561
98009
|
},
|
|
98010
|
+
"backgroundOpacity": {
|
|
98011
|
+
"type": "number"
|
|
98012
|
+
},
|
|
97562
98013
|
"beta": {
|
|
97563
98014
|
"type": "number"
|
|
97564
98015
|
},
|
|
@@ -97992,6 +98443,7 @@
|
|
|
97992
98443
|
"backgroundCornerRadius",
|
|
97993
98444
|
"backgroundFit",
|
|
97994
98445
|
"backgroundMode",
|
|
98446
|
+
"backgroundOpacity",
|
|
97995
98447
|
"beta",
|
|
97996
98448
|
"blur",
|
|
97997
98449
|
"boundsMode",
|
|
@@ -98248,6 +98700,9 @@
|
|
|
98248
98700
|
],
|
|
98249
98701
|
"type": "string"
|
|
98250
98702
|
},
|
|
98703
|
+
"backgroundOpacity": {
|
|
98704
|
+
"type": "number"
|
|
98705
|
+
},
|
|
98251
98706
|
"backgroundRadius": {
|
|
98252
98707
|
"type": "number"
|
|
98253
98708
|
},
|
|
@@ -98630,6 +99085,7 @@
|
|
|
98630
99085
|
"backgroundFit",
|
|
98631
99086
|
"backgroundHeight",
|
|
98632
99087
|
"backgroundMode",
|
|
99088
|
+
"backgroundOpacity",
|
|
98633
99089
|
"backgroundRadius",
|
|
98634
99090
|
"backgroundShowMode",
|
|
98635
99091
|
"backgroundStroke",
|
|
@@ -98843,6 +99299,9 @@
|
|
|
98843
99299
|
],
|
|
98844
99300
|
"type": "string"
|
|
98845
99301
|
},
|
|
99302
|
+
"backgroundOpacity": {
|
|
99303
|
+
"type": "number"
|
|
99304
|
+
},
|
|
98846
99305
|
"beta": {
|
|
98847
99306
|
"type": "number"
|
|
98848
99307
|
},
|
|
@@ -99146,6 +99605,7 @@
|
|
|
99146
99605
|
"backgroundCornerRadius",
|
|
99147
99606
|
"backgroundFit",
|
|
99148
99607
|
"backgroundMode",
|
|
99608
|
+
"backgroundOpacity",
|
|
99149
99609
|
"beta",
|
|
99150
99610
|
"blur",
|
|
99151
99611
|
"boundsMode",
|
|
@@ -99345,6 +99805,9 @@
|
|
|
99345
99805
|
],
|
|
99346
99806
|
"type": "string"
|
|
99347
99807
|
},
|
|
99808
|
+
"backgroundOpacity": {
|
|
99809
|
+
"type": "number"
|
|
99810
|
+
},
|
|
99348
99811
|
"beta": {
|
|
99349
99812
|
"type": "number"
|
|
99350
99813
|
},
|
|
@@ -99751,6 +100214,7 @@
|
|
|
99751
100214
|
"backgroundCornerRadius",
|
|
99752
100215
|
"backgroundFit",
|
|
99753
100216
|
"backgroundMode",
|
|
100217
|
+
"backgroundOpacity",
|
|
99754
100218
|
"beta",
|
|
99755
100219
|
"blur",
|
|
99756
100220
|
"boundsMode",
|