@visactor/vchart-schema 1.12.1 → 1.12.2-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 +75 -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.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -271,6 +271,30 @@
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
+ },
293
+ "required": [
294
+ "range"
295
+ ],
296
+ "type": "object"
297
+ },
274
298
  "AxisLabelOverlap": {
275
299
  "properties": {
276
300
  "autoHide": {
@@ -344,6 +368,17 @@
344
368
  ],
345
369
  "type": "string"
346
370
  },
371
+ "BreakSymbol": {
372
+ "properties": {
373
+ "style": {
374
+ "$ref": "#/definitions/Partial<ISymbolGraphicAttribute>"
375
+ },
376
+ "visible": {
377
+ "type": "boolean"
378
+ }
379
+ },
380
+ "type": "object"
381
+ },
347
382
  "BuildInTransformOptions": {
348
383
  "anyOf": [
349
384
  {
@@ -48800,8 +48835,24 @@
48800
48835
  ],
48801
48836
  "type": "object"
48802
48837
  },
48838
+ "ILinearAxisBreakSpec": {
48839
+ "allOf": [
48840
+ {
48841
+ "$ref": "#/definitions/AxisBreakProps"
48842
+ },
48843
+ {
48844
+ "typeof": "function"
48845
+ }
48846
+ ]
48847
+ },
48803
48848
  "ILinearAxisSpec": {
48804
48849
  "properties": {
48850
+ "breaks": {
48851
+ "items": {
48852
+ "$ref": "#/definitions/ILinearAxisBreakSpec"
48853
+ },
48854
+ "type": "array"
48855
+ },
48805
48856
  "expand": {
48806
48857
  "typeof": "function"
48807
48858
  },
@@ -81588,7 +81639,7 @@
81588
81639
  },
81589
81640
  "Map<Function,(...args:any[])=>void>": {
81590
81641
  "properties": {
81591
- "__@toStringTag@13576": {
81642
+ "__@toStringTag@13581": {
81592
81643
  "type": "string"
81593
81644
  },
81594
81645
  "size": {
@@ -81596,14 +81647,14 @@
81596
81647
  }
81597
81648
  },
81598
81649
  "required": [
81599
- "__@toStringTag@13576",
81650
+ "__@toStringTag@13581",
81600
81651
  "size"
81601
81652
  ],
81602
81653
  "type": "object"
81603
81654
  },
81604
81655
  "Map<number,IGraphicPicker>": {
81605
81656
  "properties": {
81606
- "__@toStringTag@13576": {
81657
+ "__@toStringTag@13581": {
81607
81658
  "type": "string"
81608
81659
  },
81609
81660
  "size": {
@@ -81611,14 +81662,14 @@
81611
81662
  }
81612
81663
  },
81613
81664
  "required": [
81614
- "__@toStringTag@13576",
81665
+ "__@toStringTag@13581",
81615
81666
  "size"
81616
81667
  ],
81617
81668
  "type": "object"
81618
81669
  },
81619
81670
  "Map<number,IGraphicRender>": {
81620
81671
  "properties": {
81621
- "__@toStringTag@13576": {
81672
+ "__@toStringTag@13581": {
81622
81673
  "type": "string"
81623
81674
  },
81624
81675
  "size": {
@@ -81626,14 +81677,14 @@
81626
81677
  }
81627
81678
  },
81628
81679
  "required": [
81629
- "__@toStringTag@13576",
81680
+ "__@toStringTag@13581",
81630
81681
  "size"
81631
81682
  ],
81632
81683
  "type": "object"
81633
81684
  },
81634
81685
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
81635
81686
  "properties": {
81636
- "__@toStringTag@13576": {
81687
+ "__@toStringTag@13581": {
81637
81688
  "type": "string"
81638
81689
  },
81639
81690
  "size": {
@@ -81641,14 +81692,14 @@
81641
81692
  }
81642
81693
  },
81643
81694
  "required": [
81644
- "__@toStringTag@13576",
81695
+ "__@toStringTag@13581",
81645
81696
  "size"
81646
81697
  ],
81647
81698
  "type": "object"
81648
81699
  },
81649
81700
  "Map<string,Map<number,IGraphicRender>>": {
81650
81701
  "properties": {
81651
- "__@toStringTag@13576": {
81702
+ "__@toStringTag@13581": {
81652
81703
  "type": "string"
81653
81704
  },
81654
81705
  "size": {
@@ -81656,14 +81707,14 @@
81656
81707
  }
81657
81708
  },
81658
81709
  "required": [
81659
- "__@toStringTag@13576",
81710
+ "__@toStringTag@13581",
81660
81711
  "size"
81661
81712
  ],
81662
81713
  "type": "object"
81663
81714
  },
81664
81715
  "Map<string,any>": {
81665
81716
  "properties": {
81666
- "__@toStringTag@13576": {
81717
+ "__@toStringTag@13581": {
81667
81718
  "type": "string"
81668
81719
  },
81669
81720
  "size": {
@@ -81671,14 +81722,14 @@
81671
81722
  }
81672
81723
  },
81673
81724
  "required": [
81674
- "__@toStringTag@13576",
81725
+ "__@toStringTag@13581",
81675
81726
  "size"
81676
81727
  ],
81677
81728
  "type": "object"
81678
81729
  },
81679
81730
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
81680
81731
  "properties": {
81681
- "__@toStringTag@13576": {
81732
+ "__@toStringTag@13581": {
81682
81733
  "type": "string"
81683
81734
  },
81684
81735
  "size": {
@@ -81686,14 +81737,14 @@
81686
81737
  }
81687
81738
  },
81688
81739
  "required": [
81689
- "__@toStringTag@13576",
81740
+ "__@toStringTag@13581",
81690
81741
  "size"
81691
81742
  ],
81692
81743
  "type": "object"
81693
81744
  },
81694
81745
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
81695
81746
  "properties": {
81696
- "__@toStringTag@13576": {
81747
+ "__@toStringTag@13581": {
81697
81748
  "type": "string"
81698
81749
  },
81699
81750
  "size": {
@@ -81701,14 +81752,14 @@
81701
81752
  }
81702
81753
  },
81703
81754
  "required": [
81704
- "__@toStringTag@13576",
81755
+ "__@toStringTag@13581",
81705
81756
  "size"
81706
81757
  ],
81707
81758
  "type": "object"
81708
81759
  },
81709
81760
  "Map<string|number,IAnimate>": {
81710
81761
  "properties": {
81711
- "__@toStringTag@13576": {
81762
+ "__@toStringTag@13581": {
81712
81763
  "type": "string"
81713
81764
  },
81714
81765
  "size": {
@@ -81716,7 +81767,7 @@
81716
81767
  }
81717
81768
  },
81718
81769
  "required": [
81719
- "__@toStringTag@13576",
81770
+ "__@toStringTag@13581",
81720
81771
  "size"
81721
81772
  ],
81722
81773
  "type": "object"
@@ -102597,34 +102648,34 @@
102597
102648
  },
102598
102649
  "Promise<FontFaceSet>": {
102599
102650
  "properties": {
102600
- "__@toStringTag@13576": {
102651
+ "__@toStringTag@13581": {
102601
102652
  "type": "string"
102602
102653
  }
102603
102654
  },
102604
102655
  "required": [
102605
- "__@toStringTag@13576"
102656
+ "__@toStringTag@13581"
102606
102657
  ],
102607
102658
  "type": "object"
102608
102659
  },
102609
102660
  "Promise<ServiceWorkerRegistration>": {
102610
102661
  "properties": {
102611
- "__@toStringTag@13576": {
102662
+ "__@toStringTag@13581": {
102612
102663
  "type": "string"
102613
102664
  }
102614
102665
  },
102615
102666
  "required": [
102616
- "__@toStringTag@13576"
102667
+ "__@toStringTag@13581"
102617
102668
  ],
102618
102669
  "type": "object"
102619
102670
  },
102620
102671
  "Promise<any>": {
102621
102672
  "properties": {
102622
- "__@toStringTag@13576": {
102673
+ "__@toStringTag@13581": {
102623
102674
  "type": "string"
102624
102675
  }
102625
102676
  },
102626
102677
  "required": [
102627
- "__@toStringTag@13576"
102678
+ "__@toStringTag@13581"
102628
102679
  ],
102629
102680
  "type": "object"
102630
102681
  },