@visactor/vchart-schema 1.12.0-alpha.4 → 1.12.0-alpha.6
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 +175 -34
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -8741,6 +8741,32 @@
|
|
|
8741
8741
|
"Geolocation": {
|
|
8742
8742
|
"type": "object"
|
|
8743
8743
|
},
|
|
8744
|
+
"GeometricMaskShape": {
|
|
8745
|
+
"description": "text mask of wordcloud",
|
|
8746
|
+
"properties": {
|
|
8747
|
+
"backgroundColor": {
|
|
8748
|
+
"type": "string"
|
|
8749
|
+
},
|
|
8750
|
+
"fill": {
|
|
8751
|
+
"type": "string"
|
|
8752
|
+
},
|
|
8753
|
+
"hollow": {
|
|
8754
|
+
"type": "boolean"
|
|
8755
|
+
},
|
|
8756
|
+
"shape": {
|
|
8757
|
+
"type": "string"
|
|
8758
|
+
},
|
|
8759
|
+
"type": {
|
|
8760
|
+
"const": "geometric",
|
|
8761
|
+
"type": "string"
|
|
8762
|
+
}
|
|
8763
|
+
},
|
|
8764
|
+
"required": [
|
|
8765
|
+
"shape",
|
|
8766
|
+
"type"
|
|
8767
|
+
],
|
|
8768
|
+
"type": "object"
|
|
8769
|
+
},
|
|
8744
8770
|
"GradientPropValue<number>": {
|
|
8745
8771
|
"anyOf": [
|
|
8746
8772
|
{
|
|
@@ -55174,6 +55200,9 @@
|
|
|
55174
55200
|
],
|
|
55175
55201
|
"description": "缩略轴配置"
|
|
55176
55202
|
},
|
|
55203
|
+
"emptyPlaceholder": {
|
|
55204
|
+
"typeof": "function"
|
|
55205
|
+
},
|
|
55177
55206
|
"endAngle": {
|
|
55178
55207
|
"default": 270,
|
|
55179
55208
|
"description": "饼图的结束角度(0 ~ 360)",
|
|
@@ -55722,6 +55751,9 @@
|
|
|
55722
55751
|
],
|
|
55723
55752
|
"description": "缩略轴配置"
|
|
55724
55753
|
},
|
|
55754
|
+
"emptyPlaceholder": {
|
|
55755
|
+
"typeof": "function"
|
|
55756
|
+
},
|
|
55725
55757
|
"endAngle": {
|
|
55726
55758
|
"default": 270,
|
|
55727
55759
|
"description": "饼图的结束角度(0 ~ 360)",
|
|
@@ -56152,6 +56184,9 @@
|
|
|
56152
56184
|
"$ref": "#/definitions/DataKeyType",
|
|
56153
56185
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
56154
56186
|
},
|
|
56187
|
+
"emptyPlaceholder": {
|
|
56188
|
+
"typeof": "function"
|
|
56189
|
+
},
|
|
56155
56190
|
"endAngle": {
|
|
56156
56191
|
"default": 270,
|
|
56157
56192
|
"description": "饼图的结束角度(0 ~ 360)",
|
|
@@ -56340,6 +56375,11 @@
|
|
|
56340
56375
|
},
|
|
56341
56376
|
"IPieSeriesTheme": {
|
|
56342
56377
|
"properties": {
|
|
56378
|
+
"emptyCircle": {
|
|
56379
|
+
"$ref": "#/definitions/Partial<IMarkTheme<IArcMarkSpec>>",
|
|
56380
|
+
"description": "数据为空时显示的占位圆样式",
|
|
56381
|
+
"since": "1.12.0"
|
|
56382
|
+
},
|
|
56343
56383
|
"endAngle": {
|
|
56344
56384
|
"type": "number"
|
|
56345
56385
|
},
|
|
@@ -73545,7 +73585,7 @@
|
|
|
73545
73585
|
"type": "string"
|
|
73546
73586
|
},
|
|
73547
73587
|
"style": {
|
|
73548
|
-
"$ref": "#/definitions/Omit<ITooltipTheme<string>,\"offset\">",
|
|
73588
|
+
"$ref": "#/definitions/Omit<ITooltipTheme<string>,\"offset\"|\"transitionDuration\">",
|
|
73549
73589
|
"description": "tooltip样式"
|
|
73550
73590
|
},
|
|
73551
73591
|
"throttleInterval": {
|
|
@@ -73817,6 +73857,11 @@
|
|
|
73817
73857
|
"$ref": "#/definitions/ITooltipTextTheme<string|IColorKey>",
|
|
73818
73858
|
"description": "tooltip标题"
|
|
73819
73859
|
},
|
|
73860
|
+
"transitionDuration": {
|
|
73861
|
+
"description": "浮层移动动画过渡时间,单位是 ms,设置为 0 的时候会紧跟着鼠标移动(目前仅影响 dom tooltip)",
|
|
73862
|
+
"since": "1.11.9",
|
|
73863
|
+
"type": "number"
|
|
73864
|
+
},
|
|
73820
73865
|
"valueLabel": {
|
|
73821
73866
|
"$ref": "#/definitions/ITooltipTextTheme<string|IColorKey>",
|
|
73822
73867
|
"description": "tooltip内容,value字段"
|
|
@@ -79055,9 +79100,19 @@
|
|
|
79055
79100
|
"description": "图例配置"
|
|
79056
79101
|
},
|
|
79057
79102
|
"maskShape": {
|
|
79103
|
+
"anyOf": [
|
|
79104
|
+
{
|
|
79105
|
+
"$ref": "#/definitions/TextShapeMask"
|
|
79106
|
+
},
|
|
79107
|
+
{
|
|
79108
|
+
"$ref": "#/definitions/GeometricMaskShape"
|
|
79109
|
+
},
|
|
79110
|
+
{
|
|
79111
|
+
"type": "string"
|
|
79112
|
+
}
|
|
79113
|
+
],
|
|
79058
79114
|
"default": "'circle'",
|
|
79059
|
-
"description": "词云形状"
|
|
79060
|
-
"type": "string"
|
|
79115
|
+
"description": "词云形状"
|
|
79061
79116
|
},
|
|
79062
79117
|
"media": {
|
|
79063
79118
|
"description": "媒体查询配置",
|
|
@@ -79248,6 +79303,9 @@
|
|
|
79248
79303
|
},
|
|
79249
79304
|
"wordCloudShapeConfig": {
|
|
79250
79305
|
"typeof": "function"
|
|
79306
|
+
},
|
|
79307
|
+
"wordMask": {
|
|
79308
|
+
"$ref": "#/definitions/IMarkSpec<IRectMarkSpec>"
|
|
79251
79309
|
}
|
|
79252
79310
|
},
|
|
79253
79311
|
"required": [
|
|
@@ -79495,9 +79553,19 @@
|
|
|
79495
79553
|
"type": "boolean"
|
|
79496
79554
|
},
|
|
79497
79555
|
"maskShape": {
|
|
79556
|
+
"anyOf": [
|
|
79557
|
+
{
|
|
79558
|
+
"$ref": "#/definitions/TextShapeMask"
|
|
79559
|
+
},
|
|
79560
|
+
{
|
|
79561
|
+
"$ref": "#/definitions/GeometricMaskShape"
|
|
79562
|
+
},
|
|
79563
|
+
{
|
|
79564
|
+
"type": "string"
|
|
79565
|
+
}
|
|
79566
|
+
],
|
|
79498
79567
|
"default": "'circle'",
|
|
79499
|
-
"description": "词云形状"
|
|
79500
|
-
"type": "string"
|
|
79568
|
+
"description": "词云形状"
|
|
79501
79569
|
},
|
|
79502
79570
|
"morph": {
|
|
79503
79571
|
"$ref": "#/definitions/IMorphSeriesSpec",
|
|
@@ -79614,6 +79682,9 @@
|
|
|
79614
79682
|
},
|
|
79615
79683
|
"wordCloudShapeConfig": {
|
|
79616
79684
|
"typeof": "function"
|
|
79685
|
+
},
|
|
79686
|
+
"wordMask": {
|
|
79687
|
+
"$ref": "#/definitions/IMarkSpec<IRectMarkSpec>"
|
|
79617
79688
|
}
|
|
79618
79689
|
},
|
|
79619
79690
|
"required": [
|
|
@@ -79990,9 +80061,19 @@
|
|
|
79990
80061
|
"description": "图例配置"
|
|
79991
80062
|
},
|
|
79992
80063
|
"maskShape": {
|
|
80064
|
+
"anyOf": [
|
|
80065
|
+
{
|
|
80066
|
+
"$ref": "#/definitions/TextShapeMask"
|
|
80067
|
+
},
|
|
80068
|
+
{
|
|
80069
|
+
"$ref": "#/definitions/GeometricMaskShape"
|
|
80070
|
+
},
|
|
80071
|
+
{
|
|
80072
|
+
"type": "string"
|
|
80073
|
+
}
|
|
80074
|
+
],
|
|
79993
80075
|
"default": "'circle'",
|
|
79994
|
-
"description": "词云形状"
|
|
79995
|
-
"type": "string"
|
|
80076
|
+
"description": "词云形状"
|
|
79996
80077
|
},
|
|
79997
80078
|
"media": {
|
|
79998
80079
|
"description": "媒体查询配置",
|
|
@@ -80179,6 +80260,9 @@
|
|
|
80179
80260
|
},
|
|
80180
80261
|
"wordCloudShapeConfig": {
|
|
80181
80262
|
"typeof": "function"
|
|
80263
|
+
},
|
|
80264
|
+
"wordMask": {
|
|
80265
|
+
"$ref": "#/definitions/IMarkSpec<IRectMarkSpec>"
|
|
80182
80266
|
}
|
|
80183
80267
|
},
|
|
80184
80268
|
"required": [
|
|
@@ -80423,9 +80507,19 @@
|
|
|
80423
80507
|
"type": "boolean"
|
|
80424
80508
|
},
|
|
80425
80509
|
"maskShape": {
|
|
80510
|
+
"anyOf": [
|
|
80511
|
+
{
|
|
80512
|
+
"$ref": "#/definitions/TextShapeMask"
|
|
80513
|
+
},
|
|
80514
|
+
{
|
|
80515
|
+
"$ref": "#/definitions/GeometricMaskShape"
|
|
80516
|
+
},
|
|
80517
|
+
{
|
|
80518
|
+
"type": "string"
|
|
80519
|
+
}
|
|
80520
|
+
],
|
|
80426
80521
|
"default": "'circle'",
|
|
80427
|
-
"description": "词云形状"
|
|
80428
|
-
"type": "string"
|
|
80522
|
+
"description": "词云形状"
|
|
80429
80523
|
},
|
|
80430
80524
|
"morph": {
|
|
80431
80525
|
"$ref": "#/definitions/IMorphSeriesSpec",
|
|
@@ -80538,6 +80632,9 @@
|
|
|
80538
80632
|
},
|
|
80539
80633
|
"wordCloudShapeConfig": {
|
|
80540
80634
|
"typeof": "function"
|
|
80635
|
+
},
|
|
80636
|
+
"wordMask": {
|
|
80637
|
+
"$ref": "#/definitions/IMarkSpec<IRectMarkSpec>"
|
|
80541
80638
|
}
|
|
80542
80639
|
},
|
|
80543
80640
|
"required": [
|
|
@@ -80733,7 +80830,7 @@
|
|
|
80733
80830
|
},
|
|
80734
80831
|
"Map<Function,(...args:any[])=>void>": {
|
|
80735
80832
|
"properties": {
|
|
80736
|
-
"__@toStringTag@
|
|
80833
|
+
"__@toStringTag@13454": {
|
|
80737
80834
|
"type": "string"
|
|
80738
80835
|
},
|
|
80739
80836
|
"size": {
|
|
@@ -80741,14 +80838,14 @@
|
|
|
80741
80838
|
}
|
|
80742
80839
|
},
|
|
80743
80840
|
"required": [
|
|
80744
|
-
"__@toStringTag@
|
|
80841
|
+
"__@toStringTag@13454",
|
|
80745
80842
|
"size"
|
|
80746
80843
|
],
|
|
80747
80844
|
"type": "object"
|
|
80748
80845
|
},
|
|
80749
80846
|
"Map<number,IGraphicPicker>": {
|
|
80750
80847
|
"properties": {
|
|
80751
|
-
"__@toStringTag@
|
|
80848
|
+
"__@toStringTag@13454": {
|
|
80752
80849
|
"type": "string"
|
|
80753
80850
|
},
|
|
80754
80851
|
"size": {
|
|
@@ -80756,14 +80853,14 @@
|
|
|
80756
80853
|
}
|
|
80757
80854
|
},
|
|
80758
80855
|
"required": [
|
|
80759
|
-
"__@toStringTag@
|
|
80856
|
+
"__@toStringTag@13454",
|
|
80760
80857
|
"size"
|
|
80761
80858
|
],
|
|
80762
80859
|
"type": "object"
|
|
80763
80860
|
},
|
|
80764
80861
|
"Map<number,IGraphicRender>": {
|
|
80765
80862
|
"properties": {
|
|
80766
|
-
"__@toStringTag@
|
|
80863
|
+
"__@toStringTag@13454": {
|
|
80767
80864
|
"type": "string"
|
|
80768
80865
|
},
|
|
80769
80866
|
"size": {
|
|
@@ -80771,14 +80868,14 @@
|
|
|
80771
80868
|
}
|
|
80772
80869
|
},
|
|
80773
80870
|
"required": [
|
|
80774
|
-
"__@toStringTag@
|
|
80871
|
+
"__@toStringTag@13454",
|
|
80775
80872
|
"size"
|
|
80776
80873
|
],
|
|
80777
80874
|
"type": "object"
|
|
80778
80875
|
},
|
|
80779
80876
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
80780
80877
|
"properties": {
|
|
80781
|
-
"__@toStringTag@
|
|
80878
|
+
"__@toStringTag@13454": {
|
|
80782
80879
|
"type": "string"
|
|
80783
80880
|
},
|
|
80784
80881
|
"size": {
|
|
@@ -80786,14 +80883,14 @@
|
|
|
80786
80883
|
}
|
|
80787
80884
|
},
|
|
80788
80885
|
"required": [
|
|
80789
|
-
"__@toStringTag@
|
|
80886
|
+
"__@toStringTag@13454",
|
|
80790
80887
|
"size"
|
|
80791
80888
|
],
|
|
80792
80889
|
"type": "object"
|
|
80793
80890
|
},
|
|
80794
80891
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
80795
80892
|
"properties": {
|
|
80796
|
-
"__@toStringTag@
|
|
80893
|
+
"__@toStringTag@13454": {
|
|
80797
80894
|
"type": "string"
|
|
80798
80895
|
},
|
|
80799
80896
|
"size": {
|
|
@@ -80801,14 +80898,14 @@
|
|
|
80801
80898
|
}
|
|
80802
80899
|
},
|
|
80803
80900
|
"required": [
|
|
80804
|
-
"__@toStringTag@
|
|
80901
|
+
"__@toStringTag@13454",
|
|
80805
80902
|
"size"
|
|
80806
80903
|
],
|
|
80807
80904
|
"type": "object"
|
|
80808
80905
|
},
|
|
80809
80906
|
"Map<string,any>": {
|
|
80810
80907
|
"properties": {
|
|
80811
|
-
"__@toStringTag@
|
|
80908
|
+
"__@toStringTag@13454": {
|
|
80812
80909
|
"type": "string"
|
|
80813
80910
|
},
|
|
80814
80911
|
"size": {
|
|
@@ -80816,14 +80913,14 @@
|
|
|
80816
80913
|
}
|
|
80817
80914
|
},
|
|
80818
80915
|
"required": [
|
|
80819
|
-
"__@toStringTag@
|
|
80916
|
+
"__@toStringTag@13454",
|
|
80820
80917
|
"size"
|
|
80821
80918
|
],
|
|
80822
80919
|
"type": "object"
|
|
80823
80920
|
},
|
|
80824
80921
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
80825
80922
|
"properties": {
|
|
80826
|
-
"__@toStringTag@
|
|
80923
|
+
"__@toStringTag@13454": {
|
|
80827
80924
|
"type": "string"
|
|
80828
80925
|
},
|
|
80829
80926
|
"size": {
|
|
@@ -80831,14 +80928,14 @@
|
|
|
80831
80928
|
}
|
|
80832
80929
|
},
|
|
80833
80930
|
"required": [
|
|
80834
|
-
"__@toStringTag@
|
|
80931
|
+
"__@toStringTag@13454",
|
|
80835
80932
|
"size"
|
|
80836
80933
|
],
|
|
80837
80934
|
"type": "object"
|
|
80838
80935
|
},
|
|
80839
80936
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
80840
80937
|
"properties": {
|
|
80841
|
-
"__@toStringTag@
|
|
80938
|
+
"__@toStringTag@13454": {
|
|
80842
80939
|
"type": "string"
|
|
80843
80940
|
},
|
|
80844
80941
|
"size": {
|
|
@@ -80846,14 +80943,14 @@
|
|
|
80846
80943
|
}
|
|
80847
80944
|
},
|
|
80848
80945
|
"required": [
|
|
80849
|
-
"__@toStringTag@
|
|
80946
|
+
"__@toStringTag@13454",
|
|
80850
80947
|
"size"
|
|
80851
80948
|
],
|
|
80852
80949
|
"type": "object"
|
|
80853
80950
|
},
|
|
80854
80951
|
"Map<string|number,IAnimate>": {
|
|
80855
80952
|
"properties": {
|
|
80856
|
-
"__@toStringTag@
|
|
80953
|
+
"__@toStringTag@13454": {
|
|
80857
80954
|
"type": "string"
|
|
80858
80955
|
},
|
|
80859
80956
|
"size": {
|
|
@@ -80861,7 +80958,7 @@
|
|
|
80861
80958
|
}
|
|
80862
80959
|
},
|
|
80863
80960
|
"required": [
|
|
80864
|
-
"__@toStringTag@
|
|
80961
|
+
"__@toStringTag@13454",
|
|
80865
80962
|
"size"
|
|
80866
80963
|
],
|
|
80867
80964
|
"type": "object"
|
|
@@ -85376,6 +85473,9 @@
|
|
|
85376
85473
|
"$ref": "#/definitions/DataKeyType",
|
|
85377
85474
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
85378
85475
|
},
|
|
85476
|
+
"emptyPlaceholder": {
|
|
85477
|
+
"typeof": "function"
|
|
85478
|
+
},
|
|
85379
85479
|
"endAngle": {
|
|
85380
85480
|
"default": 270,
|
|
85381
85481
|
"description": "饼图的结束角度(0 ~ 360)",
|
|
@@ -86245,7 +86345,7 @@
|
|
|
86245
86345
|
},
|
|
86246
86346
|
"type": "object"
|
|
86247
86347
|
},
|
|
86248
|
-
"Omit<ITooltipTheme<string>,\"offset\">": {
|
|
86348
|
+
"Omit<ITooltipTheme<string>,\"offset\"|\"transitionDuration\">": {
|
|
86249
86349
|
"properties": {
|
|
86250
86350
|
"align": {
|
|
86251
86351
|
"enum": [
|
|
@@ -101457,34 +101557,34 @@
|
|
|
101457
101557
|
},
|
|
101458
101558
|
"Promise<FontFaceSet>": {
|
|
101459
101559
|
"properties": {
|
|
101460
|
-
"__@toStringTag@
|
|
101560
|
+
"__@toStringTag@13454": {
|
|
101461
101561
|
"type": "string"
|
|
101462
101562
|
}
|
|
101463
101563
|
},
|
|
101464
101564
|
"required": [
|
|
101465
|
-
"__@toStringTag@
|
|
101565
|
+
"__@toStringTag@13454"
|
|
101466
101566
|
],
|
|
101467
101567
|
"type": "object"
|
|
101468
101568
|
},
|
|
101469
101569
|
"Promise<ServiceWorkerRegistration>": {
|
|
101470
101570
|
"properties": {
|
|
101471
|
-
"__@toStringTag@
|
|
101571
|
+
"__@toStringTag@13454": {
|
|
101472
101572
|
"type": "string"
|
|
101473
101573
|
}
|
|
101474
101574
|
},
|
|
101475
101575
|
"required": [
|
|
101476
|
-
"__@toStringTag@
|
|
101576
|
+
"__@toStringTag@13454"
|
|
101477
101577
|
],
|
|
101478
101578
|
"type": "object"
|
|
101479
101579
|
},
|
|
101480
101580
|
"Promise<any>": {
|
|
101481
101581
|
"properties": {
|
|
101482
|
-
"__@toStringTag@
|
|
101582
|
+
"__@toStringTag@13454": {
|
|
101483
101583
|
"type": "string"
|
|
101484
101584
|
}
|
|
101485
101585
|
},
|
|
101486
101586
|
"required": [
|
|
101487
|
-
"__@toStringTag@
|
|
101587
|
+
"__@toStringTag@13454"
|
|
101488
101588
|
],
|
|
101489
101589
|
"type": "object"
|
|
101490
101590
|
},
|
|
@@ -114004,6 +114104,47 @@
|
|
|
114004
114104
|
],
|
|
114005
114105
|
"type": "string"
|
|
114006
114106
|
},
|
|
114107
|
+
"TextShapeMask": {
|
|
114108
|
+
"properties": {
|
|
114109
|
+
"backgroundColor": {
|
|
114110
|
+
"type": "string"
|
|
114111
|
+
},
|
|
114112
|
+
"fill": {
|
|
114113
|
+
"type": "string"
|
|
114114
|
+
},
|
|
114115
|
+
"fontFamily": {
|
|
114116
|
+
"type": "string"
|
|
114117
|
+
},
|
|
114118
|
+
"fontStyle": {
|
|
114119
|
+
"type": "string"
|
|
114120
|
+
},
|
|
114121
|
+
"fontVariant": {
|
|
114122
|
+
"type": "string"
|
|
114123
|
+
},
|
|
114124
|
+
"fontWeight": {
|
|
114125
|
+
"type": [
|
|
114126
|
+
"string",
|
|
114127
|
+
"number"
|
|
114128
|
+
]
|
|
114129
|
+
},
|
|
114130
|
+
"hollow": {
|
|
114131
|
+
"type": "boolean"
|
|
114132
|
+
},
|
|
114133
|
+
"text": {
|
|
114134
|
+
"type": "string"
|
|
114135
|
+
},
|
|
114136
|
+
"type": {
|
|
114137
|
+
"const": "text",
|
|
114138
|
+
"type": "string"
|
|
114139
|
+
}
|
|
114140
|
+
},
|
|
114141
|
+
"required": [
|
|
114142
|
+
"fontVariant",
|
|
114143
|
+
"text",
|
|
114144
|
+
"type"
|
|
114145
|
+
],
|
|
114146
|
+
"type": "object"
|
|
114147
|
+
},
|
|
114007
114148
|
"TokenMap": {
|
|
114008
114149
|
"type": "object"
|
|
114009
114150
|
},
|