@visactor/vchart-schema 1.12.9 → 1.12.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +123 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.9",
3
+ "version": "1.12.10",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -55757,12 +55757,32 @@
55757
55757
  "type": "number"
55758
55758
  },
55759
55759
  "centerX": {
55760
- "description": "饼图中心点 x 坐标",
55761
- "type": "number"
55760
+ "anyOf": [
55761
+ {
55762
+ "items": {
55763
+ "type": "string"
55764
+ },
55765
+ "type": "array"
55766
+ },
55767
+ {
55768
+ "type": "number"
55769
+ }
55770
+ ],
55771
+ "description": "饼图中心点 x 坐标"
55762
55772
  },
55763
55773
  "centerY": {
55764
- "description": "饼图中心点 y 坐标",
55765
- "type": "number"
55774
+ "anyOf": [
55775
+ {
55776
+ "items": {
55777
+ "type": "string"
55778
+ },
55779
+ "type": "array"
55780
+ },
55781
+ {
55782
+ "type": "number"
55783
+ }
55784
+ ],
55785
+ "description": "饼图中心点 y 坐标"
55766
55786
  },
55767
55787
  "color": {
55768
55788
  "anyOf": [
@@ -56355,12 +56375,32 @@
56355
56375
  "type": "number"
56356
56376
  },
56357
56377
  "centerX": {
56358
- "description": "饼图中心点 x 坐标",
56359
- "type": "number"
56378
+ "anyOf": [
56379
+ {
56380
+ "items": {
56381
+ "type": "string"
56382
+ },
56383
+ "type": "array"
56384
+ },
56385
+ {
56386
+ "type": "number"
56387
+ }
56388
+ ],
56389
+ "description": "饼图中心点 x 坐标"
56360
56390
  },
56361
56391
  "centerY": {
56362
- "description": "饼图中心点 y 坐标",
56363
- "type": "number"
56392
+ "anyOf": [
56393
+ {
56394
+ "items": {
56395
+ "type": "string"
56396
+ },
56397
+ "type": "array"
56398
+ },
56399
+ {
56400
+ "type": "number"
56401
+ }
56402
+ ],
56403
+ "description": "饼图中心点 y 坐标"
56364
56404
  },
56365
56405
  "color": {
56366
56406
  "anyOf": [
@@ -56887,12 +56927,32 @@
56887
56927
  "type": "number"
56888
56928
  },
56889
56929
  "centerX": {
56890
- "description": "饼图中心点 x 坐标",
56891
- "type": "number"
56930
+ "anyOf": [
56931
+ {
56932
+ "items": {
56933
+ "type": "string"
56934
+ },
56935
+ "type": "array"
56936
+ },
56937
+ {
56938
+ "type": "number"
56939
+ }
56940
+ ],
56941
+ "description": "饼图中心点 x 坐标"
56892
56942
  },
56893
56943
  "centerY": {
56894
- "description": "饼图中心点 y 坐标",
56895
- "type": "number"
56944
+ "anyOf": [
56945
+ {
56946
+ "items": {
56947
+ "type": "string"
56948
+ },
56949
+ "type": "array"
56950
+ },
56951
+ {
56952
+ "type": "number"
56953
+ }
56954
+ ],
56955
+ "description": "饼图中心点 y 坐标"
56896
56956
  },
56897
56957
  "cornerRadius": {
56898
56958
  "default": 0,
@@ -74224,8 +74284,15 @@
74224
74284
  "type": "number"
74225
74285
  },
74226
74286
  "lineHeight": {
74227
- "description": "行高",
74228
- "type": "number"
74287
+ "anyOf": [
74288
+ {
74289
+ "$ref": "#/definitions/ITokenKey<any>"
74290
+ },
74291
+ {
74292
+ "type": "number"
74293
+ }
74294
+ ],
74295
+ "description": "行高"
74229
74296
  },
74230
74297
  "textAlign": {
74231
74298
  "$ref": "#/definitions/TextAlign",
@@ -82104,7 +82171,7 @@
82104
82171
  },
82105
82172
  "Map<Function,(...args:any[])=>void>": {
82106
82173
  "properties": {
82107
- "__@toStringTag@13709": {
82174
+ "__@toStringTag@13706": {
82108
82175
  "type": "string"
82109
82176
  },
82110
82177
  "size": {
@@ -82112,14 +82179,14 @@
82112
82179
  }
82113
82180
  },
82114
82181
  "required": [
82115
- "__@toStringTag@13709",
82182
+ "__@toStringTag@13706",
82116
82183
  "size"
82117
82184
  ],
82118
82185
  "type": "object"
82119
82186
  },
82120
82187
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
82121
82188
  "properties": {
82122
- "__@toStringTag@13709": {
82189
+ "__@toStringTag@13706": {
82123
82190
  "type": "string"
82124
82191
  },
82125
82192
  "size": {
@@ -82127,14 +82194,14 @@
82127
82194
  }
82128
82195
  },
82129
82196
  "required": [
82130
- "__@toStringTag@13709",
82197
+ "__@toStringTag@13706",
82131
82198
  "size"
82132
82199
  ],
82133
82200
  "type": "object"
82134
82201
  },
82135
82202
  "Map<string,any>": {
82136
82203
  "properties": {
82137
- "__@toStringTag@13709": {
82204
+ "__@toStringTag@13706": {
82138
82205
  "type": "string"
82139
82206
  },
82140
82207
  "size": {
@@ -82142,14 +82209,14 @@
82142
82209
  }
82143
82210
  },
82144
82211
  "required": [
82145
- "__@toStringTag@13709",
82212
+ "__@toStringTag@13706",
82146
82213
  "size"
82147
82214
  ],
82148
82215
  "type": "object"
82149
82216
  },
82150
82217
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
82151
82218
  "properties": {
82152
- "__@toStringTag@13709": {
82219
+ "__@toStringTag@13706": {
82153
82220
  "type": "string"
82154
82221
  },
82155
82222
  "size": {
@@ -82157,14 +82224,14 @@
82157
82224
  }
82158
82225
  },
82159
82226
  "required": [
82160
- "__@toStringTag@13709",
82227
+ "__@toStringTag@13706",
82161
82228
  "size"
82162
82229
  ],
82163
82230
  "type": "object"
82164
82231
  },
82165
82232
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
82166
82233
  "properties": {
82167
- "__@toStringTag@13709": {
82234
+ "__@toStringTag@13706": {
82168
82235
  "type": "string"
82169
82236
  },
82170
82237
  "size": {
@@ -82172,14 +82239,14 @@
82172
82239
  }
82173
82240
  },
82174
82241
  "required": [
82175
- "__@toStringTag@13709",
82242
+ "__@toStringTag@13706",
82176
82243
  "size"
82177
82244
  ],
82178
82245
  "type": "object"
82179
82246
  },
82180
82247
  "Map<string|number,IAnimate>": {
82181
82248
  "properties": {
82182
- "__@toStringTag@13709": {
82249
+ "__@toStringTag@13706": {
82183
82250
  "type": "string"
82184
82251
  },
82185
82252
  "size": {
@@ -82187,7 +82254,7 @@
82187
82254
  }
82188
82255
  },
82189
82256
  "required": [
82190
- "__@toStringTag@13709",
82257
+ "__@toStringTag@13706",
82191
82258
  "size"
82192
82259
  ],
82193
82260
  "type": "object"
@@ -86873,12 +86940,32 @@
86873
86940
  "type": "number"
86874
86941
  },
86875
86942
  "centerX": {
86876
- "description": "饼图中心点 x 坐标",
86877
- "type": "number"
86943
+ "anyOf": [
86944
+ {
86945
+ "items": {
86946
+ "type": "string"
86947
+ },
86948
+ "type": "array"
86949
+ },
86950
+ {
86951
+ "type": "number"
86952
+ }
86953
+ ],
86954
+ "description": "饼图中心点 x 坐标"
86878
86955
  },
86879
86956
  "centerY": {
86880
- "description": "饼图中心点 y 坐标",
86881
- "type": "number"
86957
+ "anyOf": [
86958
+ {
86959
+ "items": {
86960
+ "type": "string"
86961
+ },
86962
+ "type": "array"
86963
+ },
86964
+ {
86965
+ "type": "number"
86966
+ }
86967
+ ],
86968
+ "description": "饼图中心点 y 坐标"
86882
86969
  },
86883
86970
  "cornerRadius": {
86884
86971
  "default": 0,
@@ -103333,34 +103420,34 @@
103333
103420
  },
103334
103421
  "Promise<FontFaceSet>": {
103335
103422
  "properties": {
103336
- "__@toStringTag@13709": {
103423
+ "__@toStringTag@13706": {
103337
103424
  "type": "string"
103338
103425
  }
103339
103426
  },
103340
103427
  "required": [
103341
- "__@toStringTag@13709"
103428
+ "__@toStringTag@13706"
103342
103429
  ],
103343
103430
  "type": "object"
103344
103431
  },
103345
103432
  "Promise<ServiceWorkerRegistration>": {
103346
103433
  "properties": {
103347
- "__@toStringTag@13709": {
103434
+ "__@toStringTag@13706": {
103348
103435
  "type": "string"
103349
103436
  }
103350
103437
  },
103351
103438
  "required": [
103352
- "__@toStringTag@13709"
103439
+ "__@toStringTag@13706"
103353
103440
  ],
103354
103441
  "type": "object"
103355
103442
  },
103356
103443
  "Promise<any>": {
103357
103444
  "properties": {
103358
- "__@toStringTag@13709": {
103445
+ "__@toStringTag@13706": {
103359
103446
  "type": "string"
103360
103447
  }
103361
103448
  },
103362
103449
  "required": [
103363
- "__@toStringTag@13709"
103450
+ "__@toStringTag@13706"
103364
103451
  ],
103365
103452
  "type": "object"
103366
103453
  },