@visactor/vchart-schema 2.0.0-alpha.4 → 2.0.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 +198 -22
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -605,6 +605,10 @@
|
|
|
605
605
|
"options": {
|
|
606
606
|
"description": "动画 effect 配置项"
|
|
607
607
|
},
|
|
608
|
+
"selfOnly": {
|
|
609
|
+
"description": "该动画是否需要忽略子图元",
|
|
610
|
+
"type": "boolean"
|
|
611
|
+
},
|
|
608
612
|
"startTime": {
|
|
609
613
|
"$ref": "#/definitions/GraphicFunctionValueType<number>"
|
|
610
614
|
},
|
|
@@ -836,6 +840,10 @@
|
|
|
836
840
|
"options": {
|
|
837
841
|
"description": "动画 effect 配置项"
|
|
838
842
|
},
|
|
843
|
+
"selfOnly": {
|
|
844
|
+
"description": "该动画是否需要忽略子图元",
|
|
845
|
+
"type": "boolean"
|
|
846
|
+
},
|
|
839
847
|
"startTime": {
|
|
840
848
|
"$ref": "#/definitions/GraphicFunctionValueType<number>"
|
|
841
849
|
},
|
|
@@ -20417,6 +20425,10 @@
|
|
|
20417
20425
|
"description": "柱状背景图元",
|
|
20418
20426
|
"since": "1.6.0"
|
|
20419
20427
|
},
|
|
20428
|
+
"barGap": {
|
|
20429
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
20430
|
+
"type": "number"
|
|
20431
|
+
},
|
|
20420
20432
|
"barGapInGroup": {
|
|
20421
20433
|
"anyOf": [
|
|
20422
20434
|
{
|
|
@@ -21543,6 +21555,10 @@
|
|
|
21543
21555
|
"description": "柱状背景图元",
|
|
21544
21556
|
"since": "1.6.0"
|
|
21545
21557
|
},
|
|
21558
|
+
"barGap": {
|
|
21559
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
21560
|
+
"type": "number"
|
|
21561
|
+
},
|
|
21546
21562
|
"barGapInGroup": {
|
|
21547
21563
|
"anyOf": [
|
|
21548
21564
|
{
|
|
@@ -29984,6 +30000,11 @@
|
|
|
29984
30000
|
"$ref": "#/definitions/Partial<ITextMarkSpec>",
|
|
29985
30001
|
"description": "文本样式配置"
|
|
29986
30002
|
},
|
|
30003
|
+
"syncAxisLabelAngle": {
|
|
30004
|
+
"description": "文本是否跟随轴标签的角度旋转,目前只在直角坐标系下支持",
|
|
30005
|
+
"since": "1.13.12",
|
|
30006
|
+
"type": "boolean"
|
|
30007
|
+
},
|
|
29987
30008
|
"visible": {
|
|
29988
30009
|
"description": "十字准星辅助标签是否展示",
|
|
29989
30010
|
"type": "boolean"
|
|
@@ -30284,8 +30305,7 @@
|
|
|
30284
30305
|
},
|
|
30285
30306
|
"trigger": {
|
|
30286
30307
|
"$ref": "#/definitions/CrossHairTrigger",
|
|
30287
|
-
"
|
|
30288
|
-
"description": "是否可以通过 点击 固定住一组 crosshair,也可以同时触发。"
|
|
30308
|
+
"description": "crosshair trigger配置"
|
|
30289
30309
|
},
|
|
30290
30310
|
"triggerOff": {
|
|
30291
30311
|
"anyOf": [
|
|
@@ -41220,6 +41240,10 @@
|
|
|
41220
41240
|
"description": "柱状背景图元",
|
|
41221
41241
|
"since": "1.6.0"
|
|
41222
41242
|
},
|
|
41243
|
+
"barGap": {
|
|
41244
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
41245
|
+
"type": "number"
|
|
41246
|
+
},
|
|
41223
41247
|
"barGapInGroup": {
|
|
41224
41248
|
"anyOf": [
|
|
41225
41249
|
{
|
|
@@ -59854,6 +59878,10 @@
|
|
|
59854
59878
|
"description": "柱状背景图元",
|
|
59855
59879
|
"since": "1.6.0"
|
|
59856
59880
|
},
|
|
59881
|
+
"barGap": {
|
|
59882
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
59883
|
+
"type": "number"
|
|
59884
|
+
},
|
|
59857
59885
|
"barGapInGroup": {
|
|
59858
59886
|
"anyOf": [
|
|
59859
59887
|
{
|
|
@@ -60996,6 +61024,10 @@
|
|
|
60996
61024
|
"description": "柱状背景图元",
|
|
60997
61025
|
"since": "1.6.0"
|
|
60998
61026
|
},
|
|
61027
|
+
"barGap": {
|
|
61028
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
61029
|
+
"type": "number"
|
|
61030
|
+
},
|
|
60999
61031
|
"barGapInGroup": {
|
|
61000
61032
|
"anyOf": [
|
|
61001
61033
|
{
|
|
@@ -72135,6 +72167,72 @@
|
|
|
72135
72167
|
"since": "1.11.9",
|
|
72136
72168
|
"type": "number"
|
|
72137
72169
|
},
|
|
72170
|
+
"trigger": {
|
|
72171
|
+
"anyOf": [
|
|
72172
|
+
{
|
|
72173
|
+
"typeof": "function"
|
|
72174
|
+
},
|
|
72175
|
+
{
|
|
72176
|
+
"items": {
|
|
72177
|
+
"anyOf": [
|
|
72178
|
+
{
|
|
72179
|
+
"typeof": "function"
|
|
72180
|
+
},
|
|
72181
|
+
{
|
|
72182
|
+
"enum": [
|
|
72183
|
+
"click",
|
|
72184
|
+
"hover"
|
|
72185
|
+
],
|
|
72186
|
+
"type": "string"
|
|
72187
|
+
}
|
|
72188
|
+
]
|
|
72189
|
+
},
|
|
72190
|
+
"type": "array"
|
|
72191
|
+
},
|
|
72192
|
+
{
|
|
72193
|
+
"enum": [
|
|
72194
|
+
"click",
|
|
72195
|
+
"hover",
|
|
72196
|
+
"none"
|
|
72197
|
+
],
|
|
72198
|
+
"type": "string"
|
|
72199
|
+
}
|
|
72200
|
+
],
|
|
72201
|
+
"description": "tooltip触发方式\n(*会影响自定义handler)"
|
|
72202
|
+
},
|
|
72203
|
+
"triggerOff": {
|
|
72204
|
+
"anyOf": [
|
|
72205
|
+
{
|
|
72206
|
+
"typeof": "function"
|
|
72207
|
+
},
|
|
72208
|
+
{
|
|
72209
|
+
"items": {
|
|
72210
|
+
"anyOf": [
|
|
72211
|
+
{
|
|
72212
|
+
"typeof": "function"
|
|
72213
|
+
},
|
|
72214
|
+
{
|
|
72215
|
+
"enum": [
|
|
72216
|
+
"click",
|
|
72217
|
+
"hover"
|
|
72218
|
+
],
|
|
72219
|
+
"type": "string"
|
|
72220
|
+
}
|
|
72221
|
+
]
|
|
72222
|
+
},
|
|
72223
|
+
"type": "array"
|
|
72224
|
+
},
|
|
72225
|
+
{
|
|
72226
|
+
"enum": [
|
|
72227
|
+
"click",
|
|
72228
|
+
"hover",
|
|
72229
|
+
"none"
|
|
72230
|
+
],
|
|
72231
|
+
"type": "string"
|
|
72232
|
+
}
|
|
72233
|
+
],
|
|
72234
|
+
"description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)"
|
|
72235
|
+
},
|
|
72138
72236
|
"valueLabel": {
|
|
72139
72237
|
"$ref": "#/definitions/ITooltipTextTheme<string|IColorKey>",
|
|
72140
72238
|
"description": "tooltip内容,value字段"
|
|
@@ -75846,6 +75944,10 @@
|
|
|
75846
75944
|
"description": "柱状背景图元",
|
|
75847
75945
|
"since": "1.6.0"
|
|
75848
75946
|
},
|
|
75947
|
+
"barGap": {
|
|
75948
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
75949
|
+
"type": "number"
|
|
75950
|
+
},
|
|
75849
75951
|
"barGapInGroup": {
|
|
75850
75952
|
"anyOf": [
|
|
75851
75953
|
{
|
|
@@ -77017,6 +77119,10 @@
|
|
|
77017
77119
|
"description": "柱状背景图元",
|
|
77018
77120
|
"since": "1.6.0"
|
|
77019
77121
|
},
|
|
77122
|
+
"barGap": {
|
|
77123
|
+
"description": "柱条间 gap 值 @since 1.13.11",
|
|
77124
|
+
"type": "number"
|
|
77125
|
+
},
|
|
77020
77126
|
"barGapInGroup": {
|
|
77021
77127
|
"anyOf": [
|
|
77022
77128
|
{
|
|
@@ -78802,7 +78908,7 @@
|
|
|
78802
78908
|
},
|
|
78803
78909
|
"Map<Function,(...args:any[])=>void>": {
|
|
78804
78910
|
"properties": {
|
|
78805
|
-
"__@toStringTag@
|
|
78911
|
+
"__@toStringTag@12762": {
|
|
78806
78912
|
"type": "string"
|
|
78807
78913
|
},
|
|
78808
78914
|
"size": {
|
|
@@ -78810,14 +78916,14 @@
|
|
|
78810
78916
|
}
|
|
78811
78917
|
},
|
|
78812
78918
|
"required": [
|
|
78813
|
-
"__@toStringTag@
|
|
78919
|
+
"__@toStringTag@12762",
|
|
78814
78920
|
"size"
|
|
78815
78921
|
],
|
|
78816
78922
|
"type": "object"
|
|
78817
78923
|
},
|
|
78818
78924
|
"Map<number,IGraphicRender>": {
|
|
78819
78925
|
"properties": {
|
|
78820
|
-
"__@toStringTag@
|
|
78926
|
+
"__@toStringTag@12762": {
|
|
78821
78927
|
"type": "string"
|
|
78822
78928
|
},
|
|
78823
78929
|
"size": {
|
|
@@ -78825,14 +78931,14 @@
|
|
|
78825
78931
|
}
|
|
78826
78932
|
},
|
|
78827
78933
|
"required": [
|
|
78828
|
-
"__@toStringTag@
|
|
78934
|
+
"__@toStringTag@12762",
|
|
78829
78935
|
"size"
|
|
78830
78936
|
],
|
|
78831
78937
|
"type": "object"
|
|
78832
78938
|
},
|
|
78833
78939
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
78834
78940
|
"properties": {
|
|
78835
|
-
"__@toStringTag@
|
|
78941
|
+
"__@toStringTag@12762": {
|
|
78836
78942
|
"type": "string"
|
|
78837
78943
|
},
|
|
78838
78944
|
"size": {
|
|
@@ -78840,14 +78946,14 @@
|
|
|
78840
78946
|
}
|
|
78841
78947
|
},
|
|
78842
78948
|
"required": [
|
|
78843
|
-
"__@toStringTag@
|
|
78949
|
+
"__@toStringTag@12762",
|
|
78844
78950
|
"size"
|
|
78845
78951
|
],
|
|
78846
78952
|
"type": "object"
|
|
78847
78953
|
},
|
|
78848
78954
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
78849
78955
|
"properties": {
|
|
78850
|
-
"__@toStringTag@
|
|
78956
|
+
"__@toStringTag@12762": {
|
|
78851
78957
|
"type": "string"
|
|
78852
78958
|
},
|
|
78853
78959
|
"size": {
|
|
@@ -78855,14 +78961,14 @@
|
|
|
78855
78961
|
}
|
|
78856
78962
|
},
|
|
78857
78963
|
"required": [
|
|
78858
|
-
"__@toStringTag@
|
|
78964
|
+
"__@toStringTag@12762",
|
|
78859
78965
|
"size"
|
|
78860
78966
|
],
|
|
78861
78967
|
"type": "object"
|
|
78862
78968
|
},
|
|
78863
78969
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
78864
78970
|
"properties": {
|
|
78865
|
-
"__@toStringTag@
|
|
78971
|
+
"__@toStringTag@12762": {
|
|
78866
78972
|
"type": "string"
|
|
78867
78973
|
},
|
|
78868
78974
|
"size": {
|
|
@@ -78870,14 +78976,14 @@
|
|
|
78870
78976
|
}
|
|
78871
78977
|
},
|
|
78872
78978
|
"required": [
|
|
78873
|
-
"__@toStringTag@
|
|
78979
|
+
"__@toStringTag@12762",
|
|
78874
78980
|
"size"
|
|
78875
78981
|
],
|
|
78876
78982
|
"type": "object"
|
|
78877
78983
|
},
|
|
78878
78984
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
78879
78985
|
"properties": {
|
|
78880
|
-
"__@toStringTag@
|
|
78986
|
+
"__@toStringTag@12762": {
|
|
78881
78987
|
"type": "string"
|
|
78882
78988
|
},
|
|
78883
78989
|
"size": {
|
|
@@ -78885,14 +78991,14 @@
|
|
|
78885
78991
|
}
|
|
78886
78992
|
},
|
|
78887
78993
|
"required": [
|
|
78888
|
-
"__@toStringTag@
|
|
78994
|
+
"__@toStringTag@12762",
|
|
78889
78995
|
"size"
|
|
78890
78996
|
],
|
|
78891
78997
|
"type": "object"
|
|
78892
78998
|
},
|
|
78893
78999
|
"Map<string|number,IAnimate>": {
|
|
78894
79000
|
"properties": {
|
|
78895
|
-
"__@toStringTag@
|
|
79001
|
+
"__@toStringTag@12762": {
|
|
78896
79002
|
"type": "string"
|
|
78897
79003
|
},
|
|
78898
79004
|
"size": {
|
|
@@ -78900,7 +79006,7 @@
|
|
|
78900
79006
|
}
|
|
78901
79007
|
},
|
|
78902
79008
|
"required": [
|
|
78903
|
-
"__@toStringTag@
|
|
79009
|
+
"__@toStringTag@12762",
|
|
78904
79010
|
"size"
|
|
78905
79011
|
],
|
|
78906
79012
|
"type": "object"
|
|
@@ -83149,6 +83255,72 @@
|
|
|
83149
83255
|
"$ref": "#/definitions/ITooltipTextTheme<string>",
|
|
83150
83256
|
"description": "tooltip标题"
|
|
83151
83257
|
},
|
|
83258
|
+
"trigger": {
|
|
83259
|
+
"anyOf": [
|
|
83260
|
+
{
|
|
83261
|
+
"typeof": "function"
|
|
83262
|
+
},
|
|
83263
|
+
{
|
|
83264
|
+
"items": {
|
|
83265
|
+
"anyOf": [
|
|
83266
|
+
{
|
|
83267
|
+
"typeof": "function"
|
|
83268
|
+
},
|
|
83269
|
+
{
|
|
83270
|
+
"enum": [
|
|
83271
|
+
"click",
|
|
83272
|
+
"hover"
|
|
83273
|
+
],
|
|
83274
|
+
"type": "string"
|
|
83275
|
+
}
|
|
83276
|
+
]
|
|
83277
|
+
},
|
|
83278
|
+
"type": "array"
|
|
83279
|
+
},
|
|
83280
|
+
{
|
|
83281
|
+
"enum": [
|
|
83282
|
+
"click",
|
|
83283
|
+
"hover",
|
|
83284
|
+
"none"
|
|
83285
|
+
],
|
|
83286
|
+
"type": "string"
|
|
83287
|
+
}
|
|
83288
|
+
],
|
|
83289
|
+
"description": "tooltip触发方式\n(*会影响自定义handler)"
|
|
83290
|
+
},
|
|
83291
|
+
"triggerOff": {
|
|
83292
|
+
"anyOf": [
|
|
83293
|
+
{
|
|
83294
|
+
"typeof": "function"
|
|
83295
|
+
},
|
|
83296
|
+
{
|
|
83297
|
+
"items": {
|
|
83298
|
+
"anyOf": [
|
|
83299
|
+
{
|
|
83300
|
+
"typeof": "function"
|
|
83301
|
+
},
|
|
83302
|
+
{
|
|
83303
|
+
"enum": [
|
|
83304
|
+
"click",
|
|
83305
|
+
"hover"
|
|
83306
|
+
],
|
|
83307
|
+
"type": "string"
|
|
83308
|
+
}
|
|
83309
|
+
]
|
|
83310
|
+
},
|
|
83311
|
+
"type": "array"
|
|
83312
|
+
},
|
|
83313
|
+
{
|
|
83314
|
+
"enum": [
|
|
83315
|
+
"click",
|
|
83316
|
+
"hover",
|
|
83317
|
+
"none"
|
|
83318
|
+
],
|
|
83319
|
+
"type": "string"
|
|
83320
|
+
}
|
|
83321
|
+
],
|
|
83322
|
+
"description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)"
|
|
83323
|
+
},
|
|
83152
83324
|
"valueLabel": {
|
|
83153
83325
|
"$ref": "#/definitions/ITooltipTextTheme<string>",
|
|
83154
83326
|
"description": "tooltip内容,value字段"
|
|
@@ -100312,34 +100484,34 @@
|
|
|
100312
100484
|
},
|
|
100313
100485
|
"Promise<FontFaceSet>": {
|
|
100314
100486
|
"properties": {
|
|
100315
|
-
"__@toStringTag@
|
|
100487
|
+
"__@toStringTag@12762": {
|
|
100316
100488
|
"type": "string"
|
|
100317
100489
|
}
|
|
100318
100490
|
},
|
|
100319
100491
|
"required": [
|
|
100320
|
-
"__@toStringTag@
|
|
100492
|
+
"__@toStringTag@12762"
|
|
100321
100493
|
],
|
|
100322
100494
|
"type": "object"
|
|
100323
100495
|
},
|
|
100324
100496
|
"Promise<ServiceWorkerRegistration>": {
|
|
100325
100497
|
"properties": {
|
|
100326
|
-
"__@toStringTag@
|
|
100498
|
+
"__@toStringTag@12762": {
|
|
100327
100499
|
"type": "string"
|
|
100328
100500
|
}
|
|
100329
100501
|
},
|
|
100330
100502
|
"required": [
|
|
100331
|
-
"__@toStringTag@
|
|
100503
|
+
"__@toStringTag@12762"
|
|
100332
100504
|
],
|
|
100333
100505
|
"type": "object"
|
|
100334
100506
|
},
|
|
100335
100507
|
"Promise<any>": {
|
|
100336
100508
|
"properties": {
|
|
100337
|
-
"__@toStringTag@
|
|
100509
|
+
"__@toStringTag@12762": {
|
|
100338
100510
|
"type": "string"
|
|
100339
100511
|
}
|
|
100340
100512
|
},
|
|
100341
100513
|
"required": [
|
|
100342
|
-
"__@toStringTag@
|
|
100514
|
+
"__@toStringTag@12762"
|
|
100343
100515
|
],
|
|
100344
100516
|
"type": "object"
|
|
100345
100517
|
},
|
|
@@ -114983,6 +115155,10 @@
|
|
|
114983
115155
|
"options": {
|
|
114984
115156
|
"description": "动画 effect 配置项"
|
|
114985
115157
|
},
|
|
115158
|
+
"selfOnly": {
|
|
115159
|
+
"description": "该动画是否需要忽略子图元",
|
|
115160
|
+
"type": "boolean"
|
|
115161
|
+
},
|
|
114986
115162
|
"startTime": {
|
|
114987
115163
|
"$ref": "#/definitions/GraphicFunctionValueType<number>"
|
|
114988
115164
|
},
|