@visactor/vchart-schema 0.0.1-beta.6 → 1.2.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 +3 -3
- package/vchart.json +166 -88
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-schema",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "The VChart JSON schema file.",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "vchart.json",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"jest-electron": "^0.1.12",
|
|
20
20
|
"ts-jest": "^26.0.0",
|
|
21
21
|
"@types/semver": "7.3.12",
|
|
22
|
-
"@internal/
|
|
23
|
-
"@internal/
|
|
22
|
+
"@internal/eslint-config": "0.0.1",
|
|
23
|
+
"@internal/ts-config": "0.0.1"
|
|
24
24
|
},
|
|
25
25
|
"homepage": "",
|
|
26
26
|
"bugs": "https://github.com/VisActor/VChart/issues",
|
package/vchart.json
CHANGED
|
@@ -17832,7 +17832,8 @@
|
|
|
17832
17832
|
"description": "循环动画"
|
|
17833
17833
|
},
|
|
17834
17834
|
"animationThreshold": {
|
|
17835
|
-
"
|
|
17835
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
17836
|
+
"since": "1.2.0",
|
|
17836
17837
|
"type": "number"
|
|
17837
17838
|
},
|
|
17838
17839
|
"animationUpdate": {
|
|
@@ -18539,7 +18540,8 @@
|
|
|
18539
18540
|
"description": "循环动画"
|
|
18540
18541
|
},
|
|
18541
18542
|
"animationThreshold": {
|
|
18542
|
-
"
|
|
18543
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
18544
|
+
"since": "1.2.0",
|
|
18543
18545
|
"type": "number"
|
|
18544
18546
|
},
|
|
18545
18547
|
"animationUpdate": {
|
|
@@ -18999,7 +19001,8 @@
|
|
|
18999
19001
|
"description": "循环动画"
|
|
19000
19002
|
},
|
|
19001
19003
|
"animationThreshold": {
|
|
19002
|
-
"
|
|
19004
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
19005
|
+
"since": "1.2.0",
|
|
19003
19006
|
"type": "number"
|
|
19004
19007
|
},
|
|
19005
19008
|
"animationUpdate": {
|
|
@@ -19491,7 +19494,8 @@
|
|
|
19491
19494
|
"description": "循环动画"
|
|
19492
19495
|
},
|
|
19493
19496
|
"animationThreshold": {
|
|
19494
|
-
"
|
|
19497
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
19498
|
+
"since": "1.2.0",
|
|
19495
19499
|
"type": "number"
|
|
19496
19500
|
},
|
|
19497
19501
|
"animationUpdate": {
|
|
@@ -19956,7 +19960,8 @@
|
|
|
19956
19960
|
"description": "循环动画"
|
|
19957
19961
|
},
|
|
19958
19962
|
"animationThreshold": {
|
|
19959
|
-
"
|
|
19963
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
19964
|
+
"since": "1.2.0",
|
|
19960
19965
|
"type": "number"
|
|
19961
19966
|
},
|
|
19962
19967
|
"animationUpdate": {
|
|
@@ -20453,7 +20458,8 @@
|
|
|
20453
20458
|
"description": "循环动画"
|
|
20454
20459
|
},
|
|
20455
20460
|
"animationThreshold": {
|
|
20456
|
-
"
|
|
20461
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
20462
|
+
"since": "1.2.0",
|
|
20457
20463
|
"type": "number"
|
|
20458
20464
|
},
|
|
20459
20465
|
"animationUpdate": {
|
|
@@ -21088,7 +21094,8 @@
|
|
|
21088
21094
|
"description": "循环动画"
|
|
21089
21095
|
},
|
|
21090
21096
|
"animationThreshold": {
|
|
21091
|
-
"
|
|
21097
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
21098
|
+
"since": "1.2.0",
|
|
21092
21099
|
"type": "number"
|
|
21093
21100
|
},
|
|
21094
21101
|
"animationUpdate": {
|
|
@@ -21467,6 +21474,12 @@
|
|
|
21467
21474
|
],
|
|
21468
21475
|
"description": "可刷取的seriesIndex"
|
|
21469
21476
|
},
|
|
21477
|
+
"sizeThreshold": {
|
|
21478
|
+
"default": 5,
|
|
21479
|
+
"description": "brush选框的大小阈值",
|
|
21480
|
+
"since": "1.2.0",
|
|
21481
|
+
"type": "number"
|
|
21482
|
+
},
|
|
21470
21483
|
"style": {
|
|
21471
21484
|
"$ref": "#/definitions/Partial<IPolygonMarkSpec>",
|
|
21472
21485
|
"description": "brush 的框选样式"
|
|
@@ -21519,6 +21532,12 @@
|
|
|
21519
21532
|
"description": "brushMode为'single'时,是否单击清除选框",
|
|
21520
21533
|
"type": "boolean"
|
|
21521
21534
|
},
|
|
21535
|
+
"sizeThreshold": {
|
|
21536
|
+
"default": 5,
|
|
21537
|
+
"description": "brush选框的大小阈值",
|
|
21538
|
+
"since": "1.2.0",
|
|
21539
|
+
"type": "number"
|
|
21540
|
+
},
|
|
21522
21541
|
"style": {
|
|
21523
21542
|
"$ref": "#/definitions/Partial<IPolygonMarkSpec>",
|
|
21524
21543
|
"description": "brush 的框选样式"
|
|
@@ -21964,7 +21983,8 @@
|
|
|
21964
21983
|
"type": "boolean"
|
|
21965
21984
|
},
|
|
21966
21985
|
"animationThreshold": {
|
|
21967
|
-
"
|
|
21986
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
21987
|
+
"since": "1.2.0",
|
|
21968
21988
|
"type": "number"
|
|
21969
21989
|
},
|
|
21970
21990
|
"data": {
|
|
@@ -22228,7 +22248,8 @@
|
|
|
22228
22248
|
"description": "循环动画"
|
|
22229
22249
|
},
|
|
22230
22250
|
"animationThreshold": {
|
|
22231
|
-
"
|
|
22251
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
22252
|
+
"since": "1.2.0",
|
|
22232
22253
|
"type": "number"
|
|
22233
22254
|
},
|
|
22234
22255
|
"animationUpdate": {
|
|
@@ -22607,7 +22628,8 @@
|
|
|
22607
22628
|
"description": "循环动画"
|
|
22608
22629
|
},
|
|
22609
22630
|
"animationThreshold": {
|
|
22610
|
-
"
|
|
22631
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
22632
|
+
"since": "1.2.0",
|
|
22611
22633
|
"type": "number"
|
|
22612
22634
|
},
|
|
22613
22635
|
"animationUpdate": {
|
|
@@ -22905,7 +22927,8 @@
|
|
|
22905
22927
|
"description": "循环动画"
|
|
22906
22928
|
},
|
|
22907
22929
|
"animationThreshold": {
|
|
22908
|
-
"
|
|
22930
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
22931
|
+
"since": "1.2.0",
|
|
22909
22932
|
"type": "number"
|
|
22910
22933
|
},
|
|
22911
22934
|
"animationUpdate": {
|
|
@@ -23370,7 +23393,8 @@
|
|
|
23370
23393
|
"description": "循环动画"
|
|
23371
23394
|
},
|
|
23372
23395
|
"animationThreshold": {
|
|
23373
|
-
"
|
|
23396
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
23397
|
+
"since": "1.2.0",
|
|
23374
23398
|
"type": "number"
|
|
23375
23399
|
},
|
|
23376
23400
|
"animationUpdate": {
|
|
@@ -23982,7 +24006,8 @@
|
|
|
23982
24006
|
"ICommonChartSpec": {
|
|
23983
24007
|
"properties": {
|
|
23984
24008
|
"animationThreshold": {
|
|
23985
|
-
"
|
|
24009
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
24010
|
+
"since": "1.2.0",
|
|
23986
24011
|
"type": "number"
|
|
23987
24012
|
},
|
|
23988
24013
|
"autoFit": {
|
|
@@ -26743,7 +26768,8 @@
|
|
|
26743
26768
|
"type": "boolean"
|
|
26744
26769
|
},
|
|
26745
26770
|
"animationThreshold": {
|
|
26746
|
-
"
|
|
26771
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
26772
|
+
"since": "1.2.0",
|
|
26747
26773
|
"type": "number"
|
|
26748
26774
|
},
|
|
26749
26775
|
"clipHeight": {
|
|
@@ -27353,7 +27379,8 @@
|
|
|
27353
27379
|
"description": "循环动画"
|
|
27354
27380
|
},
|
|
27355
27381
|
"animationThreshold": {
|
|
27356
|
-
"
|
|
27382
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
27383
|
+
"since": "1.2.0",
|
|
27357
27384
|
"type": "number"
|
|
27358
27385
|
},
|
|
27359
27386
|
"animationUpdate": {
|
|
@@ -27828,7 +27855,8 @@
|
|
|
27828
27855
|
"description": "循环动画"
|
|
27829
27856
|
},
|
|
27830
27857
|
"animationThreshold": {
|
|
27831
|
-
"
|
|
27858
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
27859
|
+
"since": "1.2.0",
|
|
27832
27860
|
"type": "number"
|
|
27833
27861
|
},
|
|
27834
27862
|
"animationUpdate": {
|
|
@@ -28417,7 +28445,8 @@
|
|
|
28417
28445
|
"description": "循环动画"
|
|
28418
28446
|
},
|
|
28419
28447
|
"animationThreshold": {
|
|
28420
|
-
"
|
|
28448
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
28449
|
+
"since": "1.2.0",
|
|
28421
28450
|
"type": "number"
|
|
28422
28451
|
},
|
|
28423
28452
|
"animationUpdate": {
|
|
@@ -28762,7 +28791,8 @@
|
|
|
28762
28791
|
"description": "循环动画"
|
|
28763
28792
|
},
|
|
28764
28793
|
"animationThreshold": {
|
|
28765
|
-
"
|
|
28794
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
28795
|
+
"since": "1.2.0",
|
|
28766
28796
|
"type": "number"
|
|
28767
28797
|
},
|
|
28768
28798
|
"animationUpdate": {
|
|
@@ -29270,7 +29300,8 @@
|
|
|
29270
29300
|
"description": "循环动画"
|
|
29271
29301
|
},
|
|
29272
29302
|
"animationThreshold": {
|
|
29273
|
-
"
|
|
29303
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
29304
|
+
"since": "1.2.0",
|
|
29274
29305
|
"type": "number"
|
|
29275
29306
|
},
|
|
29276
29307
|
"animationUpdate": {
|
|
@@ -29674,7 +29705,8 @@
|
|
|
29674
29705
|
"description": "循环动画"
|
|
29675
29706
|
},
|
|
29676
29707
|
"animationThreshold": {
|
|
29677
|
-
"
|
|
29708
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
29709
|
+
"since": "1.2.0",
|
|
29678
29710
|
"type": "number"
|
|
29679
29711
|
},
|
|
29680
29712
|
"animationUpdate": {
|
|
@@ -31941,7 +31973,8 @@
|
|
|
31941
31973
|
"description": "循环动画"
|
|
31942
31974
|
},
|
|
31943
31975
|
"animationThreshold": {
|
|
31944
|
-
"
|
|
31976
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
31977
|
+
"since": "1.2.0",
|
|
31945
31978
|
"type": "number"
|
|
31946
31979
|
},
|
|
31947
31980
|
"animationUpdate": {
|
|
@@ -32388,7 +32421,8 @@
|
|
|
32388
32421
|
"description": "循环动画"
|
|
32389
32422
|
},
|
|
32390
32423
|
"animationThreshold": {
|
|
32391
|
-
"
|
|
32424
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
32425
|
+
"since": "1.2.0",
|
|
32392
32426
|
"type": "number"
|
|
32393
32427
|
},
|
|
32394
32428
|
"animationUpdate": {
|
|
@@ -32757,7 +32791,8 @@
|
|
|
32757
32791
|
"description": "循环动画"
|
|
32758
32792
|
},
|
|
32759
32793
|
"animationThreshold": {
|
|
32760
|
-
"
|
|
32794
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
32795
|
+
"since": "1.2.0",
|
|
32761
32796
|
"type": "number"
|
|
32762
32797
|
},
|
|
32763
32798
|
"animationUpdate": {
|
|
@@ -33222,7 +33257,8 @@
|
|
|
33222
33257
|
"description": "循环动画"
|
|
33223
33258
|
},
|
|
33224
33259
|
"animationThreshold": {
|
|
33225
|
-
"
|
|
33260
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
33261
|
+
"since": "1.2.0",
|
|
33226
33262
|
"type": "number"
|
|
33227
33263
|
},
|
|
33228
33264
|
"animationUpdate": {
|
|
@@ -35004,7 +35040,8 @@
|
|
|
35004
35040
|
"description": "循环动画"
|
|
35005
35041
|
},
|
|
35006
35042
|
"animationThreshold": {
|
|
35007
|
-
"
|
|
35043
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
35044
|
+
"since": "1.2.0",
|
|
35008
35045
|
"type": "number"
|
|
35009
35046
|
},
|
|
35010
35047
|
"animationUpdate": {
|
|
@@ -35670,7 +35707,8 @@
|
|
|
35670
35707
|
"description": "循环动画"
|
|
35671
35708
|
},
|
|
35672
35709
|
"animationThreshold": {
|
|
35673
|
-
"
|
|
35710
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
35711
|
+
"since": "1.2.0",
|
|
35674
35712
|
"type": "number"
|
|
35675
35713
|
},
|
|
35676
35714
|
"animationUpdate": {
|
|
@@ -36056,7 +36094,8 @@
|
|
|
36056
36094
|
"description": "循环动画"
|
|
36057
36095
|
},
|
|
36058
36096
|
"animationThreshold": {
|
|
36059
|
-
"
|
|
36097
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
36098
|
+
"since": "1.2.0",
|
|
36060
36099
|
"type": "number"
|
|
36061
36100
|
},
|
|
36062
36101
|
"animationUpdate": {
|
|
@@ -36461,7 +36500,8 @@
|
|
|
36461
36500
|
"description": "循环动画"
|
|
36462
36501
|
},
|
|
36463
36502
|
"animationThreshold": {
|
|
36464
|
-
"
|
|
36503
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
36504
|
+
"since": "1.2.0",
|
|
36465
36505
|
"type": "number"
|
|
36466
36506
|
},
|
|
36467
36507
|
"animationUpdate": {
|
|
@@ -36680,7 +36720,8 @@
|
|
|
36680
36720
|
"type": "boolean"
|
|
36681
36721
|
},
|
|
36682
36722
|
"animationThreshold": {
|
|
36683
|
-
"
|
|
36723
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
36724
|
+
"since": "1.2.0",
|
|
36684
36725
|
"type": "number"
|
|
36685
36726
|
},
|
|
36686
36727
|
"clipHeight": {
|
|
@@ -36978,7 +37019,8 @@
|
|
|
36978
37019
|
"description": "循环动画"
|
|
36979
37020
|
},
|
|
36980
37021
|
"animationThreshold": {
|
|
36981
|
-
"
|
|
37022
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
37023
|
+
"since": "1.2.0",
|
|
36982
37024
|
"type": "number"
|
|
36983
37025
|
},
|
|
36984
37026
|
"animationUpdate": {
|
|
@@ -37393,7 +37435,8 @@
|
|
|
37393
37435
|
"description": "循环动画"
|
|
37394
37436
|
},
|
|
37395
37437
|
"animationThreshold": {
|
|
37396
|
-
"
|
|
37438
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
37439
|
+
"since": "1.2.0",
|
|
37397
37440
|
"type": "number"
|
|
37398
37441
|
},
|
|
37399
37442
|
"animationUpdate": {
|
|
@@ -39207,7 +39250,8 @@
|
|
|
39207
39250
|
"description": "循环动画"
|
|
39208
39251
|
},
|
|
39209
39252
|
"animationThreshold": {
|
|
39210
|
-
"
|
|
39253
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
39254
|
+
"since": "1.2.0",
|
|
39211
39255
|
"type": "number"
|
|
39212
39256
|
},
|
|
39213
39257
|
"animationUpdate": {
|
|
@@ -39672,7 +39716,8 @@
|
|
|
39672
39716
|
"description": "循环动画"
|
|
39673
39717
|
},
|
|
39674
39718
|
"animationThreshold": {
|
|
39675
|
-
"
|
|
39719
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
39720
|
+
"since": "1.2.0",
|
|
39676
39721
|
"type": "number"
|
|
39677
39722
|
},
|
|
39678
39723
|
"animationUpdate": {
|
|
@@ -40100,7 +40145,8 @@
|
|
|
40100
40145
|
"description": "循环动画"
|
|
40101
40146
|
},
|
|
40102
40147
|
"animationThreshold": {
|
|
40103
|
-
"
|
|
40148
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
40149
|
+
"since": "1.2.0",
|
|
40104
40150
|
"type": "number"
|
|
40105
40151
|
},
|
|
40106
40152
|
"animationUpdate": {
|
|
@@ -41806,7 +41852,8 @@
|
|
|
41806
41852
|
"description": "循环动画"
|
|
41807
41853
|
},
|
|
41808
41854
|
"animationThreshold": {
|
|
41809
|
-
"
|
|
41855
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
41856
|
+
"since": "1.2.0",
|
|
41810
41857
|
"type": "number"
|
|
41811
41858
|
},
|
|
41812
41859
|
"animationUpdate": {
|
|
@@ -42273,7 +42320,8 @@
|
|
|
42273
42320
|
"description": "循环动画"
|
|
42274
42321
|
},
|
|
42275
42322
|
"animationThreshold": {
|
|
42276
|
-
"
|
|
42323
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
42324
|
+
"since": "1.2.0",
|
|
42277
42325
|
"type": "number"
|
|
42278
42326
|
},
|
|
42279
42327
|
"animationUpdate": {
|
|
@@ -42660,7 +42708,8 @@
|
|
|
42660
42708
|
"description": "循环动画"
|
|
42661
42709
|
},
|
|
42662
42710
|
"animationThreshold": {
|
|
42663
|
-
"
|
|
42711
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
42712
|
+
"since": "1.2.0",
|
|
42664
42713
|
"type": "number"
|
|
42665
42714
|
},
|
|
42666
42715
|
"animationUpdate": {
|
|
@@ -43114,7 +43163,8 @@
|
|
|
43114
43163
|
"description": "循环动画"
|
|
43115
43164
|
},
|
|
43116
43165
|
"animationThreshold": {
|
|
43117
|
-
"
|
|
43166
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
43167
|
+
"since": "1.2.0",
|
|
43118
43168
|
"type": "number"
|
|
43119
43169
|
},
|
|
43120
43170
|
"animationUpdate": {
|
|
@@ -43419,7 +43469,8 @@
|
|
|
43419
43469
|
"description": "循环动画"
|
|
43420
43470
|
},
|
|
43421
43471
|
"animationThreshold": {
|
|
43422
|
-
"
|
|
43472
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
43473
|
+
"since": "1.2.0",
|
|
43423
43474
|
"type": "number"
|
|
43424
43475
|
},
|
|
43425
43476
|
"animationUpdate": {
|
|
@@ -43893,7 +43944,8 @@
|
|
|
43893
43944
|
"description": "循环动画"
|
|
43894
43945
|
},
|
|
43895
43946
|
"animationThreshold": {
|
|
43896
|
-
"
|
|
43947
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
43948
|
+
"since": "1.2.0",
|
|
43897
43949
|
"type": "number"
|
|
43898
43950
|
},
|
|
43899
43951
|
"animationUpdate": {
|
|
@@ -44217,7 +44269,8 @@
|
|
|
44217
44269
|
"description": "循环动画"
|
|
44218
44270
|
},
|
|
44219
44271
|
"animationThreshold": {
|
|
44220
|
-
"
|
|
44272
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
44273
|
+
"since": "1.2.0",
|
|
44221
44274
|
"type": "number"
|
|
44222
44275
|
},
|
|
44223
44276
|
"animationUpdate": {
|
|
@@ -44691,7 +44744,8 @@
|
|
|
44691
44744
|
"description": "循环动画"
|
|
44692
44745
|
},
|
|
44693
44746
|
"animationThreshold": {
|
|
44694
|
-
"
|
|
44747
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
44748
|
+
"since": "1.2.0",
|
|
44695
44749
|
"type": "number"
|
|
44696
44750
|
},
|
|
44697
44751
|
"animationUpdate": {
|
|
@@ -45716,7 +45770,8 @@
|
|
|
45716
45770
|
"description": "循环动画"
|
|
45717
45771
|
},
|
|
45718
45772
|
"animationThreshold": {
|
|
45719
|
-
"
|
|
45773
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
45774
|
+
"since": "1.2.0",
|
|
45720
45775
|
"type": "number"
|
|
45721
45776
|
},
|
|
45722
45777
|
"animationUpdate": {
|
|
@@ -46150,7 +46205,8 @@
|
|
|
46150
46205
|
"description": "循环动画"
|
|
46151
46206
|
},
|
|
46152
46207
|
"animationThreshold": {
|
|
46153
|
-
"
|
|
46208
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
46209
|
+
"since": "1.2.0",
|
|
46154
46210
|
"type": "number"
|
|
46155
46211
|
},
|
|
46156
46212
|
"animationUpdate": {
|
|
@@ -46681,7 +46737,8 @@
|
|
|
46681
46737
|
"description": "循环动画"
|
|
46682
46738
|
},
|
|
46683
46739
|
"animationThreshold": {
|
|
46684
|
-
"
|
|
46740
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
46741
|
+
"since": "1.2.0",
|
|
46685
46742
|
"type": "number"
|
|
46686
46743
|
},
|
|
46687
46744
|
"animationUpdate": {
|
|
@@ -47140,7 +47197,8 @@
|
|
|
47140
47197
|
"description": "循环动画"
|
|
47141
47198
|
},
|
|
47142
47199
|
"animationThreshold": {
|
|
47143
|
-
"
|
|
47200
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
47201
|
+
"since": "1.2.0",
|
|
47144
47202
|
"type": "number"
|
|
47145
47203
|
},
|
|
47146
47204
|
"animationUpdate": {
|
|
@@ -47477,7 +47535,8 @@
|
|
|
47477
47535
|
"description": "循环动画"
|
|
47478
47536
|
},
|
|
47479
47537
|
"animationThreshold": {
|
|
47480
|
-
"
|
|
47538
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
47539
|
+
"since": "1.2.0",
|
|
47481
47540
|
"type": "number"
|
|
47482
47541
|
},
|
|
47483
47542
|
"animationUpdate": {
|
|
@@ -47961,7 +48020,8 @@
|
|
|
47961
48020
|
"description": "循环动画"
|
|
47962
48021
|
},
|
|
47963
48022
|
"animationThreshold": {
|
|
47964
|
-
"
|
|
48023
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
48024
|
+
"since": "1.2.0",
|
|
47965
48025
|
"type": "number"
|
|
47966
48026
|
},
|
|
47967
48027
|
"animationUpdate": {
|
|
@@ -48612,7 +48672,8 @@
|
|
|
48612
48672
|
"ISequenceChartSpec": {
|
|
48613
48673
|
"properties": {
|
|
48614
48674
|
"animationThreshold": {
|
|
48615
|
-
"
|
|
48675
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
48676
|
+
"since": "1.2.0",
|
|
48616
48677
|
"type": "number"
|
|
48617
48678
|
},
|
|
48618
48679
|
"appendPadding": {
|
|
@@ -48864,7 +48925,8 @@
|
|
|
48864
48925
|
"type": "boolean"
|
|
48865
48926
|
},
|
|
48866
48927
|
"animationThreshold": {
|
|
48867
|
-
"
|
|
48928
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
48929
|
+
"since": "1.2.0",
|
|
48868
48930
|
"type": "number"
|
|
48869
48931
|
},
|
|
48870
48932
|
"data": {
|
|
@@ -50293,7 +50355,8 @@
|
|
|
50293
50355
|
"description": "循环动画"
|
|
50294
50356
|
},
|
|
50295
50357
|
"animationThreshold": {
|
|
50296
|
-
"
|
|
50358
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
50359
|
+
"since": "1.2.0",
|
|
50297
50360
|
"type": "number"
|
|
50298
50361
|
},
|
|
50299
50362
|
"animationUpdate": {
|
|
@@ -50749,7 +50812,8 @@
|
|
|
50749
50812
|
"description": "循环动画"
|
|
50750
50813
|
},
|
|
50751
50814
|
"animationThreshold": {
|
|
50752
|
-
"
|
|
50815
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
50816
|
+
"since": "1.2.0",
|
|
50753
50817
|
"type": "number"
|
|
50754
50818
|
},
|
|
50755
50819
|
"animationUpdate": {
|
|
@@ -52558,7 +52622,8 @@
|
|
|
52558
52622
|
"description": "循环动画"
|
|
52559
52623
|
},
|
|
52560
52624
|
"animationThreshold": {
|
|
52561
|
-
"
|
|
52625
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
52626
|
+
"since": "1.2.0",
|
|
52562
52627
|
"type": "number"
|
|
52563
52628
|
},
|
|
52564
52629
|
"animationUpdate": {
|
|
@@ -53045,7 +53110,8 @@
|
|
|
53045
53110
|
"description": "循环动画"
|
|
53046
53111
|
},
|
|
53047
53112
|
"animationThreshold": {
|
|
53048
|
-
"
|
|
53113
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
53114
|
+
"since": "1.2.0",
|
|
53049
53115
|
"type": "number"
|
|
53050
53116
|
},
|
|
53051
53117
|
"animationUpdate": {
|
|
@@ -54858,7 +54924,8 @@
|
|
|
54858
54924
|
"description": "循环动画"
|
|
54859
54925
|
},
|
|
54860
54926
|
"animationThreshold": {
|
|
54861
|
-
"
|
|
54927
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
54928
|
+
"since": "1.2.0",
|
|
54862
54929
|
"type": "number"
|
|
54863
54930
|
},
|
|
54864
54931
|
"animationUpdate": {
|
|
@@ -55352,7 +55419,8 @@
|
|
|
55352
55419
|
"description": "循环动画"
|
|
55353
55420
|
},
|
|
55354
55421
|
"animationThreshold": {
|
|
55355
|
-
"
|
|
55422
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
55423
|
+
"since": "1.2.0",
|
|
55356
55424
|
"type": "number"
|
|
55357
55425
|
},
|
|
55358
55426
|
"animationUpdate": {
|
|
@@ -55956,7 +56024,8 @@
|
|
|
55956
56024
|
"description": "循环动画"
|
|
55957
56025
|
},
|
|
55958
56026
|
"animationThreshold": {
|
|
55959
|
-
"
|
|
56027
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
56028
|
+
"since": "1.2.0",
|
|
55960
56029
|
"type": "number"
|
|
55961
56030
|
},
|
|
55962
56031
|
"animationUpdate": {
|
|
@@ -56425,7 +56494,8 @@
|
|
|
56425
56494
|
"description": "循环动画"
|
|
56426
56495
|
},
|
|
56427
56496
|
"animationThreshold": {
|
|
56428
|
-
"
|
|
56497
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
56498
|
+
"since": "1.2.0",
|
|
56429
56499
|
"type": "number"
|
|
56430
56500
|
},
|
|
56431
56501
|
"animationUpdate": {
|
|
@@ -56792,7 +56862,8 @@
|
|
|
56792
56862
|
"description": "循环动画"
|
|
56793
56863
|
},
|
|
56794
56864
|
"animationThreshold": {
|
|
56795
|
-
"
|
|
56865
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
56866
|
+
"since": "1.2.0",
|
|
56796
56867
|
"type": "number"
|
|
56797
56868
|
},
|
|
56798
56869
|
"animationUpdate": {
|
|
@@ -57254,7 +57325,8 @@
|
|
|
57254
57325
|
"description": "循环动画"
|
|
57255
57326
|
},
|
|
57256
57327
|
"animationThreshold": {
|
|
57257
|
-
"
|
|
57328
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
57329
|
+
"since": "1.2.0",
|
|
57258
57330
|
"type": "number"
|
|
57259
57331
|
},
|
|
57260
57332
|
"animationUpdate": {
|
|
@@ -57682,7 +57754,7 @@
|
|
|
57682
57754
|
},
|
|
57683
57755
|
"Map<Function,(...args:any[])=>void>": {
|
|
57684
57756
|
"properties": {
|
|
57685
|
-
"__@toStringTag@
|
|
57757
|
+
"__@toStringTag@11023": {
|
|
57686
57758
|
"type": "string"
|
|
57687
57759
|
},
|
|
57688
57760
|
"size": {
|
|
@@ -57690,14 +57762,14 @@
|
|
|
57690
57762
|
}
|
|
57691
57763
|
},
|
|
57692
57764
|
"required": [
|
|
57693
|
-
"__@toStringTag@
|
|
57765
|
+
"__@toStringTag@11023",
|
|
57694
57766
|
"size"
|
|
57695
57767
|
],
|
|
57696
57768
|
"type": "object"
|
|
57697
57769
|
},
|
|
57698
57770
|
"Map<number,IGraphicPicker>": {
|
|
57699
57771
|
"properties": {
|
|
57700
|
-
"__@toStringTag@
|
|
57772
|
+
"__@toStringTag@11023": {
|
|
57701
57773
|
"type": "string"
|
|
57702
57774
|
},
|
|
57703
57775
|
"size": {
|
|
@@ -57705,14 +57777,14 @@
|
|
|
57705
57777
|
}
|
|
57706
57778
|
},
|
|
57707
57779
|
"required": [
|
|
57708
|
-
"__@toStringTag@
|
|
57780
|
+
"__@toStringTag@11023",
|
|
57709
57781
|
"size"
|
|
57710
57782
|
],
|
|
57711
57783
|
"type": "object"
|
|
57712
57784
|
},
|
|
57713
57785
|
"Map<number,IGraphicRender>": {
|
|
57714
57786
|
"properties": {
|
|
57715
|
-
"__@toStringTag@
|
|
57787
|
+
"__@toStringTag@11023": {
|
|
57716
57788
|
"type": "string"
|
|
57717
57789
|
},
|
|
57718
57790
|
"size": {
|
|
@@ -57720,14 +57792,14 @@
|
|
|
57720
57792
|
}
|
|
57721
57793
|
},
|
|
57722
57794
|
"required": [
|
|
57723
|
-
"__@toStringTag@
|
|
57795
|
+
"__@toStringTag@11023",
|
|
57724
57796
|
"size"
|
|
57725
57797
|
],
|
|
57726
57798
|
"type": "object"
|
|
57727
57799
|
},
|
|
57728
57800
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
57729
57801
|
"properties": {
|
|
57730
|
-
"__@toStringTag@
|
|
57802
|
+
"__@toStringTag@11023": {
|
|
57731
57803
|
"type": "string"
|
|
57732
57804
|
},
|
|
57733
57805
|
"size": {
|
|
@@ -57735,14 +57807,14 @@
|
|
|
57735
57807
|
}
|
|
57736
57808
|
},
|
|
57737
57809
|
"required": [
|
|
57738
|
-
"__@toStringTag@
|
|
57810
|
+
"__@toStringTag@11023",
|
|
57739
57811
|
"size"
|
|
57740
57812
|
],
|
|
57741
57813
|
"type": "object"
|
|
57742
57814
|
},
|
|
57743
57815
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
57744
57816
|
"properties": {
|
|
57745
|
-
"__@toStringTag@
|
|
57817
|
+
"__@toStringTag@11023": {
|
|
57746
57818
|
"type": "string"
|
|
57747
57819
|
},
|
|
57748
57820
|
"size": {
|
|
@@ -57750,14 +57822,14 @@
|
|
|
57750
57822
|
}
|
|
57751
57823
|
},
|
|
57752
57824
|
"required": [
|
|
57753
|
-
"__@toStringTag@
|
|
57825
|
+
"__@toStringTag@11023",
|
|
57754
57826
|
"size"
|
|
57755
57827
|
],
|
|
57756
57828
|
"type": "object"
|
|
57757
57829
|
},
|
|
57758
57830
|
"Map<string,any>": {
|
|
57759
57831
|
"properties": {
|
|
57760
|
-
"__@toStringTag@
|
|
57832
|
+
"__@toStringTag@11023": {
|
|
57761
57833
|
"type": "string"
|
|
57762
57834
|
},
|
|
57763
57835
|
"size": {
|
|
@@ -57765,14 +57837,14 @@
|
|
|
57765
57837
|
}
|
|
57766
57838
|
},
|
|
57767
57839
|
"required": [
|
|
57768
|
-
"__@toStringTag@
|
|
57840
|
+
"__@toStringTag@11023",
|
|
57769
57841
|
"size"
|
|
57770
57842
|
],
|
|
57771
57843
|
"type": "object"
|
|
57772
57844
|
},
|
|
57773
57845
|
"Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
57774
57846
|
"properties": {
|
|
57775
|
-
"__@toStringTag@
|
|
57847
|
+
"__@toStringTag@11023": {
|
|
57776
57848
|
"type": "string"
|
|
57777
57849
|
},
|
|
57778
57850
|
"size": {
|
|
@@ -57780,14 +57852,14 @@
|
|
|
57780
57852
|
}
|
|
57781
57853
|
},
|
|
57782
57854
|
"required": [
|
|
57783
|
-
"__@toStringTag@
|
|
57855
|
+
"__@toStringTag@11023",
|
|
57784
57856
|
"size"
|
|
57785
57857
|
],
|
|
57786
57858
|
"type": "object"
|
|
57787
57859
|
},
|
|
57788
57860
|
"Map<string|number,IAnimate>": {
|
|
57789
57861
|
"properties": {
|
|
57790
|
-
"__@toStringTag@
|
|
57862
|
+
"__@toStringTag@11023": {
|
|
57791
57863
|
"type": "string"
|
|
57792
57864
|
},
|
|
57793
57865
|
"size": {
|
|
@@ -57795,7 +57867,7 @@
|
|
|
57795
57867
|
}
|
|
57796
57868
|
},
|
|
57797
57869
|
"required": [
|
|
57798
|
-
"__@toStringTag@
|
|
57870
|
+
"__@toStringTag@11023",
|
|
57799
57871
|
"size"
|
|
57800
57872
|
],
|
|
57801
57873
|
"type": "object"
|
|
@@ -58544,7 +58616,8 @@
|
|
|
58544
58616
|
"description": "循环动画"
|
|
58545
58617
|
},
|
|
58546
58618
|
"animationThreshold": {
|
|
58547
|
-
"
|
|
58619
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
58620
|
+
"since": "1.2.0",
|
|
58548
58621
|
"type": "number"
|
|
58549
58622
|
},
|
|
58550
58623
|
"animationUpdate": {
|
|
@@ -59168,7 +59241,8 @@
|
|
|
59168
59241
|
"description": "循环动画"
|
|
59169
59242
|
},
|
|
59170
59243
|
"animationThreshold": {
|
|
59171
|
-
"
|
|
59244
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
59245
|
+
"since": "1.2.0",
|
|
59172
59246
|
"type": "number"
|
|
59173
59247
|
},
|
|
59174
59248
|
"animationUpdate": {
|
|
@@ -59466,7 +59540,8 @@
|
|
|
59466
59540
|
"description": "循环动画"
|
|
59467
59541
|
},
|
|
59468
59542
|
"animationThreshold": {
|
|
59469
|
-
"
|
|
59543
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
59544
|
+
"since": "1.2.0",
|
|
59470
59545
|
"type": "number"
|
|
59471
59546
|
},
|
|
59472
59547
|
"animationUpdate": {
|
|
@@ -59778,7 +59853,8 @@
|
|
|
59778
59853
|
"description": "循环动画"
|
|
59779
59854
|
},
|
|
59780
59855
|
"animationThreshold": {
|
|
59781
|
-
"
|
|
59856
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
59857
|
+
"since": "1.2.0",
|
|
59782
59858
|
"type": "number"
|
|
59783
59859
|
},
|
|
59784
59860
|
"animationUpdate": {
|
|
@@ -60473,7 +60549,8 @@
|
|
|
60473
60549
|
"description": "循环动画"
|
|
60474
60550
|
},
|
|
60475
60551
|
"animationThreshold": {
|
|
60476
|
-
"
|
|
60552
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
60553
|
+
"since": "1.2.0",
|
|
60477
60554
|
"type": "number"
|
|
60478
60555
|
},
|
|
60479
60556
|
"animationUpdate": {
|
|
@@ -67480,7 +67557,8 @@
|
|
|
67480
67557
|
"Partial<Omit<IChartSpec,\"player\">>": {
|
|
67481
67558
|
"properties": {
|
|
67482
67559
|
"animationThreshold": {
|
|
67483
|
-
"
|
|
67560
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
67561
|
+
"since": "1.2.0",
|
|
67484
67562
|
"type": "number"
|
|
67485
67563
|
},
|
|
67486
67564
|
"autoFit": {
|
|
@@ -69236,34 +69314,34 @@
|
|
|
69236
69314
|
},
|
|
69237
69315
|
"Promise<FontFaceSet>": {
|
|
69238
69316
|
"properties": {
|
|
69239
|
-
"__@toStringTag@
|
|
69317
|
+
"__@toStringTag@11023": {
|
|
69240
69318
|
"type": "string"
|
|
69241
69319
|
}
|
|
69242
69320
|
},
|
|
69243
69321
|
"required": [
|
|
69244
|
-
"__@toStringTag@
|
|
69322
|
+
"__@toStringTag@11023"
|
|
69245
69323
|
],
|
|
69246
69324
|
"type": "object"
|
|
69247
69325
|
},
|
|
69248
69326
|
"Promise<ServiceWorkerRegistration>": {
|
|
69249
69327
|
"properties": {
|
|
69250
|
-
"__@toStringTag@
|
|
69328
|
+
"__@toStringTag@11023": {
|
|
69251
69329
|
"type": "string"
|
|
69252
69330
|
}
|
|
69253
69331
|
},
|
|
69254
69332
|
"required": [
|
|
69255
|
-
"__@toStringTag@
|
|
69333
|
+
"__@toStringTag@11023"
|
|
69256
69334
|
],
|
|
69257
69335
|
"type": "object"
|
|
69258
69336
|
},
|
|
69259
69337
|
"Promise<any>": {
|
|
69260
69338
|
"properties": {
|
|
69261
|
-
"__@toStringTag@
|
|
69339
|
+
"__@toStringTag@11023": {
|
|
69262
69340
|
"type": "string"
|
|
69263
69341
|
}
|
|
69264
69342
|
},
|
|
69265
69343
|
"required": [
|
|
69266
|
-
"__@toStringTag@
|
|
69344
|
+
"__@toStringTag@11023"
|
|
69267
69345
|
],
|
|
69268
69346
|
"type": "object"
|
|
69269
69347
|
},
|