@visactor/vchart-schema 2.0.20-alpha.1 → 2.0.20-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 +27 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "2.0.20-alpha.1",
3
+ "version": "2.0.20-alpha.3",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -81468,7 +81468,7 @@
81468
81468
  },
81469
81469
  "Map<Function,(...args:any[])=>void>": {
81470
81470
  "properties": {
81471
- "__@toStringTag@12596": {
81471
+ "__@toStringTag@12608": {
81472
81472
  "type": "string"
81473
81473
  },
81474
81474
  "size": {
@@ -81476,14 +81476,14 @@
81476
81476
  }
81477
81477
  },
81478
81478
  "required": [
81479
- "__@toStringTag@12596",
81479
+ "__@toStringTag@12608",
81480
81480
  "size"
81481
81481
  ],
81482
81482
  "type": "object"
81483
81483
  },
81484
81484
  "Map<number,IGraphicRender>": {
81485
81485
  "properties": {
81486
- "__@toStringTag@12596": {
81486
+ "__@toStringTag@12608": {
81487
81487
  "type": "string"
81488
81488
  },
81489
81489
  "size": {
@@ -81491,14 +81491,14 @@
81491
81491
  }
81492
81492
  },
81493
81493
  "required": [
81494
- "__@toStringTag@12596",
81494
+ "__@toStringTag@12608",
81495
81495
  "size"
81496
81496
  ],
81497
81497
  "type": "object"
81498
81498
  },
81499
81499
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
81500
81500
  "properties": {
81501
- "__@toStringTag@12596": {
81501
+ "__@toStringTag@12608": {
81502
81502
  "type": "string"
81503
81503
  },
81504
81504
  "size": {
@@ -81506,14 +81506,14 @@
81506
81506
  }
81507
81507
  },
81508
81508
  "required": [
81509
- "__@toStringTag@12596",
81509
+ "__@toStringTag@12608",
81510
81510
  "size"
81511
81511
  ],
81512
81512
  "type": "object"
81513
81513
  },
81514
81514
  "Map<string,Map<number,IGraphicRender>>": {
81515
81515
  "properties": {
81516
- "__@toStringTag@12596": {
81516
+ "__@toStringTag@12608": {
81517
81517
  "type": "string"
81518
81518
  },
81519
81519
  "size": {
@@ -81521,14 +81521,14 @@
81521
81521
  }
81522
81522
  },
81523
81523
  "required": [
81524
- "__@toStringTag@12596",
81524
+ "__@toStringTag@12608",
81525
81525
  "size"
81526
81526
  ],
81527
81527
  "type": "object"
81528
81528
  },
81529
81529
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
81530
81530
  "properties": {
81531
- "__@toStringTag@12596": {
81531
+ "__@toStringTag@12608": {
81532
81532
  "type": "string"
81533
81533
  },
81534
81534
  "size": {
@@ -81536,14 +81536,14 @@
81536
81536
  }
81537
81537
  },
81538
81538
  "required": [
81539
- "__@toStringTag@12596",
81539
+ "__@toStringTag@12608",
81540
81540
  "size"
81541
81541
  ],
81542
81542
  "type": "object"
81543
81543
  },
81544
81544
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
81545
81545
  "properties": {
81546
- "__@toStringTag@12596": {
81546
+ "__@toStringTag@12608": {
81547
81547
  "type": "string"
81548
81548
  },
81549
81549
  "size": {
@@ -81551,14 +81551,14 @@
81551
81551
  }
81552
81552
  },
81553
81553
  "required": [
81554
- "__@toStringTag@12596",
81554
+ "__@toStringTag@12608",
81555
81555
  "size"
81556
81556
  ],
81557
81557
  "type": "object"
81558
81558
  },
81559
81559
  "Map<string|number,IAnimate>": {
81560
81560
  "properties": {
81561
- "__@toStringTag@12596": {
81561
+ "__@toStringTag@12608": {
81562
81562
  "type": "string"
81563
81563
  },
81564
81564
  "size": {
@@ -81566,7 +81566,7 @@
81566
81566
  }
81567
81567
  },
81568
81568
  "required": [
81569
- "__@toStringTag@12596",
81569
+ "__@toStringTag@12608",
81570
81570
  "size"
81571
81571
  ],
81572
81572
  "type": "object"
@@ -82832,6 +82832,12 @@
82832
82832
  "$ref": "#/definitions/ILayoutNumber",
82833
82833
  "description": "模块的布局大小:高度"
82834
82834
  },
82835
+ "hideWhenEmpty": {
82836
+ "default": false,
82837
+ "description": "当轴关联的系列没有收集到任何轴数据时,是否自动隐藏该轴。\n仅在 `visible !== false` 时生效。",
82838
+ "since": "2.0.20",
82839
+ "type": "boolean"
82840
+ },
82835
82841
  "hover": {
82836
82842
  "default": false,
82837
82843
  "description": "是否开启 hover 悬浮交互,默认关闭",
@@ -103269,34 +103275,34 @@
103269
103275
  },
103270
103276
  "Promise<FontFaceSet>": {
103271
103277
  "properties": {
103272
- "__@toStringTag@12596": {
103278
+ "__@toStringTag@12608": {
103273
103279
  "type": "string"
103274
103280
  }
103275
103281
  },
103276
103282
  "required": [
103277
- "__@toStringTag@12596"
103283
+ "__@toStringTag@12608"
103278
103284
  ],
103279
103285
  "type": "object"
103280
103286
  },
103281
103287
  "Promise<ServiceWorkerRegistration>": {
103282
103288
  "properties": {
103283
- "__@toStringTag@12596": {
103289
+ "__@toStringTag@12608": {
103284
103290
  "type": "string"
103285
103291
  }
103286
103292
  },
103287
103293
  "required": [
103288
- "__@toStringTag@12596"
103294
+ "__@toStringTag@12608"
103289
103295
  ],
103290
103296
  "type": "object"
103291
103297
  },
103292
103298
  "Promise<any>": {
103293
103299
  "properties": {
103294
- "__@toStringTag@12596": {
103300
+ "__@toStringTag@12608": {
103295
103301
  "type": "string"
103296
103302
  }
103297
103303
  },
103298
103304
  "required": [
103299
- "__@toStringTag@12596"
103305
+ "__@toStringTag@12608"
103300
103306
  ],
103301
103307
  "type": "object"
103302
103308
  },
@@ -117443,6 +117449,7 @@
117443
117449
  },
117444
117450
  "interactInvertType": {
117445
117451
  "enum": [
117452
+ "background",
117446
117453
  "inside",
117447
117454
  "none",
117448
117455
  "stroked"