@visactor/vchart-schema 1.5.3-alpha.0 → 1.5.4-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 +113 -43
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.5.3-alpha.0",
3
+ "version": "1.5.4-alpha.0",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -5245,7 +5245,7 @@
5245
5245
  },
5246
5246
  "type": "object"
5247
5247
  },
5248
- "ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>": {
5248
+ "ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>": {
5249
5249
  "anyOf": [
5250
5250
  {
5251
5251
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
@@ -5263,6 +5263,10 @@
5263
5263
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>",
5264
5264
  "description": "style格式转换"
5265
5265
  },
5266
+ {
5267
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>",
5268
+ "description": "style格式转换"
5269
+ },
5266
5270
  {
5267
5271
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>",
5268
5272
  "description": "style格式转换"
@@ -5283,10 +5287,6 @@
5283
5287
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>",
5284
5288
  "description": "style格式转换"
5285
5289
  },
5286
- {
5287
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>",
5288
- "description": "style格式转换"
5289
- },
5290
5290
  {
5291
5291
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>",
5292
5292
  "description": "style格式转换"
@@ -5318,7 +5318,7 @@
5318
5318
  ],
5319
5319
  "description": "style格式转换"
5320
5320
  },
5321
- "ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>": {
5321
+ "ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>": {
5322
5322
  "anyOf": [
5323
5323
  {
5324
5324
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>_1",
@@ -5336,6 +5336,10 @@
5336
5336
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>_1",
5337
5337
  "description": "style格式转换"
5338
5338
  },
5339
+ {
5340
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>_1",
5341
+ "description": "style格式转换"
5342
+ },
5339
5343
  {
5340
5344
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IGroupMarkSpec>",
5341
5345
  "description": "style格式转换"
@@ -5360,10 +5364,6 @@
5360
5364
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>_1",
5361
5365
  "description": "style格式转换"
5362
5366
  },
5363
- {
5364
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>_1",
5365
- "description": "style格式转换"
5366
- },
5367
5367
  {
5368
5368
  "$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>_1",
5369
5369
  "description": "style格式转换"
@@ -19919,6 +19919,11 @@
19919
19919
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
19920
19920
  "description": "图元配置"
19921
19921
  },
19922
+ "barBackground": {
19923
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
19924
+ "description": "柱状背景图元",
19925
+ "since": "1.6.0"
19926
+ },
19922
19927
  "barGapInGroup": {
19923
19928
  "anyOf": [
19924
19929
  {
@@ -20653,6 +20658,11 @@
20653
20658
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
20654
20659
  "description": "图元配置"
20655
20660
  },
20661
+ "barBackground": {
20662
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
20663
+ "description": "柱状背景图元",
20664
+ "since": "1.6.0"
20665
+ },
20656
20666
  "barGapInGroup": {
20657
20667
  "anyOf": [
20658
20668
  {
@@ -21345,6 +21355,11 @@
21345
21355
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
21346
21356
  "description": "图元配置"
21347
21357
  },
21358
+ "barBackground": {
21359
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
21360
+ "description": "柱状背景图元",
21361
+ "since": "1.6.0"
21362
+ },
21348
21363
  "barGapInGroup": {
21349
21364
  "anyOf": [
21350
21365
  {
@@ -21615,6 +21630,11 @@
21615
21630
  "bar": {
21616
21631
  "$ref": "#/definitions/Partial<IMarkTheme<IRectMarkSpec>>"
21617
21632
  },
21633
+ "barBackground": {
21634
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
21635
+ "description": "柱状背景图元",
21636
+ "since": "1.6.0"
21637
+ },
21618
21638
  "barMaxWidth": {
21619
21639
  "description": "柱体最大宽度",
21620
21640
  "type": "number"
@@ -26185,9 +26205,6 @@
26185
26205
  {
26186
26206
  "$ref": "#/definitions/IBar3dSeriesSpec"
26187
26207
  },
26188
- {
26189
- "$ref": "#/definitions/IBoxPlotSeriesSpec"
26190
- },
26191
26208
  {
26192
26209
  "$ref": "#/definitions/ITreemapSeriesSpec"
26193
26210
  },
@@ -26197,6 +26214,9 @@
26197
26214
  {
26198
26215
  "$ref": "#/definitions/ICirclePackingSeriesSpec"
26199
26216
  },
26217
+ {
26218
+ "$ref": "#/definitions/IBoxPlotSeriesSpec"
26219
+ },
26200
26220
  {
26201
26221
  "$ref": "#/definitions/ILineSeriesSpec"
26202
26222
  },
@@ -28586,11 +28606,11 @@
28586
28606
  "type": "number"
28587
28607
  },
28588
28608
  "state": {
28589
- "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>>",
28609
+ "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>>",
28590
28610
  "description": "不同状态下的样式配置"
28591
28611
  },
28592
28612
  "style": {
28593
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>",
28613
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>",
28594
28614
  "description": "默认样式设置"
28595
28615
  },
28596
28616
  "support3d": {
@@ -30743,11 +30763,11 @@
30743
30763
  "type": "number"
30744
30764
  },
30745
30765
  "state": {
30746
- "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>>",
30766
+ "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>>",
30747
30767
  "description": "不同状态下的样式配置"
30748
30768
  },
30749
30769
  "style": {
30750
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>",
30770
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>",
30751
30771
  "description": "默认样式设置"
30752
30772
  },
30753
30773
  "support3d": {
@@ -36900,6 +36920,11 @@
36900
36920
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
36901
36921
  "description": "图元配置"
36902
36922
  },
36923
+ "barBackground": {
36924
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
36925
+ "description": "柱状背景图元",
36926
+ "since": "1.6.0"
36927
+ },
36903
36928
  "barGapInGroup": {
36904
36929
  "anyOf": [
36905
36930
  {
@@ -37607,6 +37632,11 @@
37607
37632
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
37608
37633
  "description": "图元配置"
37609
37634
  },
37635
+ "barBackground": {
37636
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
37637
+ "description": "柱状背景图元",
37638
+ "since": "1.6.0"
37639
+ },
37610
37640
  "barGapInGroup": {
37611
37641
  "anyOf": [
37612
37642
  {
@@ -50222,6 +50252,11 @@
50222
50252
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
50223
50253
  "description": "图元配置"
50224
50254
  },
50255
+ "barBackground": {
50256
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
50257
+ "description": "柱状背景图元",
50258
+ "since": "1.6.0"
50259
+ },
50225
50260
  "barGapInGroup": {
50226
50261
  "anyOf": [
50227
50262
  {
@@ -50923,6 +50958,11 @@
50923
50958
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
50924
50959
  "description": "图元配置"
50925
50960
  },
50961
+ "barBackground": {
50962
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
50963
+ "description": "柱状背景图元",
50964
+ "since": "1.6.0"
50965
+ },
50926
50966
  "barGapInGroup": {
50927
50967
  "anyOf": [
50928
50968
  {
@@ -51300,6 +51340,11 @@
51300
51340
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
51301
51341
  "description": "图元配置"
51302
51342
  },
51343
+ "barBackground": {
51344
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
51345
+ "description": "柱状背景图元",
51346
+ "since": "1.6.0"
51347
+ },
51303
51348
  "barGapInGroup": {
51304
51349
  "anyOf": [
51305
51350
  {
@@ -52001,6 +52046,11 @@
52001
52046
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
52002
52047
  "description": "图元配置"
52003
52048
  },
52049
+ "barBackground": {
52050
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
52051
+ "description": "柱状背景图元",
52052
+ "since": "1.6.0"
52053
+ },
52004
52054
  "barGapInGroup": {
52005
52055
  "anyOf": [
52006
52056
  {
@@ -63426,6 +63476,11 @@
63426
63476
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
63427
63477
  "description": "图元配置"
63428
63478
  },
63479
+ "barBackground": {
63480
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
63481
+ "description": "柱状背景图元",
63482
+ "since": "1.6.0"
63483
+ },
63429
63484
  "barGapInGroup": {
63430
63485
  "anyOf": [
63431
63486
  {
@@ -64147,6 +64202,11 @@
64147
64202
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
64148
64203
  "description": "图元配置"
64149
64204
  },
64205
+ "barBackground": {
64206
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
64207
+ "description": "柱状背景图元",
64208
+ "since": "1.6.0"
64209
+ },
64150
64210
  "barGapInGroup": {
64151
64211
  "anyOf": [
64152
64212
  {
@@ -64446,6 +64506,11 @@
64446
64506
  "bar": {
64447
64507
  "$ref": "#/definitions/Partial<IMarkTheme<IRectMarkSpec>>"
64448
64508
  },
64509
+ "barBackground": {
64510
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
64511
+ "description": "柱状背景图元",
64512
+ "since": "1.6.0"
64513
+ },
64449
64514
  "barMaxWidth": {
64450
64515
  "description": "柱体最大宽度",
64451
64516
  "type": "number"
@@ -66627,7 +66692,7 @@
66627
66692
  },
66628
66693
  "Map<Function,(...args:any[])=>void>": {
66629
66694
  "properties": {
66630
- "__@toStringTag@13664": {
66695
+ "__@toStringTag@13667": {
66631
66696
  "type": "string"
66632
66697
  },
66633
66698
  "size": {
@@ -66635,14 +66700,14 @@
66635
66700
  }
66636
66701
  },
66637
66702
  "required": [
66638
- "__@toStringTag@13664",
66703
+ "__@toStringTag@13667",
66639
66704
  "size"
66640
66705
  ],
66641
66706
  "type": "object"
66642
66707
  },
66643
66708
  "Map<number,IGraphicPicker>": {
66644
66709
  "properties": {
66645
- "__@toStringTag@13664": {
66710
+ "__@toStringTag@13667": {
66646
66711
  "type": "string"
66647
66712
  },
66648
66713
  "size": {
@@ -66650,14 +66715,14 @@
66650
66715
  }
66651
66716
  },
66652
66717
  "required": [
66653
- "__@toStringTag@13664",
66718
+ "__@toStringTag@13667",
66654
66719
  "size"
66655
66720
  ],
66656
66721
  "type": "object"
66657
66722
  },
66658
66723
  "Map<number,IGraphicRender>": {
66659
66724
  "properties": {
66660
- "__@toStringTag@13664": {
66725
+ "__@toStringTag@13667": {
66661
66726
  "type": "string"
66662
66727
  },
66663
66728
  "size": {
@@ -66665,14 +66730,14 @@
66665
66730
  }
66666
66731
  },
66667
66732
  "required": [
66668
- "__@toStringTag@13664",
66733
+ "__@toStringTag@13667",
66669
66734
  "size"
66670
66735
  ],
66671
66736
  "type": "object"
66672
66737
  },
66673
66738
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
66674
66739
  "properties": {
66675
- "__@toStringTag@13664": {
66740
+ "__@toStringTag@13667": {
66676
66741
  "type": "string"
66677
66742
  },
66678
66743
  "size": {
@@ -66680,14 +66745,14 @@
66680
66745
  }
66681
66746
  },
66682
66747
  "required": [
66683
- "__@toStringTag@13664",
66748
+ "__@toStringTag@13667",
66684
66749
  "size"
66685
66750
  ],
66686
66751
  "type": "object"
66687
66752
  },
66688
66753
  "Map<string,Map<number,IGraphicRender>>": {
66689
66754
  "properties": {
66690
- "__@toStringTag@13664": {
66755
+ "__@toStringTag@13667": {
66691
66756
  "type": "string"
66692
66757
  },
66693
66758
  "size": {
@@ -66695,14 +66760,14 @@
66695
66760
  }
66696
66761
  },
66697
66762
  "required": [
66698
- "__@toStringTag@13664",
66763
+ "__@toStringTag@13667",
66699
66764
  "size"
66700
66765
  ],
66701
66766
  "type": "object"
66702
66767
  },
66703
66768
  "Map<string,any>": {
66704
66769
  "properties": {
66705
- "__@toStringTag@13664": {
66770
+ "__@toStringTag@13667": {
66706
66771
  "type": "string"
66707
66772
  },
66708
66773
  "size": {
@@ -66710,14 +66775,14 @@
66710
66775
  }
66711
66776
  },
66712
66777
  "required": [
66713
- "__@toStringTag@13664",
66778
+ "__@toStringTag@13667",
66714
66779
  "size"
66715
66780
  ],
66716
66781
  "type": "object"
66717
66782
  },
66718
66783
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
66719
66784
  "properties": {
66720
- "__@toStringTag@13664": {
66785
+ "__@toStringTag@13667": {
66721
66786
  "type": "string"
66722
66787
  },
66723
66788
  "size": {
@@ -66725,14 +66790,14 @@
66725
66790
  }
66726
66791
  },
66727
66792
  "required": [
66728
- "__@toStringTag@13664",
66793
+ "__@toStringTag@13667",
66729
66794
  "size"
66730
66795
  ],
66731
66796
  "type": "object"
66732
66797
  },
66733
66798
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
66734
66799
  "properties": {
66735
- "__@toStringTag@13664": {
66800
+ "__@toStringTag@13667": {
66736
66801
  "type": "string"
66737
66802
  },
66738
66803
  "size": {
@@ -66740,14 +66805,14 @@
66740
66805
  }
66741
66806
  },
66742
66807
  "required": [
66743
- "__@toStringTag@13664",
66808
+ "__@toStringTag@13667",
66744
66809
  "size"
66745
66810
  ],
66746
66811
  "type": "object"
66747
66812
  },
66748
66813
  "Map<string|number,IAnimate>": {
66749
66814
  "properties": {
66750
- "__@toStringTag@13664": {
66815
+ "__@toStringTag@13667": {
66751
66816
  "type": "string"
66752
66817
  },
66753
66818
  "size": {
@@ -66755,7 +66820,7 @@
66755
66820
  }
66756
66821
  },
66757
66822
  "required": [
66758
- "__@toStringTag@13664",
66823
+ "__@toStringTag@13667",
66759
66824
  "size"
66760
66825
  ],
66761
66826
  "type": "object"
@@ -67642,6 +67707,11 @@
67642
67707
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
67643
67708
  "description": "图元配置"
67644
67709
  },
67710
+ "barBackground": {
67711
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
67712
+ "description": "柱状背景图元",
67713
+ "since": "1.6.0"
67714
+ },
67645
67715
  "barGapInGroup": {
67646
67716
  "anyOf": [
67647
67717
  {
@@ -82044,34 +82114,34 @@
82044
82114
  },
82045
82115
  "Promise<FontFaceSet>": {
82046
82116
  "properties": {
82047
- "__@toStringTag@13664": {
82117
+ "__@toStringTag@13667": {
82048
82118
  "type": "string"
82049
82119
  }
82050
82120
  },
82051
82121
  "required": [
82052
- "__@toStringTag@13664"
82122
+ "__@toStringTag@13667"
82053
82123
  ],
82054
82124
  "type": "object"
82055
82125
  },
82056
82126
  "Promise<ServiceWorkerRegistration>": {
82057
82127
  "properties": {
82058
- "__@toStringTag@13664": {
82128
+ "__@toStringTag@13667": {
82059
82129
  "type": "string"
82060
82130
  }
82061
82131
  },
82062
82132
  "required": [
82063
- "__@toStringTag@13664"
82133
+ "__@toStringTag@13667"
82064
82134
  ],
82065
82135
  "type": "object"
82066
82136
  },
82067
82137
  "Promise<any>": {
82068
82138
  "properties": {
82069
- "__@toStringTag@13664": {
82139
+ "__@toStringTag@13667": {
82070
82140
  "type": "string"
82071
82141
  }
82072
82142
  },
82073
82143
  "required": [
82074
- "__@toStringTag@13664"
82144
+ "__@toStringTag@13667"
82075
82145
  ],
82076
82146
  "type": "object"
82077
82147
  },
@@ -82081,10 +82151,10 @@
82081
82151
  "Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>": {
82082
82152
  "type": "object"
82083
82153
  },
82084
- "Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>>": {
82154
+ "Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>>": {
82085
82155
  "type": "object"
82086
82156
  },
82087
- "Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArcMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>>": {
82157
+ "Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IArcMarkSpec|IGroupMarkSpec|IBoxPlotMarkSpec|ISymbolMarkSpec|IAreaMarkSpec|IRect3dMarkSpec|IPathMarkSpec|IArc3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|IImageMarkSpec>>": {
82088
82158
  "type": "object"
82089
82159
  },
82090
82160
  "Record<string,ConvertToMarkStyleSpec<ITextMarkSpec>|IMarkStateSpec<ITextMarkSpec>>": {