@visactor/vchart-schema 1.12.9 → 1.12.10-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 +61 -32
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -74224,8 +74224,15 @@
|
|
|
74224
74224
|
"type": "number"
|
|
74225
74225
|
},
|
|
74226
74226
|
"lineHeight": {
|
|
74227
|
-
"
|
|
74228
|
-
|
|
74227
|
+
"anyOf": [
|
|
74228
|
+
{
|
|
74229
|
+
"$ref": "#/definitions/ITokenKey<any>"
|
|
74230
|
+
},
|
|
74231
|
+
{
|
|
74232
|
+
"type": "number"
|
|
74233
|
+
}
|
|
74234
|
+
],
|
|
74235
|
+
"description": "行高"
|
|
74229
74236
|
},
|
|
74230
74237
|
"textAlign": {
|
|
74231
74238
|
"$ref": "#/definitions/TextAlign",
|
|
@@ -74758,13 +74765,23 @@
|
|
|
74758
74765
|
},
|
|
74759
74766
|
"trigger": {
|
|
74760
74767
|
"anyOf": [
|
|
74768
|
+
{
|
|
74769
|
+
"typeof": "function"
|
|
74770
|
+
},
|
|
74761
74771
|
{
|
|
74762
74772
|
"items": {
|
|
74763
|
-
"
|
|
74764
|
-
|
|
74765
|
-
|
|
74766
|
-
|
|
74767
|
-
|
|
74773
|
+
"anyOf": [
|
|
74774
|
+
{
|
|
74775
|
+
"typeof": "function"
|
|
74776
|
+
},
|
|
74777
|
+
{
|
|
74778
|
+
"enum": [
|
|
74779
|
+
"click",
|
|
74780
|
+
"hover"
|
|
74781
|
+
],
|
|
74782
|
+
"type": "string"
|
|
74783
|
+
}
|
|
74784
|
+
]
|
|
74768
74785
|
},
|
|
74769
74786
|
"type": "array"
|
|
74770
74787
|
},
|
|
@@ -74777,17 +74794,28 @@
|
|
|
74777
74794
|
"type": "string"
|
|
74778
74795
|
}
|
|
74779
74796
|
],
|
|
74780
|
-
"description": "tooltip触发方式\n(*会影响自定义handler)"
|
|
74797
|
+
"description": "tooltip触发方式\n(*会影响自定义handler)",
|
|
74798
|
+
"since": "1.12.10 支持自定义的事件触发"
|
|
74781
74799
|
},
|
|
74782
74800
|
"triggerOff": {
|
|
74783
74801
|
"anyOf": [
|
|
74802
|
+
{
|
|
74803
|
+
"typeof": "function"
|
|
74804
|
+
},
|
|
74784
74805
|
{
|
|
74785
74806
|
"items": {
|
|
74786
|
-
"
|
|
74787
|
-
|
|
74788
|
-
|
|
74789
|
-
|
|
74790
|
-
|
|
74807
|
+
"anyOf": [
|
|
74808
|
+
{
|
|
74809
|
+
"typeof": "function"
|
|
74810
|
+
},
|
|
74811
|
+
{
|
|
74812
|
+
"enum": [
|
|
74813
|
+
"click",
|
|
74814
|
+
"hover"
|
|
74815
|
+
],
|
|
74816
|
+
"type": "string"
|
|
74817
|
+
}
|
|
74818
|
+
]
|
|
74791
74819
|
},
|
|
74792
74820
|
"type": "array"
|
|
74793
74821
|
},
|
|
@@ -74800,7 +74828,8 @@
|
|
|
74800
74828
|
"type": "string"
|
|
74801
74829
|
}
|
|
74802
74830
|
],
|
|
74803
|
-
"description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)"
|
|
74831
|
+
"description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)",
|
|
74832
|
+
"since": "1.12.10 支持自定义的事件触发"
|
|
74804
74833
|
},
|
|
74805
74834
|
"updateElement": {
|
|
74806
74835
|
"typeof": "function"
|
|
@@ -82104,7 +82133,7 @@
|
|
|
82104
82133
|
},
|
|
82105
82134
|
"Map<Function,(...args:any[])=>void>": {
|
|
82106
82135
|
"properties": {
|
|
82107
|
-
"__@toStringTag@
|
|
82136
|
+
"__@toStringTag@13706": {
|
|
82108
82137
|
"type": "string"
|
|
82109
82138
|
},
|
|
82110
82139
|
"size": {
|
|
@@ -82112,14 +82141,14 @@
|
|
|
82112
82141
|
}
|
|
82113
82142
|
},
|
|
82114
82143
|
"required": [
|
|
82115
|
-
"__@toStringTag@
|
|
82144
|
+
"__@toStringTag@13706",
|
|
82116
82145
|
"size"
|
|
82117
82146
|
],
|
|
82118
82147
|
"type": "object"
|
|
82119
82148
|
},
|
|
82120
82149
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
82121
82150
|
"properties": {
|
|
82122
|
-
"__@toStringTag@
|
|
82151
|
+
"__@toStringTag@13706": {
|
|
82123
82152
|
"type": "string"
|
|
82124
82153
|
},
|
|
82125
82154
|
"size": {
|
|
@@ -82127,14 +82156,14 @@
|
|
|
82127
82156
|
}
|
|
82128
82157
|
},
|
|
82129
82158
|
"required": [
|
|
82130
|
-
"__@toStringTag@
|
|
82159
|
+
"__@toStringTag@13706",
|
|
82131
82160
|
"size"
|
|
82132
82161
|
],
|
|
82133
82162
|
"type": "object"
|
|
82134
82163
|
},
|
|
82135
82164
|
"Map<string,any>": {
|
|
82136
82165
|
"properties": {
|
|
82137
|
-
"__@toStringTag@
|
|
82166
|
+
"__@toStringTag@13706": {
|
|
82138
82167
|
"type": "string"
|
|
82139
82168
|
},
|
|
82140
82169
|
"size": {
|
|
@@ -82142,14 +82171,14 @@
|
|
|
82142
82171
|
}
|
|
82143
82172
|
},
|
|
82144
82173
|
"required": [
|
|
82145
|
-
"__@toStringTag@
|
|
82174
|
+
"__@toStringTag@13706",
|
|
82146
82175
|
"size"
|
|
82147
82176
|
],
|
|
82148
82177
|
"type": "object"
|
|
82149
82178
|
},
|
|
82150
82179
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
82151
82180
|
"properties": {
|
|
82152
|
-
"__@toStringTag@
|
|
82181
|
+
"__@toStringTag@13706": {
|
|
82153
82182
|
"type": "string"
|
|
82154
82183
|
},
|
|
82155
82184
|
"size": {
|
|
@@ -82157,14 +82186,14 @@
|
|
|
82157
82186
|
}
|
|
82158
82187
|
},
|
|
82159
82188
|
"required": [
|
|
82160
|
-
"__@toStringTag@
|
|
82189
|
+
"__@toStringTag@13706",
|
|
82161
82190
|
"size"
|
|
82162
82191
|
],
|
|
82163
82192
|
"type": "object"
|
|
82164
82193
|
},
|
|
82165
82194
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
82166
82195
|
"properties": {
|
|
82167
|
-
"__@toStringTag@
|
|
82196
|
+
"__@toStringTag@13706": {
|
|
82168
82197
|
"type": "string"
|
|
82169
82198
|
},
|
|
82170
82199
|
"size": {
|
|
@@ -82172,14 +82201,14 @@
|
|
|
82172
82201
|
}
|
|
82173
82202
|
},
|
|
82174
82203
|
"required": [
|
|
82175
|
-
"__@toStringTag@
|
|
82204
|
+
"__@toStringTag@13706",
|
|
82176
82205
|
"size"
|
|
82177
82206
|
],
|
|
82178
82207
|
"type": "object"
|
|
82179
82208
|
},
|
|
82180
82209
|
"Map<string|number,IAnimate>": {
|
|
82181
82210
|
"properties": {
|
|
82182
|
-
"__@toStringTag@
|
|
82211
|
+
"__@toStringTag@13706": {
|
|
82183
82212
|
"type": "string"
|
|
82184
82213
|
},
|
|
82185
82214
|
"size": {
|
|
@@ -82187,7 +82216,7 @@
|
|
|
82187
82216
|
}
|
|
82188
82217
|
},
|
|
82189
82218
|
"required": [
|
|
82190
|
-
"__@toStringTag@
|
|
82219
|
+
"__@toStringTag@13706",
|
|
82191
82220
|
"size"
|
|
82192
82221
|
],
|
|
82193
82222
|
"type": "object"
|
|
@@ -103333,34 +103362,34 @@
|
|
|
103333
103362
|
},
|
|
103334
103363
|
"Promise<FontFaceSet>": {
|
|
103335
103364
|
"properties": {
|
|
103336
|
-
"__@toStringTag@
|
|
103365
|
+
"__@toStringTag@13706": {
|
|
103337
103366
|
"type": "string"
|
|
103338
103367
|
}
|
|
103339
103368
|
},
|
|
103340
103369
|
"required": [
|
|
103341
|
-
"__@toStringTag@
|
|
103370
|
+
"__@toStringTag@13706"
|
|
103342
103371
|
],
|
|
103343
103372
|
"type": "object"
|
|
103344
103373
|
},
|
|
103345
103374
|
"Promise<ServiceWorkerRegistration>": {
|
|
103346
103375
|
"properties": {
|
|
103347
|
-
"__@toStringTag@
|
|
103376
|
+
"__@toStringTag@13706": {
|
|
103348
103377
|
"type": "string"
|
|
103349
103378
|
}
|
|
103350
103379
|
},
|
|
103351
103380
|
"required": [
|
|
103352
|
-
"__@toStringTag@
|
|
103381
|
+
"__@toStringTag@13706"
|
|
103353
103382
|
],
|
|
103354
103383
|
"type": "object"
|
|
103355
103384
|
},
|
|
103356
103385
|
"Promise<any>": {
|
|
103357
103386
|
"properties": {
|
|
103358
|
-
"__@toStringTag@
|
|
103387
|
+
"__@toStringTag@13706": {
|
|
103359
103388
|
"type": "string"
|
|
103360
103389
|
}
|
|
103361
103390
|
},
|
|
103362
103391
|
"required": [
|
|
103363
|
-
"__@toStringTag@
|
|
103392
|
+
"__@toStringTag@13706"
|
|
103364
103393
|
],
|
|
103365
103394
|
"type": "object"
|
|
103366
103395
|
},
|