@visactor/vchart-schema 1.3.0-beta.6 → 1.3.0-beta.7

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 (3) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
  3. package/vchart.json +1101 -486
package/vchart.json CHANGED
@@ -434,7 +434,7 @@
434
434
  "cssRules": {
435
435
  "additionalProperties": false,
436
436
  "patternProperties": {
437
- "^[0-9]+$": {
437
+ "^[a-zA-Z0-9]+$": {
438
438
  "$ref": "#/definitions/CSSRule"
439
439
  }
440
440
  },
@@ -449,7 +449,7 @@
449
449
  "media": {
450
450
  "additionalProperties": false,
451
451
  "patternProperties": {
452
- "^[0-9]+$": {
452
+ "^[a-zA-Z0-9]+$": {
453
453
  "type": "string"
454
454
  }
455
455
  },
@@ -474,7 +474,7 @@
474
474
  "rules": {
475
475
  "additionalProperties": false,
476
476
  "patternProperties": {
477
- "^[0-9]+$": {
477
+ "^[a-zA-Z0-9]+$": {
478
478
  "$ref": "#/definitions/CSSRule"
479
479
  }
480
480
  },
@@ -831,7 +831,7 @@
831
831
  "$ref": "#/definitions/VisualType<number>"
832
832
  },
833
833
  "stroke": {
834
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
834
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
835
835
  },
836
836
  "strokeOpacity": {
837
837
  "$ref": "#/definitions/VisualType<number>"
@@ -973,7 +973,7 @@
973
973
  "$ref": "#/definitions/VisualType<number>"
974
974
  },
975
975
  "stroke": {
976
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
976
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
977
977
  },
978
978
  "strokeOpacity": {
979
979
  "$ref": "#/definitions/VisualType<number>"
@@ -1112,7 +1112,7 @@
1112
1112
  "$ref": "#/definitions/VisualType<number>"
1113
1113
  },
1114
1114
  "stroke": {
1115
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
1115
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
1116
1116
  },
1117
1117
  "strokeOpacity": {
1118
1118
  "$ref": "#/definitions/VisualType<number>"
@@ -1251,7 +1251,7 @@
1251
1251
  "$ref": "#/definitions/VisualType<number>"
1252
1252
  },
1253
1253
  "stroke": {
1254
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
1254
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
1255
1255
  },
1256
1256
  "strokeOpacity": {
1257
1257
  "$ref": "#/definitions/VisualType<number>"
@@ -1372,7 +1372,7 @@
1372
1372
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
1373
1373
  },
1374
1374
  "stroke": {
1375
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
1375
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
1376
1376
  },
1377
1377
  "strokeOpacity": {
1378
1378
  "$ref": "#/definitions/VisualType<number>"
@@ -1499,7 +1499,7 @@
1499
1499
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
1500
1500
  },
1501
1501
  "stroke": {
1502
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
1502
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
1503
1503
  },
1504
1504
  "strokeOpacity": {
1505
1505
  "$ref": "#/definitions/VisualType<number>"
@@ -1641,7 +1641,7 @@
1641
1641
  "description": "最大最小值宽度"
1642
1642
  },
1643
1643
  "stroke": {
1644
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
1644
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
1645
1645
  },
1646
1646
  "strokeOpacity": {
1647
1647
  "$ref": "#/definitions/VisualType<number>"
@@ -1777,7 +1777,7 @@
1777
1777
  "description": "最大最小值宽度"
1778
1778
  },
1779
1779
  "stroke": {
1780
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
1780
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
1781
1781
  },
1782
1782
  "strokeOpacity": {
1783
1783
  "$ref": "#/definitions/VisualType<number>"
@@ -1896,7 +1896,7 @@
1896
1896
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
1897
1897
  },
1898
1898
  "stroke": {
1899
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
1899
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
1900
1900
  },
1901
1901
  "strokeOpacity": {
1902
1902
  "$ref": "#/definitions/VisualType<number>"
@@ -2018,7 +2018,7 @@
2018
2018
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
2019
2019
  },
2020
2020
  "stroke": {
2021
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
2021
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
2022
2022
  },
2023
2023
  "strokeOpacity": {
2024
2024
  "$ref": "#/definitions/VisualType<number>"
@@ -2146,7 +2146,7 @@
2146
2146
  "$ref": "#/definitions/VisualType<IRepeatType>"
2147
2147
  },
2148
2148
  "stroke": {
2149
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
2149
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
2150
2150
  },
2151
2151
  "strokeOpacity": {
2152
2152
  "$ref": "#/definitions/VisualType<number>"
@@ -2277,7 +2277,7 @@
2277
2277
  "$ref": "#/definitions/VisualType<IRepeatType>"
2278
2278
  },
2279
2279
  "stroke": {
2280
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
2280
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
2281
2281
  },
2282
2282
  "strokeOpacity": {
2283
2283
  "$ref": "#/definitions/VisualType<number>"
@@ -2410,7 +2410,7 @@
2410
2410
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
2411
2411
  },
2412
2412
  "stroke": {
2413
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
2413
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
2414
2414
  },
2415
2415
  "strokeBoundsBuffer": {
2416
2416
  "$ref": "#/definitions/VisualType<number>"
@@ -2540,7 +2540,7 @@
2540
2540
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
2541
2541
  },
2542
2542
  "stroke": {
2543
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
2543
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
2544
2544
  },
2545
2545
  "strokeBoundsBuffer": {
2546
2546
  "$ref": "#/definitions/VisualType<number>"
@@ -2679,7 +2679,7 @@
2679
2679
  "$ref": "#/definitions/VisualType<boolean>"
2680
2680
  },
2681
2681
  "stroke": {
2682
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
2682
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
2683
2683
  },
2684
2684
  "strokeOpacity": {
2685
2685
  "$ref": "#/definitions/VisualType<number>"
@@ -2830,7 +2830,7 @@
2830
2830
  "$ref": "#/definitions/VisualType<boolean>"
2831
2831
  },
2832
2832
  "stroke": {
2833
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
2833
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
2834
2834
  },
2835
2835
  "strokeOpacity": {
2836
2836
  "$ref": "#/definitions/VisualType<number>"
@@ -2969,7 +2969,7 @@
2969
2969
  "$ref": "#/definitions/VisualType<boolean>"
2970
2970
  },
2971
2971
  "stroke": {
2972
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
2972
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
2973
2973
  },
2974
2974
  "strokeOpacity": {
2975
2975
  "$ref": "#/definitions/VisualType<number>"
@@ -3093,7 +3093,7 @@
3093
3093
  "$ref": "#/definitions/VisualType<boolean>"
3094
3094
  },
3095
3095
  "stroke": {
3096
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
3096
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
3097
3097
  },
3098
3098
  "strokeOpacity": {
3099
3099
  "$ref": "#/definitions/VisualType<number>"
@@ -3217,7 +3217,7 @@
3217
3217
  "$ref": "#/definitions/VisualType<boolean>"
3218
3218
  },
3219
3219
  "stroke": {
3220
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
3220
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
3221
3221
  },
3222
3222
  "strokeOpacity": {
3223
3223
  "$ref": "#/definitions/VisualType<number>"
@@ -3339,7 +3339,7 @@
3339
3339
  "$ref": "#/definitions/VisualType<number>"
3340
3340
  },
3341
3341
  "stroke": {
3342
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
3342
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
3343
3343
  },
3344
3344
  "strokeOpacity": {
3345
3345
  "$ref": "#/definitions/VisualType<number>"
@@ -3461,7 +3461,7 @@
3461
3461
  "$ref": "#/definitions/VisualType<number>"
3462
3462
  },
3463
3463
  "stroke": {
3464
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
3464
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
3465
3465
  },
3466
3466
  "strokeOpacity": {
3467
3467
  "$ref": "#/definitions/VisualType<number>"
@@ -3608,7 +3608,7 @@
3608
3608
  "$ref": "#/definitions/VisualType<number>"
3609
3609
  },
3610
3610
  "stroke": {
3611
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
3611
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
3612
3612
  },
3613
3613
  "strokeOpacity": {
3614
3614
  "$ref": "#/definitions/VisualType<number>"
@@ -3755,7 +3755,7 @@
3755
3755
  "$ref": "#/definitions/VisualType<number>"
3756
3756
  },
3757
3757
  "stroke": {
3758
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
3758
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
3759
3759
  },
3760
3760
  "strokeOpacity": {
3761
3761
  "$ref": "#/definitions/VisualType<number>"
@@ -3877,7 +3877,7 @@
3877
3877
  "$ref": "#/definitions/VisualType<number>"
3878
3878
  },
3879
3879
  "stroke": {
3880
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
3880
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
3881
3881
  },
3882
3882
  "strokeOpacity": {
3883
3883
  "$ref": "#/definitions/VisualType<number>"
@@ -3999,7 +3999,7 @@
3999
3999
  "$ref": "#/definitions/VisualType<number>"
4000
4000
  },
4001
4001
  "stroke": {
4002
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
4002
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
4003
4003
  },
4004
4004
  "strokeOpacity": {
4005
4005
  "$ref": "#/definitions/VisualType<number>"
@@ -4118,7 +4118,7 @@
4118
4118
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
4119
4119
  },
4120
4120
  "stroke": {
4121
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
4121
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
4122
4122
  },
4123
4123
  "strokeOpacity": {
4124
4124
  "$ref": "#/definitions/VisualType<number>"
@@ -4246,7 +4246,7 @@
4246
4246
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
4247
4247
  },
4248
4248
  "stroke": {
4249
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
4249
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
4250
4250
  },
4251
4251
  "strokeOpacity": {
4252
4252
  "$ref": "#/definitions/VisualType<number>"
@@ -4371,7 +4371,7 @@
4371
4371
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
4372
4372
  },
4373
4373
  "stroke": {
4374
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
4374
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
4375
4375
  },
4376
4376
  "strokeOpacity": {
4377
4377
  "$ref": "#/definitions/VisualType<number>"
@@ -4496,7 +4496,7 @@
4496
4496
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
4497
4497
  },
4498
4498
  "stroke": {
4499
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
4499
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
4500
4500
  },
4501
4501
  "strokeOpacity": {
4502
4502
  "$ref": "#/definitions/VisualType<number>"
@@ -4621,7 +4621,7 @@
4621
4621
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
4622
4622
  },
4623
4623
  "stroke": {
4624
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
4624
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
4625
4625
  },
4626
4626
  "strokeOpacity": {
4627
4627
  "$ref": "#/definitions/VisualType<number>"
@@ -4669,148 +4669,6 @@
4669
4669
  },
4670
4670
  "type": "object"
4671
4671
  },
4672
- "ConvertToMarkStyleSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>": {
4673
- "anyOf": [
4674
- {
4675
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>",
4676
- "description": "style格式转换"
4677
- },
4678
- {
4679
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
4680
- "description": "style格式转换"
4681
- },
4682
- {
4683
- "$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>",
4684
- "description": "style格式转换"
4685
- },
4686
- {
4687
- "$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>_1",
4688
- "description": "style格式转换"
4689
- },
4690
- {
4691
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>",
4692
- "description": "style格式转换"
4693
- },
4694
- {
4695
- "$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>",
4696
- "description": "style格式转换"
4697
- },
4698
- {
4699
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
4700
- "description": "style格式转换"
4701
- },
4702
- {
4703
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>",
4704
- "description": "style格式转换"
4705
- },
4706
- {
4707
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>",
4708
- "description": "style格式转换"
4709
- },
4710
- {
4711
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>",
4712
- "description": "style格式转换"
4713
- },
4714
- {
4715
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>",
4716
- "description": "style格式转换"
4717
- },
4718
- {
4719
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>",
4720
- "description": "style格式转换"
4721
- },
4722
- {
4723
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>",
4724
- "description": "style格式转换"
4725
- },
4726
- {
4727
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>",
4728
- "description": "style格式转换"
4729
- },
4730
- {
4731
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>",
4732
- "description": "style格式转换"
4733
- },
4734
- {
4735
- "$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>",
4736
- "description": "style格式转换"
4737
- }
4738
- ],
4739
- "description": "style格式转换"
4740
- },
4741
- "ConvertToMarkStyleSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>": {
4742
- "anyOf": [
4743
- {
4744
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>_1",
4745
- "description": "style格式转换"
4746
- },
4747
- {
4748
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>_1",
4749
- "description": "style格式转换"
4750
- },
4751
- {
4752
- "$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>_1",
4753
- "description": "style格式转换"
4754
- },
4755
- {
4756
- "$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>_2",
4757
- "description": "style格式转换"
4758
- },
4759
- {
4760
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>_1",
4761
- "description": "style格式转换"
4762
- },
4763
- {
4764
- "$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>_1",
4765
- "description": "style格式转换"
4766
- },
4767
- {
4768
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>_1",
4769
- "description": "style格式转换"
4770
- },
4771
- {
4772
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>_1",
4773
- "description": "style格式转换"
4774
- },
4775
- {
4776
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>_1",
4777
- "description": "style格式转换"
4778
- },
4779
- {
4780
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>_1",
4781
- "description": "style格式转换"
4782
- },
4783
- {
4784
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>_1",
4785
- "description": "style格式转换"
4786
- },
4787
- {
4788
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>_1",
4789
- "description": "style格式转换"
4790
- },
4791
- {
4792
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>_1",
4793
- "description": "style格式转换"
4794
- },
4795
- {
4796
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>_1",
4797
- "description": "style格式转换"
4798
- },
4799
- {
4800
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>_1",
4801
- "description": "style格式转换"
4802
- },
4803
- {
4804
- "$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>_1",
4805
- "description": "style格式转换"
4806
- },
4807
- {
4808
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IGroupMarkSpec>",
4809
- "description": "style格式转换"
4810
- }
4811
- ],
4812
- "description": "style格式转换"
4813
- },
4814
4672
  "ConvertToMarkStyleSpec<IRuleMarkSpec>": {
4815
4673
  "description": "style格式转换",
4816
4674
  "properties": {
@@ -4899,7 +4757,7 @@
4899
4757
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
4900
4758
  },
4901
4759
  "stroke": {
4902
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
4760
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
4903
4761
  },
4904
4762
  "strokeBoundsBuffer": {
4905
4763
  "$ref": "#/definitions/VisualType<number>"
@@ -5035,7 +4893,7 @@
5035
4893
  "description": "选择模式,精确模式,粗糙模式(包围盒模式),自定义模式"
5036
4894
  },
5037
4895
  "stroke": {
5038
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
4896
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
5039
4897
  },
5040
4898
  "strokeBoundsBuffer": {
5041
4899
  "$ref": "#/definitions/VisualType<number>"
@@ -5083,6 +4941,148 @@
5083
4941
  },
5084
4942
  "type": "object"
5085
4943
  },
4944
+ "ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>": {
4945
+ "anyOf": [
4946
+ {
4947
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
4948
+ "description": "style格式转换"
4949
+ },
4950
+ {
4951
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>",
4952
+ "description": "style格式转换"
4953
+ },
4954
+ {
4955
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>_1",
4956
+ "description": "style格式转换"
4957
+ },
4958
+ {
4959
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>",
4960
+ "description": "style格式转换"
4961
+ },
4962
+ {
4963
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>",
4964
+ "description": "style格式转换"
4965
+ },
4966
+ {
4967
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>",
4968
+ "description": "style格式转换"
4969
+ },
4970
+ {
4971
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
4972
+ "description": "style格式转换"
4973
+ },
4974
+ {
4975
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>",
4976
+ "description": "style格式转换"
4977
+ },
4978
+ {
4979
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>",
4980
+ "description": "style格式转换"
4981
+ },
4982
+ {
4983
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>",
4984
+ "description": "style格式转换"
4985
+ },
4986
+ {
4987
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>",
4988
+ "description": "style格式转换"
4989
+ },
4990
+ {
4991
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>",
4992
+ "description": "style格式转换"
4993
+ },
4994
+ {
4995
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>",
4996
+ "description": "style格式转换"
4997
+ },
4998
+ {
4999
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>",
5000
+ "description": "style格式转换"
5001
+ },
5002
+ {
5003
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>",
5004
+ "description": "style格式转换"
5005
+ },
5006
+ {
5007
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>",
5008
+ "description": "style格式转换"
5009
+ }
5010
+ ],
5011
+ "description": "style格式转换"
5012
+ },
5013
+ "ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>": {
5014
+ "anyOf": [
5015
+ {
5016
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>_1",
5017
+ "description": "style格式转换"
5018
+ },
5019
+ {
5020
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ILineMarkSpec>_1",
5021
+ "description": "style格式转换"
5022
+ },
5023
+ {
5024
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>_2",
5025
+ "description": "style格式转换"
5026
+ },
5027
+ {
5028
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IPathMarkSpec>_1",
5029
+ "description": "style格式转换"
5030
+ },
5031
+ {
5032
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>_1",
5033
+ "description": "style格式转换"
5034
+ },
5035
+ {
5036
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec>_1",
5037
+ "description": "style格式转换"
5038
+ },
5039
+ {
5040
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>_1",
5041
+ "description": "style格式转换"
5042
+ },
5043
+ {
5044
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IImageMarkSpec>_1",
5045
+ "description": "style格式转换"
5046
+ },
5047
+ {
5048
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>_1",
5049
+ "description": "style格式转换"
5050
+ },
5051
+ {
5052
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IArcMarkSpec>_1",
5053
+ "description": "style格式转换"
5054
+ },
5055
+ {
5056
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>_1",
5057
+ "description": "style格式转换"
5058
+ },
5059
+ {
5060
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>_1",
5061
+ "description": "style格式转换"
5062
+ },
5063
+ {
5064
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IArc3dMarkSpec>_1",
5065
+ "description": "style格式转换"
5066
+ },
5067
+ {
5068
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>_1",
5069
+ "description": "style格式转换"
5070
+ },
5071
+ {
5072
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>_1",
5073
+ "description": "style格式转换"
5074
+ },
5075
+ {
5076
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>_1",
5077
+ "description": "style格式转换"
5078
+ },
5079
+ {
5080
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IGroupMarkSpec>",
5081
+ "description": "style格式转换"
5082
+ }
5083
+ ],
5084
+ "description": "style格式转换"
5085
+ },
5086
5086
  "ConvertToMarkStyleSpec<ISymbolMarkSpec>": {
5087
5087
  "description": "style格式转换",
5088
5088
  "properties": {
@@ -5172,7 +5172,7 @@
5172
5172
  "$ref": "#/definitions/VisualType<number|number[]>"
5173
5173
  },
5174
5174
  "stroke": {
5175
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
5175
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
5176
5176
  },
5177
5177
  "strokeOpacity": {
5178
5178
  "$ref": "#/definitions/VisualType<number>"
@@ -5304,7 +5304,7 @@
5304
5304
  "$ref": "#/definitions/VisualType<number|number[]>"
5305
5305
  },
5306
5306
  "stroke": {
5307
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
5307
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
5308
5308
  },
5309
5309
  "strokeOpacity": {
5310
5310
  "$ref": "#/definitions/VisualType<number>"
@@ -5464,7 +5464,7 @@
5464
5464
  "description": "poptip 相关配置"
5465
5465
  },
5466
5466
  "stroke": {
5467
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
5467
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
5468
5468
  },
5469
5469
  "strokeOpacity": {
5470
5470
  "$ref": "#/definitions/VisualType<number>"
@@ -5636,7 +5636,7 @@
5636
5636
  "description": "poptip 相关配置"
5637
5637
  },
5638
5638
  "stroke": {
5639
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
5639
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
5640
5640
  },
5641
5641
  "strokeOpacity": {
5642
5642
  "$ref": "#/definitions/VisualType<number>"
@@ -5808,7 +5808,7 @@
5808
5808
  "description": "poptip 相关配置"
5809
5809
  },
5810
5810
  "stroke": {
5811
- "$ref": "#/definitions/VisualType<string|IColorKey|IGradient>"
5811
+ "$ref": "#/definitions/VisualType<string|false|IColorKey|IGradient>"
5812
5812
  },
5813
5813
  "strokeOpacity": {
5814
5814
  "$ref": "#/definitions/VisualType<number>"
@@ -6247,7 +6247,7 @@
6247
6247
  "dataViewMap": {
6248
6248
  "additionalProperties": false,
6249
6249
  "patternProperties": {
6250
- "^[0-9]+$": {
6250
+ "^[a-zA-Z0-9]+$": {
6251
6251
  "$ref": "#/definitions/DataView"
6252
6252
  }
6253
6253
  },
@@ -6467,7 +6467,7 @@
6467
6467
  "all": {
6468
6468
  "additionalProperties": false,
6469
6469
  "patternProperties": {
6470
- "^[0-9]+$": {
6470
+ "^[a-zA-Z0-9]+$": {
6471
6471
  "$ref": "#/definitions/Element"
6472
6472
  }
6473
6473
  },
@@ -6482,7 +6482,7 @@
6482
6482
  "applets": {
6483
6483
  "additionalProperties": false,
6484
6484
  "patternProperties": {
6485
- "^[0-9]+$": {
6485
+ "^[a-zA-Z0-9]+$": {
6486
6486
  "$ref": "#/definitions/Element"
6487
6487
  }
6488
6488
  },
@@ -6515,7 +6515,7 @@
6515
6515
  "children": {
6516
6516
  "additionalProperties": false,
6517
6517
  "patternProperties": {
6518
- "^[0-9]+$": {
6518
+ "^[a-zA-Z0-9]+$": {
6519
6519
  "$ref": "#/definitions/Element"
6520
6520
  }
6521
6521
  },
@@ -6583,7 +6583,7 @@
6583
6583
  "items": {
6584
6584
  "additionalProperties": false,
6585
6585
  "patternProperties": {
6586
- "^[0-9]+$": {
6586
+ "^[a-zA-Z0-9]+$": {
6587
6587
  "$ref": "#/definitions/Element"
6588
6588
  }
6589
6589
  },
@@ -7009,7 +7009,7 @@
7009
7009
  "styleSheets": {
7010
7010
  "additionalProperties": false,
7011
7011
  "patternProperties": {
7012
- "^[0-9]+$": {
7012
+ "^[a-zA-Z0-9]+$": {
7013
7013
  "$ref": "#/definitions/CSSStyleSheet"
7014
7014
  }
7015
7015
  },
@@ -7618,7 +7618,7 @@
7618
7618
  "attributes": {
7619
7619
  "additionalProperties": false,
7620
7620
  "patternProperties": {
7621
- "^[0-9]+$": {
7621
+ "^[a-zA-Z0-9]+$": {
7622
7622
  "$ref": "#/definitions/Attr"
7623
7623
  }
7624
7624
  },
@@ -7639,7 +7639,7 @@
7639
7639
  "children": {
7640
7640
  "additionalProperties": false,
7641
7641
  "patternProperties": {
7642
- "^[0-9]+$": {
7642
+ "^[a-zA-Z0-9]+$": {
7643
7643
  "$ref": "#/definitions/Element"
7644
7644
  }
7645
7645
  },
@@ -7648,7 +7648,7 @@
7648
7648
  "classList": {
7649
7649
  "additionalProperties": false,
7650
7650
  "patternProperties": {
7651
- "^[0-9]+$": {
7651
+ "^[a-zA-Z0-9]+$": {
7652
7652
  "type": "string"
7653
7653
  }
7654
7654
  },
@@ -7732,7 +7732,7 @@
7732
7732
  "part": {
7733
7733
  "additionalProperties": false,
7734
7734
  "patternProperties": {
7735
- "^[0-9]+$": {
7735
+ "^[a-zA-Z0-9]+$": {
7736
7736
  "type": "string"
7737
7737
  }
7738
7738
  },
@@ -8262,7 +8262,7 @@
8262
8262
  "attributes": {
8263
8263
  "additionalProperties": false,
8264
8264
  "patternProperties": {
8265
- "^[0-9]+$": {
8265
+ "^[a-zA-Z0-9]+$": {
8266
8266
  "$ref": "#/definitions/Attr"
8267
8267
  }
8268
8268
  },
@@ -8292,7 +8292,7 @@
8292
8292
  "children": {
8293
8293
  "additionalProperties": false,
8294
8294
  "patternProperties": {
8295
- "^[0-9]+$": {
8295
+ "^[a-zA-Z0-9]+$": {
8296
8296
  "$ref": "#/definitions/Element"
8297
8297
  }
8298
8298
  },
@@ -8301,7 +8301,7 @@
8301
8301
  "classList": {
8302
8302
  "additionalProperties": false,
8303
8303
  "patternProperties": {
8304
- "^[0-9]+$": {
8304
+ "^[a-zA-Z0-9]+$": {
8305
8305
  "type": "string"
8306
8306
  }
8307
8307
  },
@@ -8748,7 +8748,7 @@
8748
8748
  "part": {
8749
8749
  "additionalProperties": false,
8750
8750
  "patternProperties": {
8751
- "^[0-9]+$": {
8751
+ "^[a-zA-Z0-9]+$": {
8752
8752
  "type": "string"
8753
8753
  }
8754
8754
  },
@@ -8787,7 +8787,7 @@
8787
8787
  "relList": {
8788
8788
  "additionalProperties": false,
8789
8789
  "patternProperties": {
8790
- "^[0-9]+$": {
8790
+ "^[a-zA-Z0-9]+$": {
8791
8791
  "type": "string"
8792
8792
  }
8793
8793
  },
@@ -8829,7 +8829,7 @@
8829
8829
  "style": {
8830
8830
  "additionalProperties": false,
8831
8831
  "patternProperties": {
8832
- "^[0-9]+$": {
8832
+ "^[a-zA-Z0-9]+$": {
8833
8833
  "type": "string"
8834
8834
  }
8835
8835
  },
@@ -9298,7 +9298,7 @@
9298
9298
  "attributes": {
9299
9299
  "additionalProperties": false,
9300
9300
  "patternProperties": {
9301
- "^[0-9]+$": {
9301
+ "^[a-zA-Z0-9]+$": {
9302
9302
  "$ref": "#/definitions/Attr"
9303
9303
  }
9304
9304
  },
@@ -9325,7 +9325,7 @@
9325
9325
  "children": {
9326
9326
  "additionalProperties": false,
9327
9327
  "patternProperties": {
9328
- "^[0-9]+$": {
9328
+ "^[a-zA-Z0-9]+$": {
9329
9329
  "$ref": "#/definitions/Element"
9330
9330
  }
9331
9331
  },
@@ -9334,7 +9334,7 @@
9334
9334
  "classList": {
9335
9335
  "additionalProperties": false,
9336
9336
  "patternProperties": {
9337
- "^[0-9]+$": {
9337
+ "^[a-zA-Z0-9]+$": {
9338
9338
  "type": "string"
9339
9339
  }
9340
9340
  },
@@ -9778,7 +9778,7 @@
9778
9778
  "part": {
9779
9779
  "additionalProperties": false,
9780
9780
  "patternProperties": {
9781
- "^[0-9]+$": {
9781
+ "^[a-zA-Z0-9]+$": {
9782
9782
  "type": "string"
9783
9783
  }
9784
9784
  },
@@ -9817,7 +9817,7 @@
9817
9817
  "relList": {
9818
9818
  "additionalProperties": false,
9819
9819
  "patternProperties": {
9820
- "^[0-9]+$": {
9820
+ "^[a-zA-Z0-9]+$": {
9821
9821
  "type": "string"
9822
9822
  }
9823
9823
  },
@@ -9856,7 +9856,7 @@
9856
9856
  "style": {
9857
9857
  "additionalProperties": false,
9858
9858
  "patternProperties": {
9859
- "^[0-9]+$": {
9859
+ "^[a-zA-Z0-9]+$": {
9860
9860
  "type": "string"
9861
9861
  }
9862
9862
  },
@@ -10312,7 +10312,7 @@
10312
10312
  "attributes": {
10313
10313
  "additionalProperties": false,
10314
10314
  "patternProperties": {
10315
- "^[0-9]+$": {
10315
+ "^[a-zA-Z0-9]+$": {
10316
10316
  "$ref": "#/definitions/Attr"
10317
10317
  }
10318
10318
  },
@@ -10339,7 +10339,7 @@
10339
10339
  "children": {
10340
10340
  "additionalProperties": false,
10341
10341
  "patternProperties": {
10342
- "^[0-9]+$": {
10342
+ "^[a-zA-Z0-9]+$": {
10343
10343
  "$ref": "#/definitions/Element"
10344
10344
  }
10345
10345
  },
@@ -10348,7 +10348,7 @@
10348
10348
  "classList": {
10349
10349
  "additionalProperties": false,
10350
10350
  "patternProperties": {
10351
- "^[0-9]+$": {
10351
+ "^[a-zA-Z0-9]+$": {
10352
10352
  "type": "string"
10353
10353
  }
10354
10354
  },
@@ -10771,7 +10771,7 @@
10771
10771
  "part": {
10772
10772
  "additionalProperties": false,
10773
10773
  "patternProperties": {
10774
- "^[0-9]+$": {
10774
+ "^[a-zA-Z0-9]+$": {
10775
10775
  "type": "string"
10776
10776
  }
10777
10777
  },
@@ -10813,7 +10813,7 @@
10813
10813
  "style": {
10814
10814
  "additionalProperties": false,
10815
10815
  "patternProperties": {
10816
- "^[0-9]+$": {
10816
+ "^[a-zA-Z0-9]+$": {
10817
10817
  "type": "string"
10818
10818
  }
10819
10819
  },
@@ -11247,7 +11247,7 @@
11247
11247
  "attributes": {
11248
11248
  "additionalProperties": false,
11249
11249
  "patternProperties": {
11250
- "^[0-9]+$": {
11250
+ "^[a-zA-Z0-9]+$": {
11251
11251
  "$ref": "#/definitions/Attr"
11252
11252
  }
11253
11253
  },
@@ -11274,7 +11274,7 @@
11274
11274
  "children": {
11275
11275
  "additionalProperties": false,
11276
11276
  "patternProperties": {
11277
- "^[0-9]+$": {
11277
+ "^[a-zA-Z0-9]+$": {
11278
11278
  "$ref": "#/definitions/Element"
11279
11279
  }
11280
11280
  },
@@ -11283,7 +11283,7 @@
11283
11283
  "classList": {
11284
11284
  "additionalProperties": false,
11285
11285
  "patternProperties": {
11286
- "^[0-9]+$": {
11286
+ "^[a-zA-Z0-9]+$": {
11287
11287
  "type": "string"
11288
11288
  }
11289
11289
  },
@@ -11703,7 +11703,7 @@
11703
11703
  "part": {
11704
11704
  "additionalProperties": false,
11705
11705
  "patternProperties": {
11706
- "^[0-9]+$": {
11706
+ "^[a-zA-Z0-9]+$": {
11707
11707
  "type": "string"
11708
11708
  }
11709
11709
  },
@@ -11745,7 +11745,7 @@
11745
11745
  "style": {
11746
11746
  "additionalProperties": false,
11747
11747
  "patternProperties": {
11748
- "^[0-9]+$": {
11748
+ "^[a-zA-Z0-9]+$": {
11749
11749
  "type": "string"
11750
11750
  }
11751
11751
  },
@@ -12177,7 +12177,7 @@
12177
12177
  "attributes": {
12178
12178
  "additionalProperties": false,
12179
12179
  "patternProperties": {
12180
- "^[0-9]+$": {
12180
+ "^[a-zA-Z0-9]+$": {
12181
12181
  "$ref": "#/definitions/Attr"
12182
12182
  }
12183
12183
  },
@@ -12204,7 +12204,7 @@
12204
12204
  "children": {
12205
12205
  "additionalProperties": false,
12206
12206
  "patternProperties": {
12207
- "^[0-9]+$": {
12207
+ "^[a-zA-Z0-9]+$": {
12208
12208
  "$ref": "#/definitions/Element"
12209
12209
  }
12210
12210
  },
@@ -12213,7 +12213,7 @@
12213
12213
  "classList": {
12214
12214
  "additionalProperties": false,
12215
12215
  "patternProperties": {
12216
- "^[0-9]+$": {
12216
+ "^[a-zA-Z0-9]+$": {
12217
12217
  "type": "string"
12218
12218
  }
12219
12219
  },
@@ -12639,7 +12639,7 @@
12639
12639
  "part": {
12640
12640
  "additionalProperties": false,
12641
12641
  "patternProperties": {
12642
- "^[0-9]+$": {
12642
+ "^[a-zA-Z0-9]+$": {
12643
12643
  "type": "string"
12644
12644
  }
12645
12645
  },
@@ -12684,7 +12684,7 @@
12684
12684
  "style": {
12685
12685
  "additionalProperties": false,
12686
12686
  "patternProperties": {
12687
- "^[0-9]+$": {
12687
+ "^[a-zA-Z0-9]+$": {
12688
12688
  "type": "string"
12689
12689
  }
12690
12690
  },
@@ -13125,7 +13125,7 @@
13125
13125
  "attributes": {
13126
13126
  "additionalProperties": false,
13127
13127
  "patternProperties": {
13128
- "^[0-9]+$": {
13128
+ "^[a-zA-Z0-9]+$": {
13129
13129
  "$ref": "#/definitions/Attr"
13130
13130
  }
13131
13131
  },
@@ -13152,7 +13152,7 @@
13152
13152
  "children": {
13153
13153
  "additionalProperties": false,
13154
13154
  "patternProperties": {
13155
- "^[0-9]+$": {
13155
+ "^[a-zA-Z0-9]+$": {
13156
13156
  "$ref": "#/definitions/Element"
13157
13157
  }
13158
13158
  },
@@ -13161,7 +13161,7 @@
13161
13161
  "classList": {
13162
13162
  "additionalProperties": false,
13163
13163
  "patternProperties": {
13164
- "^[0-9]+$": {
13164
+ "^[a-zA-Z0-9]+$": {
13165
13165
  "type": "string"
13166
13166
  }
13167
13167
  },
@@ -13581,7 +13581,7 @@
13581
13581
  "part": {
13582
13582
  "additionalProperties": false,
13583
13583
  "patternProperties": {
13584
- "^[0-9]+$": {
13584
+ "^[a-zA-Z0-9]+$": {
13585
13585
  "type": "string"
13586
13586
  }
13587
13587
  },
@@ -13623,7 +13623,7 @@
13623
13623
  "style": {
13624
13624
  "additionalProperties": false,
13625
13625
  "patternProperties": {
13626
- "^[0-9]+$": {
13626
+ "^[a-zA-Z0-9]+$": {
13627
13627
  "type": "string"
13628
13628
  }
13629
13629
  },
@@ -14058,7 +14058,7 @@
14058
14058
  "attributes": {
14059
14059
  "additionalProperties": false,
14060
14060
  "patternProperties": {
14061
- "^[0-9]+$": {
14061
+ "^[a-zA-Z0-9]+$": {
14062
14062
  "$ref": "#/definitions/Attr"
14063
14063
  }
14064
14064
  },
@@ -14088,7 +14088,7 @@
14088
14088
  "children": {
14089
14089
  "additionalProperties": false,
14090
14090
  "patternProperties": {
14091
- "^[0-9]+$": {
14091
+ "^[a-zA-Z0-9]+$": {
14092
14092
  "$ref": "#/definitions/Element"
14093
14093
  }
14094
14094
  },
@@ -14097,7 +14097,7 @@
14097
14097
  "classList": {
14098
14098
  "additionalProperties": false,
14099
14099
  "patternProperties": {
14100
- "^[0-9]+$": {
14100
+ "^[a-zA-Z0-9]+$": {
14101
14101
  "type": "string"
14102
14102
  }
14103
14103
  },
@@ -14565,7 +14565,7 @@
14565
14565
  "part": {
14566
14566
  "additionalProperties": false,
14567
14567
  "patternProperties": {
14568
- "^[0-9]+$": {
14568
+ "^[a-zA-Z0-9]+$": {
14569
14569
  "type": "string"
14570
14570
  }
14571
14571
  },
@@ -14619,7 +14619,7 @@
14619
14619
  "style": {
14620
14620
  "additionalProperties": false,
14621
14621
  "patternProperties": {
14622
- "^[0-9]+$": {
14622
+ "^[a-zA-Z0-9]+$": {
14623
14623
  "type": "string"
14624
14624
  }
14625
14625
  },
@@ -15101,7 +15101,7 @@
15101
15101
  "attributes": {
15102
15102
  "additionalProperties": false,
15103
15103
  "patternProperties": {
15104
- "^[0-9]+$": {
15104
+ "^[a-zA-Z0-9]+$": {
15105
15105
  "$ref": "#/definitions/Attr"
15106
15106
  }
15107
15107
  },
@@ -15131,7 +15131,7 @@
15131
15131
  "children": {
15132
15132
  "additionalProperties": false,
15133
15133
  "patternProperties": {
15134
- "^[0-9]+$": {
15134
+ "^[a-zA-Z0-9]+$": {
15135
15135
  "$ref": "#/definitions/Element"
15136
15136
  }
15137
15137
  },
@@ -15140,7 +15140,7 @@
15140
15140
  "classList": {
15141
15141
  "additionalProperties": false,
15142
15142
  "patternProperties": {
15143
- "^[0-9]+$": {
15143
+ "^[a-zA-Z0-9]+$": {
15144
15144
  "type": "string"
15145
15145
  }
15146
15146
  },
@@ -15578,7 +15578,7 @@
15578
15578
  "part": {
15579
15579
  "additionalProperties": false,
15580
15580
  "patternProperties": {
15581
- "^[0-9]+$": {
15581
+ "^[a-zA-Z0-9]+$": {
15582
15582
  "type": "string"
15583
15583
  }
15584
15584
  },
@@ -15626,7 +15626,7 @@
15626
15626
  "style": {
15627
15627
  "additionalProperties": false,
15628
15628
  "patternProperties": {
15629
- "^[0-9]+$": {
15629
+ "^[a-zA-Z0-9]+$": {
15630
15630
  "type": "string"
15631
15631
  }
15632
15632
  },
@@ -16073,7 +16073,7 @@
16073
16073
  "attributes": {
16074
16074
  "additionalProperties": false,
16075
16075
  "patternProperties": {
16076
- "^[0-9]+$": {
16076
+ "^[a-zA-Z0-9]+$": {
16077
16077
  "$ref": "#/definitions/Attr"
16078
16078
  }
16079
16079
  },
@@ -16100,7 +16100,7 @@
16100
16100
  "children": {
16101
16101
  "additionalProperties": false,
16102
16102
  "patternProperties": {
16103
- "^[0-9]+$": {
16103
+ "^[a-zA-Z0-9]+$": {
16104
16104
  "$ref": "#/definitions/Element"
16105
16105
  }
16106
16106
  },
@@ -16109,7 +16109,7 @@
16109
16109
  "classList": {
16110
16110
  "additionalProperties": false,
16111
16111
  "patternProperties": {
16112
- "^[0-9]+$": {
16112
+ "^[a-zA-Z0-9]+$": {
16113
16113
  "type": "string"
16114
16114
  }
16115
16115
  },
@@ -16532,7 +16532,7 @@
16532
16532
  "part": {
16533
16533
  "additionalProperties": false,
16534
16534
  "patternProperties": {
16535
- "^[0-9]+$": {
16535
+ "^[a-zA-Z0-9]+$": {
16536
16536
  "type": "string"
16537
16537
  }
16538
16538
  },
@@ -16574,7 +16574,7 @@
16574
16574
  "style": {
16575
16575
  "additionalProperties": false,
16576
16576
  "patternProperties": {
16577
- "^[0-9]+$": {
16577
+ "^[a-zA-Z0-9]+$": {
16578
16578
  "type": "string"
16579
16579
  }
16580
16580
  },
@@ -17311,6 +17311,10 @@
17311
17311
  {
17312
17312
  "$ref": "#/definitions/IGradientConical"
17313
17313
  },
17314
+ {
17315
+ "const": false,
17316
+ "type": "boolean"
17317
+ },
17314
17318
  {
17315
17319
  "type": "string"
17316
17320
  }
@@ -17437,26 +17441,38 @@
17437
17441
  },
17438
17442
  "IArcLabelSpec": {
17439
17443
  "properties": {
17444
+ "animation": {
17445
+ "anyOf": [
17446
+ {
17447
+ "$ref": "#/definitions/ILabelAnimation"
17448
+ },
17449
+ {
17450
+ "const": false,
17451
+ "type": "boolean"
17452
+ }
17453
+ ],
17454
+ "description": "动画配置"
17455
+ },
17440
17456
  "coverEnable": {
17441
17457
  "default": false,
17442
17458
  "description": "是否允许标签重叠",
17443
17459
  "type": "boolean"
17444
17460
  },
17445
- "id": {
17446
- "$ref": "#/definitions/StringOrNumber",
17447
- "description": "用户id"
17461
+ "customLayoutFunc": {
17462
+ "typeof": "function"
17448
17463
  },
17449
- "interactive": {
17450
- "description": "是否响应交互",
17451
- "type": "boolean"
17464
+ "customOverlapFunc": {
17465
+ "typeof": "function"
17452
17466
  },
17453
- "large": {
17454
- "description": "是否开启大数据渲染模式,开启后会降低渲染的精度",
17455
- "type": "boolean"
17467
+ "dataFilter": {
17468
+ "typeof": "function"
17456
17469
  },
17457
- "largeThreshold": {
17458
- "description": "开启大数据渲染优化的阀值,对应的是data的长度;推荐 largeThreshold < progressiveThreshold",
17459
- "type": "number"
17470
+ "formatMethod": {
17471
+ "typeof": "function"
17472
+ },
17473
+ "interactive": {
17474
+ "description": "是否支持交互。@default false",
17475
+ "type": "boolean"
17460
17476
  },
17461
17477
  "layout": {
17462
17478
  "$ref": "#/definitions/IArcLabelLayoutSpec",
@@ -17471,6 +17487,22 @@
17471
17487
  "$ref": "#/definitions/IArcLabelLineSpec",
17472
17488
  "description": "标签引导线样式"
17473
17489
  },
17490
+ "offset": {
17491
+ "description": "标签与其对应数据图元的间距",
17492
+ "type": "number"
17493
+ },
17494
+ "overlap": {
17495
+ "anyOf": [
17496
+ {
17497
+ "$ref": "#/definitions/OverlapAttrs"
17498
+ },
17499
+ {
17500
+ "const": false,
17501
+ "type": "boolean"
17502
+ }
17503
+ ],
17504
+ "description": "标签防重叠配置"
17505
+ },
17474
17506
  "position": {
17475
17507
  "default": "'outside'",
17476
17508
  "description": "标签布局方式",
@@ -17480,14 +17512,6 @@
17480
17512
  ],
17481
17513
  "type": "string"
17482
17514
  },
17483
- "progressiveStep": {
17484
- "description": "分片长度",
17485
- "type": "number"
17486
- },
17487
- "progressiveThreshold": {
17488
- "description": "开启分片渲染的阀值,对应的是单系列data的长度",
17489
- "type": "number"
17490
- },
17491
17515
  "rotate": {
17492
17516
  "default": true,
17493
17517
  "description": "是否允许标签旋转",
@@ -17505,33 +17529,33 @@
17505
17529
  ],
17506
17530
  "type": "string"
17507
17531
  },
17532
+ "smartInvert": {
17533
+ "anyOf": [
17534
+ {
17535
+ "$ref": "#/definitions/SmartInvertAttrs"
17536
+ },
17537
+ {
17538
+ "const": false,
17539
+ "type": "boolean"
17540
+ }
17541
+ ],
17542
+ "description": "标签智能反色配置"
17543
+ },
17508
17544
  "spaceWidth": {
17509
17545
  "default": 5,
17510
17546
  "description": "文字与引导线间隔宽度",
17511
17547
  "type": "number"
17512
17548
  },
17513
17549
  "state": {
17514
- "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<ITextMarkSpec>|IMarkStateSpec<ITextMarkSpec>>",
17515
- "description": "不同状态下的样式配置"
17550
+ "typeof": "function"
17516
17551
  },
17517
17552
  "style": {
17518
- "additionalProperties": false,
17519
- "description": "标签文字样式",
17520
- "patternProperties": {
17521
- "^[0-9]+$": {}
17522
- },
17523
- "type": "object"
17524
- },
17525
- "support3d": {
17526
- "type": "boolean"
17553
+ "$ref": "#/definitions/ITextMarkSpec",
17554
+ "description": "标签文字样式"
17527
17555
  },
17528
17556
  "visible": {
17529
- "description": "mark 层 是否显示配置",
17557
+ "description": "默认不显示标签",
17530
17558
  "type": "boolean"
17531
- },
17532
- "zIndex": {
17533
- "description": "与其他mark元素的层级",
17534
- "type": "number"
17535
17559
  }
17536
17560
  },
17537
17561
  "type": "object"
@@ -17734,6 +17758,10 @@
17734
17758
  {
17735
17759
  "$ref": "#/definitions/IGradientConical"
17736
17760
  },
17761
+ {
17762
+ "const": false,
17763
+ "type": "boolean"
17764
+ },
17737
17765
  {
17738
17766
  "type": "string"
17739
17767
  }
@@ -17988,7 +18016,7 @@
17988
18016
  },
17989
18017
  "invalidType": {
17990
18018
  "$ref": "#/definitions/IInvalidType",
17991
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
18019
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
17992
18020
  "description": "null,undefined等非法数据点连接方式。"
17993
18021
  },
17994
18022
  "large": {
@@ -18163,6 +18191,11 @@
18163
18191
  "$ref": "#/definitions/ITooltipSpec",
18164
18192
  "description": "tooltip配置"
18165
18193
  },
18194
+ "totalLabel": {
18195
+ "$ref": "#/definitions/ITotalLabelSpec",
18196
+ "description": "堆叠汇总标签",
18197
+ "since": "1.3.0"
18198
+ },
18166
18199
  "type": {
18167
18200
  "const": "area",
18168
18201
  "description": "图表类型",
@@ -18397,6 +18430,10 @@
18397
18430
  {
18398
18431
  "$ref": "#/definitions/IGradientConical"
18399
18432
  },
18433
+ {
18434
+ "const": false,
18435
+ "type": "boolean"
18436
+ },
18400
18437
  {
18401
18438
  "type": "string"
18402
18439
  }
@@ -18653,7 +18690,7 @@
18653
18690
  },
18654
18691
  "invalidType": {
18655
18692
  "$ref": "#/definitions/IInvalidType",
18656
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
18693
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
18657
18694
  "description": "null,undefined等非法数据点连接方式。"
18658
18695
  },
18659
18696
  "large": {
@@ -18749,6 +18786,11 @@
18749
18786
  "$ref": "#/definitions/ITooltipSpec",
18750
18787
  "description": "提示信息"
18751
18788
  },
18789
+ "totalLabel": {
18790
+ "$ref": "#/definitions/ITotalLabelSpec",
18791
+ "description": "堆叠汇总标签",
18792
+ "since": "1.3.0"
18793
+ },
18752
18794
  "type": {
18753
18795
  "const": "area",
18754
18796
  "description": "系列类型",
@@ -18874,7 +18916,7 @@
18874
18916
  "style": {
18875
18917
  "additionalProperties": false,
18876
18918
  "patternProperties": {
18877
- "^[0-9]+$": {}
18919
+ "^[a-zA-Z0-9]+$": {}
18878
18920
  },
18879
18921
  "type": "object"
18880
18922
  },
@@ -18889,7 +18931,7 @@
18889
18931
  "style": {
18890
18932
  "additionalProperties": false,
18891
18933
  "patternProperties": {
18892
- "^[0-9]+$": {}
18934
+ "^[a-zA-Z0-9]+$": {}
18893
18935
  },
18894
18936
  "type": "object"
18895
18937
  },
@@ -18915,7 +18957,7 @@
18915
18957
  "additionalProperties": false,
18916
18958
  "description": "style格式转换",
18917
18959
  "patternProperties": {
18918
- "^[0-9]+$": {}
18960
+ "^[a-zA-Z0-9]+$": {}
18919
18961
  },
18920
18962
  "type": "object"
18921
18963
  },
@@ -19213,7 +19255,7 @@
19213
19255
  },
19214
19256
  "invalidType": {
19215
19257
  "$ref": "#/definitions/IInvalidType",
19216
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
19258
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
19217
19259
  "description": "null,undefined等非法数据点连接方式。"
19218
19260
  },
19219
19261
  "label": {
@@ -19380,6 +19422,11 @@
19380
19422
  "$ref": "#/definitions/ITooltipSpec",
19381
19423
  "description": "tooltip配置"
19382
19424
  },
19425
+ "totalLabel": {
19426
+ "$ref": "#/definitions/ITotalLabelSpec",
19427
+ "description": "堆叠汇总标签",
19428
+ "since": "1.3.0"
19429
+ },
19383
19430
  "type": {
19384
19431
  "const": "bar3d",
19385
19432
  "description": "图表类型",
@@ -19706,7 +19753,7 @@
19706
19753
  },
19707
19754
  "invalidType": {
19708
19755
  "$ref": "#/definitions/IInvalidType",
19709
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
19756
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
19710
19757
  "description": "null,undefined等非法数据点连接方式。"
19711
19758
  },
19712
19759
  "label": {
@@ -19873,6 +19920,11 @@
19873
19920
  "$ref": "#/definitions/ITooltipSpec",
19874
19921
  "description": "tooltip配置"
19875
19922
  },
19923
+ "totalLabel": {
19924
+ "$ref": "#/definitions/ITotalLabelSpec",
19925
+ "description": "堆叠汇总标签",
19926
+ "since": "1.3.0"
19927
+ },
19876
19928
  "type": {
19877
19929
  "const": "bar",
19878
19930
  "description": "图表类型",
@@ -20106,7 +20158,7 @@
20106
20158
  },
20107
20159
  "invalidType": {
20108
20160
  "$ref": "#/definitions/IInvalidType",
20109
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
20161
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
20110
20162
  "description": "null,undefined等非法数据点连接方式。"
20111
20163
  },
20112
20164
  "label": {
@@ -20194,6 +20246,11 @@
20194
20246
  "$ref": "#/definitions/ITooltipSpec",
20195
20247
  "description": "提示信息"
20196
20248
  },
20249
+ "totalLabel": {
20250
+ "$ref": "#/definitions/ITotalLabelSpec",
20251
+ "description": "堆叠汇总标签",
20252
+ "since": "1.3.0"
20253
+ },
20197
20254
  "type": {
20198
20255
  "const": "bar",
20199
20256
  "description": "系列类型",
@@ -20644,7 +20701,7 @@
20644
20701
  },
20645
20702
  "invalidType": {
20646
20703
  "$ref": "#/definitions/IInvalidType",
20647
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
20704
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
20648
20705
  "description": "null,undefined等非法数据点连接方式。"
20649
20706
  },
20650
20707
  "large": {
@@ -20828,6 +20885,11 @@
20828
20885
  "$ref": "#/definitions/ITooltipSpec",
20829
20886
  "description": "tooltip配置"
20830
20887
  },
20888
+ "totalLabel": {
20889
+ "$ref": "#/definitions/ITotalLabelSpec",
20890
+ "description": "堆叠汇总标签",
20891
+ "since": "1.3.0"
20892
+ },
20831
20893
  "type": {
20832
20894
  "const": "boxPlot",
20833
20895
  "description": "图表类型",
@@ -21032,6 +21094,10 @@
21032
21094
  {
21033
21095
  "$ref": "#/definitions/IGradientConical"
21034
21096
  },
21097
+ {
21098
+ "const": false,
21099
+ "type": "boolean"
21100
+ },
21035
21101
  {
21036
21102
  "type": "string"
21037
21103
  }
@@ -21213,7 +21279,7 @@
21213
21279
  },
21214
21280
  "invalidType": {
21215
21281
  "$ref": "#/definitions/IInvalidType",
21216
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
21282
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
21217
21283
  "description": "null,undefined等非法数据点连接方式。"
21218
21284
  },
21219
21285
  "large": {
@@ -21318,6 +21384,11 @@
21318
21384
  "$ref": "#/definitions/ITooltipSpec",
21319
21385
  "description": "提示信息"
21320
21386
  },
21387
+ "totalLabel": {
21388
+ "$ref": "#/definitions/ITotalLabelSpec",
21389
+ "description": "堆叠汇总标签",
21390
+ "since": "1.3.0"
21391
+ },
21321
21392
  "type": {
21322
21393
  "const": "boxPlot",
21323
21394
  "description": "系列类型",
@@ -22085,7 +22156,7 @@
22085
22156
  },
22086
22157
  "invalidType": {
22087
22158
  "$ref": "#/definitions/IInvalidType",
22088
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
22159
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
22089
22160
  "description": "null,undefined等非法数据点连接方式。"
22090
22161
  },
22091
22162
  "morph": {
@@ -22146,6 +22217,11 @@
22146
22217
  "$ref": "#/definitions/ITooltipSpec",
22147
22218
  "description": "提示信息"
22148
22219
  },
22220
+ "totalLabel": {
22221
+ "$ref": "#/definitions/ITotalLabelSpec",
22222
+ "description": "堆叠汇总标签",
22223
+ "since": "1.3.0"
22224
+ },
22149
22225
  "type": {
22150
22226
  "description": "系列类型",
22151
22227
  "type": "string"
@@ -22440,7 +22516,7 @@
22440
22516
  },
22441
22517
  "invalidType": {
22442
22518
  "$ref": "#/definitions/IInvalidType",
22443
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
22519
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
22444
22520
  "description": "null,undefined等非法数据点连接方式。"
22445
22521
  },
22446
22522
  "label": {
@@ -22587,6 +22663,11 @@
22587
22663
  "$ref": "#/definitions/ITooltipSpec",
22588
22664
  "description": "tooltip配置"
22589
22665
  },
22666
+ "totalLabel": {
22667
+ "$ref": "#/definitions/ITotalLabelSpec",
22668
+ "description": "堆叠汇总标签",
22669
+ "since": "1.3.0"
22670
+ },
22590
22671
  "type": {
22591
22672
  "const": "circlePacking",
22592
22673
  "description": "图表类型",
@@ -22758,7 +22839,7 @@
22758
22839
  },
22759
22840
  "invalidType": {
22760
22841
  "$ref": "#/definitions/IInvalidType",
22761
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
22842
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
22762
22843
  "description": "null,undefined等非法数据点连接方式。"
22763
22844
  },
22764
22845
  "label": {
@@ -22838,6 +22919,11 @@
22838
22919
  "$ref": "#/definitions/ITooltipSpec",
22839
22920
  "description": "提示信息"
22840
22921
  },
22922
+ "totalLabel": {
22923
+ "$ref": "#/definitions/ITotalLabelSpec",
22924
+ "description": "堆叠汇总标签",
22925
+ "since": "1.3.0"
22926
+ },
22841
22927
  "type": {
22842
22928
  "const": "circlePacking",
22843
22929
  "description": "系列类型",
@@ -23153,7 +23239,7 @@
23153
23239
  },
23154
23240
  "invalidType": {
23155
23241
  "$ref": "#/definitions/IInvalidType",
23156
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
23242
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
23157
23243
  "description": "null,undefined等非法数据点连接方式。"
23158
23244
  },
23159
23245
  "layout": {
@@ -23327,6 +23413,11 @@
23327
23413
  "$ref": "#/definitions/ITooltipSpec",
23328
23414
  "description": "tooltip配置"
23329
23415
  },
23416
+ "totalLabel": {
23417
+ "$ref": "#/definitions/ITotalLabelSpec",
23418
+ "description": "堆叠汇总标签",
23419
+ "since": "1.3.0"
23420
+ },
23330
23421
  "track": {
23331
23422
  "$ref": "#/definitions/IMarkSpec<IProgressArcMarkSpec>",
23332
23423
  "description": "背景样式"
@@ -23540,7 +23631,7 @@
23540
23631
  },
23541
23632
  "invalidType": {
23542
23633
  "$ref": "#/definitions/IInvalidType",
23543
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
23634
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
23544
23635
  "description": "null,undefined等非法数据点连接方式。"
23545
23636
  },
23546
23637
  "maxValue": {
@@ -23647,6 +23738,11 @@
23647
23738
  "$ref": "#/definitions/ITooltipSpec",
23648
23739
  "description": "提示信息"
23649
23740
  },
23741
+ "totalLabel": {
23742
+ "$ref": "#/definitions/ITotalLabelSpec",
23743
+ "description": "堆叠汇总标签",
23744
+ "since": "1.3.0"
23745
+ },
23650
23746
  "track": {
23651
23747
  "$ref": "#/definitions/IMarkSpec<IProgressArcMarkSpec>",
23652
23748
  "description": "背景样式"
@@ -24459,6 +24555,11 @@
24459
24555
  "tooltip": {
24460
24556
  "$ref": "#/definitions/ITooltipTheme",
24461
24557
  "description": "tooltip 组件配置"
24558
+ },
24559
+ "totalLabel": {
24560
+ "$ref": "#/definitions/ITotalLabelTheme",
24561
+ "description": "堆叠总计标签配置",
24562
+ "since": "1.3.0"
24462
24563
  }
24463
24564
  },
24464
24565
  "type": "object"
@@ -25128,6 +25229,10 @@
25128
25229
  {
25129
25230
  "$ref": "#/definitions/IGradientConical"
25130
25231
  },
25232
+ {
25233
+ "const": false,
25234
+ "type": "boolean"
25235
+ },
25131
25236
  {
25132
25237
  "type": "string"
25133
25238
  }
@@ -25446,11 +25551,11 @@
25446
25551
  "type": "number"
25447
25552
  },
25448
25553
  "state": {
25449
- "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>|IMarkStateSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>>",
25554
+ "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>>",
25450
25555
  "description": "不同状态下的样式配置"
25451
25556
  },
25452
25557
  "style": {
25453
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>",
25558
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>",
25454
25559
  "description": "默认样式设置"
25455
25560
  },
25456
25561
  "support3d": {
@@ -26363,6 +26468,16 @@
26363
26468
  },
26364
26469
  "height": {
26365
26470
  "anyOf": [
26471
+ {
26472
+ "allOf": [
26473
+ {
26474
+ "typeof": "function"
26475
+ },
26476
+ {
26477
+ "type": "number"
26478
+ }
26479
+ ]
26480
+ },
26366
26481
  {
26367
26482
  "allOf": [
26368
26483
  {
@@ -26440,6 +26555,16 @@
26440
26555
  },
26441
26556
  "maxHeight": {
26442
26557
  "anyOf": [
26558
+ {
26559
+ "allOf": [
26560
+ {
26561
+ "typeof": "function"
26562
+ },
26563
+ {
26564
+ "type": "number"
26565
+ }
26566
+ ]
26567
+ },
26443
26568
  {
26444
26569
  "allOf": [
26445
26570
  {
@@ -26461,6 +26586,16 @@
26461
26586
  },
26462
26587
  "maxWidth": {
26463
26588
  "anyOf": [
26589
+ {
26590
+ "allOf": [
26591
+ {
26592
+ "typeof": "function"
26593
+ },
26594
+ {
26595
+ "type": "number"
26596
+ }
26597
+ ]
26598
+ },
26464
26599
  {
26465
26600
  "allOf": [
26466
26601
  {
@@ -26519,6 +26654,16 @@
26519
26654
  }
26520
26655
  ]
26521
26656
  },
26657
+ {
26658
+ "allOf": [
26659
+ {
26660
+ "typeof": "function"
26661
+ },
26662
+ {
26663
+ "type": "number"
26664
+ }
26665
+ ]
26666
+ },
26522
26667
  {
26523
26668
  "allOf": [
26524
26669
  {
@@ -26594,6 +26739,29 @@
26594
26739
  }
26595
26740
  ]
26596
26741
  },
26742
+ {
26743
+ "allOf": [
26744
+ {
26745
+ "typeof": "function"
26746
+ },
26747
+ {
26748
+ "items": {
26749
+ "type": "number"
26750
+ },
26751
+ "type": "array"
26752
+ }
26753
+ ]
26754
+ },
26755
+ {
26756
+ "allOf": [
26757
+ {
26758
+ "typeof": "function"
26759
+ },
26760
+ {
26761
+ "typeof": "function"
26762
+ }
26763
+ ]
26764
+ },
26597
26765
  {
26598
26766
  "allOf": [
26599
26767
  {
@@ -26821,6 +26989,16 @@
26821
26989
  },
26822
26990
  "width": {
26823
26991
  "anyOf": [
26992
+ {
26993
+ "allOf": [
26994
+ {
26995
+ "typeof": "function"
26996
+ },
26997
+ {
26998
+ "type": "number"
26999
+ }
27000
+ ]
27001
+ },
26824
27002
  {
26825
27003
  "allOf": [
26826
27004
  {
@@ -26861,7 +27039,7 @@
26861
27039
  "style": {
26862
27040
  "additionalProperties": false,
26863
27041
  "patternProperties": {
26864
- "^[0-9]+$": {}
27042
+ "^[a-zA-Z0-9]+$": {}
26865
27043
  },
26866
27044
  "type": "object"
26867
27045
  },
@@ -26953,7 +27131,7 @@
26953
27131
  },
26954
27132
  "invalidType": {
26955
27133
  "$ref": "#/definitions/IInvalidType",
26956
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
27134
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
26957
27135
  "description": "null,undefined等非法数据点连接方式。"
26958
27136
  },
26959
27137
  "leftAppendPadding": {
@@ -27042,6 +27220,11 @@
27042
27220
  "$ref": "#/definitions/ITooltipSpec",
27043
27221
  "description": "提示信息"
27044
27222
  },
27223
+ "totalLabel": {
27224
+ "$ref": "#/definitions/ITotalLabelSpec",
27225
+ "description": "堆叠汇总标签",
27226
+ "since": "1.3.0"
27227
+ },
27045
27228
  "type": {
27046
27229
  "const": "dot",
27047
27230
  "description": "系列类型",
@@ -27288,11 +27471,11 @@
27288
27471
  "type": "number"
27289
27472
  },
27290
27473
  "state": {
27291
- "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>|IMarkStateSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>>",
27474
+ "$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>>",
27292
27475
  "description": "不同状态下的样式配置"
27293
27476
  },
27294
27477
  "style": {
27295
- "$ref": "#/definitions/ConvertToMarkStyleSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>",
27478
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>",
27296
27479
  "description": "默认样式设置"
27297
27480
  },
27298
27481
  "support3d": {
@@ -27652,7 +27835,7 @@
27652
27835
  },
27653
27836
  "invalidType": {
27654
27837
  "$ref": "#/definitions/IInvalidType",
27655
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
27838
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
27656
27839
  "description": "null,undefined等非法数据点连接方式。"
27657
27840
  },
27658
27841
  "isCone": {
@@ -27840,6 +28023,11 @@
27840
28023
  "$ref": "#/definitions/ITooltipSpec",
27841
28024
  "description": "tooltip配置"
27842
28025
  },
28026
+ "totalLabel": {
28027
+ "$ref": "#/definitions/ITotalLabelSpec",
28028
+ "description": "堆叠汇总标签",
28029
+ "since": "1.3.0"
28030
+ },
27843
28031
  "transform": {
27844
28032
  "$ref": "#/definitions/IMarkSpec<IPathMarkSpec>",
27845
28033
  "description": "转化层样式"
@@ -28128,7 +28316,7 @@
28128
28316
  },
28129
28317
  "invalidType": {
28130
28318
  "$ref": "#/definitions/IInvalidType",
28131
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
28319
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
28132
28320
  "description": "null,undefined等非法数据点连接方式。"
28133
28321
  },
28134
28322
  "isCone": {
@@ -28316,6 +28504,11 @@
28316
28504
  "$ref": "#/definitions/ITooltipSpec",
28317
28505
  "description": "tooltip配置"
28318
28506
  },
28507
+ "totalLabel": {
28508
+ "$ref": "#/definitions/ITotalLabelSpec",
28509
+ "description": "堆叠汇总标签",
28510
+ "since": "1.3.0"
28511
+ },
28319
28512
  "transform": {
28320
28513
  "$ref": "#/definitions/IMarkSpec<IPathMarkSpec>",
28321
28514
  "description": "转化层样式"
@@ -28656,7 +28849,7 @@
28656
28849
  },
28657
28850
  "invalidType": {
28658
28851
  "$ref": "#/definitions/IInvalidType",
28659
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
28852
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
28660
28853
  "description": "null,undefined等非法数据点连接方式。"
28661
28854
  },
28662
28855
  "isCone": {
@@ -28777,6 +28970,11 @@
28777
28970
  "$ref": "#/definitions/ITooltipSpec",
28778
28971
  "description": "提示信息"
28779
28972
  },
28973
+ "totalLabel": {
28974
+ "$ref": "#/definitions/ITotalLabelSpec",
28975
+ "description": "堆叠汇总标签",
28976
+ "since": "1.3.0"
28977
+ },
28780
28978
  "transform": {
28781
28979
  "$ref": "#/definitions/IMarkSpec<IPathMarkSpec>",
28782
28980
  "description": "转化层样式"
@@ -29098,7 +29296,7 @@
29098
29296
  },
29099
29297
  "invalidType": {
29100
29298
  "$ref": "#/definitions/IInvalidType",
29101
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
29299
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
29102
29300
  "description": "null,undefined等非法数据点连接方式。"
29103
29301
  },
29104
29302
  "layout": {
@@ -29307,6 +29505,11 @@
29307
29505
  "$ref": "#/definitions/ITooltipSpec",
29308
29506
  "description": "tooltip配置"
29309
29507
  },
29508
+ "totalLabel": {
29509
+ "$ref": "#/definitions/ITotalLabelSpec",
29510
+ "description": "堆叠汇总标签",
29511
+ "since": "1.3.0"
29512
+ },
29310
29513
  "type": {
29311
29514
  "const": "gauge",
29312
29515
  "description": "图表类型",
@@ -29517,7 +29720,7 @@
29517
29720
  },
29518
29721
  "invalidType": {
29519
29722
  "$ref": "#/definitions/IInvalidType",
29520
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
29723
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
29521
29724
  "description": "null,undefined等非法数据点连接方式。"
29522
29725
  },
29523
29726
  "morph": {
@@ -29659,6 +29862,11 @@
29659
29862
  "$ref": "#/definitions/ITooltipSpec",
29660
29863
  "description": "提示信息"
29661
29864
  },
29865
+ "totalLabel": {
29866
+ "$ref": "#/definitions/ITotalLabelSpec",
29867
+ "description": "堆叠汇总标签",
29868
+ "since": "1.3.0"
29869
+ },
29662
29870
  "type": {
29663
29871
  "const": "gaugePointer",
29664
29872
  "description": "系列类型",
@@ -29710,7 +29918,7 @@
29710
29918
  "description": "图钉背景样式"
29711
29919
  },
29712
29920
  "pointer": {
29713
- "$ref": "#/definitions/Partial<IMarkTheme<IRectMarkSpec|IPathMarkSpec>&PointerMarkSpec>",
29921
+ "$ref": "#/definitions/Partial<IMarkTheme<IPathMarkSpec|IRectMarkSpec>&PointerMarkSpec>",
29714
29922
  "description": "指针样式"
29715
29923
  },
29716
29924
  "radius": {
@@ -29922,7 +30130,7 @@
29922
30130
  },
29923
30131
  "invalidType": {
29924
30132
  "$ref": "#/definitions/IInvalidType",
29925
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
30133
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
29926
30134
  "description": "null,undefined等非法数据点连接方式。"
29927
30135
  },
29928
30136
  "morph": {
@@ -30039,6 +30247,11 @@
30039
30247
  "$ref": "#/definitions/ITooltipSpec",
30040
30248
  "description": "提示信息"
30041
30249
  },
30250
+ "totalLabel": {
30251
+ "$ref": "#/definitions/ITotalLabelSpec",
30252
+ "description": "堆叠汇总标签",
30253
+ "since": "1.3.0"
30254
+ },
30042
30255
  "track": {
30043
30256
  "$ref": "#/definitions/IMarkSpec<IArcMarkSpec>",
30044
30257
  "description": "背景样式"
@@ -32234,7 +32447,7 @@
32234
32447
  },
32235
32448
  "invalidType": {
32236
32449
  "$ref": "#/definitions/IInvalidType",
32237
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
32450
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
32238
32451
  "description": "null,undefined等非法数据点连接方式。"
32239
32452
  },
32240
32453
  "label": {
@@ -32401,6 +32614,11 @@
32401
32614
  "$ref": "#/definitions/ITooltipSpec",
32402
32615
  "description": "tooltip配置"
32403
32616
  },
32617
+ "totalLabel": {
32618
+ "$ref": "#/definitions/ITotalLabelSpec",
32619
+ "description": "堆叠汇总标签",
32620
+ "since": "1.3.0"
32621
+ },
32404
32622
  "type": {
32405
32623
  "const": "heatmap",
32406
32624
  "description": "图表类型",
@@ -32616,7 +32834,7 @@
32616
32834
  },
32617
32835
  "invalidType": {
32618
32836
  "$ref": "#/definitions/IInvalidType",
32619
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
32837
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
32620
32838
  "description": "null,undefined等非法数据点连接方式。"
32621
32839
  },
32622
32840
  "label": {
@@ -32704,6 +32922,11 @@
32704
32922
  "$ref": "#/definitions/ITooltipSpec",
32705
32923
  "description": "提示信息"
32706
32924
  },
32925
+ "totalLabel": {
32926
+ "$ref": "#/definitions/ITotalLabelSpec",
32927
+ "description": "堆叠汇总标签",
32928
+ "since": "1.3.0"
32929
+ },
32707
32930
  "type": {
32708
32931
  "const": "heatmap",
32709
32932
  "description": "系列类型",
@@ -33081,7 +33304,7 @@
33081
33304
  },
33082
33305
  "invalidType": {
33083
33306
  "$ref": "#/definitions/IInvalidType",
33084
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
33307
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
33085
33308
  "description": "null,undefined等非法数据点连接方式。"
33086
33309
  },
33087
33310
  "label": {
@@ -33248,6 +33471,11 @@
33248
33471
  "$ref": "#/definitions/ITooltipSpec",
33249
33472
  "description": "tooltip配置"
33250
33473
  },
33474
+ "totalLabel": {
33475
+ "$ref": "#/definitions/ITotalLabelSpec",
33476
+ "description": "堆叠汇总标签",
33477
+ "since": "1.3.0"
33478
+ },
33251
33479
  "type": {
33252
33480
  "const": "histogram3d",
33253
33481
  "description": "图表类型",
@@ -33547,7 +33775,7 @@
33547
33775
  },
33548
33776
  "invalidType": {
33549
33777
  "$ref": "#/definitions/IInvalidType",
33550
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
33778
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
33551
33779
  "description": "null,undefined等非法数据点连接方式。"
33552
33780
  },
33553
33781
  "label": {
@@ -33714,6 +33942,11 @@
33714
33942
  "$ref": "#/definitions/ITooltipSpec",
33715
33943
  "description": "tooltip配置"
33716
33944
  },
33945
+ "totalLabel": {
33946
+ "$ref": "#/definitions/ITotalLabelSpec",
33947
+ "description": "堆叠汇总标签",
33948
+ "since": "1.3.0"
33949
+ },
33717
33950
  "type": {
33718
33951
  "const": "histogram",
33719
33952
  "description": "图表类型",
@@ -33810,7 +34043,7 @@
33810
34043
  "additionalProperties": false,
33811
34044
  "description": "文字样式",
33812
34045
  "patternProperties": {
33813
- "^[0-9]+$": {}
34046
+ "^[a-zA-Z0-9]+$": {}
33814
34047
  },
33815
34048
  "type": "object"
33816
34049
  },
@@ -33851,7 +34084,7 @@
33851
34084
  "additionalProperties": false,
33852
34085
  "description": "文字样式",
33853
34086
  "patternProperties": {
33854
- "^[0-9]+$": {}
34087
+ "^[a-zA-Z0-9]+$": {}
33855
34088
  },
33856
34089
  "type": "object"
33857
34090
  },
@@ -35055,6 +35288,9 @@
35055
35288
  {
35056
35289
  "typeof": "function"
35057
35290
  },
35291
+ {
35292
+ "typeof": "function"
35293
+ },
35058
35294
  {
35059
35295
  "type": "number"
35060
35296
  }
@@ -35074,6 +35310,9 @@
35074
35310
  {
35075
35311
  "typeof": "function"
35076
35312
  },
35313
+ {
35314
+ "typeof": "function"
35315
+ },
35077
35316
  {
35078
35317
  "items": {
35079
35318
  "$ref": "#/definitions/ILayoutNumber"
@@ -35315,7 +35554,8 @@
35315
35554
  },
35316
35555
  "invalidType": {
35317
35556
  "$ref": "#/definitions/IInvalidType",
35318
- "description": "null,undefined等非法数据点连接方式。\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理"
35557
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
35558
+ "description": "null,undefined等非法数据点连接方式。"
35319
35559
  },
35320
35560
  "label": {
35321
35561
  "allOf": [
@@ -35499,6 +35739,11 @@
35499
35739
  "$ref": "#/definitions/ITooltipSpec",
35500
35740
  "description": "tooltip配置"
35501
35741
  },
35742
+ "totalLabel": {
35743
+ "$ref": "#/definitions/ITotalLabelSpec",
35744
+ "description": "堆叠汇总标签",
35745
+ "since": "1.3.0"
35746
+ },
35502
35747
  "type": {
35503
35748
  "const": "line",
35504
35749
  "description": "图表类型",
@@ -35735,6 +35980,10 @@
35735
35980
  {
35736
35981
  "$ref": "#/definitions/IGradientConical"
35737
35982
  },
35983
+ {
35984
+ "const": false,
35985
+ "type": "boolean"
35986
+ },
35738
35987
  {
35739
35988
  "type": "string"
35740
35989
  }
@@ -35922,7 +36171,8 @@
35922
36171
  },
35923
36172
  "invalidType": {
35924
36173
  "$ref": "#/definitions/IInvalidType",
35925
- "description": "null,undefined等非法数据点连接方式。\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理"
36174
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
36175
+ "description": "null,undefined等非法数据点连接方式。"
35926
36176
  },
35927
36177
  "label": {
35928
36178
  "allOf": [
@@ -36027,6 +36277,11 @@
36027
36277
  "$ref": "#/definitions/ITooltipSpec",
36028
36278
  "description": "提示信息"
36029
36279
  },
36280
+ "totalLabel": {
36281
+ "$ref": "#/definitions/ITotalLabelSpec",
36282
+ "description": "堆叠汇总标签",
36283
+ "since": "1.3.0"
36284
+ },
36030
36285
  "type": {
36031
36286
  "const": "line",
36032
36287
  "description": "系列类型",
@@ -36395,7 +36650,7 @@
36395
36650
  },
36396
36651
  "invalidType": {
36397
36652
  "$ref": "#/definitions/IInvalidType",
36398
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
36653
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
36399
36654
  "description": "null,undefined等非法数据点连接方式。"
36400
36655
  },
36401
36656
  "layout": {
@@ -36537,6 +36792,11 @@
36537
36792
  "$ref": "#/definitions/ITooltipSpec",
36538
36793
  "description": "tooltip配置"
36539
36794
  },
36795
+ "totalLabel": {
36796
+ "$ref": "#/definitions/ITotalLabelSpec",
36797
+ "description": "堆叠汇总标签",
36798
+ "since": "1.3.0"
36799
+ },
36540
36800
  "track": {
36541
36801
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
36542
36802
  "description": "背景条样式"
@@ -36732,7 +36992,7 @@
36732
36992
  },
36733
36993
  "invalidType": {
36734
36994
  "$ref": "#/definitions/IInvalidType",
36735
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
36995
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
36736
36996
  "description": "null,undefined等非法数据点连接方式。"
36737
36997
  },
36738
36998
  "morph": {
@@ -36807,6 +37067,11 @@
36807
37067
  "$ref": "#/definitions/ITooltipSpec",
36808
37068
  "description": "提示信息"
36809
37069
  },
37070
+ "totalLabel": {
37071
+ "$ref": "#/definitions/ITotalLabelSpec",
37072
+ "description": "堆叠汇总标签",
37073
+ "since": "1.3.0"
37074
+ },
36810
37075
  "track": {
36811
37076
  "$ref": "#/definitions/IMarkSpec<IRectMarkSpec>",
36812
37077
  "description": "背景条样式"
@@ -36952,7 +37217,7 @@
36952
37217
  },
36953
37218
  "invalidType": {
36954
37219
  "$ref": "#/definitions/IInvalidType",
36955
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
37220
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
36956
37221
  "description": "null,undefined等非法数据点连接方式。"
36957
37222
  },
36958
37223
  "leftAppendPadding": {
@@ -37025,6 +37290,11 @@
37025
37290
  "$ref": "#/definitions/ITooltipSpec",
37026
37291
  "description": "提示信息"
37027
37292
  },
37293
+ "totalLabel": {
37294
+ "$ref": "#/definitions/ITotalLabelSpec",
37295
+ "description": "堆叠汇总标签",
37296
+ "since": "1.3.0"
37297
+ },
37028
37298
  "type": {
37029
37299
  "const": "link",
37030
37300
  "description": "系列类型",
@@ -37307,7 +37577,7 @@
37307
37577
  },
37308
37578
  "invalidType": {
37309
37579
  "$ref": "#/definitions/IInvalidType",
37310
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
37580
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
37311
37581
  "description": "null,undefined等非法数据点连接方式。"
37312
37582
  },
37313
37583
  "label": {
@@ -37465,6 +37735,11 @@
37465
37735
  "$ref": "#/definitions/ITooltipSpec",
37466
37736
  "description": "tooltip配置"
37467
37737
  },
37738
+ "totalLabel": {
37739
+ "$ref": "#/definitions/ITotalLabelSpec",
37740
+ "description": "堆叠汇总标签",
37741
+ "since": "1.3.0"
37742
+ },
37468
37743
  "type": {
37469
37744
  "const": "map",
37470
37745
  "description": "图表类型",
@@ -37661,7 +37936,7 @@
37661
37936
  },
37662
37937
  "invalidType": {
37663
37938
  "$ref": "#/definitions/IInvalidType",
37664
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
37939
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
37665
37940
  "description": "null,undefined等非法数据点连接方式。"
37666
37941
  },
37667
37942
  "label": {
@@ -37752,6 +38027,11 @@
37752
38027
  "$ref": "#/definitions/ITooltipSpec",
37753
38028
  "description": "提示信息"
37754
38029
  },
38030
+ "totalLabel": {
38031
+ "$ref": "#/definitions/ITotalLabelSpec",
38032
+ "description": "堆叠汇总标签",
38033
+ "since": "1.3.0"
38034
+ },
37755
38035
  "type": {
37756
38036
  "const": "map",
37757
38037
  "description": "系列类型",
@@ -38359,7 +38639,9 @@
38359
38639
  "type": "boolean"
38360
38640
  },
38361
38641
  "clip": {
38362
- "description": "模块是否裁剪超出布局区域外的绘图内容",
38642
+ "default": false,
38643
+ "description": "marker组件超出图表区域是否被裁剪",
38644
+ "since": "1.3.0",
38363
38645
  "type": "boolean"
38364
38646
  },
38365
38647
  "height": {
@@ -38470,7 +38752,7 @@
38470
38752
  "style": {
38471
38753
  "additionalProperties": false,
38472
38754
  "patternProperties": {
38473
- "^[0-9]+$": {}
38755
+ "^[a-zA-Z0-9]+$": {}
38474
38756
  },
38475
38757
  "type": "object"
38476
38758
  },
@@ -39237,6 +39519,10 @@
39237
39519
  {
39238
39520
  "$ref": "#/definitions/IGradientConical"
39239
39521
  },
39522
+ {
39523
+ "const": false,
39524
+ "type": "boolean"
39525
+ },
39240
39526
  {
39241
39527
  "type": "string"
39242
39528
  }
@@ -39564,7 +39850,7 @@
39564
39850
  },
39565
39851
  "invalidType": {
39566
39852
  "$ref": "#/definitions/IInvalidType",
39567
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
39853
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
39568
39854
  "description": "null,undefined等非法数据点连接方式。"
39569
39855
  },
39570
39856
  "label": {
@@ -39731,6 +40017,11 @@
39731
40017
  "$ref": "#/definitions/ITooltipSpec",
39732
40018
  "description": "tooltip配置"
39733
40019
  },
40020
+ "totalLabel": {
40021
+ "$ref": "#/definitions/ITotalLabelSpec",
40022
+ "description": "堆叠汇总标签",
40023
+ "since": "1.3.0"
40024
+ },
39734
40025
  "type": {
39735
40026
  "const": "pie3d",
39736
40027
  "description": "图表类型",
@@ -40030,7 +40321,7 @@
40030
40321
  },
40031
40322
  "invalidType": {
40032
40323
  "$ref": "#/definitions/IInvalidType",
40033
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
40324
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
40034
40325
  "description": "null,undefined等非法数据点连接方式。"
40035
40326
  },
40036
40327
  "label": {
@@ -40197,6 +40488,11 @@
40197
40488
  "$ref": "#/definitions/ITooltipSpec",
40198
40489
  "description": "tooltip配置"
40199
40490
  },
40491
+ "totalLabel": {
40492
+ "$ref": "#/definitions/ITotalLabelSpec",
40493
+ "description": "堆叠汇总标签",
40494
+ "since": "1.3.0"
40495
+ },
40200
40496
  "type": {
40201
40497
  "const": "pie",
40202
40498
  "description": "图表类型",
@@ -40393,7 +40689,7 @@
40393
40689
  },
40394
40690
  "invalidType": {
40395
40691
  "$ref": "#/definitions/IInvalidType",
40396
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
40692
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
40397
40693
  "description": "null,undefined等非法数据点连接方式。"
40398
40694
  },
40399
40695
  "label": {
@@ -40493,6 +40789,11 @@
40493
40789
  "$ref": "#/definitions/ITooltipSpec",
40494
40790
  "description": "提示信息"
40495
40791
  },
40792
+ "totalLabel": {
40793
+ "$ref": "#/definitions/ITotalLabelSpec",
40794
+ "description": "堆叠汇总标签",
40795
+ "since": "1.3.0"
40796
+ },
40496
40797
  "type": {
40497
40798
  "const": "pie",
40498
40799
  "description": "系列类型",
@@ -41386,6 +41687,10 @@
41386
41687
  {
41387
41688
  "$ref": "#/definitions/IGradientConical"
41388
41689
  },
41690
+ {
41691
+ "const": false,
41692
+ "type": "boolean"
41693
+ },
41389
41694
  {
41390
41695
  "type": "string"
41391
41696
  }
@@ -41634,6 +41939,10 @@
41634
41939
  {
41635
41940
  "$ref": "#/definitions/IGradientConical"
41636
41941
  },
41942
+ {
41943
+ "const": false,
41944
+ "type": "boolean"
41945
+ },
41637
41946
  {
41638
41947
  "type": "string"
41639
41948
  }
@@ -41883,6 +42192,10 @@
41883
42192
  {
41884
42193
  "$ref": "#/definitions/IGradientConical"
41885
42194
  },
42195
+ {
42196
+ "const": false,
42197
+ "type": "boolean"
42198
+ },
41886
42199
  {
41887
42200
  "type": "string"
41888
42201
  }
@@ -42176,7 +42489,7 @@
42176
42489
  },
42177
42490
  "invalidType": {
42178
42491
  "$ref": "#/definitions/IInvalidType",
42179
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
42492
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
42180
42493
  "description": "null,undefined等非法数据点连接方式。"
42181
42494
  },
42182
42495
  "label": {
@@ -42370,6 +42683,11 @@
42370
42683
  "$ref": "#/definitions/ITooltipSpec",
42371
42684
  "description": "tooltip配置"
42372
42685
  },
42686
+ "totalLabel": {
42687
+ "$ref": "#/definitions/ITotalLabelSpec",
42688
+ "description": "堆叠汇总标签",
42689
+ "since": "1.3.0"
42690
+ },
42373
42691
  "type": {
42374
42692
  "const": "radar",
42375
42693
  "description": "图表类型",
@@ -42584,7 +42902,7 @@
42584
42902
  },
42585
42903
  "invalidType": {
42586
42904
  "$ref": "#/definitions/IInvalidType",
42587
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
42905
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
42588
42906
  "description": "null,undefined等非法数据点连接方式。"
42589
42907
  },
42590
42908
  "label": {
@@ -42711,6 +43029,11 @@
42711
43029
  "$ref": "#/definitions/ITooltipSpec",
42712
43030
  "description": "提示信息"
42713
43031
  },
43032
+ "totalLabel": {
43033
+ "$ref": "#/definitions/ITotalLabelSpec",
43034
+ "description": "堆叠汇总标签",
43035
+ "since": "1.3.0"
43036
+ },
42714
43037
  "type": {
42715
43038
  "const": "radar",
42716
43039
  "description": "系列类型",
@@ -43025,7 +43348,7 @@
43025
43348
  },
43026
43349
  "invalidType": {
43027
43350
  "$ref": "#/definitions/IInvalidType",
43028
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
43351
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
43029
43352
  "description": "null,undefined等非法数据点连接方式。"
43030
43353
  },
43031
43354
  "large": {
@@ -43207,6 +43530,11 @@
43207
43530
  "$ref": "#/definitions/ITooltipSpec",
43208
43531
  "description": "tooltip配置"
43209
43532
  },
43533
+ "totalLabel": {
43534
+ "$ref": "#/definitions/ITotalLabelSpec",
43535
+ "description": "堆叠汇总标签",
43536
+ "since": "1.3.0"
43537
+ },
43210
43538
  "type": {
43211
43539
  "const": "rangeArea",
43212
43540
  "description": "图表类型配置",
@@ -43420,7 +43748,7 @@
43420
43748
  },
43421
43749
  "invalidType": {
43422
43750
  "$ref": "#/definitions/IInvalidType",
43423
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
43751
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
43424
43752
  "description": "null,undefined等非法数据点连接方式。"
43425
43753
  },
43426
43754
  "large": {
@@ -43523,6 +43851,11 @@
43523
43851
  "$ref": "#/definitions/ITooltipSpec",
43524
43852
  "description": "提示信息"
43525
43853
  },
43854
+ "totalLabel": {
43855
+ "$ref": "#/definitions/ITotalLabelSpec",
43856
+ "description": "堆叠汇总标签",
43857
+ "since": "1.3.0"
43858
+ },
43526
43859
  "type": {
43527
43860
  "const": "rangeArea",
43528
43861
  "description": "系列类型",
@@ -43818,7 +44151,7 @@
43818
44151
  },
43819
44152
  "invalidType": {
43820
44153
  "$ref": "#/definitions/IInvalidType",
43821
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
44154
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
43822
44155
  "description": "null,undefined等非法数据点连接方式。"
43823
44156
  },
43824
44157
  "label": {
@@ -43992,6 +44325,11 @@
43992
44325
  "$ref": "#/definitions/ITooltipSpec",
43993
44326
  "description": "tooltip配置"
43994
44327
  },
44328
+ "totalLabel": {
44329
+ "$ref": "#/definitions/ITotalLabelSpec",
44330
+ "description": "堆叠汇总标签",
44331
+ "since": "1.3.0"
44332
+ },
43995
44333
  "type": {
43996
44334
  "const": "rangeColumn3d",
43997
44335
  "description": "图表类型配置",
@@ -44227,7 +44565,7 @@
44227
44565
  },
44228
44566
  "invalidType": {
44229
44567
  "$ref": "#/definitions/IInvalidType",
44230
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
44568
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
44231
44569
  "description": "null,undefined等非法数据点连接方式。"
44232
44570
  },
44233
44571
  "label": {
@@ -44322,6 +44660,11 @@
44322
44660
  "$ref": "#/definitions/ITooltipSpec",
44323
44661
  "description": "提示信息"
44324
44662
  },
44663
+ "totalLabel": {
44664
+ "$ref": "#/definitions/ITotalLabelSpec",
44665
+ "description": "堆叠汇总标签",
44666
+ "since": "1.3.0"
44667
+ },
44325
44668
  "type": {
44326
44669
  "const": "rangeColumn3d",
44327
44670
  "type": "string"
@@ -44618,7 +44961,7 @@
44618
44961
  },
44619
44962
  "invalidType": {
44620
44963
  "$ref": "#/definitions/IInvalidType",
44621
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
44964
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
44622
44965
  "description": "null,undefined等非法数据点连接方式。"
44623
44966
  },
44624
44967
  "label": {
@@ -44792,6 +45135,11 @@
44792
45135
  "$ref": "#/definitions/ITooltipSpec",
44793
45136
  "description": "tooltip配置"
44794
45137
  },
45138
+ "totalLabel": {
45139
+ "$ref": "#/definitions/ITotalLabelSpec",
45140
+ "description": "堆叠汇总标签",
45141
+ "since": "1.3.0"
45142
+ },
44795
45143
  "type": {
44796
45144
  "const": "rangeColumn",
44797
45145
  "description": "图表类型配置",
@@ -45027,7 +45375,7 @@
45027
45375
  },
45028
45376
  "invalidType": {
45029
45377
  "$ref": "#/definitions/IInvalidType",
45030
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
45378
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
45031
45379
  "description": "null,undefined等非法数据点连接方式。"
45032
45380
  },
45033
45381
  "label": {
@@ -45122,6 +45470,11 @@
45122
45470
  "$ref": "#/definitions/ITooltipSpec",
45123
45471
  "description": "提示信息"
45124
45472
  },
45473
+ "totalLabel": {
45474
+ "$ref": "#/definitions/ITotalLabelSpec",
45475
+ "description": "堆叠汇总标签",
45476
+ "since": "1.3.0"
45477
+ },
45125
45478
  "type": {
45126
45479
  "const": "rangeColumn",
45127
45480
  "description": "系列类型",
@@ -45376,6 +45729,10 @@
45376
45729
  {
45377
45730
  "$ref": "#/definitions/IGradientConical"
45378
45731
  },
45732
+ {
45733
+ "const": false,
45734
+ "type": "boolean"
45735
+ },
45379
45736
  {
45380
45737
  "type": "string"
45381
45738
  }
@@ -45595,6 +45952,10 @@
45595
45952
  {
45596
45953
  "$ref": "#/definitions/IGradientConical"
45597
45954
  },
45955
+ {
45956
+ "const": false,
45957
+ "type": "boolean"
45958
+ },
45598
45959
  {
45599
45960
  "type": "string"
45600
45961
  }
@@ -46115,11 +46476,11 @@
46115
46476
  },
46116
46477
  "invalidType": {
46117
46478
  "$ref": "#/definitions/IInvalidType",
46118
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
46479
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
46119
46480
  "description": "null,undefined等非法数据点连接方式。"
46120
46481
  },
46121
46482
  "label": {
46122
- "$ref": "#/definitions/Partial<ILabelSpec>",
46483
+ "$ref": "#/definitions/IArcLabelSpec",
46123
46484
  "description": "标签配置"
46124
46485
  },
46125
46486
  "layout": {
@@ -46278,6 +46639,11 @@
46278
46639
  "$ref": "#/definitions/ITooltipSpec",
46279
46640
  "description": "tooltip配置"
46280
46641
  },
46642
+ "totalLabel": {
46643
+ "$ref": "#/definitions/ITotalLabelSpec",
46644
+ "description": "堆叠汇总标签",
46645
+ "since": "1.3.0"
46646
+ },
46281
46647
  "type": {
46282
46648
  "const": "rose",
46283
46649
  "description": "图表类型",
@@ -46484,11 +46850,11 @@
46484
46850
  },
46485
46851
  "invalidType": {
46486
46852
  "$ref": "#/definitions/IInvalidType",
46487
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
46853
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
46488
46854
  "description": "null,undefined等非法数据点连接方式。"
46489
46855
  },
46490
46856
  "label": {
46491
- "$ref": "#/definitions/Partial<ILabelSpec>",
46857
+ "$ref": "#/definitions/IArcLabelSpec",
46492
46858
  "description": "标签配置"
46493
46859
  },
46494
46860
  "morph": {
@@ -46580,6 +46946,11 @@
46580
46946
  "$ref": "#/definitions/ITooltipSpec",
46581
46947
  "description": "提示信息"
46582
46948
  },
46949
+ "totalLabel": {
46950
+ "$ref": "#/definitions/ITotalLabelSpec",
46951
+ "description": "堆叠汇总标签",
46952
+ "since": "1.3.0"
46953
+ },
46583
46954
  "type": {
46584
46955
  "const": "rose",
46585
46956
  "description": "系列类型",
@@ -46616,7 +46987,7 @@
46616
46987
  "type": "number"
46617
46988
  },
46618
46989
  "label": {
46619
- "$ref": "#/definitions/Partial<ILabelSpec>",
46990
+ "$ref": "#/definitions/IArcLabelSpec",
46620
46991
  "description": "标签配置"
46621
46992
  },
46622
46993
  "outerRadius": {
@@ -46803,6 +47174,10 @@
46803
47174
  {
46804
47175
  "$ref": "#/definitions/IGradientConical"
46805
47176
  },
47177
+ {
47178
+ "const": false,
47179
+ "type": "boolean"
47180
+ },
46806
47181
  {
46807
47182
  "type": "string"
46808
47183
  }
@@ -47059,7 +47434,7 @@
47059
47434
  },
47060
47435
  "invalidType": {
47061
47436
  "$ref": "#/definitions/IInvalidType",
47062
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
47437
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
47063
47438
  "description": "null,undefined等非法数据点连接方式。"
47064
47439
  },
47065
47440
  "iterations": {
@@ -47293,6 +47668,11 @@
47293
47668
  "$ref": "#/definitions/ITooltipSpec",
47294
47669
  "description": "tooltip配置"
47295
47670
  },
47671
+ "totalLabel": {
47672
+ "$ref": "#/definitions/ITotalLabelSpec",
47673
+ "description": "堆叠汇总标签",
47674
+ "since": "1.3.0"
47675
+ },
47296
47676
  "type": {
47297
47677
  "const": "sankey",
47298
47678
  "description": "图表类型",
@@ -47453,7 +47833,7 @@
47453
47833
  },
47454
47834
  "invalidType": {
47455
47835
  "$ref": "#/definitions/IInvalidType",
47456
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
47836
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
47457
47837
  "description": "null,undefined等非法数据点连接方式。"
47458
47838
  },
47459
47839
  "iterations": {
@@ -47624,6 +48004,11 @@
47624
48004
  "$ref": "#/definitions/ITooltipSpec",
47625
48005
  "description": "提示信息"
47626
48006
  },
48007
+ "totalLabel": {
48008
+ "$ref": "#/definitions/ITotalLabelSpec",
48009
+ "description": "堆叠汇总标签",
48010
+ "since": "1.3.0"
48011
+ },
47627
48012
  "type": {
47628
48013
  "const": "sankey",
47629
48014
  "description": "系列类型",
@@ -47854,7 +48239,8 @@
47854
48239
  },
47855
48240
  "invalidType": {
47856
48241
  "$ref": "#/definitions/IInvalidType",
47857
- "description": "null,undefined等非法数据点连接方式。\n'zero' 指该点默认数值为0\n'ignore' 指不处理"
48242
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
48243
+ "description": "null,undefined等非法数据点连接方式。"
47858
48244
  },
47859
48245
  "label": {
47860
48246
  "allOf": [
@@ -48070,6 +48456,11 @@
48070
48456
  "$ref": "#/definitions/ITooltipSpec",
48071
48457
  "description": "tooltip配置"
48072
48458
  },
48459
+ "totalLabel": {
48460
+ "$ref": "#/definitions/ITotalLabelSpec",
48461
+ "description": "堆叠汇总标签",
48462
+ "since": "1.3.0"
48463
+ },
48073
48464
  "type": {
48074
48465
  "const": "scatter",
48075
48466
  "description": "图表类型",
@@ -48273,7 +48664,8 @@
48273
48664
  },
48274
48665
  "invalidType": {
48275
48666
  "$ref": "#/definitions/IInvalidType",
48276
- "description": "null,undefined等非法数据点连接方式。\n'zero' 指该点默认数值为0\n'ignore' 指不处理"
48667
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
48668
+ "description": "null,undefined等非法数据点连接方式。"
48277
48669
  },
48278
48670
  "label": {
48279
48671
  "allOf": [
@@ -48410,6 +48802,11 @@
48410
48802
  "$ref": "#/definitions/ITooltipSpec",
48411
48803
  "description": "提示信息"
48412
48804
  },
48805
+ "totalLabel": {
48806
+ "$ref": "#/definitions/ITotalLabelSpec",
48807
+ "description": "堆叠汇总标签",
48808
+ "since": "1.3.0"
48809
+ },
48413
48810
  "type": {
48414
48811
  "const": "scatter",
48415
48812
  "description": "系列类型",
@@ -48636,7 +49033,7 @@
48636
49033
  "additionalProperties": false,
48637
49034
  "description": "滚动条轨道样式。",
48638
49035
  "patternProperties": {
48639
- "^[0-9]+$": {}
49036
+ "^[a-zA-Z0-9]+$": {}
48640
49037
  },
48641
49038
  "type": "object"
48642
49039
  },
@@ -48711,7 +49108,7 @@
48711
49108
  "additionalProperties": false,
48712
49109
  "description": "滚动条滑块样式。",
48713
49110
  "patternProperties": {
48714
- "^[0-9]+$": {}
49111
+ "^[a-zA-Z0-9]+$": {}
48715
49112
  },
48716
49113
  "type": "object"
48717
49114
  },
@@ -48762,7 +49159,7 @@
48762
49159
  "additionalProperties": false,
48763
49160
  "description": "滚动条轨道样式。",
48764
49161
  "patternProperties": {
48765
- "^[0-9]+$": {}
49162
+ "^[a-zA-Z0-9]+$": {}
48766
49163
  },
48767
49164
  "type": "object"
48768
49165
  },
@@ -48770,7 +49167,7 @@
48770
49167
  "additionalProperties": false,
48771
49168
  "description": "滚动条滑块样式。",
48772
49169
  "patternProperties": {
48773
- "^[0-9]+$": {}
49170
+ "^[a-zA-Z0-9]+$": {}
48774
49171
  },
48775
49172
  "type": "object"
48776
49173
  }
@@ -49090,7 +49487,7 @@
49090
49487
  "style": {
49091
49488
  "additionalProperties": false,
49092
49489
  "patternProperties": {
49093
- "^[0-9]+$": {}
49490
+ "^[a-zA-Z0-9]+$": {}
49094
49491
  },
49095
49492
  "type": "object"
49096
49493
  },
@@ -49108,7 +49505,7 @@
49108
49505
  "style": {
49109
49506
  "additionalProperties": false,
49110
49507
  "patternProperties": {
49111
- "^[0-9]+$": {}
49508
+ "^[a-zA-Z0-9]+$": {}
49112
49509
  },
49113
49510
  "type": "object"
49114
49511
  },
@@ -49177,7 +49574,7 @@
49177
49574
  },
49178
49575
  "invalidType": {
49179
49576
  "$ref": "#/definitions/IInvalidType",
49180
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
49577
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
49181
49578
  "description": "null,undefined等非法数据点连接方式。"
49182
49579
  },
49183
49580
  "morph": {
@@ -49238,6 +49635,11 @@
49238
49635
  "$ref": "#/definitions/ITooltipSpec",
49239
49636
  "description": "提示信息"
49240
49637
  },
49638
+ "totalLabel": {
49639
+ "$ref": "#/definitions/ITotalLabelSpec",
49640
+ "description": "堆叠汇总标签",
49641
+ "since": "1.3.0"
49642
+ },
49241
49643
  "type": {
49242
49644
  "description": "系列类型",
49243
49645
  "type": "string"
@@ -50471,7 +50873,7 @@
50471
50873
  "style": {
50472
50874
  "additionalProperties": false,
50473
50875
  "patternProperties": {
50474
- "^[0-9]+$": {}
50876
+ "^[a-zA-Z0-9]+$": {}
50475
50877
  },
50476
50878
  "type": "object"
50477
50879
  },
@@ -50742,7 +51144,7 @@
50742
51144
  },
50743
51145
  "invalidType": {
50744
51146
  "$ref": "#/definitions/IInvalidType",
50745
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
51147
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
50746
51148
  "description": "null,undefined等非法数据点连接方式。"
50747
51149
  },
50748
51150
  "label": {
@@ -50925,6 +51327,11 @@
50925
51327
  "$ref": "#/definitions/ITooltipSpec",
50926
51328
  "description": "tooltip配置"
50927
51329
  },
51330
+ "totalLabel": {
51331
+ "$ref": "#/definitions/ITotalLabelSpec",
51332
+ "description": "堆叠汇总标签",
51333
+ "since": "1.3.0"
51334
+ },
50928
51335
  "type": {
50929
51336
  "const": "sunburst",
50930
51337
  "description": "图表类型",
@@ -51133,7 +51540,7 @@
51133
51540
  },
51134
51541
  "invalidType": {
51135
51542
  "$ref": "#/definitions/IInvalidType",
51136
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
51543
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
51137
51544
  "description": "null,undefined等非法数据点连接方式。"
51138
51545
  },
51139
51546
  "label": {
@@ -51249,6 +51656,11 @@
51249
51656
  "$ref": "#/definitions/ITooltipSpec",
51250
51657
  "description": "提示信息"
51251
51658
  },
51659
+ "totalLabel": {
51660
+ "$ref": "#/definitions/ITotalLabelSpec",
51661
+ "description": "堆叠汇总标签",
51662
+ "since": "1.3.0"
51663
+ },
51252
51664
  "type": {
51253
51665
  "const": "sunburst",
51254
51666
  "description": "系列类型",
@@ -51518,6 +51930,10 @@
51518
51930
  {
51519
51931
  "$ref": "#/definitions/IGradientConical"
51520
51932
  },
51933
+ {
51934
+ "const": false,
51935
+ "type": "boolean"
51936
+ },
51521
51937
  {
51522
51938
  "type": "string"
51523
51939
  }
@@ -51762,6 +52178,10 @@
51762
52178
  {
51763
52179
  "$ref": "#/definitions/IGradientConical"
51764
52180
  },
52181
+ {
52182
+ "const": false,
52183
+ "type": "boolean"
52184
+ },
51765
52185
  {
51766
52186
  "type": "string"
51767
52187
  }
@@ -52095,7 +52515,7 @@
52095
52515
  "style": {
52096
52516
  "additionalProperties": false,
52097
52517
  "patternProperties": {
52098
- "^[0-9]+$": {}
52518
+ "^[a-zA-Z0-9]+$": {}
52099
52519
  },
52100
52520
  "type": "object"
52101
52521
  },
@@ -52778,6 +53198,89 @@
52778
53198
  },
52779
53199
  "type": "object"
52780
53200
  },
53201
+ "ITotalLabelSpec": {
53202
+ "properties": {
53203
+ "formatMethod": {
53204
+ "typeof": "function"
53205
+ },
53206
+ "interactive": {
53207
+ "description": "是否支持交互。@default false",
53208
+ "type": "boolean"
53209
+ },
53210
+ "offset": {
53211
+ "description": "标签与其对应数据图元的间距",
53212
+ "type": "number"
53213
+ },
53214
+ "state": {
53215
+ "typeof": "function"
53216
+ },
53217
+ "style": {
53218
+ "$ref": "#/definitions/ConvertToMarkStyleSpec<ITextMarkSpec>",
53219
+ "description": "标签样式配置"
53220
+ },
53221
+ "visible": {
53222
+ "description": "默认不显示标签",
53223
+ "type": "boolean"
53224
+ }
53225
+ },
53226
+ "type": "object"
53227
+ },
53228
+ "ITotalLabelTheme": {
53229
+ "properties": {
53230
+ "animation": {
53231
+ "anyOf": [
53232
+ {
53233
+ "$ref": "#/definitions/ILabelAnimation"
53234
+ },
53235
+ {
53236
+ "const": false,
53237
+ "type": "boolean"
53238
+ }
53239
+ ],
53240
+ "description": "动画配置"
53241
+ },
53242
+ "interactive": {
53243
+ "description": "是否支持交互。@default false",
53244
+ "type": "boolean"
53245
+ },
53246
+ "offset": {
53247
+ "description": "标签与其对应数据图元的间距",
53248
+ "type": "number"
53249
+ },
53250
+ "overlap": {
53251
+ "anyOf": [
53252
+ {
53253
+ "$ref": "#/definitions/OverlapAttrs"
53254
+ },
53255
+ {
53256
+ "const": false,
53257
+ "type": "boolean"
53258
+ }
53259
+ ],
53260
+ "description": "标签防重叠配置"
53261
+ },
53262
+ "smartInvert": {
53263
+ "anyOf": [
53264
+ {
53265
+ "$ref": "#/definitions/SmartInvertAttrs"
53266
+ },
53267
+ {
53268
+ "const": false,
53269
+ "type": "boolean"
53270
+ }
53271
+ ],
53272
+ "description": "标签智能反色配置"
53273
+ },
53274
+ "style": {
53275
+ "$ref": "#/definitions/ITextMarkSpec"
53276
+ },
53277
+ "visible": {
53278
+ "description": "默认不显示标签",
53279
+ "type": "boolean"
53280
+ }
53281
+ },
53282
+ "type": "object"
53283
+ },
52781
53284
  "ITransformOptions": {
52782
53285
  "properties": {
52783
53286
  "level": {
@@ -53021,7 +53524,7 @@
53021
53524
  },
53022
53525
  "invalidType": {
53023
53526
  "$ref": "#/definitions/IInvalidType",
53024
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
53527
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
53025
53528
  "description": "null,undefined等非法数据点连接方式。"
53026
53529
  },
53027
53530
  "label": {
@@ -53259,6 +53762,11 @@
53259
53762
  "$ref": "#/definitions/ITooltipSpec",
53260
53763
  "description": "tooltip配置"
53261
53764
  },
53765
+ "totalLabel": {
53766
+ "$ref": "#/definitions/ITotalLabelSpec",
53767
+ "description": "堆叠汇总标签",
53768
+ "since": "1.3.0"
53769
+ },
53262
53770
  "type": {
53263
53771
  "const": "treemap",
53264
53772
  "description": "图表类型",
@@ -53447,7 +53955,7 @@
53447
53955
  },
53448
53956
  "invalidType": {
53449
53957
  "$ref": "#/definitions/IInvalidType",
53450
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
53958
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
53451
53959
  "description": "null,undefined等非法数据点连接方式。"
53452
53960
  },
53453
53961
  "label": {
@@ -53615,6 +54123,11 @@
53615
54123
  "$ref": "#/definitions/ITooltipSpec",
53616
54124
  "description": "提示信息"
53617
54125
  },
54126
+ "totalLabel": {
54127
+ "$ref": "#/definitions/ITotalLabelSpec",
54128
+ "description": "堆叠汇总标签",
54129
+ "since": "1.3.0"
54130
+ },
53618
54131
  "type": {
53619
54132
  "const": "treemap",
53620
54133
  "description": "系列类型",
@@ -54951,7 +55464,7 @@
54951
55464
  ],
54952
55465
  "type": "object"
54953
55466
  },
54954
- "IVisualSpecStyle<unknown,string|IColorKey|IGradient>": {
55467
+ "IVisualSpecStyle<unknown,string|false|IColorKey|IGradient>": {
54955
55468
  "properties": {
54956
55469
  "domain": {
54957
55470
  "description": "will set to scale.domain, it means input of scale",
@@ -54977,6 +55490,10 @@
54977
55490
  {
54978
55491
  "$ref": "#/definitions/IGradientConical"
54979
55492
  },
55493
+ {
55494
+ "const": false,
55495
+ "type": "boolean"
55496
+ },
54980
55497
  {
54981
55498
  "type": "string"
54982
55499
  }
@@ -55327,7 +55844,7 @@
55327
55844
  },
55328
55845
  "invalidType": {
55329
55846
  "$ref": "#/definitions/IInvalidType",
55330
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
55847
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
55331
55848
  "description": "null,undefined等非法数据点连接方式。"
55332
55849
  },
55333
55850
  "label": {
@@ -55523,6 +56040,11 @@
55523
56040
  ],
55524
56041
  "description": "总计配置"
55525
56042
  },
56043
+ "totalLabel": {
56044
+ "$ref": "#/definitions/ITotalLabelSpec",
56045
+ "description": "堆叠汇总标签",
56046
+ "since": "1.3.0"
56047
+ },
55526
56048
  "type": {
55527
56049
  "const": "waterfall",
55528
56050
  "description": "图表类型",
@@ -55756,7 +56278,7 @@
55756
56278
  },
55757
56279
  "invalidType": {
55758
56280
  "$ref": "#/definitions/IInvalidType",
55759
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
56281
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
55760
56282
  "description": "null,undefined等非法数据点连接方式。"
55761
56283
  },
55762
56284
  "label": {
@@ -55873,6 +56395,11 @@
55873
56395
  ],
55874
56396
  "description": "总计配置"
55875
56397
  },
56398
+ "totalLabel": {
56399
+ "$ref": "#/definitions/ITotalLabelSpec",
56400
+ "description": "堆叠汇总标签",
56401
+ "since": "1.3.0"
56402
+ },
55876
56403
  "type": {
55877
56404
  "const": "waterfall",
55878
56405
  "description": "系列类型",
@@ -56147,7 +56674,7 @@
56147
56674
  {
56148
56675
  "additionalProperties": false,
56149
56676
  "patternProperties": {
56150
- "^[0-9]+$": {
56677
+ "^[a-zA-Z0-9]+$": {
56151
56678
  "type": "string"
56152
56679
  }
56153
56680
  },
@@ -56469,7 +56996,7 @@
56469
56996
  },
56470
56997
  "invalidType": {
56471
56998
  "$ref": "#/definitions/IInvalidType",
56472
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
56999
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
56473
57000
  "description": "null,undefined等非法数据点连接方式。"
56474
57001
  },
56475
57002
  "keepAspect": {
@@ -56625,6 +57152,11 @@
56625
57152
  "$ref": "#/definitions/ITooltipSpec",
56626
57153
  "description": "tooltip配置"
56627
57154
  },
57155
+ "totalLabel": {
57156
+ "$ref": "#/definitions/ITotalLabelSpec",
57157
+ "description": "堆叠汇总标签",
57158
+ "since": "1.3.0"
57159
+ },
56628
57160
  "type": {
56629
57161
  "const": "wordCloud3d",
56630
57162
  "description": "图表类型",
@@ -56877,7 +57409,7 @@
56877
57409
  },
56878
57410
  "invalidType": {
56879
57411
  "$ref": "#/definitions/IInvalidType",
56880
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
57412
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
56881
57413
  "description": "null,undefined等非法数据点连接方式。"
56882
57414
  },
56883
57415
  "keepAspect": {
@@ -56966,6 +57498,11 @@
56966
57498
  "$ref": "#/definitions/ITooltipSpec",
56967
57499
  "description": "提示信息"
56968
57500
  },
57501
+ "totalLabel": {
57502
+ "$ref": "#/definitions/ITotalLabelSpec",
57503
+ "description": "堆叠汇总标签",
57504
+ "since": "1.3.0"
57505
+ },
56969
57506
  "type": {
56970
57507
  "const": "wordCloud3d",
56971
57508
  "description": "系列类型",
@@ -57304,7 +57841,7 @@
57304
57841
  },
57305
57842
  "invalidType": {
57306
57843
  "$ref": "#/definitions/IInvalidType",
57307
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
57844
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
57308
57845
  "description": "null,undefined等非法数据点连接方式。"
57309
57846
  },
57310
57847
  "keepAspect": {
@@ -57456,6 +57993,11 @@
57456
57993
  "$ref": "#/definitions/ITooltipSpec",
57457
57994
  "description": "tooltip配置"
57458
57995
  },
57996
+ "totalLabel": {
57997
+ "$ref": "#/definitions/ITotalLabelSpec",
57998
+ "description": "堆叠汇总标签",
57999
+ "since": "1.3.0"
58000
+ },
57459
58001
  "type": {
57460
58002
  "const": "wordCloud",
57461
58003
  "description": "图表类型",
@@ -57705,7 +58247,7 @@
57705
58247
  },
57706
58248
  "invalidType": {
57707
58249
  "$ref": "#/definitions/IInvalidType",
57708
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
58250
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
57709
58251
  "description": "null,undefined等非法数据点连接方式。"
57710
58252
  },
57711
58253
  "keepAspect": {
@@ -57790,6 +58332,11 @@
57790
58332
  "$ref": "#/definitions/ITooltipSpec",
57791
58333
  "description": "提示信息"
57792
58334
  },
58335
+ "totalLabel": {
58336
+ "$ref": "#/definitions/ITotalLabelSpec",
58337
+ "description": "堆叠汇总标签",
58338
+ "since": "1.3.0"
58339
+ },
57793
58340
  "type": {
57794
58341
  "const": "wordCloud",
57795
58342
  "description": "系列类型",
@@ -57865,7 +58412,7 @@
57865
58412
  "data": {
57866
58413
  "additionalProperties": false,
57867
58414
  "patternProperties": {
57868
- "^[0-9]+$": {
58415
+ "^[a-zA-Z0-9]+$": {
57869
58416
  "type": "number"
57870
58417
  }
57871
58418
  },
@@ -57939,7 +58486,7 @@
57939
58486
  "ancestorOrigins": {
57940
58487
  "additionalProperties": false,
57941
58488
  "patternProperties": {
57942
- "^[0-9]+$": {
58489
+ "^[a-zA-Z0-9]+$": {
57943
58490
  "type": "string"
57944
58491
  }
57945
58492
  },
@@ -57992,7 +58539,7 @@
57992
58539
  },
57993
58540
  "Map<Function,(...args:any[])=>void>": {
57994
58541
  "properties": {
57995
- "__@toStringTag@11349": {
58542
+ "__@toStringTag@11378": {
57996
58543
  "type": "string"
57997
58544
  },
57998
58545
  "size": {
@@ -58000,14 +58547,14 @@
58000
58547
  }
58001
58548
  },
58002
58549
  "required": [
58003
- "__@toStringTag@11349",
58550
+ "__@toStringTag@11378",
58004
58551
  "size"
58005
58552
  ],
58006
58553
  "type": "object"
58007
58554
  },
58008
58555
  "Map<number,IGraphicPicker>": {
58009
58556
  "properties": {
58010
- "__@toStringTag@11349": {
58557
+ "__@toStringTag@11378": {
58011
58558
  "type": "string"
58012
58559
  },
58013
58560
  "size": {
@@ -58015,14 +58562,14 @@
58015
58562
  }
58016
58563
  },
58017
58564
  "required": [
58018
- "__@toStringTag@11349",
58565
+ "__@toStringTag@11378",
58019
58566
  "size"
58020
58567
  ],
58021
58568
  "type": "object"
58022
58569
  },
58023
58570
  "Map<number,IGraphicRender>": {
58024
58571
  "properties": {
58025
- "__@toStringTag@11349": {
58572
+ "__@toStringTag@11378": {
58026
58573
  "type": "string"
58027
58574
  },
58028
58575
  "size": {
@@ -58030,14 +58577,14 @@
58030
58577
  }
58031
58578
  },
58032
58579
  "required": [
58033
- "__@toStringTag@11349",
58580
+ "__@toStringTag@11378",
58034
58581
  "size"
58035
58582
  ],
58036
58583
  "type": "object"
58037
58584
  },
58038
58585
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
58039
58586
  "properties": {
58040
- "__@toStringTag@11349": {
58587
+ "__@toStringTag@11378": {
58041
58588
  "type": "string"
58042
58589
  },
58043
58590
  "size": {
@@ -58045,14 +58592,14 @@
58045
58592
  }
58046
58593
  },
58047
58594
  "required": [
58048
- "__@toStringTag@11349",
58595
+ "__@toStringTag@11378",
58049
58596
  "size"
58050
58597
  ],
58051
58598
  "type": "object"
58052
58599
  },
58053
58600
  "Map<string,Map<number,IGraphicRender>>": {
58054
58601
  "properties": {
58055
- "__@toStringTag@11349": {
58602
+ "__@toStringTag@11378": {
58056
58603
  "type": "string"
58057
58604
  },
58058
58605
  "size": {
@@ -58060,14 +58607,14 @@
58060
58607
  }
58061
58608
  },
58062
58609
  "required": [
58063
- "__@toStringTag@11349",
58610
+ "__@toStringTag@11378",
58064
58611
  "size"
58065
58612
  ],
58066
58613
  "type": "object"
58067
58614
  },
58068
58615
  "Map<string,any>": {
58069
58616
  "properties": {
58070
- "__@toStringTag@11349": {
58617
+ "__@toStringTag@11378": {
58071
58618
  "type": "string"
58072
58619
  },
58073
58620
  "size": {
@@ -58075,14 +58622,14 @@
58075
58622
  }
58076
58623
  },
58077
58624
  "required": [
58078
- "__@toStringTag@11349",
58625
+ "__@toStringTag@11378",
58079
58626
  "size"
58080
58627
  ],
58081
58628
  "type": "object"
58082
58629
  },
58083
58630
  "Map<string|HTMLCanvasElement|HTMLImageElement,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
58084
58631
  "properties": {
58085
- "__@toStringTag@11349": {
58632
+ "__@toStringTag@11378": {
58086
58633
  "type": "string"
58087
58634
  },
58088
58635
  "size": {
@@ -58090,14 +58637,14 @@
58090
58637
  }
58091
58638
  },
58092
58639
  "required": [
58093
- "__@toStringTag@11349",
58640
+ "__@toStringTag@11378",
58094
58641
  "size"
58095
58642
  ],
58096
58643
  "type": "object"
58097
58644
  },
58098
58645
  "Map<string|number,IAnimate>": {
58099
58646
  "properties": {
58100
- "__@toStringTag@11349": {
58647
+ "__@toStringTag@11378": {
58101
58648
  "type": "string"
58102
58649
  },
58103
58650
  "size": {
@@ -58105,7 +58652,7 @@
58105
58652
  }
58106
58653
  },
58107
58654
  "required": [
58108
- "__@toStringTag@11349",
58655
+ "__@toStringTag@11378",
58109
58656
  "size"
58110
58657
  ],
58111
58658
  "type": "object"
@@ -58262,7 +58809,7 @@
58262
58809
  "enabledPlugin": {
58263
58810
  "additionalProperties": false,
58264
58811
  "patternProperties": {
58265
- "^[0-9]+$": {
58812
+ "^[a-zA-Z0-9]+$": {
58266
58813
  "$ref": "#/definitions/MimeType"
58267
58814
  }
58268
58815
  },
@@ -58339,7 +58886,7 @@
58339
58886
  "mimeTypes": {
58340
58887
  "additionalProperties": false,
58341
58888
  "patternProperties": {
58342
- "^[0-9]+$": {
58889
+ "^[a-zA-Z0-9]+$": {
58343
58890
  "$ref": "#/definitions/MimeType"
58344
58891
  }
58345
58892
  },
@@ -58360,10 +58907,10 @@
58360
58907
  "plugins": {
58361
58908
  "additionalProperties": false,
58362
58909
  "patternProperties": {
58363
- "^[0-9]+$": {
58910
+ "^[a-zA-Z0-9]+$": {
58364
58911
  "additionalProperties": false,
58365
58912
  "patternProperties": {
58366
- "^[0-9]+$": {
58913
+ "^[a-zA-Z0-9]+$": {
58367
58914
  "$ref": "#/definitions/MimeType"
58368
58915
  }
58369
58916
  },
@@ -59003,7 +59550,7 @@
59003
59550
  },
59004
59551
  "invalidType": {
59005
59552
  "$ref": "#/definitions/IInvalidType",
59006
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
59553
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
59007
59554
  "description": "null,undefined等非法数据点连接方式。"
59008
59555
  },
59009
59556
  "label": {
@@ -59091,6 +59638,11 @@
59091
59638
  "$ref": "#/definitions/ITooltipSpec",
59092
59639
  "description": "提示信息"
59093
59640
  },
59641
+ "totalLabel": {
59642
+ "$ref": "#/definitions/ITotalLabelSpec",
59643
+ "description": "堆叠汇总标签",
59644
+ "since": "1.3.0"
59645
+ },
59094
59646
  "x2Field": {
59095
59647
  "description": "用于区间数据,声明区间末尾的数据字段。",
59096
59648
  "type": "string"
@@ -59625,7 +60177,7 @@
59625
60177
  },
59626
60178
  "invalidType": {
59627
60179
  "$ref": "#/definitions/IInvalidType",
59628
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
60180
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
59629
60181
  "description": "null,undefined等非法数据点连接方式。"
59630
60182
  },
59631
60183
  "maxValue": {
@@ -59732,6 +60284,11 @@
59732
60284
  "$ref": "#/definitions/ITooltipSpec",
59733
60285
  "description": "提示信息"
59734
60286
  },
60287
+ "totalLabel": {
60288
+ "$ref": "#/definitions/ITotalLabelSpec",
60289
+ "description": "堆叠汇总标签",
60290
+ "since": "1.3.0"
60291
+ },
59735
60292
  "track": {
59736
60293
  "$ref": "#/definitions/IMarkSpec<IProgressArcMarkSpec>",
59737
60294
  "description": "背景样式"
@@ -59921,7 +60478,7 @@
59921
60478
  },
59922
60479
  "invalidType": {
59923
60480
  "$ref": "#/definitions/IInvalidType",
59924
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
60481
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
59925
60482
  "description": "null,undefined等非法数据点连接方式。"
59926
60483
  },
59927
60484
  "isCone": {
@@ -60042,6 +60599,11 @@
60042
60599
  "$ref": "#/definitions/ITooltipSpec",
60043
60600
  "description": "提示信息"
60044
60601
  },
60602
+ "totalLabel": {
60603
+ "$ref": "#/definitions/ITotalLabelSpec",
60604
+ "description": "堆叠汇总标签",
60605
+ "since": "1.3.0"
60606
+ },
60045
60607
  "transform": {
60046
60608
  "$ref": "#/definitions/IMarkSpec<IPathMarkSpec>",
60047
60609
  "description": "转化层样式"
@@ -60236,7 +60798,7 @@
60236
60798
  },
60237
60799
  "invalidType": {
60238
60800
  "$ref": "#/definitions/IInvalidType",
60239
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
60801
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
60240
60802
  "description": "null,undefined等非法数据点连接方式。"
60241
60803
  },
60242
60804
  "morph": {
@@ -60353,6 +60915,11 @@
60353
60915
  "$ref": "#/definitions/ITooltipSpec",
60354
60916
  "description": "提示信息"
60355
60917
  },
60918
+ "totalLabel": {
60919
+ "$ref": "#/definitions/ITotalLabelSpec",
60920
+ "description": "堆叠汇总标签",
60921
+ "since": "1.3.0"
60922
+ },
60356
60923
  "track": {
60357
60924
  "$ref": "#/definitions/IMarkSpec<IArcMarkSpec>",
60358
60925
  "description": "背景样式"
@@ -60982,7 +61549,7 @@
60982
61549
  },
60983
61550
  "invalidType": {
60984
61551
  "$ref": "#/definitions/IInvalidType",
60985
- "default": "'zero'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
61552
+ "default": "'break'\n'break'指在该数据点处断开\n'link' 指忽略该点保持连续\n'zero' 指该点默认数值为0\n'ignore' 指不处理",
60986
61553
  "description": "null,undefined等非法数据点连接方式。"
60987
61554
  },
60988
61555
  "label": {
@@ -61082,6 +61649,11 @@
61082
61649
  "$ref": "#/definitions/ITooltipSpec",
61083
61650
  "description": "提示信息"
61084
61651
  },
61652
+ "totalLabel": {
61653
+ "$ref": "#/definitions/ITotalLabelSpec",
61654
+ "description": "堆叠汇总标签",
61655
+ "since": "1.3.0"
61656
+ },
61085
61657
  "valueField": {
61086
61658
  "description": "数值字段",
61087
61659
  "type": "string"
@@ -62165,7 +62737,7 @@
62165
62737
  "children": {
62166
62738
  "additionalProperties": false,
62167
62739
  "patternProperties": {
62168
- "^[0-9]+$": {
62740
+ "^[a-zA-Z0-9]+$": {
62169
62741
  "$ref": "#/definitions/Element"
62170
62742
  }
62171
62743
  },
@@ -62976,6 +63548,9 @@
62976
63548
  },
62977
63549
  "strokeOpacity": {
62978
63550
  "type": "number"
63551
+ },
63552
+ "visible": {
63553
+ "type": "boolean"
62979
63554
  }
62980
63555
  },
62981
63556
  "type": "object"
@@ -65145,39 +65720,83 @@
65145
65720
  },
65146
65721
  "type": "object"
65147
65722
  },
65148
- "Partial<IMarkTheme<IPolygonMarkSpec>>": {
65723
+ "Partial<IMarkTheme<IPathMarkSpec|IRectMarkSpec>&PointerMarkSpec>": {
65149
65724
  "properties": {
65725
+ "center": {
65726
+ "description": "中心点坐标(0~1)",
65727
+ "items": [
65728
+ {
65729
+ "type": "number"
65730
+ },
65731
+ {
65732
+ "type": "number"
65733
+ }
65734
+ ],
65735
+ "maxItems": 2,
65736
+ "minItems": 2,
65737
+ "type": "array"
65738
+ },
65739
+ "height": {
65740
+ "description": "指针长度比例(0~1)(为空则挂载 radius)",
65741
+ "type": "number"
65742
+ },
65743
+ "innerPadding": {
65744
+ "description": "指针靠近圆心的一端离圆心的距离",
65745
+ "type": "number"
65746
+ },
65150
65747
  "interactive": {
65151
65748
  "description": "可交互的开关",
65152
65749
  "type": "boolean"
65153
65750
  },
65751
+ "outerPadding": {
65752
+ "description": "指针靠近边缘的一端离边缘的距离",
65753
+ "type": "number"
65754
+ },
65154
65755
  "state": {
65155
- "$ref": "#/definitions/Record<string,IPolygonMarkSpec>",
65756
+ "$ref": "#/definitions/Record<string,IPathMarkSpec|IRectMarkSpec>",
65156
65757
  "description": "不同状态下的样式配置"
65157
65758
  },
65158
65759
  "style": {
65159
- "$ref": "#/definitions/IPolygonMarkSpec",
65760
+ "anyOf": [
65761
+ {
65762
+ "$ref": "#/definitions/IPathMarkSpec"
65763
+ },
65764
+ {
65765
+ "$ref": "#/definitions/IRectMarkSpec"
65766
+ }
65767
+ ],
65160
65768
  "description": "默认样式设置"
65161
65769
  },
65770
+ "type": {
65771
+ "enum": [
65772
+ "path",
65773
+ "rect"
65774
+ ],
65775
+ "type": "string"
65776
+ },
65162
65777
  "visible": {
65163
65778
  "description": "mark 层 是否显示配置",
65164
65779
  "type": "boolean"
65780
+ },
65781
+ "width": {
65782
+ "description": "指针宽度比例(0~1)",
65783
+ "type": "number"
65165
65784
  }
65166
65785
  },
65167
65786
  "type": "object"
65168
65787
  },
65169
- "Partial<IMarkTheme<IProgressArcMarkSpec>>": {
65788
+ "Partial<IMarkTheme<IPolygonMarkSpec>>": {
65170
65789
  "properties": {
65171
65790
  "interactive": {
65172
65791
  "description": "可交互的开关",
65173
65792
  "type": "boolean"
65174
65793
  },
65175
65794
  "state": {
65176
- "$ref": "#/definitions/Record<string,IProgressArcMarkSpec>",
65795
+ "$ref": "#/definitions/Record<string,IPolygonMarkSpec>",
65177
65796
  "description": "不同状态下的样式配置"
65178
65797
  },
65179
65798
  "style": {
65180
- "$ref": "#/definitions/IProgressArcMarkSpec",
65799
+ "$ref": "#/definitions/IPolygonMarkSpec",
65181
65800
  "description": "默认样式设置"
65182
65801
  },
65183
65802
  "visible": {
@@ -65187,18 +65806,18 @@
65187
65806
  },
65188
65807
  "type": "object"
65189
65808
  },
65190
- "Partial<IMarkTheme<IPyramid3dMarkSpec>>": {
65809
+ "Partial<IMarkTheme<IProgressArcMarkSpec>>": {
65191
65810
  "properties": {
65192
65811
  "interactive": {
65193
65812
  "description": "可交互的开关",
65194
65813
  "type": "boolean"
65195
65814
  },
65196
65815
  "state": {
65197
- "$ref": "#/definitions/Record<string,IPyramid3dMarkSpec>",
65816
+ "$ref": "#/definitions/Record<string,IProgressArcMarkSpec>",
65198
65817
  "description": "不同状态下的样式配置"
65199
65818
  },
65200
65819
  "style": {
65201
- "$ref": "#/definitions/IPyramid3dMarkSpec",
65820
+ "$ref": "#/definitions/IProgressArcMarkSpec",
65202
65821
  "description": "默认样式设置"
65203
65822
  },
65204
65823
  "visible": {
@@ -65208,18 +65827,18 @@
65208
65827
  },
65209
65828
  "type": "object"
65210
65829
  },
65211
- "Partial<IMarkTheme<IRect3dMarkSpec>>": {
65830
+ "Partial<IMarkTheme<IPyramid3dMarkSpec>>": {
65212
65831
  "properties": {
65213
65832
  "interactive": {
65214
65833
  "description": "可交互的开关",
65215
65834
  "type": "boolean"
65216
65835
  },
65217
65836
  "state": {
65218
- "$ref": "#/definitions/Record<string,IRect3dMarkSpec>",
65837
+ "$ref": "#/definitions/Record<string,IPyramid3dMarkSpec>",
65219
65838
  "description": "不同状态下的样式配置"
65220
65839
  },
65221
65840
  "style": {
65222
- "$ref": "#/definitions/IRect3dMarkSpec",
65841
+ "$ref": "#/definitions/IPyramid3dMarkSpec",
65223
65842
  "description": "默认样式设置"
65224
65843
  },
65225
65844
  "visible": {
@@ -65229,18 +65848,18 @@
65229
65848
  },
65230
65849
  "type": "object"
65231
65850
  },
65232
- "Partial<IMarkTheme<IRectMarkSpec>>": {
65851
+ "Partial<IMarkTheme<IRect3dMarkSpec>>": {
65233
65852
  "properties": {
65234
65853
  "interactive": {
65235
65854
  "description": "可交互的开关",
65236
65855
  "type": "boolean"
65237
65856
  },
65238
65857
  "state": {
65239
- "$ref": "#/definitions/Record<string,IRectMarkSpec>",
65858
+ "$ref": "#/definitions/Record<string,IRect3dMarkSpec>",
65240
65859
  "description": "不同状态下的样式配置"
65241
65860
  },
65242
65861
  "style": {
65243
- "$ref": "#/definitions/IRectMarkSpec",
65862
+ "$ref": "#/definitions/IRect3dMarkSpec",
65244
65863
  "description": "默认样式设置"
65245
65864
  },
65246
65865
  "visible": {
@@ -65250,67 +65869,23 @@
65250
65869
  },
65251
65870
  "type": "object"
65252
65871
  },
65253
- "Partial<IMarkTheme<IRectMarkSpec|IPathMarkSpec>&PointerMarkSpec>": {
65872
+ "Partial<IMarkTheme<IRectMarkSpec>>": {
65254
65873
  "properties": {
65255
- "center": {
65256
- "description": "中心点坐标(0~1)",
65257
- "items": [
65258
- {
65259
- "type": "number"
65260
- },
65261
- {
65262
- "type": "number"
65263
- }
65264
- ],
65265
- "maxItems": 2,
65266
- "minItems": 2,
65267
- "type": "array"
65268
- },
65269
- "height": {
65270
- "description": "指针长度比例(0~1)(为空则挂载 radius)",
65271
- "type": "number"
65272
- },
65273
- "innerPadding": {
65274
- "description": "指针靠近圆心的一端离圆心的距离",
65275
- "type": "number"
65276
- },
65277
65874
  "interactive": {
65278
65875
  "description": "可交互的开关",
65279
65876
  "type": "boolean"
65280
65877
  },
65281
- "outerPadding": {
65282
- "description": "指针靠近边缘的一端离边缘的距离",
65283
- "type": "number"
65284
- },
65285
65878
  "state": {
65286
- "$ref": "#/definitions/Record<string,IRectMarkSpec|IPathMarkSpec>",
65879
+ "$ref": "#/definitions/Record<string,IRectMarkSpec>",
65287
65880
  "description": "不同状态下的样式配置"
65288
65881
  },
65289
65882
  "style": {
65290
- "anyOf": [
65291
- {
65292
- "$ref": "#/definitions/IRectMarkSpec"
65293
- },
65294
- {
65295
- "$ref": "#/definitions/IPathMarkSpec"
65296
- }
65297
- ],
65883
+ "$ref": "#/definitions/IRectMarkSpec",
65298
65884
  "description": "默认样式设置"
65299
65885
  },
65300
- "type": {
65301
- "enum": [
65302
- "path",
65303
- "rect"
65304
- ],
65305
- "type": "string"
65306
- },
65307
65886
  "visible": {
65308
65887
  "description": "mark 层 是否显示配置",
65309
65888
  "type": "boolean"
65310
- },
65311
- "width": {
65312
- "description": "指针宽度比例(0~1)",
65313
- "type": "number"
65314
65889
  }
65315
65890
  },
65316
65891
  "type": "object"
@@ -65480,7 +66055,7 @@
65480
66055
  "additionalProperties": false,
65481
66056
  "description": "默认样式设置",
65482
66057
  "patternProperties": {
65483
- "^[0-9]+$": {}
66058
+ "^[a-zA-Z0-9]+$": {}
65484
66059
  },
65485
66060
  "type": "object"
65486
66061
  },
@@ -66274,6 +66849,10 @@
66274
66849
  {
66275
66850
  "$ref": "#/definitions/IGradientConical"
66276
66851
  },
66852
+ {
66853
+ "const": false,
66854
+ "type": "boolean"
66855
+ },
66277
66856
  {
66278
66857
  "type": "string"
66279
66858
  }
@@ -67079,6 +67658,10 @@
67079
67658
  {
67080
67659
  "$ref": "#/definitions/IGradientConical"
67081
67660
  },
67661
+ {
67662
+ "const": false,
67663
+ "type": "boolean"
67664
+ },
67082
67665
  {
67083
67666
  "type": "string"
67084
67667
  }
@@ -67986,6 +68569,10 @@
67986
68569
  {
67987
68570
  "$ref": "#/definitions/IGradientConical"
67988
68571
  },
68572
+ {
68573
+ "const": false,
68574
+ "type": "boolean"
68575
+ },
67989
68576
  {
67990
68577
  "type": "string"
67991
68578
  }
@@ -69834,34 +70421,34 @@
69834
70421
  },
69835
70422
  "Promise<FontFaceSet>": {
69836
70423
  "properties": {
69837
- "__@toStringTag@11349": {
70424
+ "__@toStringTag@11378": {
69838
70425
  "type": "string"
69839
70426
  }
69840
70427
  },
69841
70428
  "required": [
69842
- "__@toStringTag@11349"
70429
+ "__@toStringTag@11378"
69843
70430
  ],
69844
70431
  "type": "object"
69845
70432
  },
69846
70433
  "Promise<ServiceWorkerRegistration>": {
69847
70434
  "properties": {
69848
- "__@toStringTag@11349": {
70435
+ "__@toStringTag@11378": {
69849
70436
  "type": "string"
69850
70437
  }
69851
70438
  },
69852
70439
  "required": [
69853
- "__@toStringTag@11349"
70440
+ "__@toStringTag@11378"
69854
70441
  ],
69855
70442
  "type": "object"
69856
70443
  },
69857
70444
  "Promise<any>": {
69858
70445
  "properties": {
69859
- "__@toStringTag@11349": {
70446
+ "__@toStringTag@11378": {
69860
70447
  "type": "string"
69861
70448
  }
69862
70449
  },
69863
70450
  "required": [
69864
- "__@toStringTag@11349"
70451
+ "__@toStringTag@11378"
69865
70452
  ],
69866
70453
  "type": "object"
69867
70454
  },
@@ -69871,10 +70458,10 @@
69871
70458
  "Record<string,ConvertToMarkStyleSpec<IPathMarkSpec>|IMarkStateSpec<IPathMarkSpec>>": {
69872
70459
  "type": "object"
69873
70460
  },
69874
- "Record<string,ConvertToMarkStyleSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>|IMarkStateSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>>": {
70461
+ "Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec>>": {
69875
70462
  "type": "object"
69876
70463
  },
69877
- "Record<string,ConvertToMarkStyleSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>|IMarkStateSpec<IRectMarkSpec|IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>>": {
70464
+ "Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IRectMarkSpec|IPolygonMarkSpec|IImageMarkSpec|IBoxPlotMarkSpec|IArcMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IGroupMarkSpec>>": {
69878
70465
  "type": "object"
69879
70466
  },
69880
70467
  "Record<string,ConvertToMarkStyleSpec<ITextMarkSpec>|IMarkStateSpec<ITextMarkSpec>>": {
@@ -69901,6 +70488,9 @@
69901
70488
  "Record<string,IPathMarkSpec>": {
69902
70489
  "type": "object"
69903
70490
  },
70491
+ "Record<string,IPathMarkSpec|IRectMarkSpec>": {
70492
+ "type": "object"
70493
+ },
69904
70494
  "Record<string,IPolygonMarkSpec>": {
69905
70495
  "type": "object"
69906
70496
  },
@@ -69916,9 +70506,6 @@
69916
70506
  "Record<string,IRectMarkSpec>": {
69917
70507
  "type": "object"
69918
70508
  },
69919
- "Record<string,IRectMarkSpec|IPathMarkSpec>": {
69920
- "type": "object"
69921
- },
69922
70509
  "Record<string,IRuleMarkSpec>": {
69923
70510
  "type": "object"
69924
70511
  },
@@ -75748,7 +76335,7 @@
75748
76335
  "animVal": {
75749
76336
  "additionalProperties": false,
75750
76337
  "patternProperties": {
75751
- "^[0-9]+$": {
76338
+ "^[a-zA-Z0-9]+$": {
75752
76339
  "$ref": "#/definitions/SVGTransform"
75753
76340
  }
75754
76341
  },
@@ -75757,7 +76344,7 @@
75757
76344
  "baseVal": {
75758
76345
  "additionalProperties": false,
75759
76346
  "patternProperties": {
75760
- "^[0-9]+$": {
76347
+ "^[a-zA-Z0-9]+$": {
75761
76348
  "$ref": "#/definitions/SVGTransform"
75762
76349
  }
75763
76350
  },
@@ -75949,7 +76536,7 @@
75949
76536
  "attributes": {
75950
76537
  "additionalProperties": false,
75951
76538
  "patternProperties": {
75952
- "^[0-9]+$": {
76539
+ "^[a-zA-Z0-9]+$": {
75953
76540
  "$ref": "#/definitions/Attr"
75954
76541
  }
75955
76542
  },
@@ -75973,7 +76560,7 @@
75973
76560
  "children": {
75974
76561
  "additionalProperties": false,
75975
76562
  "patternProperties": {
75976
- "^[0-9]+$": {
76563
+ "^[a-zA-Z0-9]+$": {
75977
76564
  "$ref": "#/definitions/Element"
75978
76565
  }
75979
76566
  },
@@ -75982,7 +76569,7 @@
75982
76569
  "classList": {
75983
76570
  "additionalProperties": false,
75984
76571
  "patternProperties": {
75985
- "^[0-9]+$": {
76572
+ "^[a-zA-Z0-9]+$": {
75986
76573
  "type": "string"
75987
76574
  }
75988
76575
  },
@@ -76355,7 +76942,7 @@
76355
76942
  "part": {
76356
76943
  "additionalProperties": false,
76357
76944
  "patternProperties": {
76358
- "^[0-9]+$": {
76945
+ "^[a-zA-Z0-9]+$": {
76359
76946
  "type": "string"
76360
76947
  }
76361
76948
  },
@@ -76394,7 +76981,7 @@
76394
76981
  "style": {
76395
76982
  "additionalProperties": false,
76396
76983
  "patternProperties": {
76397
- "^[0-9]+$": {
76984
+ "^[a-zA-Z0-9]+$": {
76398
76985
  "type": "string"
76399
76986
  }
76400
76987
  },
@@ -76932,7 +77519,7 @@
76932
77519
  "attributes": {
76933
77520
  "additionalProperties": false,
76934
77521
  "patternProperties": {
76935
- "^[0-9]+$": {
77522
+ "^[a-zA-Z0-9]+$": {
76936
77523
  "$ref": "#/definitions/Attr"
76937
77524
  }
76938
77525
  },
@@ -76956,7 +77543,7 @@
76956
77543
  "children": {
76957
77544
  "additionalProperties": false,
76958
77545
  "patternProperties": {
76959
- "^[0-9]+$": {
77546
+ "^[a-zA-Z0-9]+$": {
76960
77547
  "$ref": "#/definitions/Element"
76961
77548
  }
76962
77549
  },
@@ -76965,7 +77552,7 @@
76965
77552
  "classList": {
76966
77553
  "additionalProperties": false,
76967
77554
  "patternProperties": {
76968
- "^[0-9]+$": {
77555
+ "^[a-zA-Z0-9]+$": {
76969
77556
  "type": "string"
76970
77557
  }
76971
77558
  },
@@ -77401,7 +77988,7 @@
77401
77988
  "part": {
77402
77989
  "additionalProperties": false,
77403
77990
  "patternProperties": {
77404
- "^[0-9]+$": {
77991
+ "^[a-zA-Z0-9]+$": {
77405
77992
  "type": "string"
77406
77993
  }
77407
77994
  },
@@ -77422,7 +78009,7 @@
77422
78009
  "requiredExtensions": {
77423
78010
  "additionalProperties": false,
77424
78011
  "patternProperties": {
77425
- "^[0-9]+$": {
78012
+ "^[a-zA-Z0-9]+$": {
77426
78013
  "type": "string"
77427
78014
  }
77428
78015
  },
@@ -77452,7 +78039,7 @@
77452
78039
  "style": {
77453
78040
  "additionalProperties": false,
77454
78041
  "patternProperties": {
77455
- "^[0-9]+$": {
78042
+ "^[a-zA-Z0-9]+$": {
77456
78043
  "type": "string"
77457
78044
  }
77458
78045
  },
@@ -77461,7 +78048,7 @@
77461
78048
  "systemLanguage": {
77462
78049
  "additionalProperties": false,
77463
78050
  "patternProperties": {
77464
- "^[0-9]+$": {
78051
+ "^[a-zA-Z0-9]+$": {
77465
78052
  "type": "string"
77466
78053
  }
77467
78054
  },
@@ -77905,7 +78492,7 @@
77905
78492
  "attributes": {
77906
78493
  "additionalProperties": false,
77907
78494
  "patternProperties": {
77908
- "^[0-9]+$": {
78495
+ "^[a-zA-Z0-9]+$": {
77909
78496
  "$ref": "#/definitions/Attr"
77910
78497
  }
77911
78498
  },
@@ -77929,7 +78516,7 @@
77929
78516
  "children": {
77930
78517
  "additionalProperties": false,
77931
78518
  "patternProperties": {
77932
- "^[0-9]+$": {
78519
+ "^[a-zA-Z0-9]+$": {
77933
78520
  "$ref": "#/definitions/Element"
77934
78521
  }
77935
78522
  },
@@ -77938,7 +78525,7 @@
77938
78525
  "classList": {
77939
78526
  "additionalProperties": false,
77940
78527
  "patternProperties": {
77941
- "^[0-9]+$": {
78528
+ "^[a-zA-Z0-9]+$": {
77942
78529
  "type": "string"
77943
78530
  }
77944
78531
  },
@@ -78314,7 +78901,7 @@
78314
78901
  "part": {
78315
78902
  "additionalProperties": false,
78316
78903
  "patternProperties": {
78317
- "^[0-9]+$": {
78904
+ "^[a-zA-Z0-9]+$": {
78318
78905
  "type": "string"
78319
78906
  }
78320
78907
  },
@@ -78353,7 +78940,7 @@
78353
78940
  "style": {
78354
78941
  "additionalProperties": false,
78355
78942
  "patternProperties": {
78356
- "^[0-9]+$": {
78943
+ "^[a-zA-Z0-9]+$": {
78357
78944
  "type": "string"
78358
78945
  }
78359
78946
  },
@@ -78838,7 +79425,7 @@
78838
79425
  "children": {
78839
79426
  "additionalProperties": false,
78840
79427
  "patternProperties": {
78841
- "^[0-9]+$": {
79428
+ "^[a-zA-Z0-9]+$": {
78842
79429
  "$ref": "#/definitions/Element"
78843
79430
  }
78844
79431
  },
@@ -78913,7 +79500,7 @@
78913
79500
  "styleSheets": {
78914
79501
  "additionalProperties": false,
78915
79502
  "patternProperties": {
78916
- "^[0-9]+$": {
79503
+ "^[a-zA-Z0-9]+$": {
78917
79504
  "$ref": "#/definitions/CSSStyleSheet"
78918
79505
  }
78919
79506
  },
@@ -79023,9 +79610,33 @@
79023
79610
  }
79024
79611
  ]
79025
79612
  },
79613
+ "brightColor": {
79614
+ "type": "string"
79615
+ },
79026
79616
  "contrastRatiosThreshold": {
79027
79617
  "type": "number"
79028
79618
  },
79619
+ "darkColor": {
79620
+ "type": "string"
79621
+ },
79622
+ "fillStrategy": {
79623
+ "enum": [
79624
+ "base",
79625
+ "invertBase",
79626
+ "null",
79627
+ "similarBase"
79628
+ ],
79629
+ "type": "string"
79630
+ },
79631
+ "strokeStrategy": {
79632
+ "enum": [
79633
+ "base",
79634
+ "invertBase",
79635
+ "null",
79636
+ "similarBase"
79637
+ ],
79638
+ "type": "string"
79639
+ },
79029
79640
  "textType": {
79030
79641
  "type": "string"
79031
79642
  }
@@ -79974,7 +80585,7 @@
79974
80585
  }
79975
80586
  ]
79976
80587
  },
79977
- "VisualType<string|IColorKey|IGradient>": {
80588
+ "VisualType<string|false|IColorKey|IGradient>": {
79978
80589
  "anyOf": [
79979
80590
  {
79980
80591
  "$ref": "#/definitions/IColorKey"
@@ -79995,7 +80606,11 @@
79995
80606
  "typeof": "function"
79996
80607
  },
79997
80608
  {
79998
- "$ref": "#/definitions/IVisualSpecStyle<unknown,string|IColorKey|IGradient>"
80609
+ "$ref": "#/definitions/IVisualSpecStyle<unknown,string|false|IColorKey|IGradient>"
80610
+ },
80611
+ {
80612
+ "const": false,
80613
+ "type": "boolean"
79999
80614
  },
80000
80615
  {
80001
80616
  "type": "string"
@@ -80265,7 +80880,7 @@
80265
80880
  {
80266
80881
  "additionalProperties": false,
80267
80882
  "patternProperties": {
80268
- "^[0-9]+$": {
80883
+ "^[a-zA-Z0-9]+$": {
80269
80884
  "type": "number"
80270
80885
  }
80271
80886
  },
@@ -80343,7 +80958,7 @@
80343
80958
  {
80344
80959
  "additionalProperties": false,
80345
80960
  "patternProperties": {
80346
- "^[0-9]+$": {
80961
+ "^[a-zA-Z0-9]+$": {
80347
80962
  "type": "number"
80348
80963
  }
80349
80964
  },