@visactor/vchart-schema 1.6.3 → 1.7.0-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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +29 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.6.3",
3
+ "version": "1.7.0-alpha.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -28305,9 +28305,6 @@
28305
28305
  "type": "boolean"
28306
28306
  }
28307
28307
  },
28308
- "required": [
28309
- "style"
28310
- ],
28311
28308
  "type": "object"
28312
28309
  },
28313
28310
  "ICrosshairLabelSpec": {
@@ -29240,6 +29237,11 @@
29240
29237
  "id": {
29241
29238
  "$ref": "#/definitions/StringOrNumber"
29242
29239
  },
29240
+ "ignoreBandSize": {
29241
+ "description": "是否忽略轴上配置的固定 bandSize\n如果置为 true,则 datazoom 可以任意改变轴的 bandSize。\n但如果轴上配置了 bandSize 范围,则第一次渲染会保持 bandSize 在配置范围内。\n该配置仅在 auto 设为 true 时生效。",
29242
+ "since": "1.7.0",
29243
+ "type": "boolean"
29244
+ },
29243
29245
  "layoutLevel": {
29244
29246
  "description": "布局顺序等级,等级越大的,越优先布局\n比如顶部同时有标题和图例的场景,期望标题先放在顶部,然后放置图例。",
29245
29247
  "type": "number"
@@ -67269,7 +67271,7 @@
67269
67271
  },
67270
67272
  "Map<Function,(...args:any[])=>void>": {
67271
67273
  "properties": {
67272
- "__@toStringTag@13709": {
67274
+ "__@toStringTag@13721": {
67273
67275
  "type": "string"
67274
67276
  },
67275
67277
  "size": {
@@ -67277,14 +67279,14 @@
67277
67279
  }
67278
67280
  },
67279
67281
  "required": [
67280
- "__@toStringTag@13709",
67282
+ "__@toStringTag@13721",
67281
67283
  "size"
67282
67284
  ],
67283
67285
  "type": "object"
67284
67286
  },
67285
67287
  "Map<number,IGraphicPicker>": {
67286
67288
  "properties": {
67287
- "__@toStringTag@13709": {
67289
+ "__@toStringTag@13721": {
67288
67290
  "type": "string"
67289
67291
  },
67290
67292
  "size": {
@@ -67292,14 +67294,14 @@
67292
67294
  }
67293
67295
  },
67294
67296
  "required": [
67295
- "__@toStringTag@13709",
67297
+ "__@toStringTag@13721",
67296
67298
  "size"
67297
67299
  ],
67298
67300
  "type": "object"
67299
67301
  },
67300
67302
  "Map<number,IGraphicRender>": {
67301
67303
  "properties": {
67302
- "__@toStringTag@13709": {
67304
+ "__@toStringTag@13721": {
67303
67305
  "type": "string"
67304
67306
  },
67305
67307
  "size": {
@@ -67307,14 +67309,14 @@
67307
67309
  }
67308
67310
  },
67309
67311
  "required": [
67310
- "__@toStringTag@13709",
67312
+ "__@toStringTag@13721",
67311
67313
  "size"
67312
67314
  ],
67313
67315
  "type": "object"
67314
67316
  },
67315
67317
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
67316
67318
  "properties": {
67317
- "__@toStringTag@13709": {
67319
+ "__@toStringTag@13721": {
67318
67320
  "type": "string"
67319
67321
  },
67320
67322
  "size": {
@@ -67322,14 +67324,14 @@
67322
67324
  }
67323
67325
  },
67324
67326
  "required": [
67325
- "__@toStringTag@13709",
67327
+ "__@toStringTag@13721",
67326
67328
  "size"
67327
67329
  ],
67328
67330
  "type": "object"
67329
67331
  },
67330
67332
  "Map<string,Map<number,IGraphicRender>>": {
67331
67333
  "properties": {
67332
- "__@toStringTag@13709": {
67334
+ "__@toStringTag@13721": {
67333
67335
  "type": "string"
67334
67336
  },
67335
67337
  "size": {
@@ -67337,14 +67339,14 @@
67337
67339
  }
67338
67340
  },
67339
67341
  "required": [
67340
- "__@toStringTag@13709",
67342
+ "__@toStringTag@13721",
67341
67343
  "size"
67342
67344
  ],
67343
67345
  "type": "object"
67344
67346
  },
67345
67347
  "Map<string,any>": {
67346
67348
  "properties": {
67347
- "__@toStringTag@13709": {
67349
+ "__@toStringTag@13721": {
67348
67350
  "type": "string"
67349
67351
  },
67350
67352
  "size": {
@@ -67352,14 +67354,14 @@
67352
67354
  }
67353
67355
  },
67354
67356
  "required": [
67355
- "__@toStringTag@13709",
67357
+ "__@toStringTag@13721",
67356
67358
  "size"
67357
67359
  ],
67358
67360
  "type": "object"
67359
67361
  },
67360
67362
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
67361
67363
  "properties": {
67362
- "__@toStringTag@13709": {
67364
+ "__@toStringTag@13721": {
67363
67365
  "type": "string"
67364
67366
  },
67365
67367
  "size": {
@@ -67367,14 +67369,14 @@
67367
67369
  }
67368
67370
  },
67369
67371
  "required": [
67370
- "__@toStringTag@13709",
67372
+ "__@toStringTag@13721",
67371
67373
  "size"
67372
67374
  ],
67373
67375
  "type": "object"
67374
67376
  },
67375
67377
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
67376
67378
  "properties": {
67377
- "__@toStringTag@13709": {
67379
+ "__@toStringTag@13721": {
67378
67380
  "type": "string"
67379
67381
  },
67380
67382
  "size": {
@@ -67382,14 +67384,14 @@
67382
67384
  }
67383
67385
  },
67384
67386
  "required": [
67385
- "__@toStringTag@13709",
67387
+ "__@toStringTag@13721",
67386
67388
  "size"
67387
67389
  ],
67388
67390
  "type": "object"
67389
67391
  },
67390
67392
  "Map<string|number,IAnimate>": {
67391
67393
  "properties": {
67392
- "__@toStringTag@13709": {
67394
+ "__@toStringTag@13721": {
67393
67395
  "type": "string"
67394
67396
  },
67395
67397
  "size": {
@@ -67397,7 +67399,7 @@
67397
67399
  }
67398
67400
  },
67399
67401
  "required": [
67400
- "__@toStringTag@13709",
67402
+ "__@toStringTag@13721",
67401
67403
  "size"
67402
67404
  ],
67403
67405
  "type": "object"
@@ -83092,34 +83094,34 @@
83092
83094
  },
83093
83095
  "Promise<FontFaceSet>": {
83094
83096
  "properties": {
83095
- "__@toStringTag@13709": {
83097
+ "__@toStringTag@13721": {
83096
83098
  "type": "string"
83097
83099
  }
83098
83100
  },
83099
83101
  "required": [
83100
- "__@toStringTag@13709"
83102
+ "__@toStringTag@13721"
83101
83103
  ],
83102
83104
  "type": "object"
83103
83105
  },
83104
83106
  "Promise<ServiceWorkerRegistration>": {
83105
83107
  "properties": {
83106
- "__@toStringTag@13709": {
83108
+ "__@toStringTag@13721": {
83107
83109
  "type": "string"
83108
83110
  }
83109
83111
  },
83110
83112
  "required": [
83111
- "__@toStringTag@13709"
83113
+ "__@toStringTag@13721"
83112
83114
  ],
83113
83115
  "type": "object"
83114
83116
  },
83115
83117
  "Promise<any>": {
83116
83118
  "properties": {
83117
- "__@toStringTag@13709": {
83119
+ "__@toStringTag@13721": {
83118
83120
  "type": "string"
83119
83121
  }
83120
83122
  },
83121
83123
  "required": [
83122
- "__@toStringTag@13709"
83124
+ "__@toStringTag@13721"
83123
83125
  ],
83124
83126
  "type": "object"
83125
83127
  },