@visactor/vchart-schema 1.13.11-alpha.2 → 1.13.11
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 +199 -20
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -21941,6 +21941,10 @@
|
|
|
21941
21941
|
"description": "柱状背景图元",
|
|
21942
21942
|
"since": "1.6.0"
|
|
21943
21943
|
},
|
|
21944
|
+
"barGap": {
|
|
21945
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
21946
|
+
"type": "number"
|
|
21947
|
+
},
|
|
21944
21948
|
"barGapInGroup": {
|
|
21945
21949
|
"anyOf": [
|
|
21946
21950
|
{
|
|
@@ -23138,6 +23142,10 @@
|
|
|
23138
23142
|
"description": "柱状背景图元",
|
|
23139
23143
|
"since": "1.6.0"
|
|
23140
23144
|
},
|
|
23145
|
+
"barGap": {
|
|
23146
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
23147
|
+
"type": "number"
|
|
23148
|
+
},
|
|
23141
23149
|
"barGapInGroup": {
|
|
23142
23150
|
"anyOf": [
|
|
23143
23151
|
{
|
|
@@ -24264,6 +24272,10 @@
|
|
|
24264
24272
|
"description": "柱状背景图元",
|
|
24265
24273
|
"since": "1.6.0"
|
|
24266
24274
|
},
|
|
24275
|
+
"barGap": {
|
|
24276
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
24277
|
+
"type": "number"
|
|
24278
|
+
},
|
|
24267
24279
|
"barGapInGroup": {
|
|
24268
24280
|
"anyOf": [
|
|
24269
24281
|
{
|
|
@@ -33232,8 +33244,7 @@
|
|
|
33232
33244
|
},
|
|
33233
33245
|
"trigger": {
|
|
33234
33246
|
"$ref": "#/definitions/CrossHairTrigger",
|
|
33235
|
-
"
|
|
33236
|
-
"description": "是否可以通过 点击 固定住一组 crosshair,也可以同时触发。"
|
|
33247
|
+
"description": "crosshair trigger配置"
|
|
33237
33248
|
},
|
|
33238
33249
|
"triggerOff": {
|
|
33239
33250
|
"anyOf": [
|
|
@@ -44572,6 +44583,10 @@
|
|
|
44572
44583
|
"description": "柱状背景图元",
|
|
44573
44584
|
"since": "1.6.0"
|
|
44574
44585
|
},
|
|
44586
|
+
"barGap": {
|
|
44587
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
44588
|
+
"type": "number"
|
|
44589
|
+
},
|
|
44575
44590
|
"barGapInGroup": {
|
|
44576
44591
|
"anyOf": [
|
|
44577
44592
|
{
|
|
@@ -45720,6 +45735,10 @@
|
|
|
45720
45735
|
"description": "柱状背景图元",
|
|
45721
45736
|
"since": "1.6.0"
|
|
45722
45737
|
},
|
|
45738
|
+
"barGap": {
|
|
45739
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
45740
|
+
"type": "number"
|
|
45741
|
+
},
|
|
45723
45742
|
"barGapInGroup": {
|
|
45724
45743
|
"anyOf": [
|
|
45725
45744
|
{
|
|
@@ -65478,6 +65497,10 @@
|
|
|
65478
65497
|
"description": "柱状背景图元",
|
|
65479
65498
|
"since": "1.6.0"
|
|
65480
65499
|
},
|
|
65500
|
+
"barGap": {
|
|
65501
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
65502
|
+
"type": "number"
|
|
65503
|
+
},
|
|
65481
65504
|
"barGapInGroup": {
|
|
65482
65505
|
"anyOf": [
|
|
65483
65506
|
{
|
|
@@ -66620,6 +66643,10 @@
|
|
|
66620
66643
|
"description": "柱状背景图元",
|
|
66621
66644
|
"since": "1.6.0"
|
|
66622
66645
|
},
|
|
66646
|
+
"barGap": {
|
|
66647
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
66648
|
+
"type": "number"
|
|
66649
|
+
},
|
|
66623
66650
|
"barGapInGroup": {
|
|
66624
66651
|
"anyOf": [
|
|
66625
66652
|
{
|
|
@@ -67069,6 +67096,10 @@
|
|
|
67069
67096
|
"description": "柱状背景图元",
|
|
67070
67097
|
"since": "1.6.0"
|
|
67071
67098
|
},
|
|
67099
|
+
"barGap": {
|
|
67100
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
67101
|
+
"type": "number"
|
|
67102
|
+
},
|
|
67072
67103
|
"barGapInGroup": {
|
|
67073
67104
|
"anyOf": [
|
|
67074
67105
|
{
|
|
@@ -68211,6 +68242,10 @@
|
|
|
68211
68242
|
"description": "柱状背景图元",
|
|
68212
68243
|
"since": "1.6.0"
|
|
68213
68244
|
},
|
|
68245
|
+
"barGap": {
|
|
68246
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
68247
|
+
"type": "number"
|
|
68248
|
+
},
|
|
68214
68249
|
"barGapInGroup": {
|
|
68215
68250
|
"anyOf": [
|
|
68216
68251
|
{
|
|
@@ -79656,6 +79691,72 @@
|
|
|
79656
79691
|
"since": "1.11.9",
|
|
79657
79692
|
"type": "number"
|
|
79658
79693
|
},
|
|
79694
|
+
"trigger": {
|
|
79695
|
+
"anyOf": [
|
|
79696
|
+
{
|
|
79697
|
+
"typeof": "function"
|
|
79698
|
+
},
|
|
79699
|
+
{
|
|
79700
|
+
"items": {
|
|
79701
|
+
"anyOf": [
|
|
79702
|
+
{
|
|
79703
|
+
"typeof": "function"
|
|
79704
|
+
},
|
|
79705
|
+
{
|
|
79706
|
+
"enum": [
|
|
79707
|
+
"click",
|
|
79708
|
+
"hover"
|
|
79709
|
+
],
|
|
79710
|
+
"type": "string"
|
|
79711
|
+
}
|
|
79712
|
+
]
|
|
79713
|
+
},
|
|
79714
|
+
"type": "array"
|
|
79715
|
+
},
|
|
79716
|
+
{
|
|
79717
|
+
"enum": [
|
|
79718
|
+
"click",
|
|
79719
|
+
"hover",
|
|
79720
|
+
"none"
|
|
79721
|
+
],
|
|
79722
|
+
"type": "string"
|
|
79723
|
+
}
|
|
79724
|
+
],
|
|
79725
|
+
"description": "tooltip触发方式\n(*会影响自定义handler)"
|
|
79726
|
+
},
|
|
79727
|
+
"triggerOff": {
|
|
79728
|
+
"anyOf": [
|
|
79729
|
+
{
|
|
79730
|
+
"typeof": "function"
|
|
79731
|
+
},
|
|
79732
|
+
{
|
|
79733
|
+
"items": {
|
|
79734
|
+
"anyOf": [
|
|
79735
|
+
{
|
|
79736
|
+
"typeof": "function"
|
|
79737
|
+
},
|
|
79738
|
+
{
|
|
79739
|
+
"enum": [
|
|
79740
|
+
"click",
|
|
79741
|
+
"hover"
|
|
79742
|
+
],
|
|
79743
|
+
"type": "string"
|
|
79744
|
+
}
|
|
79745
|
+
]
|
|
79746
|
+
},
|
|
79747
|
+
"type": "array"
|
|
79748
|
+
},
|
|
79749
|
+
{
|
|
79750
|
+
"enum": [
|
|
79751
|
+
"click",
|
|
79752
|
+
"hover",
|
|
79753
|
+
"none"
|
|
79754
|
+
],
|
|
79755
|
+
"type": "string"
|
|
79756
|
+
}
|
|
79757
|
+
],
|
|
79758
|
+
"description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)"
|
|
79759
|
+
},
|
|
79659
79760
|
"valueLabel": {
|
|
79660
79761
|
"$ref": "#/definitions/ITooltipTextTheme<string|IColorKey>",
|
|
79661
79762
|
"description": "tooltip内容,value字段"
|
|
@@ -83367,6 +83468,10 @@
|
|
|
83367
83468
|
"description": "柱状背景图元",
|
|
83368
83469
|
"since": "1.6.0"
|
|
83369
83470
|
},
|
|
83471
|
+
"barGap": {
|
|
83472
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
83473
|
+
"type": "number"
|
|
83474
|
+
},
|
|
83370
83475
|
"barGapInGroup": {
|
|
83371
83476
|
"anyOf": [
|
|
83372
83477
|
{
|
|
@@ -84538,6 +84643,10 @@
|
|
|
84538
84643
|
"description": "柱状背景图元",
|
|
84539
84644
|
"since": "1.6.0"
|
|
84540
84645
|
},
|
|
84646
|
+
"barGap": {
|
|
84647
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
84648
|
+
"type": "number"
|
|
84649
|
+
},
|
|
84541
84650
|
"barGapInGroup": {
|
|
84542
84651
|
"anyOf": [
|
|
84543
84652
|
{
|
|
@@ -87334,7 +87443,7 @@
|
|
|
87334
87443
|
},
|
|
87335
87444
|
"Map<Function,(...args:any[])=>void>": {
|
|
87336
87445
|
"properties": {
|
|
87337
|
-
"__@toStringTag@
|
|
87446
|
+
"__@toStringTag@13592": {
|
|
87338
87447
|
"type": "string"
|
|
87339
87448
|
},
|
|
87340
87449
|
"size": {
|
|
@@ -87342,14 +87451,14 @@
|
|
|
87342
87451
|
}
|
|
87343
87452
|
},
|
|
87344
87453
|
"required": [
|
|
87345
|
-
"__@toStringTag@
|
|
87454
|
+
"__@toStringTag@13592",
|
|
87346
87455
|
"size"
|
|
87347
87456
|
],
|
|
87348
87457
|
"type": "object"
|
|
87349
87458
|
},
|
|
87350
87459
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
87351
87460
|
"properties": {
|
|
87352
|
-
"__@toStringTag@
|
|
87461
|
+
"__@toStringTag@13592": {
|
|
87353
87462
|
"type": "string"
|
|
87354
87463
|
},
|
|
87355
87464
|
"size": {
|
|
@@ -87357,14 +87466,14 @@
|
|
|
87357
87466
|
}
|
|
87358
87467
|
},
|
|
87359
87468
|
"required": [
|
|
87360
|
-
"__@toStringTag@
|
|
87469
|
+
"__@toStringTag@13592",
|
|
87361
87470
|
"size"
|
|
87362
87471
|
],
|
|
87363
87472
|
"type": "object"
|
|
87364
87473
|
},
|
|
87365
87474
|
"Map<string,any>": {
|
|
87366
87475
|
"properties": {
|
|
87367
|
-
"__@toStringTag@
|
|
87476
|
+
"__@toStringTag@13592": {
|
|
87368
87477
|
"type": "string"
|
|
87369
87478
|
},
|
|
87370
87479
|
"size": {
|
|
@@ -87372,14 +87481,14 @@
|
|
|
87372
87481
|
}
|
|
87373
87482
|
},
|
|
87374
87483
|
"required": [
|
|
87375
|
-
"__@toStringTag@
|
|
87484
|
+
"__@toStringTag@13592",
|
|
87376
87485
|
"size"
|
|
87377
87486
|
],
|
|
87378
87487
|
"type": "object"
|
|
87379
87488
|
},
|
|
87380
87489
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
87381
87490
|
"properties": {
|
|
87382
|
-
"__@toStringTag@
|
|
87491
|
+
"__@toStringTag@13592": {
|
|
87383
87492
|
"type": "string"
|
|
87384
87493
|
},
|
|
87385
87494
|
"size": {
|
|
@@ -87387,14 +87496,14 @@
|
|
|
87387
87496
|
}
|
|
87388
87497
|
},
|
|
87389
87498
|
"required": [
|
|
87390
|
-
"__@toStringTag@
|
|
87499
|
+
"__@toStringTag@13592",
|
|
87391
87500
|
"size"
|
|
87392
87501
|
],
|
|
87393
87502
|
"type": "object"
|
|
87394
87503
|
},
|
|
87395
87504
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
87396
87505
|
"properties": {
|
|
87397
|
-
"__@toStringTag@
|
|
87506
|
+
"__@toStringTag@13592": {
|
|
87398
87507
|
"type": "string"
|
|
87399
87508
|
},
|
|
87400
87509
|
"size": {
|
|
@@ -87402,14 +87511,14 @@
|
|
|
87402
87511
|
}
|
|
87403
87512
|
},
|
|
87404
87513
|
"required": [
|
|
87405
|
-
"__@toStringTag@
|
|
87514
|
+
"__@toStringTag@13592",
|
|
87406
87515
|
"size"
|
|
87407
87516
|
],
|
|
87408
87517
|
"type": "object"
|
|
87409
87518
|
},
|
|
87410
87519
|
"Map<string|number,IAnimate>": {
|
|
87411
87520
|
"properties": {
|
|
87412
|
-
"__@toStringTag@
|
|
87521
|
+
"__@toStringTag@13592": {
|
|
87413
87522
|
"type": "string"
|
|
87414
87523
|
},
|
|
87415
87524
|
"size": {
|
|
@@ -87417,7 +87526,7 @@
|
|
|
87417
87526
|
}
|
|
87418
87527
|
},
|
|
87419
87528
|
"required": [
|
|
87420
|
-
"__@toStringTag@
|
|
87529
|
+
"__@toStringTag@13592",
|
|
87421
87530
|
"size"
|
|
87422
87531
|
],
|
|
87423
87532
|
"type": "object"
|
|
@@ -88688,6 +88797,10 @@
|
|
|
88688
88797
|
"description": "柱状背景图元",
|
|
88689
88798
|
"since": "1.6.0"
|
|
88690
88799
|
},
|
|
88800
|
+
"barGap": {
|
|
88801
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
88802
|
+
"type": "number"
|
|
88803
|
+
},
|
|
88691
88804
|
"barGapInGroup": {
|
|
88692
88805
|
"anyOf": [
|
|
88693
88806
|
{
|
|
@@ -92830,6 +92943,72 @@
|
|
|
92830
92943
|
"$ref": "#/definitions/ITooltipTextTheme<string>",
|
|
92831
92944
|
"description": "tooltip标题"
|
|
92832
92945
|
},
|
|
92946
|
+
"trigger": {
|
|
92947
|
+
"anyOf": [
|
|
92948
|
+
{
|
|
92949
|
+
"typeof": "function"
|
|
92950
|
+
},
|
|
92951
|
+
{
|
|
92952
|
+
"items": {
|
|
92953
|
+
"anyOf": [
|
|
92954
|
+
{
|
|
92955
|
+
"typeof": "function"
|
|
92956
|
+
},
|
|
92957
|
+
{
|
|
92958
|
+
"enum": [
|
|
92959
|
+
"click",
|
|
92960
|
+
"hover"
|
|
92961
|
+
],
|
|
92962
|
+
"type": "string"
|
|
92963
|
+
}
|
|
92964
|
+
]
|
|
92965
|
+
},
|
|
92966
|
+
"type": "array"
|
|
92967
|
+
},
|
|
92968
|
+
{
|
|
92969
|
+
"enum": [
|
|
92970
|
+
"click",
|
|
92971
|
+
"hover",
|
|
92972
|
+
"none"
|
|
92973
|
+
],
|
|
92974
|
+
"type": "string"
|
|
92975
|
+
}
|
|
92976
|
+
],
|
|
92977
|
+
"description": "tooltip触发方式\n(*会影响自定义handler)"
|
|
92978
|
+
},
|
|
92979
|
+
"triggerOff": {
|
|
92980
|
+
"anyOf": [
|
|
92981
|
+
{
|
|
92982
|
+
"typeof": "function"
|
|
92983
|
+
},
|
|
92984
|
+
{
|
|
92985
|
+
"items": {
|
|
92986
|
+
"anyOf": [
|
|
92987
|
+
{
|
|
92988
|
+
"typeof": "function"
|
|
92989
|
+
},
|
|
92990
|
+
{
|
|
92991
|
+
"enum": [
|
|
92992
|
+
"click",
|
|
92993
|
+
"hover"
|
|
92994
|
+
],
|
|
92995
|
+
"type": "string"
|
|
92996
|
+
}
|
|
92997
|
+
]
|
|
92998
|
+
},
|
|
92999
|
+
"type": "array"
|
|
93000
|
+
},
|
|
93001
|
+
{
|
|
93002
|
+
"enum": [
|
|
93003
|
+
"click",
|
|
93004
|
+
"hover",
|
|
93005
|
+
"none"
|
|
93006
|
+
],
|
|
93007
|
+
"type": "string"
|
|
93008
|
+
}
|
|
93009
|
+
],
|
|
93010
|
+
"description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)"
|
|
93011
|
+
},
|
|
92833
93012
|
"valueLabel": {
|
|
92834
93013
|
"$ref": "#/definitions/ITooltipTextTheme<string>",
|
|
92835
93014
|
"description": "tooltip内容,value字段"
|
|
@@ -110022,34 +110201,34 @@
|
|
|
110022
110201
|
},
|
|
110023
110202
|
"Promise<FontFaceSet>": {
|
|
110024
110203
|
"properties": {
|
|
110025
|
-
"__@toStringTag@
|
|
110204
|
+
"__@toStringTag@13592": {
|
|
110026
110205
|
"type": "string"
|
|
110027
110206
|
}
|
|
110028
110207
|
},
|
|
110029
110208
|
"required": [
|
|
110030
|
-
"__@toStringTag@
|
|
110209
|
+
"__@toStringTag@13592"
|
|
110031
110210
|
],
|
|
110032
110211
|
"type": "object"
|
|
110033
110212
|
},
|
|
110034
110213
|
"Promise<ServiceWorkerRegistration>": {
|
|
110035
110214
|
"properties": {
|
|
110036
|
-
"__@toStringTag@
|
|
110215
|
+
"__@toStringTag@13592": {
|
|
110037
110216
|
"type": "string"
|
|
110038
110217
|
}
|
|
110039
110218
|
},
|
|
110040
110219
|
"required": [
|
|
110041
|
-
"__@toStringTag@
|
|
110220
|
+
"__@toStringTag@13592"
|
|
110042
110221
|
],
|
|
110043
110222
|
"type": "object"
|
|
110044
110223
|
},
|
|
110045
110224
|
"Promise<any>": {
|
|
110046
110225
|
"properties": {
|
|
110047
|
-
"__@toStringTag@
|
|
110226
|
+
"__@toStringTag@13592": {
|
|
110048
110227
|
"type": "string"
|
|
110049
110228
|
}
|
|
110050
110229
|
},
|
|
110051
110230
|
"required": [
|
|
110052
|
-
"__@toStringTag@
|
|
110231
|
+
"__@toStringTag@13592"
|
|
110053
110232
|
],
|
|
110054
110233
|
"type": "object"
|
|
110055
110234
|
},
|