@visactor/vchart-schema 1.12.4-alpha.0 → 1.12.4
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 +104 -50
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -313,6 +313,16 @@
|
|
|
313
313
|
},
|
|
314
314
|
"limitEllipsis": {
|
|
315
315
|
"type": "string"
|
|
316
|
+
},
|
|
317
|
+
"overflowLimitLength": {
|
|
318
|
+
"anyOf": [
|
|
319
|
+
{
|
|
320
|
+
"typeof": "function"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"type": "number"
|
|
324
|
+
}
|
|
325
|
+
]
|
|
316
326
|
}
|
|
317
327
|
},
|
|
318
328
|
"type": "object"
|
|
@@ -21578,12 +21588,14 @@
|
|
|
21578
21588
|
},
|
|
21579
21589
|
"type": "array"
|
|
21580
21590
|
},
|
|
21591
|
+
{
|
|
21592
|
+
"typeof": "function"
|
|
21593
|
+
},
|
|
21581
21594
|
{
|
|
21582
21595
|
"type": "number"
|
|
21583
21596
|
}
|
|
21584
21597
|
],
|
|
21585
|
-
"description": "堆叠柱整体的圆角"
|
|
21586
|
-
"since": "1.10.0"
|
|
21598
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
21587
21599
|
},
|
|
21588
21600
|
"stackInverse": {
|
|
21589
21601
|
"default": false,
|
|
@@ -22761,12 +22773,14 @@
|
|
|
22761
22773
|
},
|
|
22762
22774
|
"type": "array"
|
|
22763
22775
|
},
|
|
22776
|
+
{
|
|
22777
|
+
"typeof": "function"
|
|
22778
|
+
},
|
|
22764
22779
|
{
|
|
22765
22780
|
"type": "number"
|
|
22766
22781
|
}
|
|
22767
22782
|
],
|
|
22768
|
-
"description": "堆叠柱整体的圆角"
|
|
22769
|
-
"since": "1.10.0"
|
|
22783
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
22770
22784
|
},
|
|
22771
22785
|
"stackInverse": {
|
|
22772
22786
|
"default": false,
|
|
@@ -23197,12 +23211,14 @@
|
|
|
23197
23211
|
},
|
|
23198
23212
|
"type": "array"
|
|
23199
23213
|
},
|
|
23214
|
+
{
|
|
23215
|
+
"typeof": "function"
|
|
23216
|
+
},
|
|
23200
23217
|
{
|
|
23201
23218
|
"type": "number"
|
|
23202
23219
|
}
|
|
23203
23220
|
],
|
|
23204
|
-
"description": "堆叠柱整体的圆角"
|
|
23205
|
-
"since": "1.10.0"
|
|
23221
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
23206
23222
|
},
|
|
23207
23223
|
"stackOffsetSilhouette": {
|
|
23208
23224
|
"description": "是否围绕中心轴偏移轮廓",
|
|
@@ -43769,12 +43785,14 @@
|
|
|
43769
43785
|
},
|
|
43770
43786
|
"type": "array"
|
|
43771
43787
|
},
|
|
43788
|
+
{
|
|
43789
|
+
"typeof": "function"
|
|
43790
|
+
},
|
|
43772
43791
|
{
|
|
43773
43792
|
"type": "number"
|
|
43774
43793
|
}
|
|
43775
43794
|
],
|
|
43776
|
-
"description": "堆叠柱整体的圆角"
|
|
43777
|
-
"since": "1.10.0"
|
|
43795
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
43778
43796
|
},
|
|
43779
43797
|
"stackInverse": {
|
|
43780
43798
|
"default": false,
|
|
@@ -44903,12 +44921,14 @@
|
|
|
44903
44921
|
},
|
|
44904
44922
|
"type": "array"
|
|
44905
44923
|
},
|
|
44924
|
+
{
|
|
44925
|
+
"typeof": "function"
|
|
44926
|
+
},
|
|
44906
44927
|
{
|
|
44907
44928
|
"type": "number"
|
|
44908
44929
|
}
|
|
44909
44930
|
],
|
|
44910
|
-
"description": "堆叠柱整体的圆角"
|
|
44911
|
-
"since": "1.10.0"
|
|
44931
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
44912
44932
|
},
|
|
44913
44933
|
"stackInverse": {
|
|
44914
44934
|
"default": false,
|
|
@@ -62482,12 +62502,14 @@
|
|
|
62482
62502
|
},
|
|
62483
62503
|
"type": "array"
|
|
62484
62504
|
},
|
|
62505
|
+
{
|
|
62506
|
+
"typeof": "function"
|
|
62507
|
+
},
|
|
62485
62508
|
{
|
|
62486
62509
|
"type": "number"
|
|
62487
62510
|
}
|
|
62488
62511
|
],
|
|
62489
|
-
"description": "堆叠柱整体的圆角"
|
|
62490
|
-
"since": "1.10.0"
|
|
62512
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
62491
62513
|
},
|
|
62492
62514
|
"stackInverse": {
|
|
62493
62515
|
"default": false,
|
|
@@ -62934,12 +62956,14 @@
|
|
|
62934
62956
|
},
|
|
62935
62957
|
"type": "array"
|
|
62936
62958
|
},
|
|
62959
|
+
{
|
|
62960
|
+
"typeof": "function"
|
|
62961
|
+
},
|
|
62937
62962
|
{
|
|
62938
62963
|
"type": "number"
|
|
62939
62964
|
}
|
|
62940
62965
|
],
|
|
62941
|
-
"description": "堆叠柱整体的圆角"
|
|
62942
|
-
"since": "1.10.0"
|
|
62966
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
62943
62967
|
},
|
|
62944
62968
|
"stackOffsetSilhouette": {
|
|
62945
62969
|
"description": "是否围绕中心轴偏移轮廓",
|
|
@@ -64057,12 +64081,14 @@
|
|
|
64057
64081
|
},
|
|
64058
64082
|
"type": "array"
|
|
64059
64083
|
},
|
|
64084
|
+
{
|
|
64085
|
+
"typeof": "function"
|
|
64086
|
+
},
|
|
64060
64087
|
{
|
|
64061
64088
|
"type": "number"
|
|
64062
64089
|
}
|
|
64063
64090
|
],
|
|
64064
|
-
"description": "堆叠柱整体的圆角"
|
|
64065
|
-
"since": "1.10.0"
|
|
64091
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
64066
64092
|
},
|
|
64067
64093
|
"stackInverse": {
|
|
64068
64094
|
"default": false,
|
|
@@ -64509,12 +64535,14 @@
|
|
|
64509
64535
|
},
|
|
64510
64536
|
"type": "array"
|
|
64511
64537
|
},
|
|
64538
|
+
{
|
|
64539
|
+
"typeof": "function"
|
|
64540
|
+
},
|
|
64512
64541
|
{
|
|
64513
64542
|
"type": "number"
|
|
64514
64543
|
}
|
|
64515
64544
|
],
|
|
64516
|
-
"description": "堆叠柱整体的圆角"
|
|
64517
|
-
"since": "1.10.0"
|
|
64545
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
64518
64546
|
},
|
|
64519
64547
|
"stackOffsetSilhouette": {
|
|
64520
64548
|
"description": "是否围绕中心轴偏移轮廓",
|
|
@@ -66792,6 +66820,16 @@
|
|
|
66792
66820
|
],
|
|
66793
66821
|
"description": "图表色系配置"
|
|
66794
66822
|
},
|
|
66823
|
+
"crossNodeAlign": {
|
|
66824
|
+
"description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'",
|
|
66825
|
+
"enum": [
|
|
66826
|
+
"end",
|
|
66827
|
+
"middle",
|
|
66828
|
+
"start"
|
|
66829
|
+
],
|
|
66830
|
+
"since": "1.12.4",
|
|
66831
|
+
"type": "string"
|
|
66832
|
+
},
|
|
66795
66833
|
"crosshair": {
|
|
66796
66834
|
"anyOf": [
|
|
66797
66835
|
{
|
|
@@ -67026,7 +67064,7 @@
|
|
|
67026
67064
|
"description": "节点配置"
|
|
67027
67065
|
},
|
|
67028
67066
|
"nodeAlign": {
|
|
67029
|
-
"description": "
|
|
67067
|
+
"description": "节点的对齐类型,所有深度相同的节点,采用什么对齐方式,决定了节点在第几层:\n- 横向布局的桑基图,用于计算节点x坐标\n- 纵向布局的桑基图,用于计算节点y坐标",
|
|
67030
67068
|
"enum": [
|
|
67031
67069
|
"center",
|
|
67032
67070
|
"end",
|
|
@@ -67350,6 +67388,16 @@
|
|
|
67350
67388
|
"description": "节点名称字段配置",
|
|
67351
67389
|
"type": "string"
|
|
67352
67390
|
},
|
|
67391
|
+
"crossNodeAlign": {
|
|
67392
|
+
"description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'",
|
|
67393
|
+
"enum": [
|
|
67394
|
+
"end",
|
|
67395
|
+
"middle",
|
|
67396
|
+
"start"
|
|
67397
|
+
],
|
|
67398
|
+
"since": "1.12.4",
|
|
67399
|
+
"type": "string"
|
|
67400
|
+
},
|
|
67353
67401
|
"dataId": {
|
|
67354
67402
|
"$ref": "#/definitions/StringOrNumber",
|
|
67355
67403
|
"description": "系列关联的数据id"
|
|
@@ -67508,7 +67556,7 @@
|
|
|
67508
67556
|
"description": "节点配置"
|
|
67509
67557
|
},
|
|
67510
67558
|
"nodeAlign": {
|
|
67511
|
-
"description": "
|
|
67559
|
+
"description": "节点的对齐类型,所有深度相同的节点,采用什么对齐方式,决定了节点在第几层:\n- 横向布局的桑基图,用于计算节点x坐标\n- 纵向布局的桑基图,用于计算节点y坐标",
|
|
67512
67560
|
"enum": [
|
|
67513
67561
|
"center",
|
|
67514
67562
|
"end",
|
|
@@ -78610,12 +78658,14 @@
|
|
|
78610
78658
|
},
|
|
78611
78659
|
"type": "array"
|
|
78612
78660
|
},
|
|
78661
|
+
{
|
|
78662
|
+
"typeof": "function"
|
|
78663
|
+
},
|
|
78613
78664
|
{
|
|
78614
78665
|
"type": "number"
|
|
78615
78666
|
}
|
|
78616
78667
|
],
|
|
78617
|
-
"description": "堆叠柱整体的圆角"
|
|
78618
|
-
"since": "1.10.0"
|
|
78668
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
78619
78669
|
},
|
|
78620
78670
|
"stackInverse": {
|
|
78621
78671
|
"default": false,
|
|
@@ -79088,12 +79138,14 @@
|
|
|
79088
79138
|
},
|
|
79089
79139
|
"type": "array"
|
|
79090
79140
|
},
|
|
79141
|
+
{
|
|
79142
|
+
"typeof": "function"
|
|
79143
|
+
},
|
|
79091
79144
|
{
|
|
79092
79145
|
"type": "number"
|
|
79093
79146
|
}
|
|
79094
79147
|
],
|
|
79095
|
-
"description": "堆叠柱整体的圆角"
|
|
79096
|
-
"since": "1.10.0"
|
|
79148
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
79097
79149
|
},
|
|
79098
79150
|
"stackLabel": {
|
|
79099
79151
|
"allOf": [
|
|
@@ -81639,7 +81691,7 @@
|
|
|
81639
81691
|
},
|
|
81640
81692
|
"Map<Function,(...args:any[])=>void>": {
|
|
81641
81693
|
"properties": {
|
|
81642
|
-
"__@toStringTag@
|
|
81694
|
+
"__@toStringTag@13700": {
|
|
81643
81695
|
"type": "string"
|
|
81644
81696
|
},
|
|
81645
81697
|
"size": {
|
|
@@ -81647,14 +81699,14 @@
|
|
|
81647
81699
|
}
|
|
81648
81700
|
},
|
|
81649
81701
|
"required": [
|
|
81650
|
-
"__@toStringTag@
|
|
81702
|
+
"__@toStringTag@13700",
|
|
81651
81703
|
"size"
|
|
81652
81704
|
],
|
|
81653
81705
|
"type": "object"
|
|
81654
81706
|
},
|
|
81655
81707
|
"Map<number,IGraphicPicker>": {
|
|
81656
81708
|
"properties": {
|
|
81657
|
-
"__@toStringTag@
|
|
81709
|
+
"__@toStringTag@13700": {
|
|
81658
81710
|
"type": "string"
|
|
81659
81711
|
},
|
|
81660
81712
|
"size": {
|
|
@@ -81662,14 +81714,14 @@
|
|
|
81662
81714
|
}
|
|
81663
81715
|
},
|
|
81664
81716
|
"required": [
|
|
81665
|
-
"__@toStringTag@
|
|
81717
|
+
"__@toStringTag@13700",
|
|
81666
81718
|
"size"
|
|
81667
81719
|
],
|
|
81668
81720
|
"type": "object"
|
|
81669
81721
|
},
|
|
81670
81722
|
"Map<number,IGraphicRender>": {
|
|
81671
81723
|
"properties": {
|
|
81672
|
-
"__@toStringTag@
|
|
81724
|
+
"__@toStringTag@13700": {
|
|
81673
81725
|
"type": "string"
|
|
81674
81726
|
},
|
|
81675
81727
|
"size": {
|
|
@@ -81677,14 +81729,14 @@
|
|
|
81677
81729
|
}
|
|
81678
81730
|
},
|
|
81679
81731
|
"required": [
|
|
81680
|
-
"__@toStringTag@
|
|
81732
|
+
"__@toStringTag@13700",
|
|
81681
81733
|
"size"
|
|
81682
81734
|
],
|
|
81683
81735
|
"type": "object"
|
|
81684
81736
|
},
|
|
81685
81737
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
81686
81738
|
"properties": {
|
|
81687
|
-
"__@toStringTag@
|
|
81739
|
+
"__@toStringTag@13700": {
|
|
81688
81740
|
"type": "string"
|
|
81689
81741
|
},
|
|
81690
81742
|
"size": {
|
|
@@ -81692,14 +81744,14 @@
|
|
|
81692
81744
|
}
|
|
81693
81745
|
},
|
|
81694
81746
|
"required": [
|
|
81695
|
-
"__@toStringTag@
|
|
81747
|
+
"__@toStringTag@13700",
|
|
81696
81748
|
"size"
|
|
81697
81749
|
],
|
|
81698
81750
|
"type": "object"
|
|
81699
81751
|
},
|
|
81700
81752
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
81701
81753
|
"properties": {
|
|
81702
|
-
"__@toStringTag@
|
|
81754
|
+
"__@toStringTag@13700": {
|
|
81703
81755
|
"type": "string"
|
|
81704
81756
|
},
|
|
81705
81757
|
"size": {
|
|
@@ -81707,14 +81759,14 @@
|
|
|
81707
81759
|
}
|
|
81708
81760
|
},
|
|
81709
81761
|
"required": [
|
|
81710
|
-
"__@toStringTag@
|
|
81762
|
+
"__@toStringTag@13700",
|
|
81711
81763
|
"size"
|
|
81712
81764
|
],
|
|
81713
81765
|
"type": "object"
|
|
81714
81766
|
},
|
|
81715
81767
|
"Map<string,any>": {
|
|
81716
81768
|
"properties": {
|
|
81717
|
-
"__@toStringTag@
|
|
81769
|
+
"__@toStringTag@13700": {
|
|
81718
81770
|
"type": "string"
|
|
81719
81771
|
},
|
|
81720
81772
|
"size": {
|
|
@@ -81722,14 +81774,14 @@
|
|
|
81722
81774
|
}
|
|
81723
81775
|
},
|
|
81724
81776
|
"required": [
|
|
81725
|
-
"__@toStringTag@
|
|
81777
|
+
"__@toStringTag@13700",
|
|
81726
81778
|
"size"
|
|
81727
81779
|
],
|
|
81728
81780
|
"type": "object"
|
|
81729
81781
|
},
|
|
81730
81782
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
81731
81783
|
"properties": {
|
|
81732
|
-
"__@toStringTag@
|
|
81784
|
+
"__@toStringTag@13700": {
|
|
81733
81785
|
"type": "string"
|
|
81734
81786
|
},
|
|
81735
81787
|
"size": {
|
|
@@ -81737,14 +81789,14 @@
|
|
|
81737
81789
|
}
|
|
81738
81790
|
},
|
|
81739
81791
|
"required": [
|
|
81740
|
-
"__@toStringTag@
|
|
81792
|
+
"__@toStringTag@13700",
|
|
81741
81793
|
"size"
|
|
81742
81794
|
],
|
|
81743
81795
|
"type": "object"
|
|
81744
81796
|
},
|
|
81745
81797
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
81746
81798
|
"properties": {
|
|
81747
|
-
"__@toStringTag@
|
|
81799
|
+
"__@toStringTag@13700": {
|
|
81748
81800
|
"type": "string"
|
|
81749
81801
|
},
|
|
81750
81802
|
"size": {
|
|
@@ -81752,14 +81804,14 @@
|
|
|
81752
81804
|
}
|
|
81753
81805
|
},
|
|
81754
81806
|
"required": [
|
|
81755
|
-
"__@toStringTag@
|
|
81807
|
+
"__@toStringTag@13700",
|
|
81756
81808
|
"size"
|
|
81757
81809
|
],
|
|
81758
81810
|
"type": "object"
|
|
81759
81811
|
},
|
|
81760
81812
|
"Map<string|number,IAnimate>": {
|
|
81761
81813
|
"properties": {
|
|
81762
|
-
"__@toStringTag@
|
|
81814
|
+
"__@toStringTag@13700": {
|
|
81763
81815
|
"type": "string"
|
|
81764
81816
|
},
|
|
81765
81817
|
"size": {
|
|
@@ -81767,7 +81819,7 @@
|
|
|
81767
81819
|
}
|
|
81768
81820
|
},
|
|
81769
81821
|
"required": [
|
|
81770
|
-
"__@toStringTag@
|
|
81822
|
+
"__@toStringTag@13700",
|
|
81771
81823
|
"size"
|
|
81772
81824
|
],
|
|
81773
81825
|
"type": "object"
|
|
@@ -83150,12 +83202,14 @@
|
|
|
83150
83202
|
},
|
|
83151
83203
|
"type": "array"
|
|
83152
83204
|
},
|
|
83205
|
+
{
|
|
83206
|
+
"typeof": "function"
|
|
83207
|
+
},
|
|
83153
83208
|
{
|
|
83154
83209
|
"type": "number"
|
|
83155
83210
|
}
|
|
83156
83211
|
],
|
|
83157
|
-
"description": "堆叠柱整体的圆角"
|
|
83158
|
-
"since": "1.10.0"
|
|
83212
|
+
"description": "堆叠柱整体的圆角 @since 1.10.0\n圆角支持回调配置 @since 1.12.4"
|
|
83159
83213
|
},
|
|
83160
83214
|
"stackOffsetSilhouette": {
|
|
83161
83215
|
"description": "是否围绕中心轴偏移轮廓",
|
|
@@ -102672,34 +102726,34 @@
|
|
|
102672
102726
|
},
|
|
102673
102727
|
"Promise<FontFaceSet>": {
|
|
102674
102728
|
"properties": {
|
|
102675
|
-
"__@toStringTag@
|
|
102729
|
+
"__@toStringTag@13700": {
|
|
102676
102730
|
"type": "string"
|
|
102677
102731
|
}
|
|
102678
102732
|
},
|
|
102679
102733
|
"required": [
|
|
102680
|
-
"__@toStringTag@
|
|
102734
|
+
"__@toStringTag@13700"
|
|
102681
102735
|
],
|
|
102682
102736
|
"type": "object"
|
|
102683
102737
|
},
|
|
102684
102738
|
"Promise<ServiceWorkerRegistration>": {
|
|
102685
102739
|
"properties": {
|
|
102686
|
-
"__@toStringTag@
|
|
102740
|
+
"__@toStringTag@13700": {
|
|
102687
102741
|
"type": "string"
|
|
102688
102742
|
}
|
|
102689
102743
|
},
|
|
102690
102744
|
"required": [
|
|
102691
|
-
"__@toStringTag@
|
|
102745
|
+
"__@toStringTag@13700"
|
|
102692
102746
|
],
|
|
102693
102747
|
"type": "object"
|
|
102694
102748
|
},
|
|
102695
102749
|
"Promise<any>": {
|
|
102696
102750
|
"properties": {
|
|
102697
|
-
"__@toStringTag@
|
|
102751
|
+
"__@toStringTag@13700": {
|
|
102698
102752
|
"type": "string"
|
|
102699
102753
|
}
|
|
102700
102754
|
},
|
|
102701
102755
|
"required": [
|
|
102702
|
-
"__@toStringTag@
|
|
102756
|
+
"__@toStringTag@13700"
|
|
102703
102757
|
],
|
|
102704
102758
|
"type": "object"
|
|
102705
102759
|
},
|