@visactor/vchart-schema 1.12.1 → 1.12.2-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 +88 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.1",
3
+ "version": "1.12.2-alpha.1",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -271,6 +271,43 @@
271
271
  ],
272
272
  "type": "object"
273
273
  },
274
+ "AxisBreakProps": {
275
+ "properties": {
276
+ "breakSymbol": {
277
+ "$ref": "#/definitions/BreakSymbol"
278
+ },
279
+ "range": {
280
+ "items": [
281
+ {
282
+ "type": "number"
283
+ },
284
+ {
285
+ "type": "number"
286
+ }
287
+ ],
288
+ "maxItems": 2,
289
+ "minItems": 2,
290
+ "type": "array"
291
+ },
292
+ "rawRange": {
293
+ "items": [
294
+ {
295
+ "type": "number"
296
+ },
297
+ {
298
+ "type": "number"
299
+ }
300
+ ],
301
+ "maxItems": 2,
302
+ "minItems": 2,
303
+ "type": "array"
304
+ }
305
+ },
306
+ "required": [
307
+ "range"
308
+ ],
309
+ "type": "object"
310
+ },
274
311
  "AxisLabelOverlap": {
275
312
  "properties": {
276
313
  "autoHide": {
@@ -344,6 +381,17 @@
344
381
  ],
345
382
  "type": "string"
346
383
  },
384
+ "BreakSymbol": {
385
+ "properties": {
386
+ "style": {
387
+ "$ref": "#/definitions/Partial<ISymbolGraphicAttribute>"
388
+ },
389
+ "visible": {
390
+ "type": "boolean"
391
+ }
392
+ },
393
+ "type": "object"
394
+ },
347
395
  "BuildInTransformOptions": {
348
396
  "anyOf": [
349
397
  {
@@ -48800,8 +48848,24 @@
48800
48848
  ],
48801
48849
  "type": "object"
48802
48850
  },
48851
+ "ILinearAxisBreakSpec": {
48852
+ "allOf": [
48853
+ {
48854
+ "$ref": "#/definitions/AxisBreakProps"
48855
+ },
48856
+ {
48857
+ "typeof": "function"
48858
+ }
48859
+ ]
48860
+ },
48803
48861
  "ILinearAxisSpec": {
48804
48862
  "properties": {
48863
+ "breaks": {
48864
+ "items": {
48865
+ "$ref": "#/definitions/ILinearAxisBreakSpec"
48866
+ },
48867
+ "type": "array"
48868
+ },
48805
48869
  "expand": {
48806
48870
  "typeof": "function"
48807
48871
  },
@@ -81588,7 +81652,7 @@
81588
81652
  },
81589
81653
  "Map<Function,(...args:any[])=>void>": {
81590
81654
  "properties": {
81591
- "__@toStringTag@13576": {
81655
+ "__@toStringTag@13584": {
81592
81656
  "type": "string"
81593
81657
  },
81594
81658
  "size": {
@@ -81596,14 +81660,14 @@
81596
81660
  }
81597
81661
  },
81598
81662
  "required": [
81599
- "__@toStringTag@13576",
81663
+ "__@toStringTag@13584",
81600
81664
  "size"
81601
81665
  ],
81602
81666
  "type": "object"
81603
81667
  },
81604
81668
  "Map<number,IGraphicPicker>": {
81605
81669
  "properties": {
81606
- "__@toStringTag@13576": {
81670
+ "__@toStringTag@13584": {
81607
81671
  "type": "string"
81608
81672
  },
81609
81673
  "size": {
@@ -81611,14 +81675,14 @@
81611
81675
  }
81612
81676
  },
81613
81677
  "required": [
81614
- "__@toStringTag@13576",
81678
+ "__@toStringTag@13584",
81615
81679
  "size"
81616
81680
  ],
81617
81681
  "type": "object"
81618
81682
  },
81619
81683
  "Map<number,IGraphicRender>": {
81620
81684
  "properties": {
81621
- "__@toStringTag@13576": {
81685
+ "__@toStringTag@13584": {
81622
81686
  "type": "string"
81623
81687
  },
81624
81688
  "size": {
@@ -81626,14 +81690,14 @@
81626
81690
  }
81627
81691
  },
81628
81692
  "required": [
81629
- "__@toStringTag@13576",
81693
+ "__@toStringTag@13584",
81630
81694
  "size"
81631
81695
  ],
81632
81696
  "type": "object"
81633
81697
  },
81634
81698
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
81635
81699
  "properties": {
81636
- "__@toStringTag@13576": {
81700
+ "__@toStringTag@13584": {
81637
81701
  "type": "string"
81638
81702
  },
81639
81703
  "size": {
@@ -81641,14 +81705,14 @@
81641
81705
  }
81642
81706
  },
81643
81707
  "required": [
81644
- "__@toStringTag@13576",
81708
+ "__@toStringTag@13584",
81645
81709
  "size"
81646
81710
  ],
81647
81711
  "type": "object"
81648
81712
  },
81649
81713
  "Map<string,Map<number,IGraphicRender>>": {
81650
81714
  "properties": {
81651
- "__@toStringTag@13576": {
81715
+ "__@toStringTag@13584": {
81652
81716
  "type": "string"
81653
81717
  },
81654
81718
  "size": {
@@ -81656,14 +81720,14 @@
81656
81720
  }
81657
81721
  },
81658
81722
  "required": [
81659
- "__@toStringTag@13576",
81723
+ "__@toStringTag@13584",
81660
81724
  "size"
81661
81725
  ],
81662
81726
  "type": "object"
81663
81727
  },
81664
81728
  "Map<string,any>": {
81665
81729
  "properties": {
81666
- "__@toStringTag@13576": {
81730
+ "__@toStringTag@13584": {
81667
81731
  "type": "string"
81668
81732
  },
81669
81733
  "size": {
@@ -81671,14 +81735,14 @@
81671
81735
  }
81672
81736
  },
81673
81737
  "required": [
81674
- "__@toStringTag@13576",
81738
+ "__@toStringTag@13584",
81675
81739
  "size"
81676
81740
  ],
81677
81741
  "type": "object"
81678
81742
  },
81679
81743
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
81680
81744
  "properties": {
81681
- "__@toStringTag@13576": {
81745
+ "__@toStringTag@13584": {
81682
81746
  "type": "string"
81683
81747
  },
81684
81748
  "size": {
@@ -81686,14 +81750,14 @@
81686
81750
  }
81687
81751
  },
81688
81752
  "required": [
81689
- "__@toStringTag@13576",
81753
+ "__@toStringTag@13584",
81690
81754
  "size"
81691
81755
  ],
81692
81756
  "type": "object"
81693
81757
  },
81694
81758
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
81695
81759
  "properties": {
81696
- "__@toStringTag@13576": {
81760
+ "__@toStringTag@13584": {
81697
81761
  "type": "string"
81698
81762
  },
81699
81763
  "size": {
@@ -81701,14 +81765,14 @@
81701
81765
  }
81702
81766
  },
81703
81767
  "required": [
81704
- "__@toStringTag@13576",
81768
+ "__@toStringTag@13584",
81705
81769
  "size"
81706
81770
  ],
81707
81771
  "type": "object"
81708
81772
  },
81709
81773
  "Map<string|number,IAnimate>": {
81710
81774
  "properties": {
81711
- "__@toStringTag@13576": {
81775
+ "__@toStringTag@13584": {
81712
81776
  "type": "string"
81713
81777
  },
81714
81778
  "size": {
@@ -81716,7 +81780,7 @@
81716
81780
  }
81717
81781
  },
81718
81782
  "required": [
81719
- "__@toStringTag@13576",
81783
+ "__@toStringTag@13584",
81720
81784
  "size"
81721
81785
  ],
81722
81786
  "type": "object"
@@ -102597,34 +102661,34 @@
102597
102661
  },
102598
102662
  "Promise<FontFaceSet>": {
102599
102663
  "properties": {
102600
- "__@toStringTag@13576": {
102664
+ "__@toStringTag@13584": {
102601
102665
  "type": "string"
102602
102666
  }
102603
102667
  },
102604
102668
  "required": [
102605
- "__@toStringTag@13576"
102669
+ "__@toStringTag@13584"
102606
102670
  ],
102607
102671
  "type": "object"
102608
102672
  },
102609
102673
  "Promise<ServiceWorkerRegistration>": {
102610
102674
  "properties": {
102611
- "__@toStringTag@13576": {
102675
+ "__@toStringTag@13584": {
102612
102676
  "type": "string"
102613
102677
  }
102614
102678
  },
102615
102679
  "required": [
102616
- "__@toStringTag@13576"
102680
+ "__@toStringTag@13584"
102617
102681
  ],
102618
102682
  "type": "object"
102619
102683
  },
102620
102684
  "Promise<any>": {
102621
102685
  "properties": {
102622
- "__@toStringTag@13576": {
102686
+ "__@toStringTag@13584": {
102623
102687
  "type": "string"
102624
102688
  }
102625
102689
  },
102626
102690
  "required": [
102627
- "__@toStringTag@13576"
102691
+ "__@toStringTag@13584"
102628
102692
  ],
102629
102693
  "type": "object"
102630
102694
  },