@visactor/vchart-schema 1.5.3-alpha.0 → 1.6.0-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 +120 -47
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.6.0-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
  {
@@ -60654,7 +60704,7 @@
60654
60704
  "type": "string"
60655
60705
  }
60656
60706
  ],
60657
- "description": "受支持的激活类型(*支持在series上设置)(*会影响自定义handler)"
60707
+ "description": "受支持的激活类型\n(*支持在series上设置)\n(*会影响自定义handler)"
60658
60708
  },
60659
60709
  "className": {
60660
60710
  "description": "tooltip dom元素的 className,仅当 renderMode: 'html' 时生效",
@@ -60716,7 +60766,7 @@
60716
60766
  "type": "number"
60717
60767
  },
60718
60768
  "trigger": {
60719
- "description": "tooltip触发方式(*会影响自定义handler)",
60769
+ "description": "tooltip触发方式\n(*会影响自定义handler)",
60720
60770
  "enum": [
60721
60771
  "click",
60722
60772
  "hover",
@@ -60725,7 +60775,7 @@
60725
60775
  "type": "string"
60726
60776
  },
60727
60777
  "triggerOff": {
60728
- "description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)(*会影响自定义handler)",
60778
+ "description": "隐藏tooltip的触发方式(目前仅支持和trigger一致的设置以及none)\n(*会影响自定义handler)",
60729
60779
  "enum": [
60730
60780
  "click",
60731
60781
  "hover",
@@ -60733,8 +60783,11 @@
60733
60783
  ],
60734
60784
  "type": "string"
60735
60785
  },
60786
+ "updateElement": {
60787
+ "typeof": "function"
60788
+ },
60736
60789
  "visible": {
60737
- "description": "是否显示(*支持在series上设置)(*会影响自定义handler)",
60790
+ "description": "是否显示\n(*支持在series上设置)\n(*会影响自定义handler)",
60738
60791
  "type": "boolean"
60739
60792
  }
60740
60793
  },
@@ -63426,6 +63479,11 @@
63426
63479
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
63427
63480
  "description": "图元配置"
63428
63481
  },
