@visactor/vchart-schema 1.11.2-alpha.3 → 1.11.2-alpha.5

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 +36 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.11.2-alpha.3",
3
+ "version": "1.11.2-alpha.5",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -28480,6 +28480,18 @@
28480
28480
  "since": "1.2.0",
28481
28481
  "type": "number"
28482
28482
  },
28483
+ "autoBandSize": {
28484
+ "anyOf": [
28485
+ {
28486
+ "typeof": "function"
28487
+ },
28488
+ {
28489
+ "type": "boolean"
28490
+ }
28491
+ ],
28492
+ "description": "是否开启自动 bandSize。如果开启,会根据传入的 barWidth 等配置自动计算 bandSize,从而影响轴实际长度",
28493
+ "since": "1.11.2"
28494
+ },
28483
28495
  "autoFit": {
28484
28496
  "description": "图表宽高是否自适应容器,浏览器环境下默认为 true。\n该配置的优先级高于构造函数中的 autoFit 配置。\n如果用户配置了 width,则以用户配置的 width 为准,height 同理。",
28485
28497
  "type": "boolean"
@@ -80412,7 +80424,7 @@
80412
80424
  },
80413
80425
  "Map<Function,(...args:any[])=>void>": {
80414
80426
  "properties": {
80415
- "__@toStringTag@13403": {
80427
+ "__@toStringTag@13404": {
80416
80428
  "type": "string"
80417
80429
  },
80418
80430
  "size": {
@@ -80420,14 +80432,14 @@
80420
80432
  }
80421
80433
  },
80422
80434
  "required": [
80423
- "__@toStringTag@13403",
80435
+ "__@toStringTag@13404",
80424
80436
  "size"
80425
80437
  ],
80426
80438
  "type": "object"
80427
80439
  },
80428
80440
  "Map<number,IGraphicPicker>": {
80429
80441
  "properties": {
80430
- "__@toStringTag@13403": {
80442
+ "__@toStringTag@13404": {
80431
80443
  "type": "string"
80432
80444
  },
80433
80445
  "size": {
@@ -80435,14 +80447,14 @@
80435
80447
  }
80436
80448
  },
80437
80449
  "required": [
80438
- "__@toStringTag@13403",
80450
+ "__@toStringTag@13404",
80439
80451
  "size"
80440
80452
  ],
80441
80453
  "type": "object"
80442
80454
  },
80443
80455
  "Map<number,IGraphicRender>": {
80444
80456
  "properties": {
80445
- "__@toStringTag@13403": {
80457
+ "__@toStringTag@13404": {
80446
80458
  "type": "string"
80447
80459
  },
80448
80460
  "size": {
@@ -80450,14 +80462,14 @@
80450
80462
  }
80451
80463
  },
80452
80464
  "required": [
80453
- "__@toStringTag@13403",
80465
+ "__@toStringTag@13404",
80454
80466
  "size"
80455
80467
  ],
80456
80468
  "type": "object"
80457
80469
  },
80458
80470
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
80459
80471
  "properties": {
80460
- "__@toStringTag@13403": {
80472
+ "__@toStringTag@13404": {
80461
80473
  "type": "string"
80462
80474
  },
80463
80475
  "size": {
@@ -80465,14 +80477,14 @@
80465
80477
  }
80466
80478
  },
80467
80479
  "required": [
80468
- "__@toStringTag@13403",
80480
+ "__@toStringTag@13404",
80469
80481
  "size"
80470
80482
  ],
80471
80483
  "type": "object"
80472
80484
  },
80473
80485
  "Map<string,Map<number,IGraphicRender>>": {
80474
80486
  "properties": {
80475
- "__@toStringTag@13403": {
80487
+ "__@toStringTag@13404": {
80476
80488
  "type": "string"
80477
80489
  },
80478
80490
  "size": {
@@ -80480,14 +80492,14 @@
80480
80492
  }
80481
80493
  },
80482
80494
  "required": [
80483
- "__@toStringTag@13403",
80495
+ "__@toStringTag@13404",
80484
80496
  "size"
80485
80497
  ],
80486
80498
  "type": "object"
80487
80499
  },
80488
80500
  "Map<string,any>": {
80489
80501
  "properties": {
80490
- "__@toStringTag@13403": {
80502
+ "__@toStringTag@13404": {
80491
80503
  "type": "string"
80492
80504
  },
80493
80505
  "size": {
@@ -80495,14 +80507,14 @@
80495
80507
  }
80496
80508
  },
80497
80509
  "required": [
80498
- "__@toStringTag@13403",
80510
+ "__@toStringTag@13404",
80499
80511
  "size"
80500
80512
  ],
80501
80513
  "type": "object"
80502
80514
  },
80503
80515
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
80504
80516
  "properties": {
80505
- "__@toStringTag@13403": {
80517
+ "__@toStringTag@13404": {
80506
80518
  "type": "string"
80507
80519
  },
80508
80520
  "size": {
@@ -80510,14 +80522,14 @@
80510
80522
  }
80511
80523
  },
80512
80524
  "required": [
80513
- "__@toStringTag@13403",
80525
+ "__@toStringTag@13404",
80514
80526
  "size"
80515
80527
  ],
80516
80528
  "type": "object"
80517
80529
  },
80518
80530
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
80519
80531
  "properties": {
80520
- "__@toStringTag@13403": {
80532
+ "__@toStringTag@13404": {
80521
80533
  "type": "string"
80522
80534
  },
80523
80535
  "size": {
@@ -80525,14 +80537,14 @@
80525
80537
  }
80526
80538
  },
80527
80539
  "required": [
80528
- "__@toStringTag@13403",
80540
+ "__@toStringTag@13404",
80529
80541
  "size"
80530
80542
  ],
80531
80543
  "type": "object"
80532
80544
  },
80533
80545
  "Map<string|number,IAnimate>": {
80534
80546
  "properties": {
80535
- "__@toStringTag@13403": {
80547
+ "__@toStringTag@13404": {
80536
80548
  "type": "string"
80537
80549
  },
80538
80550
  "size": {
@@ -80540,7 +80552,7 @@
80540
80552
  }
80541
80553
  },
80542
80554
  "required": [
80543
- "__@toStringTag@13403",
80555
+ "__@toStringTag@13404",
80544
80556
  "size"
80545
80557
  ],
80546
80558
  "type": "object"
@@ -101000,34 +101012,34 @@
101000
101012
  },
101001
101013
  "Promise<FontFaceSet>": {
101002
101014
  "properties": {
101003
- "__@toStringTag@13403": {
101015
+ "__@toStringTag@13404": {
101004
101016
  "type": "string"
101005
101017
  }
101006
101018
  },
101007
101019
  "required": [
101008
- "__@toStringTag@13403"
101020
+ "__@toStringTag@13404"
101009
101021
  ],
101010
101022
  "type": "object"
101011
101023
  },
101012
101024
  "Promise<ServiceWorkerRegistration>": {
101013
101025
  "properties": {
101014
- "__@toStringTag@13403": {
101026
+ "__@toStringTag@13404": {
101015
101027
  "type": "string"
101016
101028
  }
101017
101029
  },
101018
101030
  "required": [
101019
- "__@toStringTag@13403"
101031
+ "__@toStringTag@13404"
101020
101032
  ],
101021
101033
  "type": "object"
101022
101034
  },
101023
101035
  "Promise<any>": {
101024
101036
  "properties": {
101025
- "__@toStringTag@13403": {
101037
+ "__@toStringTag@13404": {
101026
101038
  "type": "string"
101027
101039
  }
101028
101040
  },
101029
101041
  "required": [
101030
- "__@toStringTag@13403"
101042
+ "__@toStringTag@13404"
101031
101043
  ],
101032
101044
  "type": "object"
101033
101045
  },