@visactor/vchart-schema 1.8.7-alpha.0 → 1.8.8-alpha.1
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 -52
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -40329,6 +40329,12 @@
|
|
|
40329
40329
|
},
|
|
40330
40330
|
"IItemContent": {
|
|
40331
40331
|
"properties": {
|
|
40332
|
+
"confine": {
|
|
40333
|
+
"default": false,
|
|
40334
|
+
"description": "是否自动调整 item content 使其展示在 marker 可见区域内。",
|
|
40335
|
+
"since": "1.8.7",
|
|
40336
|
+
"type": "boolean"
|
|
40337
|
+
},
|
|
40332
40338
|
"image": {
|
|
40333
40339
|
"typeof": "function"
|
|
40334
40340
|
},
|
|
@@ -60885,6 +60891,9 @@
|
|
|
60885
60891
|
"getLayer": {
|
|
60886
60892
|
"typeof": "function"
|
|
60887
60893
|
},
|
|
60894
|
+
"getTheme": {
|
|
60895
|
+
"typeof": "function"
|
|
60896
|
+
},
|
|
60888
60897
|
"getTimeline": {
|
|
60889
60898
|
"typeof": "function"
|
|
60890
60899
|
},
|
|
@@ -61173,6 +61182,7 @@
|
|
|
61173
61182
|
"getElementsByName",
|
|
61174
61183
|
"getElementsByType",
|
|
61175
61184
|
"getLayer",
|
|
61185
|
+
"getTheme",
|
|
61176
61186
|
"getTimeline",
|
|
61177
61187
|
"height",
|
|
61178
61188
|
"hooks",
|
|
@@ -68340,18 +68350,27 @@
|
|
|
68340
68350
|
"type": "string"
|
|
68341
68351
|
},
|
|
68342
68352
|
"fontSizeRange": {
|
|
68343
|
-
"
|
|
68344
|
-
"items": [
|
|
68353
|
+
"anyOf": [
|
|
68345
68354
|
{
|
|
68346
|
-
"
|
|
68355
|
+
"items": [
|
|
68356
|
+
{
|
|
68357
|
+
"type": "number"
|
|
68358
|
+
},
|
|
68359
|
+
{
|
|
68360
|
+
"type": "number"
|
|
68361
|
+
}
|
|
68362
|
+
],
|
|
68363
|
+
"maxItems": 2,
|
|
68364
|
+
"minItems": 2,
|
|
68365
|
+
"type": "array"
|
|
68347
68366
|
},
|
|
68348
68367
|
{
|
|
68349
|
-
"
|
|
68368
|
+
"const": "auto",
|
|
68369
|
+
"type": "string"
|
|
68350
68370
|
}
|
|
68351
68371
|
],
|
|
68352
|
-
"
|
|
68353
|
-
"
|
|
68354
|
-
"type": "array"
|
|
68372
|
+
"description": "当valueField存在时,默认值[20,40]; 当valueField不存在时,默认值[10, 10]",
|
|
68373
|
+
"since": "1.8.7 如果配置为'auto', 则fontSizeRange不传入, 字体大小会随画布大小改变而改变"
|
|
68355
68374
|
},
|
|
68356
68375
|
"fontStyleField": {
|
|
68357
68376
|
"description": "字体样式字段",
|
|
@@ -68792,18 +68811,27 @@
|
|
|
68792
68811
|
"type": "string"
|
|
68793
68812
|
},
|
|
68794
68813
|
"fontSizeRange": {
|
|
68795
|
-
"
|
|
68796
|
-
"items": [
|
|
68814
|
+
"anyOf": [
|
|
68797
68815
|
{
|
|
68798
|
-
"
|
|
68816
|
+
"items": [
|
|
68817
|
+
{
|
|
68818
|
+
"type": "number"
|
|
68819
|
+
},
|
|
68820
|
+
{
|
|
68821
|
+
"type": "number"
|
|
68822
|
+
}
|
|
68823
|
+
],
|
|
68824
|
+
"maxItems": 2,
|
|
68825
|
+
"minItems": 2,
|
|
68826
|
+
"type": "array"
|
|
68799
68827
|
},
|
|
68800
68828
|
{
|
|
68801
|
-
"
|
|
68829
|
+
"const": "auto",
|
|
68830
|
+
"type": "string"
|
|
68802
68831
|
}
|
|
68803
68832
|
],
|
|
68804
|
-
"
|
|
68805
|
-
"
|
|
68806
|
-
"type": "array"
|
|
68833
|
+
"description": "当valueField存在时,默认值[20,40]; 当valueField不存在时,默认值[10, 10]",
|
|
68834
|
+
"since": "1.8.7 如果配置为'auto', 则fontSizeRange不传入, 字体大小会随画布大小改变而改变"
|
|
68807
68835
|
},
|
|
68808
68836
|
"fontStyleField": {
|
|
68809
68837
|
"description": "字体样式字段",
|
|
@@ -69245,18 +69273,27 @@
|
|
|
69245
69273
|
"type": "string"
|
|
69246
69274
|
},
|
|
69247
69275
|
"fontSizeRange": {
|
|
69248
|
-
"
|
|
69249
|
-
"items": [
|
|
69276
|
+
"anyOf": [
|
|
69250
69277
|
{
|
|
69251
|
-
"
|
|
69278
|
+
"items": [
|
|
69279
|
+
{
|
|
69280
|
+
"type": "number"
|
|
69281
|
+
},
|
|
69282
|
+
{
|
|
69283
|
+
"type": "number"
|
|
69284
|
+
}
|
|
69285
|
+
],
|
|
69286
|
+
"maxItems": 2,
|
|
69287
|
+
"minItems": 2,
|
|
69288
|
+
"type": "array"
|
|
69252
69289
|
},
|
|
69253
69290
|
{
|
|
69254
|
-
"
|
|
69291
|
+
"const": "auto",
|
|
69292
|
+
"type": "string"
|
|
69255
69293
|
}
|
|
69256
69294
|
],
|
|
69257
|
-
"
|
|
69258
|
-
"
|
|
69259
|
-
"type": "array"
|
|
69295
|
+
"description": "当valueField存在时,默认值[20,40]; 当valueField不存在时,默认值[10, 10]",
|
|
69296
|
+
"since": "1.8.7 如果配置为'auto', 则fontSizeRange不传入, 字体大小会随画布大小改变而改变"
|
|
69260
69297
|
},
|
|
69261
69298
|
"fontStyleField": {
|
|
69262
69299
|
"description": "字体样式字段",
|
|
@@ -69690,18 +69727,27 @@
|
|
|
69690
69727
|
"type": "string"
|
|
69691
69728
|
},
|
|
69692
69729
|
"fontSizeRange": {
|
|
69693
|
-
"
|
|
69694
|
-
"items": [
|
|
69730
|
+
"anyOf": [
|
|
69695
69731
|
{
|
|
69696
|
-
"
|
|
69732
|
+
"items": [
|
|
69733
|
+
{
|
|
69734
|
+
"type": "number"
|
|
69735
|
+
},
|
|
69736
|
+
{
|
|
69737
|
+
"type": "number"
|
|
69738
|
+
}
|
|
69739
|
+
],
|
|
69740
|
+
"maxItems": 2,
|
|
69741
|
+
"minItems": 2,
|
|
69742
|
+
"type": "array"
|
|
69697
69743
|
},
|
|
69698
69744
|
{
|
|
69699
|
-
"
|
|
69745
|
+
"const": "auto",
|
|
69746
|
+
"type": "string"
|
|
69700
69747
|
}
|
|
69701
69748
|
],
|
|
69702
|
-
"
|
|
69703
|
-
"
|
|
69704
|
-
"type": "array"
|
|
69749
|
+
"description": "当valueField存在时,默认值[20,40]; 当valueField不存在时,默认值[10, 10]",
|
|
69750
|
+
"since": "1.8.7 如果配置为'auto', 则fontSizeRange不传入, 字体大小会随画布大小改变而改变"
|
|
69705
69751
|
},
|
|
69706
69752
|
"fontStyleField": {
|
|
69707
69753
|
"description": "字体样式字段",
|
|
@@ -70063,7 +70109,7 @@
|
|
|
70063
70109
|
},
|
|
70064
70110
|
"Map<Function,(...args:any[])=>void>": {
|
|
70065
70111
|
"properties": {
|
|
70066
|
-
"__@toStringTag@
|
|
70112
|
+
"__@toStringTag@12611": {
|
|
70067
70113
|
"type": "string"
|
|
70068
70114
|
},
|
|
70069
70115
|
"size": {
|
|
@@ -70071,14 +70117,14 @@
|
|
|
70071
70117
|
}
|
|
70072
70118
|
},
|
|
70073
70119
|
"required": [
|
|
70074
|
-
"__@toStringTag@
|
|
70120
|
+
"__@toStringTag@12611",
|
|
70075
70121
|
"size"
|
|
70076
70122
|
],
|
|
70077
70123
|
"type": "object"
|
|
70078
70124
|
},
|
|
70079
70125
|
"Map<number,IGraphicPicker>": {
|
|
70080
70126
|
"properties": {
|
|
70081
|
-
"__@toStringTag@
|
|
70127
|
+
"__@toStringTag@12611": {
|
|
70082
70128
|
"type": "string"
|
|
70083
70129
|
},
|
|
70084
70130
|
"size": {
|
|
@@ -70086,14 +70132,14 @@
|
|
|
70086
70132
|
}
|
|
70087
70133
|
},
|
|
70088
70134
|
"required": [
|
|
70089
|
-
"__@toStringTag@
|
|
70135
|
+
"__@toStringTag@12611",
|
|
70090
70136
|
"size"
|
|
70091
70137
|
],
|
|
70092
70138
|
"type": "object"
|
|
70093
70139
|
},
|
|
70094
70140
|
"Map<number,IGraphicRender>": {
|
|
70095
70141
|
"properties": {
|
|
70096
|
-
"__@toStringTag@
|
|
70142
|
+
"__@toStringTag@12611": {
|
|
70097
70143
|
"type": "string"
|
|
70098
70144
|
},
|
|
70099
70145
|
"size": {
|
|
@@ -70101,14 +70147,14 @@
|
|
|
70101
70147
|
}
|
|
70102
70148
|
},
|
|
70103
70149
|
"required": [
|
|
70104
|
-
"__@toStringTag@
|
|
70150
|
+
"__@toStringTag@12611",
|
|
70105
70151
|
"size"
|
|
70106
70152
|
],
|
|
70107
70153
|
"type": "object"
|
|
70108
70154
|
},
|
|
70109
70155
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
70110
70156
|
"properties": {
|
|
70111
|
-
"__@toStringTag@
|
|
70157
|
+
"__@toStringTag@12611": {
|
|
70112
70158
|
"type": "string"
|
|
70113
70159
|
},
|
|
70114
70160
|
"size": {
|
|
@@ -70116,14 +70162,14 @@
|
|
|
70116
70162
|
}
|
|
70117
70163
|
},
|
|
70118
70164
|
"required": [
|
|
70119
|
-
"__@toStringTag@
|
|
70165
|
+
"__@toStringTag@12611",
|
|
70120
70166
|
"size"
|
|
70121
70167
|
],
|
|
70122
70168
|
"type": "object"
|
|
70123
70169
|
},
|
|
70124
70170
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
70125
70171
|
"properties": {
|
|
70126
|
-
"__@toStringTag@
|
|
70172
|
+
"__@toStringTag@12611": {
|
|
70127
70173
|
"type": "string"
|
|
70128
70174
|
},
|
|
70129
70175
|
"size": {
|
|
@@ -70131,14 +70177,14 @@
|
|
|
70131
70177
|
}
|
|
70132
70178
|
},
|
|
70133
70179
|
"required": [
|
|
70134
|
-
"__@toStringTag@
|
|
70180
|
+
"__@toStringTag@12611",
|
|
70135
70181
|
"size"
|
|
70136
70182
|
],
|
|
70137
70183
|
"type": "object"
|
|
70138
70184
|
},
|
|
70139
70185
|
"Map<string,any>": {
|
|
70140
70186
|
"properties": {
|
|
70141
|
-
"__@toStringTag@
|
|
70187
|
+
"__@toStringTag@12611": {
|
|
70142
70188
|
"type": "string"
|
|
70143
70189
|
},
|
|
70144
70190
|
"size": {
|
|
@@ -70146,14 +70192,14 @@
|
|
|
70146
70192
|
}
|
|
70147
70193
|
},
|
|
70148
70194
|
"required": [
|
|
70149
|
-
"__@toStringTag@
|
|
70195
|
+
"__@toStringTag@12611",
|
|
70150
70196
|
"size"
|
|
70151
70197
|
],
|
|
70152
70198
|
"type": "object"
|
|
70153
70199
|
},
|
|
70154
70200
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
70155
70201
|
"properties": {
|
|
70156
|
-
"__@toStringTag@
|
|
70202
|
+
"__@toStringTag@12611": {
|
|
70157
70203
|
"type": "string"
|
|
70158
70204
|
},
|
|
70159
70205
|
"size": {
|
|
@@ -70161,14 +70207,14 @@
|
|
|
70161
70207
|
}
|
|
70162
70208
|
},
|
|
70163
70209
|
"required": [
|
|
70164
|
-
"__@toStringTag@
|
|
70210
|
+
"__@toStringTag@12611",
|
|
70165
70211
|
"size"
|
|
70166
70212
|
],
|
|
70167
70213
|
"type": "object"
|
|
70168
70214
|
},
|
|
70169
70215
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
70170
70216
|
"properties": {
|
|
70171
|
-
"__@toStringTag@
|
|
70217
|
+
"__@toStringTag@12611": {
|
|
70172
70218
|
"type": "string"
|
|
70173
70219
|
},
|
|
70174
70220
|
"size": {
|
|
@@ -70176,14 +70222,14 @@
|
|
|
70176
70222
|
}
|
|
70177
70223
|
},
|
|
70178
70224
|
"required": [
|
|
70179
|
-
"__@toStringTag@
|
|
70225
|
+
"__@toStringTag@12611",
|
|
70180
70226
|
"size"
|
|
70181
70227
|
],
|
|
70182
70228
|
"type": "object"
|
|
70183
70229
|
},
|
|
70184
70230
|
"Map<string|number,IAnimate>": {
|
|
70185
70231
|
"properties": {
|
|
70186
|
-
"__@toStringTag@
|
|
70232
|
+
"__@toStringTag@12611": {
|
|
70187
70233
|
"type": "string"
|
|
70188
70234
|
},
|
|
70189
70235
|
"size": {
|
|
@@ -70191,7 +70237,7 @@
|
|
|
70191
70237
|
}
|
|
70192
70238
|
},
|
|
70193
70239
|
"required": [
|
|
70194
|
-
"__@toStringTag@
|
|
70240
|
+
"__@toStringTag@12611",
|
|
70195
70241
|
"size"
|
|
70196
70242
|
],
|
|
70197
70243
|
"type": "object"
|
|
@@ -86612,34 +86658,34 @@
|
|
|
86612
86658
|
},
|
|
86613
86659
|
"Promise<FontFaceSet>": {
|
|
86614
86660
|
"properties": {
|
|
86615
|
-
"__@toStringTag@
|
|
86661
|
+
"__@toStringTag@12611": {
|
|
86616
86662
|
"type": "string"
|
|
86617
86663
|
}
|
|
86618
86664
|
},
|
|
86619
86665
|
"required": [
|
|
86620
|
-
"__@toStringTag@
|
|
86666
|
+
"__@toStringTag@12611"
|
|
86621
86667
|
],
|
|
86622
86668
|
"type": "object"
|
|
86623
86669
|
},
|
|
86624
86670
|
"Promise<ServiceWorkerRegistration>": {
|
|
86625
86671
|
"properties": {
|
|
86626
|
-
"__@toStringTag@
|
|
86672
|
+
"__@toStringTag@12611": {
|
|
86627
86673
|
"type": "string"
|
|
86628
86674
|
}
|
|
86629
86675
|
},
|
|
86630
86676
|
"required": [
|
|
86631
|
-
"__@toStringTag@
|
|
86677
|
+
"__@toStringTag@12611"
|
|
86632
86678
|
],
|
|
86633
86679
|
"type": "object"
|
|
86634
86680
|
},
|
|
86635
86681
|
"Promise<any>": {
|
|
86636
86682
|
"properties": {
|
|
86637
|
-
"__@toStringTag@
|
|
86683
|
+
"__@toStringTag@12611": {
|
|
86638
86684
|
"type": "string"
|
|
86639
86685
|
}
|
|
86640
86686
|
},
|
|
86641
86687
|
"required": [
|
|
86642
|
-
"__@toStringTag@
|
|
86688
|
+
"__@toStringTag@12611"
|
|
86643
86689
|
],
|
|
86644
86690
|
"type": "object"
|
|
86645
86691
|
},
|