@visactor/vchart-schema 1.12.2-alpha.1 → 1.12.2-alpha.3

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 +68 -62
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.2-alpha.1",
3
+ "version": "1.12.2-alpha.3",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -271,43 +271,6 @@
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
- },
311
274
  "AxisLabelOverlap": {
312
275
  "properties": {
313
276
  "autoHide": {
@@ -383,6 +346,9 @@
383
346
  },
384
347
  "BreakSymbol": {
385
348
  "properties": {
349
+ "angle": {
350
+ "type": "number"
351
+ },
386
352
  "style": {
387
353
  "$ref": "#/definitions/Partial<ISymbolGraphicAttribute>"
388
354
  },
@@ -25399,6 +25365,12 @@
25399
25365
  "description": "刷取后是否更新axis/dataZoom范围",
25400
25366
  "since": "0.10.0",
25401
25367
  "type": "boolean"
25368
+ },
25369
+ "zoomWhenEmpty": {
25370
+ "default": false,
25371
+ "description": "刷取到空数据时, 是否更新axis/dataZoom范围",
25372
+ "since": "1.12.2",
25373
+ "type": "boolean"
25402
25374
  }
25403
25375
  },
25404
25376
  "type": "object"
@@ -48851,7 +48823,7 @@
48851
48823
  "ILinearAxisBreakSpec": {
48852
48824
  "allOf": [
48853
48825
  {
48854
- "$ref": "#/definitions/AxisBreakProps"
48826
+ "$ref": "#/definitions/Omit<AxisBreakProps,\"rawRange\">"
48855
48827
  },
48856
48828
  {
48857
48829
  "typeof": "function"
@@ -66931,6 +66903,11 @@
66931
66903
  "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
66932
66904
  "description": "null,undefined等非法数据点连接方式。"
66933
66905
  },
66906
+ "inverse": {
66907
+ "description": "是否反向",
66908
+ "since": "1.12.2",
66909
+ "type": "boolean"
66910
+ },
66934
66911
  "iterations": {
66935
66912
  "description": "布局的迭代次数",
66936
66913
  "type": "number"
@@ -67437,6 +67414,11 @@
67437
67414
  "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
67438
67415
  "description": "null,undefined等非法数据点连接方式。"
67439
67416
  },
67417
+ "inverse": {
67418
+ "description": "是否反向",
67419
+ "since": "1.12.2",
67420
+ "type": "boolean"
67421
+ },
67440
67422
  "iterations": {
67441
67423
  "description": "布局的迭代次数",
67442
67424
  "type": "number"
@@ -81652,7 +81634,7 @@
81652
81634
  },
81653
81635
  "Map<Function,(...args:any[])=>void>": {
81654
81636
  "properties": {
81655
- "__@toStringTag@13584": {
81637
+ "__@toStringTag@13689": {
81656
81638
  "type": "string"
81657
81639
  },
81658
81640
  "size": {
@@ -81660,14 +81642,14 @@
81660
81642
  }
81661
81643
  },
81662
81644
  "required": [
81663
- "__@toStringTag@13584",
81645
+ "__@toStringTag@13689",
81664
81646
  "size"
81665
81647
  ],
81666
81648
  "type": "object"
81667
81649
  },
81668
81650
  "Map<number,IGraphicPicker>": {
81669
81651
  "properties": {
81670
- "__@toStringTag@13584": {
81652
+ "__@toStringTag@13689": {
81671
81653
  "type": "string"
81672
81654
  },
81673
81655
  "size": {
@@ -81675,14 +81657,14 @@
81675
81657
  }
81676
81658
  },
81677
81659
  "required": [
81678
- "__@toStringTag@13584",
81660
+ "__@toStringTag@13689",
81679
81661
  "size"
81680
81662
  ],
81681
81663
  "type": "object"
81682
81664
  },
81683
81665
  "Map<number,IGraphicRender>": {
81684
81666
  "properties": {
81685
- "__@toStringTag@13584": {
81667
+ "__@toStringTag@13689": {
81686
81668
  "type": "string"
81687
81669
  },
81688
81670
  "size": {
@@ -81690,14 +81672,14 @@
81690
81672
  }
81691
81673
  },
81692
81674
  "required": [
81693
- "__@toStringTag@13584",
81675
+ "__@toStringTag@13689",
81694
81676
  "size"
81695
81677
  ],
81696
81678
  "type": "object"
81697
81679
  },
81698
81680
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
81699
81681
  "properties": {
81700
- "__@toStringTag@13584": {
81682
+ "__@toStringTag@13689": {
81701
81683
  "type": "string"
81702
81684
  },
81703
81685
  "size": {
@@ -81705,14 +81687,14 @@
81705
81687
  }
81706
81688
  },
81707
81689
  "required": [
81708
- "__@toStringTag@13584",
81690
+ "__@toStringTag@13689",
81709
81691
  "size"
81710
81692
  ],
81711
81693
  "type": "object"
81712
81694
  },
81713
81695
  "Map<string,Map<number,IGraphicRender>>": {
81714
81696
  "properties": {
81715
- "__@toStringTag@13584": {
81697
+ "__@toStringTag@13689": {
81716
81698
  "type": "string"
81717
81699
  },
81718
81700
  "size": {
@@ -81720,14 +81702,14 @@
81720
81702
  }
81721
81703
  },
81722
81704
  "required": [
81723
- "__@toStringTag@13584",
81705
+ "__@toStringTag@13689",
81724
81706
  "size"
81725
81707
  ],
81726
81708
  "type": "object"
81727
81709
  },
81728
81710
  "Map<string,any>": {
81729
81711
  "properties": {
81730
- "__@toStringTag@13584": {
81712
+ "__@toStringTag@13689": {
81731
81713
  "type": "string"
81732
81714
  },
81733
81715
  "size": {
@@ -81735,14 +81717,14 @@
81735
81717
  }
81736
81718
  },
81737
81719
  "required": [
81738
- "__@toStringTag@13584",
81720
+ "__@toStringTag@13689",
81739
81721
  "size"
81740
81722
  ],
81741
81723
  "type": "object"
81742
81724
  },
81743
81725
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
81744
81726
  "properties": {
81745
- "__@toStringTag@13584": {
81727
+ "__@toStringTag@13689": {
81746
81728
  "type": "string"
81747
81729
  },
81748
81730
  "size": {
@@ -81750,14 +81732,14 @@
81750
81732
  }
81751
81733
  },
81752
81734
  "required": [
81753
- "__@toStringTag@13584",
81735
+ "__@toStringTag@13689",
81754
81736
  "size"
81755
81737
  ],
81756
81738
  "type": "object"
81757
81739
  },
81758
81740
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
81759
81741
  "properties": {
81760
- "__@toStringTag@13584": {
81742
+ "__@toStringTag@13689": {
81761
81743
  "type": "string"
81762
81744
  },
81763
81745
  "size": {
@@ -81765,14 +81747,14 @@
81765
81747
  }
81766
81748
  },
81767
81749
  "required": [
81768
- "__@toStringTag@13584",
81750
+ "__@toStringTag@13689",
81769
81751
  "size"
81770
81752
  ],
81771
81753
  "type": "object"
81772
81754
  },
81773
81755
  "Map<string|number,IAnimate>": {
81774
81756
  "properties": {
81775
- "__@toStringTag@13584": {
81757
+ "__@toStringTag@13689": {
81776
81758
  "type": "string"
81777
81759
  },
81778
81760
  "size": {
@@ -81780,7 +81762,7 @@
81780
81762
  }
81781
81763
  },
81782
81764
  "required": [
81783
- "__@toStringTag@13584",
81765
+ "__@toStringTag@13689",
81784
81766
  "size"
81785
81767
  ],
81786
81768
  "type": "object"
@@ -82217,6 +82199,30 @@
82217
82199
  ],
82218
82200
  "type": "object"
82219
82201
  },
82202
+ "Omit<AxisBreakProps,\"rawRange\">": {
82203
+ "properties": {
82204
+ "breakSymbol": {
82205
+ "$ref": "#/definitions/BreakSymbol"
82206
+ },
82207
+ "range": {
82208
+ "items": [
82209
+ {
82210
+ "type": "number"
82211
+ },
82212
+ {
82213
+ "type": "number"
82214
+ }
82215
+ ],
82216
+ "maxItems": 2,
82217
+ "minItems": 2,
82218
+ "type": "array"
82219
+ }
82220
+ },
82221
+ "required": [
82222
+ "range"
82223
+ ],
82224
+ "type": "object"
82225
+ },
82220
82226
  "Omit<DiscreteLegendAttrs,\"title\"|\"layout\"|\"items\"|\"item\"|\"pager\">": {
82221
82227
  "properties": {
82222
82228
  "_debug_bounds": {
@@ -102661,34 +102667,34 @@
102661
102667
  },
102662
102668
  "Promise<FontFaceSet>": {
102663
102669
  "properties": {
102664
- "__@toStringTag@13584": {
102670
+ "__@toStringTag@13689": {
102665
102671
  "type": "string"
102666
102672
  }
102667
102673
  },
102668
102674
  "required": [
102669
- "__@toStringTag@13584"
102675
+ "__@toStringTag@13689"
102670
102676
  ],
102671
102677
  "type": "object"
102672
102678
  },
102673
102679
  "Promise<ServiceWorkerRegistration>": {
102674
102680
  "properties": {
102675
- "__@toStringTag@13584": {
102681
+ "__@toStringTag@13689": {
102676
102682
  "type": "string"
102677
102683
  }
102678
102684
  },
102679
102685
  "required": [
102680
- "__@toStringTag@13584"
102686
+ "__@toStringTag@13689"
102681
102687
  ],
102682
102688
  "type": "object"
102683
102689
  },
102684
102690
  "Promise<any>": {
102685
102691
  "properties": {
102686
- "__@toStringTag@13584": {
102692
+ "__@toStringTag@13689": {
102687
102693
  "type": "string"
102688
102694
  }
102689
102695
  },
102690
102696
  "required": [
102691
- "__@toStringTag@13584"
102697
+ "__@toStringTag@13689"
102692
102698
  ],
102693
102699
  "type": "object"
102694
102700
  },