63482
+ "barBackground": {
63483
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
63484
+ "description": "柱状背景图元",
63485
+ "since": "1.6.0"
63486
+ },
63429
63487
  "barGapInGroup": {
63430
63488
  "anyOf": [
63431
63489
  {
@@ -64147,6 +64205,11 @@
64147
64205
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
64148
64206
  "description": "图元配置"
64149
64207
  },
64208
+ "barBackground": {
64209
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
64210
+ "description": "柱状背景图元",
64211
+ "since": "1.6.0"
64212
+ },
64150
64213
  "barGapInGroup": {
64151
64214
  "anyOf": [
64152
64215
  {
@@ -64446,6 +64509,11 @@
64446
64509
  "bar": {
64447
64510
  "$ref": "#/definitions/Partial<IMarkTheme<IRectMarkSpec>>"
64448
64511
  },
64512
+ "barBackground": {
64513
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
64514
+ "description": "柱状背景图元",
64515
+ "since": "1.6.0"
64516
+ },
64449
64517
  "barMaxWidth": {
64450
64518
  "description": "柱体最大宽度",
64451
64519
  "type": "number"
@@ -66627,7 +66695,7 @@
66627
66695
  },
66628
66696
  "Map<Function,(...args:any[])=>void>": {
66629
66697
  "properties": {
66630
- "__@toStringTag@13664": {
66698
+ "__@toStringTag@13666": {
66631
66699
  "type": "string"
66632
66700
  },
66633
66701
  "size": {
@@ -66635,14 +66703,14 @@
66635
66703
  }
66636
66704
  },
66637
66705
  "required": [
66638
- "__@toStringTag@13664",
66706
+ "__@toStringTag@13666",
66639
66707
  "size"
66640
66708
  ],
66641
66709
  "type": "object"
66642
66710
  },
66643
66711
  "Map<number,IGraphicPicker>": {
66644
66712
  "properties": {
66645
- "__@toStringTag@13664": {
66713
+ "__@toStringTag@13666": {
66646
66714
  "type": "string"
66647
66715
  },
66648
66716
  "size": {
@@ -66650,14 +66718,14 @@
66650
66718
  }
66651
66719
  },
66652
66720
  "required": [
66653
- "__@toStringTag@13664",
66721
+ "__@toStringTag@13666",
66654
66722
  "size"
66655
66723
  ],
66656
66724
  "type": "object"
66657
66725
  },
66658
66726
  "Map<number,IGraphicRender>": {
66659
66727
  "properties": {
66660
- "__@toStringTag@13664": {
66728
+ "__@toStringTag@13666": {
66661
66729
  "type": "string"
66662
66730
  },
66663
66731
  "size": {
@@ -66665,14 +66733,14 @@
66665
66733
  }
66666
66734
  },
66667
66735
  "required": [
66668
- "__@toStringTag@13664",
66736
+ "__@toStringTag@13666",
66669
66737
  "size"
66670
66738
  ],
66671
66739
  "type": "object"
66672
66740
  },
66673
66741
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
66674
66742
  "properties": {
66675
- "__@toStringTag@13664": {
66743
+ "__@toStringTag@13666": {
66676
66744
  "type": "string"
66677
66745
  },
66678
66746
  "size": {
@@ -66680,14 +66748,14 @@
66680
66748
  }
66681
66749
  },
66682
66750
  "required": [
66683
- "__@toStringTag@13664",
66751
+ "__@toStringTag@13666",
66684
66752
  "size"
66685
66753
  ],
66686
66754
  "type": "object"
66687
66755
  },
66688
66756
  "Map<string,Map<number,IGraphicRender>>": {
66689
66757
  "properties": {
66690
- "__@toStringTag@13664": {
66758
+ "__@toStringTag@13666": {
66691
66759
  "type": "string"
66692
66760
  },
66693
66761
  "size": {
@@ -66695,14 +66763,14 @@
66695
66763
  }
66696
66764
  },
66697
66765
  "required": [
66698
- "__@toStringTag@13664",
66766
+ "__@toStringTag@13666",
66699
66767
  "size"
66700
66768
  ],
66701
66769
  "type": "object"
66702
66770
  },
66703
66771
  "Map<string,any>": {
66704
66772
  "properties": {
66705
- "__@toStringTag@13664": {
66773
+ "__@toStringTag@13666": {
66706
66774
  "type": "string"
66707
66775
  },
66708
66776
  "size": {
@@ -66710,14 +66778,14 @@
66710
66778
  }
66711
66779
  },
66712
66780
  "required": [
66713
- "__@toStringTag@13664",
66781
+ "__@toStringTag@13666",
66714
66782
  "size"
66715
66783
  ],
66716
66784
  "type": "object"
66717
66785
  },
66718
66786
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
66719
66787
  "properties": {
66720
- "__@toStringTag@13664": {
66788
+ "__@toStringTag@13666": {
66721
66789
  "type": "string"
66722
66790
  },
66723
66791
  "size": {
@@ -66725,14 +66793,14 @@
66725
66793
  }
66726
66794
  },
66727
66795
  "required": [
66728
- "__@toStringTag@13664",
66796
+ "__@toStringTag@13666",
66729
66797
  "size"
66730
66798
  ],
66731
66799
  "type": "object"
66732
66800
  },
66733
66801
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
66734
66802
  "properties": {
66735
- "__@toStringTag@13664": {
66803
+ "__@toStringTag@13666": {
66736
66804
  "type": "string"
66737
66805
  },
66738
66806
  "size": {
@@ -66740,14 +66808,14 @@
66740
66808
  }
66741
66809
  },
66742
66810
  "required": [
66743
- "__@toStringTag@13664",
66811
+ "__@toStringTag@13666",
66744
66812
  "size"
66745
66813
  ],
66746
66814
  "type": "object"
66747
66815
  },
66748
66816
  "Map<string|number,IAnimate>": {
66749
66817
  "properties": {
66750
- "__@toStringTag@13664": {
66818
+ "__@toStringTag@13666": {
66751
66819
  "type": "string"
66752
66820
  },
66753
66821
  "size": {
@@ -66755,7 +66823,7 @@
66755
66823
  }
66756
66824
  },
66757
66825
  "required": [
66758
- "__@toStringTag@13664",
66826
+ "__@toStringTag@13666",
66759
66827
  "size"
66760
66828
  ],
66761
66829
  "type": "object"
@@ -67642,6 +67710,11 @@
67642
67710
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
67643
67711
  "description": "图元配置"
67644
67712
  },
67713
+ "barBackground": {
67714
+ "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
67715
+ "description": "柱状背景图元",
67716
+ "since": "1.6.0"
67717
+ },
67645
67718
  "barGapInGroup": {
67646
67719
  "anyOf": [
67647
67720
  {
@@ -82044,34 +82117,34 @@
82044
82117
  },
82045
82118
  "Promise<FontFaceSet>": {
82046
82119
  "properties": {
82047
- "__@toStringTag@13664": {
82120
+ "__@toStringTag@13666": {
82048
82121
  "type": "string"
82049
82122
  }
82050
82123
  },
82051
82124
  "required": [
82052
- "__@toStringTag@13664"
82125
+ "__@toStringTag@13666"
82053
82126
  ],
82054
82127
  "type": "object"
82055
82128
  },
82056
82129
  "Promise<ServiceWorkerRegistration>": {
82057
82130
  "properties": {
82058
- "__@toStringTag@13664": {
82131
+ "__@toStringTag@13666": {
82059
82132
  "type": "string"
82060
82133
  }
82061
82134
  },
82062
82135
  "required": [
82063
- "__@toStringTag@13664"
82136
+ "__@toStringTag@13666"
82064
82137
  ],
82065
82138
  "type": "object"
82066
82139
  },
82067
82140
  "Promise<any>": {
82068
82141
  "properties": {
82069
- "__@toStringTag@13664": {
82142
+ "__@toStringTag@13666": {
82070
82143
  "type": "string"
82071
82144
  }
82072
82145
  },
82073
82146
  "required": [
82074
- "__@toStringTag@13664"
82147
+ "__@toStringTag@13666"
82075
82148
  ],
82076
82149
  "type": "object"
82077
82150
  },
@@ -82081,10 +82154,10 @@
82081
82154
  "Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>": {
82082
82155
  "type": "object"
82083
82156
  },
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>>": {
82157
+ "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
82158
  "type": "object"
82086
82159
  },
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>>": {
82160
+ "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
82161
  "type": "object"
82089
82162
  },
82090
82163
  "Record<string,ConvertToMarkStyleSpec<ITextMarkSpec>|IMarkStateSpec<ITextMarkSpec>>": {