@visactor/vchart-schema 1.8.7-alpha.0 → 1.8.8-alpha.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 +98 -70
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -18110,7 +18110,6 @@
|
|
|
18110
18110
|
"$ref": "#/definitions/ILabelAnimation"
|
|
18111
18111
|
},
|
|
18112
18112
|
{
|
|
18113
|
-
"const": false,
|
|
18114
18113
|
"type": "boolean"
|
|
18115
18114
|
}
|
|
18116
18115
|
],
|
|
@@ -18245,7 +18244,6 @@
|
|
|
18245
18244
|
"$ref": "#/definitions/OverlapAttrs"
|
|
18246
18245
|
},
|
|
18247
18246
|
{
|
|
18248
|
-
"const": false,
|
|
18249
18247
|
"type": "boolean"
|
|
18250
18248
|
}
|
|
18251
18249
|
],
|
|
@@ -18354,7 +18352,6 @@
|
|
|
18354
18352
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
18355
18353
|
},
|
|
18356
18354
|
{
|
|
18357
|
-
"const": false,
|
|
18358
18355
|
"type": "boolean"
|
|
18359
18356
|
}
|
|
18360
18357
|
],
|
|
@@ -40329,6 +40326,12 @@
|
|
|
40329
40326
|
},
|
|
40330
40327
|
"IItemContent": {
|
|
40331
40328
|
"properties": {
|
|
40329
|
+
"confine": {
|
|
40330
|
+
"default": false,
|
|
40331
|
+
"description": "是否自动调整 item content 使其展示在 marker 可见区域内。",
|
|
40332
|
+
"since": "1.8.7",
|
|
40333
|
+
"type": "boolean"
|
|
40334
|
+
},
|
|
40332
40335
|
"image": {
|
|
40333
40336
|
"typeof": "function"
|
|
40334
40337
|
},
|
|
@@ -40462,7 +40465,6 @@
|
|
|
40462
40465
|
"$ref": "#/definitions/ILabelAnimation"
|
|
40463
40466
|
},
|
|
40464
40467
|
{
|
|
40465
|
-
"const": false,
|
|
40466
40468
|
"type": "boolean"
|
|
40467
40469
|
}
|
|
40468
40470
|
],
|
|
@@ -40579,7 +40581,6 @@
|
|
|
40579
40581
|
"$ref": "#/definitions/OverlapAttrs"
|
|
40580
40582
|
},
|
|
40581
40583
|
{
|
|
40582
|
-
"const": false,
|
|
40583
40584
|
"type": "boolean"
|
|
40584
40585
|
}
|
|
40585
40586
|
],
|
|
@@ -40666,7 +40667,6 @@
|
|
|
40666
40667
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
40667
40668
|
},
|
|
40668
40669
|
{
|
|
40669
|
-
"const": false,
|
|
40670
40670
|
"type": "boolean"
|
|
40671
40671
|
}
|
|
40672
40672
|
],
|
|
@@ -60885,6 +60885,9 @@
|
|
|
60885
60885
|
"getLayer": {
|
|
60886
60886
|
"typeof": "function"
|
|
60887
60887
|
},
|
|
60888
|
+
"getTheme": {
|
|
60889
|
+
"typeof": "function"
|
|
60890
|
+
},
|
|
60888
60891
|
"getTimeline": {
|
|
60889
60892
|
"typeof": "function"
|
|
60890
60893
|
},
|
|
@@ -61173,6 +61176,7 @@
|
|
|
61173
61176
|
"getElementsByName",
|
|
61174
61177
|
"getElementsByType",
|
|
61175
61178
|
"getLayer",
|
|
61179
|
+
"getTheme",
|
|
61176
61180
|
"getTimeline",
|
|
61177
61181
|
"height",
|
|
61178
61182
|
"hooks",
|
|
@@ -64056,7 +64060,6 @@
|
|
|
64056
64060
|
"$ref": "#/definitions/ILabelAnimation"
|
|
64057
64061
|
},
|
|
64058
64062
|
{
|
|
64059
|
-
"const": false,
|
|
64060
64063
|
"type": "boolean"
|
|
64061
64064
|
}
|
|
64062
64065
|
],
|
|
@@ -64076,7 +64079,6 @@
|
|
|
64076
64079
|
"$ref": "#/definitions/OverlapAttrs"
|
|
64077
64080
|
},
|
|
64078
64081
|
{
|
|
64079
|
-
"const": false,
|
|
64080
64082
|
"type": "boolean"
|
|
64081
64083
|
}
|
|
64082
64084
|
],
|
|
@@ -64088,7 +64090,6 @@
|
|
|
64088
64090
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
64089
64091
|
},
|
|
64090
64092
|
{
|
|
64091
|
-
"const": false,
|
|
64092
64093
|
"type": "boolean"
|
|
64093
64094
|
}
|
|
64094
64095
|
],
|
|
@@ -68340,18 +68341,27 @@
|
|
|
68340
68341
|
"type": "string"
|
|
68341
68342
|
},
|
|
68342
68343
|
"fontSizeRange": {
|
|
68343
|
-
"
|
|
68344
|
-
"items": [
|
|
68344
|
+
"anyOf": [
|
|
68345
68345
|
{
|
|
68346
|
-
"
|
|
68346
|
+
"items": [
|
|
68347
|
+
{
|
|
68348
|
+
"type": "number"
|
|
68349
|
+
},
|
|
68350
|
+
{
|
|
68351
|
+
"type": "number"
|
|
68352
|
+
}
|
|
68353
|
+
],
|
|
68354
|
+
"maxItems": 2,
|
|
68355
|
+
"minItems": 2,
|
|
68356
|
+
"type": "array"
|
|
68347
68357
|
},
|
|
68348
68358
|
{
|
|
68349
|
-
"
|
|
68359
|
+
"const": "auto",
|
|
68360
|
+
"type": "string"
|
|
68350
68361
|
}
|
|
68351
68362
|
],
|
|
68352
|
-
"
|
|
68353
|
-
"
|
|
68354
|
-
"type": "array"
|
|
68363
|
+
"description": "当valueField存在时,默认值[20,40]; 当valueField不存在时,默认值[10, 10]",
|
|
68364
|
+
"since": "1.8.7 如果配置为'auto', 则fontSizeRange不传入, 字体大小会随画布大小改变而改变"
|
|
68355
68365
|
},
|
|
68356
68366
|
"fontStyleField": {
|
|
68357
68367
|
"description": "字体样式字段",
|
|
@@ -68792,18 +68802,27 @@
|
|
|
68792
68802
|
"type": "string"
|
|
68793
68803
|
},
|
|
68794
68804
|
"fontSizeRange": {
|
|
68795
|
-
"
|
|
68796
|
-
"items": [
|
|
68805
|
+
"anyOf": [
|
|
68797
68806
|
{
|
|
68798
|
-
"
|
|
68807
|
+
"items": [
|
|
68808
|
+
{
|
|
68809
|
+
"type": "number"
|
|
68810
|
+
},
|
|
68811
|
+
{
|
|
68812
|
+
"type": "number"
|
|
68813
|
+
}
|
|
68814
|
+
],
|
|
68815
|
+
"maxItems": 2,
|
|
68816
|
+
"minItems": 2,
|
|
68817
|
+
"type": "array"
|
|
68799
68818
|
},
|
|
68800
68819
|
{
|
|
68801
|
-
"
|
|
68820
|
+
"const": "auto",
|
|
68821
|
+
"type": "string"
|
|
68802
68822
|
}
|
|
68803
68823
|
],
|
|
68804
|
-
"
|
|
68805
|
-
"
|
|
68806
|
-
"type": "array"
|
|
68824
|
+
"description": "当valueField存在时,默认值[20,40]; 当valueField不存在时,默认值[10, 10]",
|
|
68825
|
+
"since": "1.8.7 如果配置为'auto', 则fontSizeRange不传入, 字体大小会随画布大小改变而改变"
|
|
68807
68826
|
},
|
|
68808
68827
|
"fontStyleField": {
|
|
68809
68828
|
"description": "字体样式字段",
|
|
@@ -69245,18 +69264,27 @@
|
|
|
69245
69264
|
"type": "string"
|
|
69246
69265
|
},
|
|
69247
69266
|
"fontSizeRange": {
|
|
69248
|
-
"
|
|
69249
|
-
"items": [
|
|
69267
|
+
"anyOf": [
|
|
69250
69268
|
{
|
|
69251
|
-
"
|
|
69269
|
+
"items": [
|
|
69270
|
+
{
|
|
69271
|
+
"type": "number"
|
|
69272
|
+
},
|
|
69273
|
+
{
|
|
69274
|
+
"type": "number"
|
|
69275
|
+
}
|
|
69276
|
+
],
|
|
69277
|
+
"maxItems": 2,
|
|
69278
|
+
"minItems": 2,
|
|
69279
|
+
"type": "array"
|
|
69252
69280
|
},
|
|
69253
69281
|
{
|
|
69254
|
-
"
|
|
69282
|
+
"const": "auto",
|
|
69283
|
+
"type": "string"
|
|
69255
69284
|
}
|
|
69256
69285
|
],
|
|
69257
|
-
"
|
|
69258
|
-
"
|
|
69259
|
-
"type": "array"
|
|
69286
|
+
"description": "当valueField存在时,默认值[20,40]; 当valueField不存在时,默认值[10, 10]",
|
|
69287
|
+
"since": "1.8.7 如果配置为'auto', 则fontSizeRange不传入, 字体大小会随画布大小改变而改变"
|
|
69260
69288
|
},
|
|
69261
69289
|
"fontStyleField": {
|
|
69262
69290
|
"description": "字体样式字段",
|
|
@@ -69690,18 +69718,27 @@
|
|
|
69690
69718
|
"type": "string"
|
|
69691
69719
|
},
|
|
69692
69720
|
"fontSizeRange": {
|
|
69693
|
-
"
|
|
69694
|
-
"items": [
|
|
69721
|
+
"anyOf": [
|
|
69695
69722
|
{
|
|
69696
|
-
"
|
|
69723
|
+
"items": [
|
|
69724
|
+
{
|
|
69725
|
+
"type": "number"
|
|
69726
|
+
},
|
|
69727
|
+
{
|
|
69728
|
+
"type": "number"
|
|
69729
|
+
}
|
|
69730
|
+
],
|
|
69731
|
+
"maxItems": 2,
|
|
69732
|
+
"minItems": 2,
|
|
69733
|
+
"type": "array"
|
|
69697
69734
|
},
|
|
69698
69735
|
{
|
|
69699
|
-
"
|
|
69736
|
+
"const": "auto",
|
|
69737
|
+
"type": "string"
|
|
69700
69738
|
}
|
|
69701
69739
|
],
|
|
69702
|
-
"
|
|
69703
|
-
"
|
|
69704
|
-
"type": "array"
|
|
69740
|
+
"description": "当valueField存在时,默认值[20,40]; 当valueField不存在时,默认值[10, 10]",
|
|
69741
|
+
"since": "1.8.7 如果配置为'auto', 则fontSizeRange不传入, 字体大小会随画布大小改变而改变"
|
|
69705
69742
|
},
|
|
69706
69743
|
"fontStyleField": {
|
|
69707
69744
|
"description": "字体样式字段",
|
|
@@ -70063,7 +70100,7 @@
|
|
|
70063
70100
|
},
|
|
70064
70101
|
"Map<Function,(...args:any[])=>void>": {
|
|
70065
70102
|
"properties": {
|
|
70066
|
-
"__@toStringTag@
|
|
70103
|
+
"__@toStringTag@12611": {
|
|
70067
70104
|
"type": "string"
|
|
70068
70105
|
},
|
|
70069
70106
|
"size": {
|
|
@@ -70071,14 +70108,14 @@
|
|
|
70071
70108
|
}
|
|
70072
70109
|
},
|
|
70073
70110
|
"required": [
|
|
70074
|
-
"__@toStringTag@
|
|
70111
|
+
"__@toStringTag@12611",
|
|
70075
70112
|
"size"
|
|
70076
70113
|
],
|
|
70077
70114
|
"type": "object"
|
|
70078
70115
|
},
|
|
70079
70116
|
"Map<number,IGraphicPicker>": {
|
|
70080
70117
|
"properties": {
|
|
70081
|
-
"__@toStringTag@
|
|
70118
|
+
"__@toStringTag@12611": {
|
|
70082
70119
|
"type": "string"
|
|
70083
70120
|
},
|
|
70084
70121
|
"size": {
|
|
@@ -70086,14 +70123,14 @@
|
|
|
70086
70123
|
}
|
|
70087
70124
|
},
|
|
70088
70125
|
"required": [
|
|
70089
|
-
"__@toStringTag@
|
|
70126
|
+
"__@toStringTag@12611",
|
|
70090
70127
|
"size"
|
|
70091
70128
|
],
|
|
70092
70129
|
"type": "object"
|
|
70093
70130
|
},
|
|
70094
70131
|
"Map<number,IGraphicRender>": {
|
|
70095
70132
|
"properties": {
|
|
70096
|
-
"__@toStringTag@
|
|
70133
|
+
"__@toStringTag@12611": {
|
|
70097
70134
|
"type": "string"
|
|
70098
70135
|
},
|
|
70099
70136
|
"size": {
|
|
@@ -70101,14 +70138,14 @@
|
|
|
70101
70138
|
}
|
|
70102
70139
|
},
|
|
70103
70140
|
"required": [
|
|
70104
|
-
"__@toStringTag@
|
|
70141
|
+
"__@toStringTag@12611",
|
|
70105
70142
|
"size"
|
|
70106
70143
|
],
|
|
70107
70144
|
"type": "object"
|
|
70108
70145
|
},
|
|
70109
70146
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
70110
70147
|
"properties": {
|
|
70111
|
-
"__@toStringTag@
|
|
70148
|
+
"__@toStringTag@12611": {
|
|
70112
70149
|
"type": "string"
|
|
70113
70150
|
},
|
|
70114
70151
|
"size": {
|
|
@@ -70116,14 +70153,14 @@
|
|
|
70116
70153
|
}
|
|
70117
70154
|
},
|
|
70118
70155
|
"required": [
|
|
70119
|
-
"__@toStringTag@
|
|
70156
|
+
"__@toStringTag@12611",
|
|
70120
70157
|
"size"
|
|
70121
70158
|
],
|
|
70122
70159
|
"type": "object"
|
|
70123
70160
|
},
|
|
70124
70161
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
70125
70162
|
"properties": {
|
|
70126
|
-
"__@toStringTag@
|
|
70163
|
+
"__@toStringTag@12611": {
|
|
70127
70164
|
"type": "string"
|
|
70128
70165
|
},
|
|
70129
70166
|
"size": {
|
|
@@ -70131,14 +70168,14 @@
|
|
|
70131
70168
|
}
|
|
70132
70169
|
},
|
|
70133
70170
|
"required": [
|
|
70134
|
-
"__@toStringTag@
|
|
70171
|
+
"__@toStringTag@12611",
|
|
70135
70172
|
"size"
|
|
70136
70173
|
],
|
|
70137
70174
|
"type": "object"
|
|
70138
70175
|
},
|
|
70139
70176
|
"Map<string,any>": {
|
|
70140
70177
|
"properties": {
|
|
70141
|
-
"__@toStringTag@
|
|
70178
|
+
"__@toStringTag@12611": {
|
|
70142
70179
|
"type": "string"
|
|
70143
70180
|
},
|
|
70144
70181
|
"size": {
|
|
@@ -70146,14 +70183,14 @@
|
|
|
70146
70183
|
}
|
|
70147
70184
|
},
|
|
70148
70185
|
"required": [
|
|
70149
|
-
"__@toStringTag@
|
|
70186
|
+
"__@toStringTag@12611",
|
|
70150
70187
|
"size"
|
|
70151
70188
|
],
|
|
70152
70189
|
"type": "object"
|
|
70153
70190
|
},
|
|
70154
70191
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
70155
70192
|
"properties": {
|
|
70156
|
-
"__@toStringTag@
|
|
70193
|
+
"__@toStringTag@12611": {
|
|
70157
70194
|
"type": "string"
|
|
70158
70195
|
},
|
|
70159
70196
|
"size": {
|
|
@@ -70161,14 +70198,14 @@
|
|
|
70161
70198
|
}
|
|
70162
70199
|
},
|
|
70163
70200
|
"required": [
|
|
70164
|
-
"__@toStringTag@
|
|
70201
|
+
"__@toStringTag@12611",
|
|
70165
70202
|
"size"
|
|
70166
70203
|
],
|
|
70167
70204
|
"type": "object"
|
|
70168
70205
|
},
|
|
70169
70206
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
70170
70207
|
"properties": {
|
|
70171
|
-
"__@toStringTag@
|
|
70208
|
+
"__@toStringTag@12611": {
|
|
70172
70209
|
"type": "string"
|
|
70173
70210
|
},
|
|
70174
70211
|
"size": {
|
|
@@ -70176,14 +70213,14 @@
|
|
|
70176
70213
|
}
|
|
70177
70214
|
},
|
|
70178
70215
|
"required": [
|
|
70179
|
-
"__@toStringTag@
|
|
70216
|
+
"__@toStringTag@12611",
|
|
70180
70217
|
"size"
|
|
70181
70218
|
],
|
|
70182
70219
|
"type": "object"
|
|
70183
70220
|
},
|
|
70184
70221
|
"Map<string|number,IAnimate>": {
|
|
70185
70222
|
"properties": {
|
|
70186
|
-
"__@toStringTag@
|
|
70223
|
+
"__@toStringTag@12611": {
|
|
70187
70224
|
"type": "string"
|
|
70188
70225
|
},
|
|
70189
70226
|
"size": {
|
|
@@ -70191,7 +70228,7 @@
|
|
|
70191
70228
|
}
|
|
70192
70229
|
},
|
|
70193
70230
|
"required": [
|
|
70194
|
-
"__@toStringTag@
|
|
70231
|
+
"__@toStringTag@12611",
|
|
70195
70232
|
"size"
|
|
70196
70233
|
],
|
|
70197
70234
|
"type": "object"
|
|
@@ -73670,7 +73707,6 @@
|
|
|
73670
73707
|
"$ref": "#/definitions/ILabelAnimation"
|
|
73671
73708
|
},
|
|
73672
73709
|
{
|
|
73673
|
-
"const": false,
|
|
73674
73710
|
"type": "boolean"
|
|
73675
73711
|
}
|
|
73676
73712
|
],
|
|
@@ -73787,7 +73823,6 @@
|
|
|
73787
73823
|
"$ref": "#/definitions/OverlapAttrs"
|
|
73788
73824
|
},
|
|
73789
73825
|
{
|
|
73790
|
-
"const": false,
|
|
73791
73826
|
"type": "boolean"
|
|
73792
73827
|
}
|
|
73793
73828
|
],
|
|
@@ -73870,7 +73905,6 @@
|
|
|
73870
73905
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
73871
73906
|
},
|
|
73872
73907
|
{
|
|
73873
|
-
"const": false,
|
|
73874
73908
|
"type": "boolean"
|
|
73875
73909
|
}
|
|
73876
73910
|
],
|
|
@@ -78799,7 +78833,6 @@
|
|
|
78799
78833
|
"$ref": "#/definitions/ILabelAnimation"
|
|
78800
78834
|
},
|
|
78801
78835
|
{
|
|
78802
|
-
"const": false,
|
|
78803
78836
|
"type": "boolean"
|
|
78804
78837
|
}
|
|
78805
78838
|
],
|
|
@@ -78916,7 +78949,6 @@
|
|
|
78916
78949
|
"$ref": "#/definitions/OverlapAttrs"
|
|
78917
78950
|
},
|
|
78918
78951
|
{
|
|
78919
|
-
"const": false,
|
|
78920
78952
|
"type": "boolean"
|
|
78921
78953
|
}
|
|
78922
78954
|
],
|
|
@@ -79003,7 +79035,6 @@
|
|
|
79003
79035
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
79004
79036
|
},
|
|
79005
79037
|
{
|
|
79006
|
-
"const": false,
|
|
79007
79038
|
"type": "boolean"
|
|
79008
79039
|
}
|
|
79009
79040
|
],
|
|
@@ -79468,7 +79499,6 @@
|
|
|
79468
79499
|
"$ref": "#/definitions/ILabelAnimation"
|
|
79469
79500
|
},
|
|
79470
79501
|
{
|
|
79471
|
-
"const": false,
|
|
79472
79502
|
"type": "boolean"
|
|
79473
79503
|
}
|
|
79474
79504
|
],
|
|
@@ -79585,7 +79615,6 @@
|
|
|
79585
79615
|
"$ref": "#/definitions/OverlapAttrs"
|
|
79586
79616
|
},
|
|
79587
79617
|
{
|
|
79588
|
-
"const": false,
|
|
79589
79618
|
"type": "boolean"
|
|
79590
79619
|
}
|
|
79591
79620
|
],
|
|
@@ -79673,7 +79702,6 @@
|
|
|
79673
79702
|
"$ref": "#/definitions/SmartInvertAttrs"
|
|
79674
79703
|
},
|
|
79675
79704
|
{
|
|
79676
|
-
"const": false,
|
|
79677
79705
|
"type": "boolean"
|
|
79678
79706
|
}
|
|
79679
79707
|
],
|
|
@@ -86612,34 +86640,34 @@
|
|
|
86612
86640
|
},
|
|
86613
86641
|
"Promise<FontFaceSet>": {
|
|
86614
86642
|
"properties": {
|
|
86615
|
-
"__@toStringTag@
|
|
86643
|
+
"__@toStringTag@12611": {
|
|
86616
86644
|
"type": "string"
|
|
86617
86645
|
}
|
|
86618
86646
|
},
|
|
86619
86647
|
"required": [
|
|
86620
|
-
"__@toStringTag@
|
|
86648
|
+
"__@toStringTag@12611"
|
|
86621
86649
|
],
|
|
86622
86650
|
"type": "object"
|
|
86623
86651
|
},
|
|
86624
86652
|
"Promise<ServiceWorkerRegistration>": {
|
|
86625
86653
|
"properties": {
|
|
86626
|
-
"__@toStringTag@
|
|
86654
|
+
"__@toStringTag@12611": {
|
|
86627
86655
|
"type": "string"
|
|
86628
86656
|
}
|
|
86629
86657
|
},
|
|
86630
86658
|
"required": [
|
|
86631
|
-
"__@toStringTag@
|
|
86659
|
+
"__@toStringTag@12611"
|
|
86632
86660
|
],
|
|
86633
86661
|
"type": "object"
|
|
86634
86662
|
},
|
|
86635
86663
|
"Promise<any>": {
|
|
86636
86664
|
"properties": {
|
|
86637
|
-
"__@toStringTag@
|
|
86665
|
+
"__@toStringTag@12611": {
|
|
86638
86666
|
"type": "string"
|
|
86639
86667
|
}
|
|
86640
86668
|
},
|
|
86641
86669
|
"required": [
|
|
86642
|
-
"__@toStringTag@
|
|
86670
|
+
"__@toStringTag@12611"
|
|
86643
86671
|
],
|
|
86644
86672
|
"type": "object"
|
|
86645
86673
|
},
|