@visactor/vchart-schema 1.4.0 → 1.4.1-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.
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.4.0",
3
+ "version": "1.4.1-alpha.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -19524,6 +19524,11 @@
19524
19524
  ],
19525
19525
  "description": "同时设置轴的 paddingInner 和 paddingOuter\n**因为有可能存在多层 scale( xField 设置成了数组,即分组场景),所以支持了数组类型,用于多层 scale 的 bandPadding 配置**"
19526
19526
  },
19527
+ "bandPosition": {
19528
+ "default": 0.5,
19529
+ "description": "`bandPosition` 是一个可选参数,用于指定数据点在 band 轴上的位置。它的含义是确定数据点在 band 轴上的位置偏移量,相对于 band 轴的起始位置。\n`bandPosition` 的取值范围是从 0 到 1,其中 0 表示数据点位于 band 轴的起始位置,1 表示数据点位于 band 轴的结束位置。",
19530
+ "type": "number"
19531
+ },
19527
19532
  "domain": {
19528
19533
  "description": "配置离散轴的数值范围",
19529
19534
  "items": {
@@ -41563,9 +41568,6 @@
41563
41568
  },
41564
41569
  {
41565
41570
  "typeof": "function"
41566
- },
41567
- {
41568
- "$ref": "#/definitions/IMarkerRef"
41569
41571
  }
41570
41572
  ]
41571
41573
  }
@@ -64492,7 +64494,7 @@
64492
64494
  },
