@visactor/vchart-schema 1.13.8 → 1.13.9-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 +59 -33
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -54032,6 +54032,19 @@
|
|
|
54032
54032
|
],
|
|
54033
54033
|
"type": "object"
|
|
54034
54034
|
},
|
|
54035
|
+
"IMarkAreaLabel": {
|
|
54036
|
+
"allOf": [
|
|
54037
|
+
{
|
|
54038
|
+
"typeof": "function"
|
|
54039
|
+
},
|
|
54040
|
+
{
|
|
54041
|
+
"typeof": "function"
|
|
54042
|
+
},
|
|
54043
|
+
{
|
|
54044
|
+
"$ref": "#/definitions/Partial<IMarkerState<Omit<IComposedTextMarkSpec,\"visible\">>>"
|
|
54045
|
+
}
|
|
54046
|
+
]
|
|
54047
|
+
},
|
|
54035
54048
|
"IMarkAreaRadiusSpec": {
|
|
54036
54049
|
"properties": {
|
|
54037
54050
|
"endRelativeSeriesId": {
|
|
@@ -54285,15 +54298,15 @@
|
|
|
54285
54298
|
"description": "标记区域的样式"
|
|
54286
54299
|
},
|
|
54287
54300
|
"label": {
|
|
54288
|
-
"
|
|
54289
|
-
{
|
|
54290
|
-
"typeof": "function"
|
|
54291
|
-
},
|
|
54301
|
+
"anyOf": [
|
|
54292
54302
|
{
|
|
54293
|
-
"
|
|
54303
|
+
"$ref": "#/definitions/IMarkAreaLabel"
|
|
54294
54304
|
},
|
|
54295
54305
|
{
|
|
54296
|
-
"
|
|
54306
|
+
"items": {
|
|
54307
|
+
"$ref": "#/definitions/IMarkAreaLabel"
|
|
54308
|
+
},
|
|
54309
|
+
"type": "array"
|
|
54297
54310
|
}
|
|
54298
54311
|
],
|
|
54299
54312
|
"description": "标记区域的标签样式配置"
|
|
@@ -54891,6 +54904,22 @@
|
|
|
54891
54904
|
],
|
|
54892
54905
|
"type": "object"
|
|
54893
54906
|
},
|
|
54907
|
+
"IMarkLineLabel": {
|
|
54908
|
+
"allOf": [
|
|
54909
|
+
{
|
|
54910
|
+
"typeof": "function"
|
|
54911
|
+
},
|
|
54912
|
+
{
|
|
54913
|
+
"typeof": "function"
|
|
54914
|
+
},
|
|
54915
|
+
{
|
|
54916
|
+
"$ref": "#/definitions/Partial<IMarkerState<Omit<IComposedTextMarkSpec,\"visible\">>>"
|
|
54917
|
+
},
|
|
54918
|
+
{
|
|
54919
|
+
"$ref": "#/definitions/IMarkerRef"
|
|
54920
|
+
}
|
|
54921
|
+
]
|
|
54922
|
+
},
|
|
54894
54923
|
"IMarkLineRadAngAng1Spec": {
|
|
54895
54924
|
"properties": {
|
|
54896
54925
|
"angle": {
|
|
@@ -55353,18 +55382,15 @@
|
|
|
55353
55382
|
"description": "线标注终点symbol样式"
|
|
55354
55383
|
},
|
|
55355
55384
|
"label": {
|
|
55356
|
-
"
|
|
55357
|
-
{
|
|
55358
|
-
"typeof": "function"
|
|
55359
|
-
},
|
|
55360
|
-
{
|
|
55361
|
-
"typeof": "function"
|
|
55362
|
-
},
|
|
55385
|
+
"anyOf": [
|
|
55363
55386
|
{
|
|
55364
|
-
"$ref": "#/definitions/
|
|
55387
|
+
"$ref": "#/definitions/IMarkLineLabel"
|
|
55365
55388
|
},
|
|
55366
55389
|
{
|
|
55367
|
-
"
|
|
55390
|
+
"items": {
|
|
55391
|
+
"$ref": "#/definitions/IMarkLineLabel"
|
|
55392
|
+
},
|
|
55393
|
+
"type": "array"
|
|
55368
55394
|
}
|
|
55369
55395
|
],
|
|
55370
55396
|
"description": "标注线的标签样式"
|
|
@@ -87154,7 +87180,7 @@
|
|
|
87154
87180
|
},
|
|
87155
87181
|
"Map<Function,(...args:any[])=>void>": {
|
|
87156
87182
|
"properties": {
|
|
87157
|
-
"__@toStringTag@
|
|
87183
|
+
"__@toStringTag@12355": {
|
|
87158
87184
|
"type": "string"
|
|
87159
87185
|
},
|
|
87160
87186
|
"size": {
|
|
@@ -87162,14 +87188,14 @@
|
|
|
87162
87188
|
}
|
|
87163
87189
|
},
|
|
87164
87190
|
"required": [
|
|
87165
|
-
"__@toStringTag@
|
|
87191
|
+
"__@toStringTag@12355",
|
|
87166
87192
|
"size"
|
|
87167
87193
|
],
|
|
87168
87194
|
"type": "object"
|
|
87169
87195
|
},
|
|
87170
87196
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
87171
87197
|
"properties": {
|
|
87172
|
-
"__@toStringTag@
|
|
87198
|
+
"__@toStringTag@12355": {
|
|
87173
87199
|
"type": "string"
|
|
87174
87200
|
},
|
|
87175
87201
|
"size": {
|
|
@@ -87177,14 +87203,14 @@
|
|
|
87177
87203
|
}
|
|
87178
87204
|
},
|
|
87179
87205
|
"required": [
|
|
87180
|
-
"__@toStringTag@
|
|
87206
|
+
"__@toStringTag@12355",
|
|
87181
87207
|
"size"
|
|
87182
87208
|
],
|
|
87183
87209
|
"type": "object"
|
|
87184
87210
|
},
|
|
87185
87211
|
"Map<string,any>": {
|
|
87186
87212
|
"properties": {
|
|
87187
|
-
"__@toStringTag@
|
|
87213
|
+
"__@toStringTag@12355": {
|
|
87188
87214
|
"type": "string"
|
|
87189
87215
|
},
|
|
87190
87216
|
"size": {
|
|
@@ -87192,14 +87218,14 @@
|
|
|
87192
87218
|
}
|
|
87193
87219
|
},
|
|
87194
87220
|
"required": [
|
|
87195
|
-
"__@toStringTag@
|
|
87221
|
+
"__@toStringTag@12355",
|
|
87196
87222
|
"size"
|
|
87197
87223
|
],
|
|
87198
87224
|
"type": "object"
|
|
87199
87225
|
},
|
|
87200
87226
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
87201
87227
|
"properties": {
|
|
87202
|
-
"__@toStringTag@
|
|
87228
|
+
"__@toStringTag@12355": {
|
|
87203
87229
|
"type": "string"
|
|
87204
87230
|
},
|
|
87205
87231
|
"size": {
|
|
@@ -87207,14 +87233,14 @@
|
|
|
87207
87233
|
}
|
|
87208
87234
|
},
|
|
87209
87235
|
"required": [
|
|
87210
|
-
"__@toStringTag@
|
|
87236
|
+
"__@toStringTag@12355",
|
|
87211
87237
|
"size"
|
|
87212
87238
|
],
|
|
87213
87239
|
"type": "object"
|
|
87214
87240
|
},
|
|
87215
87241
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
87216
87242
|
"properties": {
|
|
87217
|
-
"__@toStringTag@
|
|
87243
|
+
"__@toStringTag@12355": {
|
|
87218
87244
|
"type": "string"
|
|
87219
87245
|
},
|
|
87220
87246
|
"size": {
|
|
@@ -87222,14 +87248,14 @@
|
|
|
87222
87248
|
}
|
|
87223
87249
|
},
|
|
87224
87250
|
"required": [
|
|
87225
|
-
"__@toStringTag@
|
|
87251
|
+
"__@toStringTag@12355",
|
|
87226
87252
|
"size"
|
|
87227
87253
|
],
|
|
87228
87254
|
"type": "object"
|
|
87229
87255
|
},
|
|
87230
87256
|
"Map<string|number,IAnimate>": {
|
|
87231
87257
|
"properties": {
|
|
87232
|
-
"__@toStringTag@
|
|
87258
|
+
"__@toStringTag@12355": {
|
|
87233
87259
|
"type": "string"
|
|
87234
87260
|
},
|
|
87235
87261
|
"size": {
|
|
@@ -87237,7 +87263,7 @@
|
|
|
87237
87263
|
}
|
|
87238
87264
|
},
|
|
87239
87265
|
"required": [
|
|
87240
|
-
"__@toStringTag@
|
|
87266
|
+
"__@toStringTag@12355",
|
|
87241
87267
|
"size"
|
|
87242
87268
|
],
|
|
87243
87269
|
"type": "object"
|
|
@@ -109035,34 +109061,34 @@
|
|
|
109035
109061
|
},
|
|
109036
109062
|
"Promise<FontFaceSet>": {
|
|
109037
109063
|
"properties": {
|
|
109038
|
-
"__@toStringTag@
|
|
109064
|
+
"__@toStringTag@12355": {
|
|
109039
109065
|
"type": "string"
|
|
109040
109066
|
}
|
|
109041
109067
|
},
|
|
109042
109068
|
"required": [
|
|
109043
|
-
"__@toStringTag@
|
|
109069
|
+
"__@toStringTag@12355"
|
|
109044
109070
|
],
|
|
109045
109071
|
"type": "object"
|
|
109046
109072
|
},
|
|
109047
109073
|
"Promise<ServiceWorkerRegistration>": {
|
|
109048
109074
|
"properties": {
|
|
109049
|
-
"__@toStringTag@
|
|
109075
|
+
"__@toStringTag@12355": {
|
|
109050
109076
|
"type": "string"
|
|
109051
109077
|
}
|
|
109052
109078
|
},
|
|
109053
109079
|
"required": [
|
|
109054
|
-
"__@toStringTag@
|
|
109080
|
+
"__@toStringTag@12355"
|
|
109055
109081
|
],
|
|
109056
109082
|
"type": "object"
|
|
109057
109083
|
},
|
|
109058
109084
|
"Promise<any>": {
|
|
109059
109085
|
"properties": {
|
|
109060
|
-
"__@toStringTag@
|
|
109086
|
+
"__@toStringTag@12355": {
|
|
109061
109087
|
"type": "string"
|
|
109062
109088
|
}
|
|
109063
109089
|
},
|
|
109064
109090
|
"required": [
|
|
109065
|
-
"__@toStringTag@
|
|
109091
|
+
"__@toStringTag@12355"
|
|
109066
109092
|
],
|
|
109067
109093
|
"type": "object"
|
|
109068
109094
|
},
|