64493
64495
  "Map<Function,(...args:any[])=>void>": {
64494
64496
  "properties": {
64495
- "__@toStringTag@13063": {
64497
+ "__@toStringTag@13064": {
64496
64498
  "type": "string"
64497
64499
  },
64498
64500
  "size": {
@@ -64500,14 +64502,14 @@
64500
64502
  }
64501
64503
  },
64502
64504
  "required": [
64503
- "__@toStringTag@13063",
64505
+ "__@toStringTag@13064",
64504
64506
  "size"
64505
64507
  ],
64506
64508
  "type": "object"
64507
64509
  },
64508
64510
  "Map<number,IGraphicPicker>": {
64509
64511
  "properties": {
64510
- "__@toStringTag@13063": {
64512
+ "__@toStringTag@13064": {
64511
64513
  "type": "string"
64512
64514
  },
64513
64515
  "size": {
@@ -64515,14 +64517,14 @@
64515
64517
  }
64516
64518
  },
64517
64519
  "required": [
64518
- "__@toStringTag@13063",
64520
+ "__@toStringTag@13064",
64519
64521
  "size"
64520
64522
  ],
64521
64523
  "type": "object"
64522
64524
  },
64523
64525
  "Map<number,IGraphicRender>": {
64524
64526
  "properties": {
64525
- "__@toStringTag@13063": {
64527
+ "__@toStringTag@13064": {
64526
64528
  "type": "string"
64527
64529
  },
64528
64530
  "size": {
@@ -64530,14 +64532,14 @@
64530
64532
  }
64531
64533
  },
64532
64534
  "required": [
64533
- "__@toStringTag@13063",
64535
+ "__@toStringTag@13064",
64534
64536
  "size"
64535
64537
  ],
64536
64538
  "type": "object"
64537
64539
  },
64538
64540
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
64539
64541
  "properties": {
64540
- "__@toStringTag@13063": {
64542
+ "__@toStringTag@13064": {
64541
64543
  "type": "string"
64542
64544
  },
64543
64545
  "size": {
@@ -64545,14 +64547,14 @@
64545
64547
  }
64546
64548
  },
64547
64549
  "required": [
64548
- "__@toStringTag@13063",
64550
+ "__@toStringTag@13064",
64549
64551
  "size"
64550
64552
  ],
64551
64553
  "type": "object"
64552
64554
  },
64553
64555
  "Map<string,Map<number,IGraphicRender>>": {
64554
64556
  "properties": {
64555
- "__@toStringTag@13063": {
64557
+ "__@toStringTag@13064": {
64556
64558
  "type": "string"
64557
64559
  },
64558
64560
  "size": {
@@ -64560,14 +64562,14 @@
64560
64562
  }
64561
64563
  },
64562
64564
  "required": [
64563
- "__@toStringTag@13063",
64565
+ "__@toStringTag@13064",
64564
64566
  "size"
64565
64567
  ],
64566
64568
  "type": "object"
64567
64569
  },
64568
64570
  "Map<string,any>": {
64569
64571
  "properties": {
64570
- "__@toStringTag@13063": {
64572
+ "__@toStringTag@13064": {
64571
64573
  "type": "string"
64572
64574
  },
64573
64575
  "size": {
@@ -64575,14 +64577,14 @@
64575
64577
  }
64576
64578
  },
64577
64579
  "required": [
64578
- "__@toStringTag@13063",
64580
+ "__@toStringTag@13064",
64579
64581
  "size"
64580
64582
  ],
64581
64583
  "type": "object"
64582
64584
  },
64583
64585
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
64584
64586
  "properties": {
64585
- "__@toStringTag@13063": {
64587
+ "__@toStringTag@13064": {
64586
64588
  "type": "string"
64587
64589
  },
64588
64590
  "size": {
@@ -64590,14 +64592,14 @@
64590
64592
  }
64591
64593
  },
64592
64594
  "required": [
64593
- "__@toStringTag@13063",
64595
+ "__@toStringTag@13064",
64594
64596
  "size"
64595
64597
  ],
64596
64598
  "type": "object"
64597
64599
  },
64598
64600
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
64599
64601
  "properties": {
64600
- "__@toStringTag@13063": {
64602
+ "__@toStringTag@13064": {
64601
64603
  "type": "string"
64602
64604
  },
64603
64605
  "size": {
@@ -64605,14 +64607,14 @@
64605
64607
  }
64606
64608
  },
64607
64609
  "required": [
64608
- "__@toStringTag@13063",
64610
+ "__@toStringTag@13064",
64609
64611
  "size"
64610
64612
  ],
64611
64613
  "type": "object"
64612
64614
  },
64613
64615
  "Map<string|number,IAnimate>": {
64614
64616
  "properties": {
64615
- "__@toStringTag@13063": {
64617
+ "__@toStringTag@13064": {
64616
64618
  "type": "string"
64617
64619
  },
64618
64620
  "size": {
@@ -64620,7 +64622,7 @@
64620
64622
  }
64621
64623
  },
64622
64624
  "required": [
64623
- "__@toStringTag@13063",
64625
+ "__@toStringTag@13064",
64624
64626
  "size"
64625
64627
  ],
64626
64628
  "type": "object"
@@ -78848,34 +78850,34 @@
78848
78850
  },
78849
78851
  "Promise<FontFaceSet>": {
78850
78852
  "properties": {
78851
- "__@toStringTag@13063": {
78853
+ "__@toStringTag@13064": {
78852
78854
  "type": "string"
78853
78855
  }
78854
78856
  },
78855
78857
  "required": [
78856
- "__@toStringTag@13063"
78858
+ "__@toStringTag@13064"
78857
78859
  ],
78858
78860
  "type": "object"
78859
78861
  },
78860
78862
  "Promise<ServiceWorkerRegistration>": {
78861
78863
  "properties": {
78862
- "__@toStringTag@13063": {
78864
+ "__@toStringTag@13064": {
78863
78865
  "type": "string"
78864
78866
  }
78865
78867
  },
78866
78868
  "required": [
78867
- "__@toStringTag@13063"
78869
+ "__@toStringTag@13064"
78868
78870
  ],
78869
78871
  "type": "object"
78870
78872
  },
78871
78873
  "Promise<any>": {
78872
78874
  "properties": {
78873
- "__@toStringTag@13063": {
78875
+ "__@toStringTag@13064": {
78874
78876
  "type": "string"
78875
78877
  }
78876
78878
  },
78877
78879
  "required": [
78878
- "__@toStringTag@13063"
78880
+ "__@toStringTag@13064"
78879
78881
  ],
78880
78882
  "type": "object"
78881
78883
  },