@visactor/vchart-schema 1.13.3-vstory.3 → 1.13.4-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +192 -697
package/vchart.json CHANGED
@@ -8923,9 +8923,6 @@
8923
8923
  "cubicIn",
8924
8924
  "cubicInOut",
8925
8925
  "cubicOut",
8926
- "easeInOutElastic",
8927
- "easeInOutQuad",
8928
- "easeOutElastic",
8929
8926
  "elasticIn",
8930
8927
  "elasticInOut",
8931
8928
  "elasticOut",
@@ -9769,6 +9766,29 @@
9769
9766
  ],
9770
9767
  "description": "gradient"
9771
9768
  },
9769
+ "GraphicType": {
9770
+ "enum": [
9771
+ "arc",
9772
+ "arc3d",
9773
+ "area",
9774
+ "circle",
9775
+ "ellipse",
9776
+ "glyph",
9777
+ "group",
9778
+ "image",
9779
+ "line",
9780
+ "path",
9781
+ "polygon",
9782
+ "pyramid3d",
9783
+ "rect",
9784
+ "rect3d",
9785
+ "richtext",
9786
+ "shadowroot",
9787
+ "symbol",
9788
+ "text"
9789
+ ],
9790
+ "type": "string"
9791
+ },
9772
9792
  "GroupTooltipTriggerMark": {
9773
9793
  "enum": [
9774
9794
  "area",
@@ -19704,7 +19724,7 @@
19704
19724
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
19705
19725
  },
19706
19726
  "extensionMark": {
19707
- "description": "扩展mark",
19727
+ "description": "系列的扩展mark,能够获取系列上的数据",
19708
19728
  "items": {
19709
19729
  "anyOf": [
19710
19730
  {
@@ -21102,7 +21122,7 @@
21102
21122
  "description": "direction\nrow means layout by rows,col means layout by columns"
21103
21123
  },
21104
21124
  "extensionMark": {
21105
- "description": "扩展mark",
21125
+ "description": "系列的扩展mark,能够获取系列上的数据",
21106
21126
  "items": {
21107
21127
  "anyOf": [
21108
21128
  {
@@ -21278,7 +21298,7 @@
21278
21298
  },
21279
21299
  "tooltip": {
21280
21300
  "$ref": "#/definitions/ISeriesTooltipSpec",
21281
- "description": "提示信息"
21301
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
21282
21302
  },
21283
21303
  "totalLabel": {
21284
21304
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -21874,7 +21894,7 @@
21874
21894
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
21875
21895
  },
21876
21896
  "extensionMark": {
21877
- "description": "扩展mark",
21897
+ "description": "系列的扩展mark,能够获取系列上的数据",
21878
21898
  "items": {
21879
21899
  "anyOf": [
21880
21900
  {
@@ -23064,7 +23084,7 @@
23064
23084
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
23065
23085
  },
23066
23086
  "extensionMark": {
23067
- "description": "扩展mark",
23087
+ "description": "系列的扩展mark,能够获取系列上的数据",
23068
23088
  "items": {
23069
23089
  "anyOf": [
23070
23090
  {
@@ -24137,7 +24157,7 @@
24137
24157
  "description": "direction\nrow means layout by rows,col means layout by columns"
24138
24158
  },
24139
24159
  "extensionMark": {
24140
- "description": "扩展mark",
24160
+ "description": "系列的扩展mark,能够获取系列上的数据",
24141
24161
  "items": {
24142
24162
  "anyOf": [
24143
24163
  {
@@ -24293,7 +24313,7 @@
24293
24313
  },
24294
24314
  "tooltip": {
24295
24315
  "$ref": "#/definitions/ISeriesTooltipSpec",
24296
- "description": "提示信息"
24316
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
24297
24317
  },
24298
24318
  "totalLabel": {
24299
24319
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -24818,7 +24838,7 @@
24818
24838
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
24819
24839
  },
24820
24840
  "extensionMark": {
24821
- "description": "扩展mark",
24841
+ "description": "系列的扩展mark,能够获取系列上的数据",
24822
24842
  "items": {
24823
24843
  "anyOf": [
24824
24844
  {
@@ -26058,7 +26078,7 @@
26058
26078
  "$ref": "#/definitions/DirectionType_1"
26059
26079
  },
26060
26080
  "extensionMark": {
26061
- "description": "扩展mark",
26081
+ "description": "系列的扩展mark,能够获取系列上的数据",
26062
26082
  "items": {
26063
26083
  "anyOf": [
26064
26084
  {
@@ -26210,7 +26230,7 @@
26210
26230
  },
26211
26231
  "tooltip": {
26212
26232
  "$ref": "#/definitions/ISeriesTooltipSpec",
26213
- "description": "提示信息"
26233
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
26214
26234
  },
26215
26235
  "totalLabel": {
26216
26236
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -27014,6 +27034,7 @@
27014
27034
  "description": "spec"
27015
27035
  },
27016
27036
  "ICartesianCrosshairSpec": {
27037
+ "description": "笛卡尔坐标系下的 crosshair 配置",
27017
27038
  "properties": {
27018
27039
  "alignSelf": {
27019
27040
  "description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
@@ -27298,7 +27319,7 @@
27298
27319
  "description": "direction\nrow means layout by rows,col means layout by columns"
27299
27320
  },
27300
27321
  "extensionMark": {
27301
- "description": "扩展mark",
27322
+ "description": "系列的扩展mark,能够获取系列上的数据",
27302
27323
  "items": {
27303
27324
  "anyOf": [
27304
27325
  {
@@ -27406,7 +27427,7 @@
27406
27427
  },
27407
27428
  "tooltip": {
27408
27429
  "$ref": "#/definitions/ISeriesTooltipSpec",
27409
- "description": "提示信息"
27430
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
27410
27431
  },
27411
27432
  "totalLabel": {
27412
27433
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -27938,7 +27959,7 @@
27938
27959
  "type": "string"
27939
27960
  },
27940
27961
  "extensionMark": {
27941
- "description": "扩展mark",
27962
+ "description": "系列的扩展mark,能够获取系列上的数据",
27942
27963
  "items": {
27943
27964
  "anyOf": [
27944
27965
  {
@@ -28322,7 +28343,7 @@
28322
28343
  "type": "string"
28323
28344
  },
28324
28345
  "extensionMark": {
28325
- "description": "扩展mark",
28346
+ "description": "系列的扩展mark,能够获取系列上的数据",
28326
28347
  "items": {
28327
28348
  "anyOf": [
28328
28349
  {
@@ -28443,7 +28464,7 @@
28443
28464
  },
28444
28465
  "tooltip": {
28445
28466
  "$ref": "#/definitions/ISeriesTooltipSpec",
28446
- "description": "提示信息"
28467
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
28447
28468
  },
28448
28469
  "totalLabel": {
28449
28470
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -28758,7 +28779,7 @@
28758
28779
  "type": "number"
28759
28780
  },
28760
28781
  "extensionMark": {
28761
- "description": "扩展mark",
28782
+ "description": "系列的扩展mark,能够获取系列上的数据",
28762
28783
  "items": {
28763
28784
  "anyOf": [
28764
28785
  {
@@ -29237,7 +29258,7 @@
29237
29258
  "type": "number"
29238
29259
  },
29239
29260
  "extensionMark": {
29240
- "description": "扩展mark",
29261
+ "description": "系列的扩展mark,能够获取系列上的数据",
29241
29262
  "items": {
29242
29263
  "anyOf": [
29243
29264
  {
@@ -29407,7 +29428,7 @@
29407
29428
  },
29408
29429
  "tooltip": {
29409
29430
  "$ref": "#/definitions/ISeriesTooltipSpec",
29410
- "description": "提示信息"
29431
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
29411
29432
  },
29412
29433
  "totalLabel": {
29413
29434
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -31893,7 +31914,7 @@
31893
31914
  "type": "number"
31894
31915
  },
31895
31916
  "extensionMark": {
31896
- "description": "扩展mark",
31917
+ "description": "系列的扩展mark,能够获取系列上的数据",
31897
31918
  "items": {
31898
31919
  "anyOf": [
31899
31920
  {
@@ -32345,7 +32366,7 @@
32345
32366
  "type": "number"
32346
32367
  },
32347
32368
  "extensionMark": {
32348
- "description": "扩展mark",
32369
+ "description": "系列的扩展mark,能够获取系列上的数据",
32349
32370
  "items": {
32350
32371
  "anyOf": [
32351
32372
  {
@@ -32512,7 +32533,7 @@
32512
32533
  },
32513
32534
  "tooltip": {
32514
32535
  "$ref": "#/definitions/ISeriesTooltipSpec",
32515
- "description": "提示信息"
32536
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
32516
32537
  },
32517
32538
  "totalLabel": {
32518
32539
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -33052,9 +33073,6 @@
33052
33073
  "defined": {
33053
33074
  "type": "boolean"
33054
33075
  },
33055
- "draw": {
33056
- "typeof": "function"
33057
- },
33058
33076
  "getAngleAt": {
33059
33077
  "typeof": "function"
33060
33078
  },
@@ -33064,12 +33082,6 @@
33064
33082
  "getPointAt": {
33065
33083
  "typeof": "function"
33066
33084
  },
33067
- "getYAt": {
33068
- "typeof": "function"
33069
- },
33070
- "includeX": {
33071
- "typeof": "function"
33072
- },
33073
33085
  "originP1": {
33074
33086
  "$ref": "#/definitions/IPointLike"
33075
33087
  },
@@ -33094,12 +33106,9 @@
33094
33106
  },
33095
33107
  "required": [
33096
33108
  "defined",
33097
- "draw",
33098
33109
  "getAngleAt",
33099
33110
  "getLength",
33100
33111
  "getPointAt",
33101
- "getYAt",
33102
- "includeX",
33103
33112
  "p0",
33104
33113
  "type"
33105
33114
  ],
@@ -33531,9 +33540,6 @@
33531
33540
  },
33532
33541
  "type": "array"
33533
33542
  },
33534
- "drawWithClipRange": {
33535
- "typeof": "function"
33536
- },
33537
33543
  "ellipse": {
33538
33544
  "typeof": "function"
33539
33545
  },
@@ -33555,9 +33561,6 @@
33555
33561
  "getPointAt": {
33556
33562
  "typeof": "function"
33557
33563
  },
33558
- "getYAt": {
33559
- "typeof": "function"
33560
- },
33561
33564
  "lineTo": {
33562
33565
  "typeof": "function"
33563
33566
  },
@@ -33589,14 +33592,12 @@
33589
33592
  "closePath",
33590
33593
  "commandList",
33591
33594
  "curves",
33592
- "drawWithClipRange",
33593
33595
  "ellipse",
33594
33596
  "fromCustomPath2D",
33595
33597
  "fromString",
33596
33598
  "getCurveLengths",
33597
33599
  "getLength",
33598
33600
  "getPointAt",
33599
- "getYAt",
33600
33601
  "lineTo",
33601
33602
  "moveTo",
33602
33603
  "quadraticCurveTo",
@@ -34361,9 +34362,6 @@
34361
34362
  "angle": {
34362
34363
  "type": "number"
34363
34364
  },
34364
- "autoAnimateTexture": {
34365
- "type": "boolean"
34366
- },
34367
34365
  "autoPage": {
34368
34366
  "type": "boolean"
34369
34367
  },
@@ -34507,13 +34505,6 @@
34507
34505
  }
34508
34506
  ]
34509
34507
  },
34510
- "cornerType": {
34511
- "enum": [
34512
- "bevel",
34513
- "round"
34514
- ],
34515
- "type": "string"
34516
- },
34517
34508
  "cursor": {
34518
34509
  "$ref": "#/definitions/Cursor"
34519
34510
  },
@@ -35257,13 +35248,9 @@
35257
35248
  "textureColor": {
35258
35249
  "type": "string"
35259
35250
  },
35260
- "textureOptions": {},
35261
35251
  "texturePadding": {
35262
35252
  "type": "number"
35263
35253
  },
35264
- "textureRatio": {
35265
- "type": "number"
35266
- },
35267
35254
  "textureSize": {
35268
35255
  "type": "number"
35269
35256
  },
@@ -35417,7 +35404,7 @@
35417
35404
  "type": "string"
35418
35405
  },
35419
35406
  "extensionMark": {
35420
- "description": "扩展mark",
35407
+ "description": "系列的扩展mark,能够获取系列上的数据",
35421
35408
  "items": {
35422
35409
  "anyOf": [
35423
35410
  {
@@ -35561,7 +35548,7 @@
35561
35548
  },
35562
35549
  "tooltip": {
35563
35550
  "$ref": "#/definitions/ISeriesTooltipSpec",
35564
- "description": "提示信息"
35551
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
35565
35552
  },
35566
35553
  "totalLabel": {
35567
35554
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -36620,7 +36607,7 @@
36620
36607
  "description": "缩略轴配置"
36621
36608
  },
36622
36609
  "extensionMark": {
36623
- "description": "扩展mark",
36610
+ "description": "系列的扩展mark,能够获取系列上的数据",
36624
36611
  "items": {
36625
36612
  "anyOf": [
36626
36613
  {
@@ -37177,7 +37164,7 @@
37177
37164
  "description": "缩略轴配置"
37178
37165
  },
37179
37166
  "extensionMark": {
37180
- "description": "扩展mark",
37167
+ "description": "系列的扩展mark,能够获取系列上的数据",
37181
37168
  "items": {
37182
37169
  "anyOf": [
37183
37170
  {
@@ -38037,7 +38024,7 @@
38037
38024
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
38038
38025
  },
38039
38026
  "extensionMark": {
38040
- "description": "扩展mark",
38027
+ "description": "系列的扩展mark,能够获取系列上的数据",
38041
38028
  "items": {
38042
38029
  "anyOf": [
38043
38030
  {
@@ -38229,7 +38216,7 @@
38229
38216
  },
38230
38217
  "tooltip": {
38231
38218
  "$ref": "#/definitions/ISeriesTooltipSpec",
38232
- "description": "提示信息"
38219
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
38233
38220
  },
38234
38221
  "totalLabel": {
38235
38222
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -38536,7 +38523,7 @@
38536
38523
  "type": "number"
38537
38524
  },
38538
38525
  "extensionMark": {
38539
- "description": "扩展mark",
38526
+ "description": "系列的扩展mark,能够获取系列上的数据",
38540
38527
  "items": {
38541
38528
  "anyOf": [
38542
38529
  {
@@ -39092,7 +39079,7 @@
39092
39079
  "type": "number"
39093
39080
  },
39094
39081
  "extensionMark": {
39095
- "description": "扩展mark",
39082
+ "description": "系列的扩展mark,能够获取系列上的数据",
39096
39083
  "items": {
39097
39084
  "anyOf": [
39098
39085
  {
@@ -39297,7 +39284,7 @@
39297
39284
  },
39298
39285
  "tooltip": {
39299
39286
  "$ref": "#/definitions/ISeriesTooltipSpec",
39300
- "description": "提示信息"
39287
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
39301
39288
  },
39302
39289
  "totalLabel": {
39303
39290
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -39570,7 +39557,7 @@
39570
39557
  "type": "number"
39571
39558
  },
39572
39559
  "extensionMark": {
39573
- "description": "扩展mark",
39560
+ "description": "系列的扩展mark,能够获取系列上的数据",
39574
39561
  "items": {
39575
39562
  "anyOf": [
39576
39563
  {
@@ -39754,7 +39741,7 @@
39754
39741
  },
39755
39742
  "tooltip": {
39756
39743
  "$ref": "#/definitions/ISeriesTooltipSpec",
39757
- "description": "提示信息"
39744
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
39758
39745
  },
39759
39746
  "totalLabel": {
39760
39747
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -40633,7 +40620,7 @@
40633
40620
  "typeof": "function"
40634
40621
  },
40635
40622
  "type": {
40636
- "type": "string"
40623
+ "$ref": "#/definitions/GraphicType"
40637
40624
  },
40638
40625
  "update": {
40639
40626
  "typeof": "function"
@@ -41191,7 +41178,7 @@
41191
41178
  "typeof": "function"
41192
41179
  },
41193
41180
  "type": {
41194
- "type": "string"
41181
+ "$ref": "#/definitions/GraphicType"
41195
41182
  },
41196
41183
  "update": {
41197
41184
  "typeof": "function"
@@ -41749,7 +41736,7 @@
41749
41736
  "typeof": "function"
41750
41737
  },
41751
41738
  "type": {
41752
- "type": "string"
41739
+ "$ref": "#/definitions/GraphicType"
41753
41740
  },
41754
41741
  "update": {
41755
41742
  "typeof": "function"
@@ -42417,7 +42404,7 @@
42417
42404
  "typeof": "function"
42418
42405
  },
42419
42406
  "type": {
42420
- "type": "string"
42407
+ "$ref": "#/definitions/GraphicType"
42421
42408
  },
42422
42409
  "update": {
42423
42410
  "typeof": "function"
@@ -42563,7 +42550,8 @@
42563
42550
  "description": "方便内部逻辑辨别 tooltip 类型,不暴露给用户"
42564
42551
  },
42565
42552
  "content": {
42566
- "$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>"
42553
+ "$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>",
42554
+ "description": "特定类型的tooltip显示内容"
42567
42555
  },
42568
42556
  "hasShape": {
42569
42557
  "type": "boolean"
@@ -42577,7 +42565,8 @@
42577
42565
  "description": "tooltip content 保留最大数据行数后,代表“其他”的数据行内容"
42578
42566
  },
42579
42567
  "position": {
42580
- "$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>"
42568
+ "$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>",
42569
+ "description": "设置该类型的tooltip位置"
42581
42570
  },
42582
42571
  "positionMode": {
42583
42572
  "$ref": "#/definitions/TooltipPatternProperty<TooltipPositionMode>",
@@ -42617,7 +42606,8 @@
42617
42606
  "$ref": "#/definitions/TooltipContentProperty<string>"
42618
42607
  },
42619
42608
  "title": {
42620
- "$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>"
42609
+ "$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>",
42610
+ "description": "特定类型的tooltip标题配置"
42621
42611
  },
42622
42612
  "triggerMark": {
42623
42613
  "$ref": "#/definitions/MaybeArray<GroupTooltipTriggerMark>",
@@ -42634,7 +42624,8 @@
42634
42624
  "typeof": "function"
42635
42625
  },
42636
42626
  "visible": {
42637
- "$ref": "#/definitions/TooltipPatternProperty<boolean>"
42627
+ "$ref": "#/definitions/TooltipPatternProperty<boolean>",
42628
+ "description": "是否显示该类型的tooltip"
42638
42629
  }
42639
42630
  },
42640
42631
  "type": "object"
@@ -42834,7 +42825,7 @@
42834
42825
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
42835
42826
  },
42836
42827
  "extensionMark": {
42837
- "description": "扩展mark",
42828
+ "description": "系列的扩展mark,能够获取系列上的数据",
42838
42829
  "items": {
42839
42830
  "anyOf": [
42840
42831
  {
@@ -43826,7 +43817,7 @@
43826
43817
  "description": "direction\nrow means layout by rows,col means layout by columns"
43827
43818
  },
43828
43819
  "extensionMark": {
43829
- "description": "扩展mark",
43820
+ "description": "系列的扩展mark,能够获取系列上的数据",
43830
43821
  "items": {
43831
43822
  "anyOf": [
43832
43823
  {
@@ -43961,7 +43952,7 @@
43961
43952
  },
43962
43953
  "tooltip": {
43963
43954
  "$ref": "#/definitions/ISeriesTooltipSpec",
43964
- "description": "提示信息"
43955
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
43965
43956
  },
43966
43957
  "totalLabel": {
43967
43958
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -44374,7 +44365,7 @@
44374
44365
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
44375
44366
  },
44376
44367
  "extensionMark": {
44377
- "description": "扩展mark",
44368
+ "description": "系列的扩展mark,能够获取系列上的数据",
44378
44369
  "items": {
44379
44370
  "anyOf": [
44380
44371
  {
@@ -45515,7 +45506,7 @@
45515
45506
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
45516
45507
  },
45517
45508
  "extensionMark": {
45518
- "description": "扩展mark",
45509
+ "description": "系列的扩展mark,能够获取系列上的数据",
45519
45510
  "items": {
45520
45511
  "anyOf": [
45521
45512
  {
@@ -48157,7 +48148,7 @@
48157
48148
  "typeof": "function"
48158
48149
  },
48159
48150
  "type": {
48160
- "type": "string"
48151
+ "$ref": "#/definitions/GraphicType"
48161
48152
  },
48162
48153
  "update": {
48163
48154
  "typeof": "function"
@@ -48738,7 +48729,7 @@
48738
48729
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
48739
48730
  },
48740
48731
  "extensionMark": {
48741
- "description": "扩展mark",
48732
+ "description": "系列的扩展mark,能够获取系列上的数据",
48742
48733
  "items": {
48743
48734
  "anyOf": [
48744
48735
  {
@@ -50093,7 +50084,7 @@
50093
50084
  "description": "direction\nrow means layout by rows,col means layout by columns"
50094
50085
  },
50095
50086
  "extensionMark": {
50096
- "description": "扩展mark",
50087
+ "description": "系列的扩展mark,能够获取系列上的数据",
50097
50088
  "items": {
50098
50089
  "anyOf": [
50099
50090
  {
@@ -50279,7 +50270,7 @@
50279
50270
  },
50280
50271
  "tooltip": {
50281
50272
  "$ref": "#/definitions/ISeriesTooltipSpec",
50282
- "description": "提示信息"
50273
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
50283
50274
  },
50284
50275
  "totalLabel": {
50285
50276
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -50687,7 +50678,7 @@
50687
50678
  "description": "方向"
50688
50679
  },
50689
50680
  "extensionMark": {
50690
- "description": "扩展mark",
50681
+ "description": "系列的扩展mark,能够获取系列上的数据",
50691
50682
  "items": {
50692
50683
  "anyOf": [
50693
50684
  {
@@ -51090,7 +51081,7 @@
51090
51081
  "description": "方向"
51091
51082
  },
51092
51083
  "extensionMark": {
51093
- "description": "扩展mark",
51084
+ "description": "系列的扩展mark,能够获取系列上的数据",
51094
51085
  "items": {
51095
51086
  "anyOf": [
51096
51087
  {
@@ -51206,7 +51197,7 @@
51206
51197
  },
51207
51198
  "tooltip": {
51208
51199
  "$ref": "#/definitions/ISeriesTooltipSpec",
51209
- "description": "提示信息"
51200
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
51210
51201
  },
51211
51202
  "totalLabel": {
51212
51203
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -51329,7 +51320,7 @@
51329
51320
  "type": "string"
51330
51321
  },
51331
51322
  "extensionMark": {
51332
- "description": "扩展mark",
51323
+ "description": "系列的扩展mark,能够获取系列上的数据",
51333
51324
  "items": {
51334
51325
  "anyOf": [
51335
51326
  {
@@ -51453,7 +51444,7 @@
51453
51444
  },
51454
51445
  "tooltip": {
51455
51446
  "$ref": "#/definitions/ISeriesTooltipSpec",
51456
- "description": "提示信息"
51447
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
51457
51448
  },
51458
51449
  "totalLabel": {
51459
51450
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -53094,7 +53085,7 @@
53094
53085
  "type": "string"
53095
53086
  },
53096
53087
  "extensionMark": {
53097
- "description": "扩展mark",
53088
+ "description": "系列的扩展mark,能够获取系列上的数据",
53098
53089
  "items": {
53099
53090
  "anyOf": [
53100
53091
  {
@@ -53516,7 +53507,7 @@
53516
53507
  "type": "string"
53517
53508
  },
53518
53509
  "extensionMark": {
53519
- "description": "扩展mark",
53510
+ "description": "系列的扩展mark,能够获取系列上的数据",
53520
53511
  "items": {
53521
53512
  "anyOf": [
53522
53513
  {
@@ -53644,7 +53635,7 @@
53644
53635
  },
53645
53636
  "tooltip": {
53646
53637
  "$ref": "#/definitions/ISeriesTooltipSpec",
53647
- "description": "提示信息"
53638
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
53648
53639
  },
53649
53640
  "totalLabel": {
53650
53641
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -57343,7 +57334,7 @@
57343
57334
  "type": "number"
57344
57335
  },
57345
57336
  "extensionMark": {
57346
- "description": "扩展mark",
57337
+ "description": "系列的扩展mark,能够获取系列上的数据",
57347
57338
  "items": {
57348
57339
  "anyOf": [
57349
57340
  {
@@ -57966,7 +57957,7 @@
57966
57957
  "type": "number"
57967
57958
  },
57968
57959
  "extensionMark": {
57969
- "description": "扩展mark",
57960
+ "description": "系列的扩展mark,能够获取系列上的数据",
57970
57961
  "items": {
57971
57962
  "anyOf": [
57972
57963
  {
@@ -58471,7 +58462,7 @@
58471
58462
  "type": "number"
58472
58463
  },
58473
58464
  "extensionMark": {
58474
- "description": "扩展mark",
58465
+ "description": "系列的扩展mark,能够获取系列上的数据",
58475
58466
  "items": {
58476
58467
  "anyOf": [
58477
58468
  {
@@ -58655,7 +58646,7 @@
58655
58646
  },
58656
58647
  "tooltip": {
58657
58648
  "$ref": "#/definitions/ISeriesTooltipSpec",
58658
- "description": "提示信息"
58649
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
58659
58650
  },
58660
58651
  "totalLabel": {
58661
58652
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -59272,6 +59263,7 @@
59272
59263
  ]
59273
59264
  },
59274
59265
  "IPolarCrosshairSpec": {
59266
+ "description": "极坐标系下的 crosshair 配置",
59275
59267
  "properties": {
59276
59268
  "alignSelf": {
59277
59269
  "description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
@@ -59917,9 +59909,6 @@
59917
59909
  "angle": {
59918
59910
  "type": "number"
59919
59911
  },
59920
- "autoAnimateTexture": {
59921
- "type": "boolean"
59922
- },
59923
59912
  "backgroundCornerRadius": {
59924
59913
  "anyOf": [
59925
59914
  {
@@ -60031,13 +60020,6 @@
60031
60020
  }
60032
60021
  ]
60033
60022
  },
60034
- "cornerType": {
60035
- "enum": [
60036
- "bevel",
60037
- "round"
60038
- ],
60039
- "type": "string"
60040
- },
60041
60023
  "cursor": {
60042
60024
  "$ref": "#/definitions/Cursor"
60043
60025
  },
@@ -60198,34 +60180,6 @@
60198
60180
  "lineWidth": {
60199
60181
  "type": "number"
60200
60182
  },
60201
- "logoSymbol": {
60202
- "$ref": "#/definitions/ISymbolGraphicAttribute"
60203
- },
60204
- "logoText": {
60205
- "anyOf": [
60206
- {
60207
- "items": {
60208
- "type": "string"
60209
- },
60210
- "type": "array"
60211
- },
60212
- {
60213
- "items": {
60214
- "type": "number"
60215
- },
60216
- "type": "array"
60217
- },
60218
- {
60219
- "type": [
60220
- "string",
60221
- "number"
60222
- ]
60223
- }
60224
- ]
60225
- },
60226
- "logoTextStyle": {
60227
- "$ref": "#/definitions/Partial<ITextGraphicAttribute>"
60228
- },
60229
60183
  "maxWidth": {
60230
60184
  "type": "number"
60231
60185
  },
@@ -60259,7 +60213,7 @@
60259
60213
  "panel": {
60260
60214
  "allOf": [
60261
60215
  {
60262
- "$ref": "#/definitions/Partial<Omit<{visible:boolean;customShape?:(container:IGroup,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;square?:boolean;panelSymbolType?:string;},\"shadowColor\"|\"fill\"|\"stroke\">>"
60216
+ "$ref": "#/definitions/Partial<Omit<{visible:boolean;customShape?:(container:IGroup,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>"
60263
60217
  },
60264
60218
  {
60265
60219
  "typeof": "function"
@@ -60432,13 +60386,9 @@
60432
60386
  "textureColor": {
60433
60387
  "type": "string"
60434
60388
  },
60435
- "textureOptions": {},
60436
60389
  "texturePadding": {
60437
60390
  "type": "number"
60438
60391
  },
60439
- "textureRatio": {
60440
- "type": "number"
60441
- },
60442
60392
  "textureSize": {
60443
60393
  "type": "number"
60444
60394
  },
@@ -60477,13 +60427,6 @@
60477
60427
  }
60478
60428
  ]
60479
60429
  },
60480
- "triangleMode": {
60481
- "enum": [
60482
- "concise",
60483
- "default"
60484
- ],
60485
- "type": "string"
60486
- },
60487
60430
  "visible": {
60488
60431
  "type": "boolean"
60489
60432
  },
@@ -61067,7 +61010,7 @@
61067
61010
  "type": "number"
61068
61011
  },
61069
61012
  "extensionMark": {
61070
- "description": "扩展mark",
61013
+ "description": "系列的扩展mark,能够获取系列上的数据",
61071
61014
  "items": {
61072
61015
  "anyOf": [
61073
61016
  {
@@ -61601,7 +61544,7 @@
61601
61544
  "type": "number"
61602
61545
  },
61603
61546
  "extensionMark": {
61604
- "description": "扩展mark",
61547
+ "description": "系列的扩展mark,能够获取系列上的数据",
61605
61548
  "items": {
61606
61549
  "anyOf": [
61607
61550
  {
@@ -61796,7 +61739,7 @@
61796
61739
  },
61797
61740
  "tooltip": {
61798
61741
  "$ref": "#/definitions/ISeriesTooltipSpec",
61799
- "description": "提示信息"
61742
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
61800
61743
  },
61801
61744
  "totalLabel": {
61802
61745
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -62117,7 +62060,7 @@
62117
62060
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
62118
62061
  },
62119
62062
  "extensionMark": {
62120
- "description": "扩展mark",
62063
+ "description": "系列的扩展mark,能够获取系列上的数据",
62121
62064
  "items": {
62122
62065
  "anyOf": [
62123
62066
  {
@@ -63167,7 +63110,7 @@
63167
63110
  "description": "direction\nrow means layout by rows,col means layout by columns"
63168
63111
  },
63169
63112
  "extensionMark": {
63170
- "description": "扩展mark",
63113
+ "description": "系列的扩展mark,能够获取系列上的数据",
63171
63114
  "items": {
63172
63115
  "anyOf": [
63173
63116
  {
@@ -63350,7 +63293,7 @@
63350
63293
  },
63351
63294
  "tooltip": {
63352
63295
  "$ref": "#/definitions/ISeriesTooltipSpec",
63353
- "description": "提示信息"
63296
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
63354
63297
  },
63355
63298
  "totalLabel": {
63356
63299
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -63681,7 +63624,7 @@
63681
63624
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
63682
63625
  },
63683
63626
  "extensionMark": {
63684
- "description": "扩展mark",
63627
+ "description": "系列的扩展mark,能够获取系列上的数据",
63685
63628
  "items": {
63686
63629
  "anyOf": [
63687
63630
  {
@@ -64770,7 +64713,7 @@
64770
64713
  "description": "direction\nrow means layout by rows,col means layout by columns"
64771
64714
  },
64772
64715
  "extensionMark": {
64773
- "description": "扩展mark",
64716
+ "description": "系列的扩展mark,能够获取系列上的数据",
64774
64717
  "items": {
64775
64718
  "anyOf": [
64776
64719
  {
@@ -64940,7 +64883,7 @@
64940
64883
  },
64941
64884
  "tooltip": {
64942
64885
  "$ref": "#/definitions/ISeriesTooltipSpec",
64943
- "description": "提示信息"
64886
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
64944
64887
  },
64945
64888
  "totalLabel": {
64946
64889
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -65272,7 +65215,7 @@
65272
65215
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
65273
65216
  },
65274
65217
  "extensionMark": {
65275
- "description": "扩展mark",
65218
+ "description": "系列的扩展mark,能够获取系列上的数据",
65276
65219
  "items": {
65277
65220
  "anyOf": [
65278
65221
  {
@@ -66361,7 +66304,7 @@
66361
66304
  "description": "direction\nrow means layout by rows,col means layout by columns"
66362
66305
  },
66363
66306
  "extensionMark": {
66364
- "description": "扩展mark",
66307
+ "description": "系列的扩展mark,能够获取系列上的数据",
66365
66308
  "items": {
66366
66309
  "anyOf": [
66367
66310
  {
@@ -66531,7 +66474,7 @@
66531
66474
  },
66532
66475
  "tooltip": {
66533
66476
  "$ref": "#/definitions/ISeriesTooltipSpec",
66534
- "description": "提示信息"
66477
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
66535
66478
  },
66536
66479
  "totalLabel": {
66537
66480
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -67460,7 +67403,7 @@
67460
67403
  "IRichTextGraphicAttribute": {
67461
67404
  "allOf": [
67462
67405
  {
67463
- "$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:any;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
67406
+ "$ref": "#/definitions/Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>"
67464
67407
  },
67465
67408
  {
67466
67409
  "$ref": "#/definitions/Partial<IRichTextAttribute>"
@@ -67777,7 +67720,7 @@
67777
67720
  "type": "number"
67778
67721
  },
67779
67722
  "extensionMark": {
67780
- "description": "扩展mark",
67723
+ "description": "系列的扩展mark,能够获取系列上的数据",
67781
67724
  "items": {
67782
67725
  "anyOf": [
67783
67726
  {
@@ -68255,7 +68198,7 @@
68255
68198
  "type": "number"
68256
68199
  },
68257
68200
  "extensionMark": {
68258
- "description": "扩展mark",
68201
+ "description": "系列的扩展mark,能够获取系列上的数据",
68259
68202
  "items": {
68260
68203
  "anyOf": [
68261
68204
  {
@@ -68402,7 +68345,7 @@
68402
68345
  },
68403
68346
  "tooltip": {
68404
68347
  "$ref": "#/definitions/ISeriesTooltipSpec",
68405
- "description": "提示信息"
68348
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
68406
68349
  },
68407
68350
  "totalLabel": {
68408
68351
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -68990,7 +68933,7 @@
68990
68933
  "type": "boolean"
68991
68934
  },
68992
68935
  "extensionMark": {
68993
- "description": "扩展mark",
68936
+ "description": "系列的扩展mark,能够获取系列上的数据",
68994
68937
  "items": {
68995
68938
  "anyOf": [
68996
68939
  {
@@ -69543,7 +69486,7 @@
69543
69486
  "type": "boolean"
69544
69487
  },
69545
69488
  "extensionMark": {
69546
- "description": "扩展mark",
69489
+ "description": "系列的扩展mark,能够获取系列上的数据",
69547
69490
  "items": {
69548
69491
  "anyOf": [
69549
69492
  {
@@ -69816,7 +69759,7 @@
69816
69759
  },
69817
69760
  "tooltip": {
69818
69761
  "$ref": "#/definitions/ISeriesTooltipSpec",
69819
- "description": "提示信息"
69762
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
69820
69763
  },
69821
69764
  "totalLabel": {
69822
69765
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -70043,7 +69986,7 @@
70043
69986
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
70044
69987
  },
70045
69988
  "extensionMark": {
70046
- "description": "扩展mark",
69989
+ "description": "系列的扩展mark,能够获取系列上的数据",
70047
69990
  "items": {
70048
69991
  "anyOf": [
70049
69992
  {
@@ -71066,7 +71009,7 @@
71066
71009
  "description": "direction\nrow means layout by rows,col means layout by columns"
71067
71010
  },
71068
71011
  "extensionMark": {
71069
- "description": "扩展mark",
71012
+ "description": "系列的扩展mark,能够获取系列上的数据",
71070
71013
  "items": {
71071
71014
  "anyOf": [
71072
71015
  {
@@ -71244,7 +71187,7 @@
71244
71187
  },
71245
71188
  "tooltip": {
71246
71189
  "$ref": "#/definitions/ISeriesTooltipSpec",
71247
- "description": "提示信息"
71190
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
71248
71191
  },
71249
71192
  "totalLabel": {
71250
71193
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -72228,7 +72171,7 @@
72228
72171
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
72229
72172
  },
72230
72173
  "extensionMark": {
72231
- "description": "扩展mark",
72174
+ "description": "系列的扩展mark,能够获取系列上的数据",
72232
72175
  "items": {
72233
72176
  "anyOf": [
72234
72177
  {
@@ -72330,7 +72273,7 @@
72330
72273
  },
72331
72274
  "tooltip": {
72332
72275
  "$ref": "#/definitions/ISeriesTooltipSpec",
72333
- "description": "提示信息"
72276
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
72334
72277
  },
72335
72278
  "totalLabel": {
72336
72279
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -72552,7 +72495,8 @@
72552
72495
  "ISeriesToolipPattern": {
72553
72496
  "properties": {
72554
72497
  "content": {
72555
- "$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>"
72498
+ "$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>",
72499
+ "description": "特定类型的tooltip显示内容"
72556
72500
  },
72557
72501
  "hasShape": {
72558
72502
  "type": "boolean"
@@ -72586,7 +72530,8 @@
72586
72530
  "$ref": "#/definitions/TooltipContentProperty<string>"
72587
72531
  },
72588
72532
  "title": {
72589
- "$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>"
72533
+ "$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>",
72534
+ "description": "特定类型的tooltip标题配置"
72590
72535
  },
72591
72536
  "updateContent": {
72592
72537
  "typeof": "function"
@@ -72598,7 +72543,8 @@
72598
72543
  "typeof": "function"
72599
72544
  },
72600
72545
  "visible": {
72601
- "$ref": "#/definitions/TooltipPatternProperty<boolean>"
72546
+ "$ref": "#/definitions/TooltipPatternProperty<boolean>",
72547
+ "description": "是否显示该类型的tooltip"
72602
72548
  }
72603
72549
  },
72604
72550
  "type": "object"
@@ -72626,7 +72572,8 @@
72626
72572
  "description": "受支持的激活类型\n(*支持在series上设置)\n(*会影响自定义handler)"
72627
72573
  },
72628
72574
  "dimension": {
72629
- "$ref": "#/definitions/ISeriesToolipPattern"
72575
+ "$ref": "#/definitions/ISeriesToolipPattern",
72576
+ "description": "该系列数据在dimension tooltip中特有的配置"
72630
72577
  },
72631
72578
  "group": {
72632
72579
  "allOf": [
@@ -72636,14 +72583,16 @@
72636
72583
  {
72637
72584
  "$ref": "#/definitions/ISeriesToolipPattern"
72638
72585
  }
72639
- ]
72586
+ ],
72587
+ "description": "该系列数据在group tooltip中特有的配置"
72640
72588
  },
72641
72589
  "handler": {
72642
72590
  "$ref": "#/definitions/Partial<ITooltipHandlerSpec>",
72643
72591
  "description": "自定义handler方法"
72644
72592
  },
72645
72593
  "mark": {
72646
- "$ref": "#/definitions/ISeriesToolipPattern"
72594
+ "$ref": "#/definitions/ISeriesToolipPattern",
72595
+ "description": "该系列数据在mark tooltip中特有的配置"
72647
72596
  },
72648
72597
  "visible": {
72649
72598
  "description": "是否显示\n(*支持在series上设置)\n(*会影响自定义handler)",
@@ -73118,7 +73067,7 @@
73118
73067
  "typeof": "function"
73119
73068
  },
73120
73069
  "type": {
73121
- "type": "string"
73070
+ "$ref": "#/definitions/GraphicType"
73122
73071
  },
73123
73072
  "update": {
73124
73073
  "typeof": "function"
@@ -74078,7 +74027,7 @@
74078
74027
  "type": "number"
74079
74028
  },
74080
74029
  "extensionMark": {
74081
- "description": "扩展mark",
74030
+ "description": "系列的扩展mark,能够获取系列上的数据",
74082
74031
  "items": {
74083
74032
  "anyOf": [
74084
74033
  {
@@ -74535,7 +74484,7 @@
74535
74484
  "type": "number"
74536
74485
  },
74537
74486
  "extensionMark": {
74538
- "description": "扩展mark",
74487
+ "description": "系列的扩展mark,能够获取系列上的数据",
74539
74488
  "items": {
74540
74489
  "anyOf": [
74541
74490
  {
@@ -74722,7 +74671,7 @@
74722
74671
  },
74723
74672
  "tooltip": {
74724
74673
  "$ref": "#/definitions/ISeriesTooltipSpec",
74725
- "description": "提示信息"
74674
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
74726
74675
  },
74727
74676
  "totalLabel": {
74728
74677
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -74822,16 +74771,6 @@
74822
74771
  },
74823
74772
  "type": "object"
74824
74773
  },
74825
- "ISymbolGraphicAttribute": {
74826
- "allOf": [
74827
- {
74828
- "$ref": "#/definitions/Partial<IGraphicAttribute>"
74829
- },
74830
- {
74831
- "$ref": "#/definitions/Partial<ISymbolAttribute>"
74832
- }
74833
- ]
74834
- },
74835
74774
  "ISymbolMarkSpec": {
74836
74775
  "properties": {
74837
74776
  "alpha": {
@@ -75702,24 +75641,15 @@
75702
75641
  "addTimeline": {
75703
75642
  "typeof": "function"
75704
75643
  },
75705
- "autoStop": {
75706
- "type": "boolean"
75707
- },
75708
75644
  "getFPS": {
75709
75645
  "typeof": "function"
75710
75646
  },
75711
75647
  "getInterval": {
75712
75648
  "typeof": "function"
75713
75649
  },
75714
- "getTimelines": {
75715
- "typeof": "function"
75716
- },
75717
75650
  "pause": {
75718
75651
  "typeof": "function"
75719
75652
  },
75720
- "release": {
75721
- "typeof": "function"
75722
- },
75723
75653
  "remTimeline": {
75724
75654
  "typeof": "function"
75725
75655
  },
@@ -75750,10 +75680,7 @@
75750
75680
  },
75751
75681
  "required": [
75752
75682
  "addTimeline",
75753
- "autoStop",
75754
- "getTimelines",
75755
75683
  "pause",
75756
- "release",
75757
75684
  "remTimeline",
75758
75685
  "resume",
75759
75686
  "start",
@@ -76526,13 +76453,15 @@
76526
76453
  "type": "object"
76527
76454
  },
76528
76455
  "ITooltipPattern": {
76456
+ "description": "特定类型的的tooltip内容配置",
76529
76457
  "properties": {
76530
76458
  "activeType": {
76531
76459
  "$ref": "#/definitions/TooltipActiveType",
76532
76460
  "description": "方便内部逻辑辨别 tooltip 类型,不暴露给用户"
76533
76461
  },
76534
76462
  "content": {
76535
- "$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>"
76463
+ "$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>",
76464
+ "description": "特定类型的tooltip显示内容"
76536
76465
  },
76537
76466
  "hasShape": {
76538
76467
  "type": "boolean"
@@ -76546,7 +76475,8 @@
76546
76475
  "description": "tooltip content 保留最大数据行数后,代表“其他”的数据行内容"
76547
76476
  },
76548
76477
  "position": {
76549
- "$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>"
76478
+ "$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>",
76479
+ "description": "设置该类型的tooltip位置"
76550
76480
  },
76551
76481
  "positionMode": {
76552
76482
  "$ref": "#/definitions/TooltipPatternProperty<TooltipPositionMode>",
@@ -76586,7 +76516,8 @@
76586
76516
  "$ref": "#/definitions/TooltipContentProperty<string>"
76587
76517
  },
76588
76518
  "title": {
76589
- "$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>"
76519
+ "$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>",
76520
+ "description": "特定类型的tooltip标题配置"
76590
76521
  },
76591
76522
  "updateContent": {
76592
76523
  "typeof": "function"
@@ -76598,7 +76529,8 @@
76598
76529
  "typeof": "function"
76599
76530
  },
76600
76531
  "visible": {
76601
- "$ref": "#/definitions/TooltipPatternProperty<boolean>"
76532
+ "$ref": "#/definitions/TooltipPatternProperty<boolean>",
76533
+ "description": "是否显示该类型的tooltip"
76602
76534
  }
76603
76535
  },
76604
76536
  "type": "object"
@@ -76654,14 +76586,16 @@
76654
76586
  "type": "boolean"
76655
76587
  },
76656
76588
  "dimension": {
76657
- "$ref": "#/definitions/ITooltipPattern"
76589
+ "$ref": "#/definitions/ITooltipPattern",
76590
+ "description": "dimension tooltip 对应的配置,其中dimension tooltip 用于展示维度对应的数据信息,比如x轴对应的数据信息"
76658
76591
  },
76659
76592
  "enterable": {
76660
76593
  "description": "鼠标是否可进入提示框浮层中,默认为false,如需详情内交互,如添加链接,按钮,可设置为 true。\n该属性目前只对 renderMode 为 html 时生效\nTODO: 支持 renderMode: canvas",
76661
76594
  "type": "boolean"
76662
76595
  },
76663
76596
  "group": {
76664
- "$ref": "#/definitions/IGroupTooltipPattern"
76597
+ "$ref": "#/definitions/IGroupTooltipPattern",
76598
+ "description": "group tooltip 对应的配置,其中group tooltip 用于展示整个分组数据对应的数据信息,比如说线图中一条线代表一个相同的分组,可以使用 group tooltip展示整条线所有点对应的数据"
76665
76599
  },
76666
76600
  "handler": {
76667
76601
  "$ref": "#/definitions/Partial<ITooltipHandlerSpec>",
@@ -76685,7 +76619,8 @@
76685
76619
  {
76686
76620
  "typeof": "function"
76687
76621
  }
76688
- ]
76622
+ ],
76623
+ "description": "mark tooltip对应的配置,其中mark tooltip 用于展示图元对应的数据信息,比如柱图中的柱子,散点图中的点,面积图中的点灯"
76689
76624
  },
76690
76625
  "offset": {
76691
76626
  "typeof": "function"
@@ -76719,7 +76654,7 @@
76719
76654
  },
76720
76655
  "style": {
76721
76656
  "$ref": "#/definitions/Omit<ITooltipTheme<string>,\"offset\"|\"transitionDuration\">",
76722
- "description": "tooltip样式"
76657
+ "description": "tooltip样式,是现在支持的三种类型的tooltip组件(包括dimension、mark、group)的公共样式"
76723
76658
  },
76724
76659
  "throttleInterval": {
76725
76660
  "description": "更新 tooltip 的防抖动时间间隔,单位是 ms",
@@ -77355,7 +77290,7 @@
77355
77290
  "type": "string"
77356
77291
  },
77357
77292
  "extensionMark": {
77358
- "description": "扩展mark",
77293
+ "description": "系列的扩展mark,能够获取系列上的数据",
77359
77294
  "items": {
77360
77295
  "anyOf": [
77361
77296
  {
@@ -77849,7 +77784,7 @@
77849
77784
  "type": "string"
77850
77785
  },
77851
77786
  "extensionMark": {
77852
- "description": "扩展mark",
77787
+ "description": "系列的扩展mark,能够获取系列上的数据",
77853
77788
  "items": {
77854
77789
  "anyOf": [
77855
77790
  {
@@ -78070,7 +78005,7 @@
78070
78005
  },
78071
78006
  "tooltip": {
78072
78007
  "$ref": "#/definitions/ISeriesTooltipSpec",
78073
- "description": "提示信息"
78008
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
78074
78009
  },
78075
78010
  "totalLabel": {
78076
78011
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -80308,7 +80243,7 @@
80308
80243
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
80309
80244
  },
80310
80245
  "extensionMark": {
80311
- "description": "扩展mark",
80246
+ "description": "系列的扩展mark,能够获取系列上的数据",
80312
80247
  "items": {
80313
80248
  "anyOf": [
80314
80249
  {
@@ -81423,7 +81358,7 @@
81423
81358
  "description": "direction\nrow means layout by rows,col means layout by columns"
81424
81359
  },
81425
81360
  "extensionMark": {
81426
- "description": "扩展mark",
81361
+ "description": "系列的扩展mark,能够获取系列上的数据",
81427
81362
  "items": {
81428
81363
  "anyOf": [
81429
81364
  {
@@ -81601,7 +81536,7 @@
81601
81536
  },
81602
81537
  "tooltip": {
81603
81538
  "$ref": "#/definitions/ISeriesTooltipSpec",
81604
- "description": "提示信息"
81539
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
81605
81540
  },
81606
81541
  "total": {
81607
81542
  "anyOf": [
@@ -82212,7 +82147,7 @@
82212
82147
  "type": "number"
82213
82148
  },
82214
82149
  "extensionMark": {
82215
- "description": "扩展mark",
82150
+ "description": "系列的扩展mark,能够获取系列上的数据",
82216
82151
  "items": {
82217
82152
  "anyOf": [
82218
82153
  {
@@ -82714,7 +82649,7 @@
82714
82649
  "type": "number"
82715
82650
  },
82716
82651
  "extensionMark": {
82717
- "description": "扩展mark",
82652
+ "description": "系列的扩展mark,能够获取系列上的数据",
82718
82653
  "items": {
82719
82654
  "anyOf": [
82720
82655
  {
@@ -82921,7 +82856,7 @@
82921
82856
  },
82922
82857
  "tooltip": {
82923
82858
  "$ref": "#/definitions/ISeriesTooltipSpec",
82924
- "description": "提示信息"
82859
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
82925
82860
  },
82926
82861
  "totalLabel": {
82927
82862
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -83213,7 +83148,7 @@
83213
83148
  "description": "缩略轴配置"
83214
83149
  },
83215
83150
  "extensionMark": {
83216
- "description": "扩展mark",
83151
+ "description": "系列的扩展mark,能够获取系列上的数据",
83217
83152
  "items": {
83218
83153
  "anyOf": [
83219
83154
  {
@@ -83708,7 +83643,7 @@
83708
83643
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
83709
83644
  },
83710
83645
  "extensionMark": {
83711
- "description": "扩展mark",
83646
+ "description": "系列的扩展mark,能够获取系列上的数据",
83712
83647
  "items": {
83713
83648
  "anyOf": [
83714
83649
  {
@@ -83911,7 +83846,7 @@
83911
83846
  },
83912
83847
  "tooltip": {
83913
83848
  "$ref": "#/definitions/ISeriesTooltipSpec",
83914
- "description": "提示信息"
83849
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
83915
83850
  },
83916
83851
  "totalLabel": {
83917
83852
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -84147,7 +84082,7 @@
84147
84082
  },
84148
84083
  "Map<Function,(...args:any[])=>void>": {
84149
84084
  "properties": {
84150
- "__@toStringTag@12191": {
84085
+ "__@toStringTag@12118": {
84151
84086
  "type": "string"
84152
84087
  },
84153
84088
  "size": {
@@ -84155,14 +84090,14 @@
84155
84090
  }
84156
84091
  },
84157
84092
  "required": [
84158
- "__@toStringTag@12191",
84093
+ "__@toStringTag@12118",
84159
84094
  "size"
84160
84095
  ],
84161
84096
  "type": "object"
84162
84097
  },
84163
84098
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
84164
84099
  "properties": {
84165
- "__@toStringTag@12191": {
84100
+ "__@toStringTag@12118": {
84166
84101
  "type": "string"
84167
84102
  },
84168
84103
  "size": {
@@ -84170,14 +84105,14 @@
84170
84105
  }
84171
84106
  },
84172
84107
  "required": [
84173
- "__@toStringTag@12191",
84108
+ "__@toStringTag@12118",
84174
84109
  "size"
84175
84110
  ],
84176
84111
  "type": "object"
84177
84112
  },
84178
84113
  "Map<string,any>": {
84179
84114
  "properties": {
84180
- "__@toStringTag@12191": {
84115
+ "__@toStringTag@12118": {
84181
84116
  "type": "string"
84182
84117
  },
84183
84118
  "size": {
@@ -84185,14 +84120,14 @@
84185
84120
  }
84186
84121
  },
84187
84122
  "required": [
84188
- "__@toStringTag@12191",
84123
+ "__@toStringTag@12118",
84189
84124
  "size"
84190
84125
  ],
84191
84126
  "type": "object"
84192
84127
  },
84193
84128
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
84194
84129
  "properties": {
84195
- "__@toStringTag@12191": {
84130
+ "__@toStringTag@12118": {
84196
84131
  "type": "string"
84197
84132
  },
84198
84133
  "size": {
@@ -84200,14 +84135,14 @@
84200
84135
  }
84201
84136
  },
84202
84137
  "required": [
84203
- "__@toStringTag@12191",
84138
+ "__@toStringTag@12118",
84204
84139
  "size"
84205
84140
  ],
84206
84141
  "type": "object"
84207
84142
  },
84208
84143
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
84209
84144
  "properties": {
84210
- "__@toStringTag@12191": {
84145
+ "__@toStringTag@12118": {
84211
84146
  "type": "string"
84212
84147
  },
84213
84148
  "size": {
@@ -84215,14 +84150,14 @@
84215
84150
  }
84216
84151
  },
84217
84152
  "required": [
84218
- "__@toStringTag@12191",
84153
+ "__@toStringTag@12118",
84219
84154
  "size"
84220
84155
  ],
84221
84156
  "type": "object"
84222
84157
  },
84223
84158
  "Map<string|number,IAnimate>": {
84224
84159
  "properties": {
84225
- "__@toStringTag@12191": {
84160
+ "__@toStringTag@12118": {
84226
84161
  "type": "string"
84227
84162
  },
84228
84163
  "size": {
@@ -84230,7 +84165,7 @@
84230
84165
  }
84231
84166
  },
84232
84167
  "required": [
84233
- "__@toStringTag@12191",
84168
+ "__@toStringTag@12118",
84234
84169
  "size"
84235
84170
  ],
84236
84171
  "type": "object"
@@ -84811,9 +84746,6 @@
84811
84746
  "angle": {
84812
84747
  "type": "number"
84813
84748
  },
84814
- "autoAnimateTexture": {
84815
- "type": "boolean"
84816
- },
84817
84749
  "autoPage": {
84818
84750
  "type": "boolean"
84819
84751
  },
@@ -84912,13 +84844,6 @@
84912
84844
  }
84913
84845
  ]
84914
84846
  },
84915
- "cornerType": {
84916
- "enum": [
84917
- "bevel",
84918
- "round"
84919
- ],
84920
- "type": "string"
84921
- },
84922
84847
  "cursor": {
84923
84848
  "$ref": "#/definitions/Cursor"
84924
84849
  },
@@ -85302,13 +85227,9 @@
85302
85227
  "textureColor": {
85303
85228
  "type": "string"
85304
85229
  },
85305
- "textureOptions": {},
85306
85230
  "texturePadding": {
85307
85231
  "type": "number"
85308
85232
  },
85309
- "textureRatio": {
85310
- "type": "number"
85311
- },
85312
85233
  "textureSize": {
85313
85234
  "type": "number"
85314
85235
  },
@@ -85527,7 +85448,7 @@
85527
85448
  "description": "direction\nrow means layout by rows,col means layout by columns"
85528
85449
  },
85529
85450
  "extensionMark": {
85530
- "description": "扩展mark",
85451
+ "description": "系列的扩展mark,能够获取系列上的数据",
85531
85452
  "items": {
85532
85453
  "anyOf": [
85533
85454
  {
@@ -85683,7 +85604,7 @@
85683
85604
  },
85684
85605
  "tooltip": {
85685
85606
  "$ref": "#/definitions/ISeriesTooltipSpec",
85686
- "description": "提示信息"
85607
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
85687
85608
  },
85688
85609
  "totalLabel": {
85689
85610
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -86251,7 +86172,7 @@
86251
86172
  "type": "number"
86252
86173
  },
86253
86174
  "extensionMark": {
86254
- "description": "扩展mark",
86175
+ "description": "系列的扩展mark,能够获取系列上的数据",
86255
86176
  "items": {
86256
86177
  "anyOf": [
86257
86178
  {
@@ -86421,7 +86342,7 @@
86421
86342
  },
86422
86343
  "tooltip": {
86423
86344
  "$ref": "#/definitions/ISeriesTooltipSpec",
86424
- "description": "提示信息"
86345
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
86425
86346
  },
86426
86347
  "totalLabel": {
86427
86348
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -87037,7 +86958,7 @@
87037
86958
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
87038
86959
  },
87039
86960
  "extensionMark": {
87040
- "description": "扩展mark",
86961
+ "description": "系列的扩展mark,能够获取系列上的数据",
87041
86962
  "items": {
87042
86963
  "anyOf": [
87043
86964
  {
@@ -87229,7 +87150,7 @@
87229
87150
  },
87230
87151
  "tooltip": {
87231
87152
  "$ref": "#/definitions/ISeriesTooltipSpec",
87232
- "description": "提示信息"
87153
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
87233
87154
  },
87234
87155
  "totalLabel": {
87235
87156
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -87421,7 +87342,7 @@
87421
87342
  "type": "number"
87422
87343
  },
87423
87344
  "extensionMark": {
87424
- "description": "扩展mark",
87345
+ "description": "系列的扩展mark,能够获取系列上的数据",
87425
87346
  "items": {
87426
87347
  "anyOf": [
87427
87348
  {
@@ -87605,7 +87526,7 @@
87605
87526
  },
87606
87527
  "tooltip": {
87607
87528
  "$ref": "#/definitions/ISeriesTooltipSpec",
87608
- "description": "提示信息"
87529
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
87609
87530
  },
87610
87531
  "totalLabel": {
87611
87532
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -87753,9 +87674,6 @@
87753
87674
  "angle": {
87754
87675
  "type": "number"
87755
87676
  },
87756
- "autoAnimateTexture": {
87757
- "type": "boolean"
87758
- },
87759
87677
  "backgroundCornerRadius": {
87760
87678
  "anyOf": [
87761
87679
  {
@@ -87832,13 +87750,6 @@
87832
87750
  }
87833
87751
  ]
87834
87752
  },
87835
- "cornerType": {
87836
- "enum": [
87837
- "bevel",
87838
- "round"
87839
- ],
87840
- "type": "string"
87841
- },
87842
87753
  "cursor": {
87843
87754
  "$ref": "#/definitions/Cursor"
87844
87755
  },
@@ -88159,13 +88070,9 @@
88159
88070
  "textureColor": {
88160
88071
  "type": "string"
88161
88072
  },
88162
- "textureOptions": {},
88163
88073
  "texturePadding": {
88164
88074
  "type": "number"
88165
88075
  },
88166
- "textureRatio": {
88167
- "type": "number"
88168
- },
88169
88076
  "textureSize": {
88170
88077
  "type": "number"
88171
88078
  },
@@ -89372,7 +89279,7 @@
89372
89279
  "type": "number"
89373
89280
  },
89374
89281
  "extensionMark": {
89375
- "description": "扩展mark",
89282
+ "description": "系列的扩展mark,能够获取系列上的数据",
89376
89283
  "items": {
89377
89284
  "anyOf": [
89378
89285
  {
@@ -89556,7 +89463,7 @@
89556
89463
  },
89557
89464
  "tooltip": {
89558
89465
  "$ref": "#/definitions/ISeriesTooltipSpec",
89559
- "description": "提示信息"
89466
+ "description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
89560
89467
  },
89561
89468
  "totalLabel": {
89562
89469
  "$ref": "#/definitions/ITotalLabelSpec",
@@ -90526,9 +90433,6 @@
90526
90433
  "animationEasing": {
90527
90434
  "$ref": "#/definitions/EasingType"
90528
90435
  },
90529
- "autoAnimateTexture": {
90530
- "type": "boolean"
90531
- },
90532
90436
  "background": {
90533
90437
  "anyOf": [
90534
90438
  {
@@ -90624,13 +90528,6 @@
90624
90528
  }
90625
90529
  ]
90626
90530
  },
90627
- "cornerType": {
90628
- "enum": [
90629
- "bevel",
90630
- "round"
90631
- ],
90632
- "type": "string"
90633
- },
90634
90531
  "cursor": {
90635
90532
  "$ref": "#/definitions/Cursor"
90636
90533
  },
@@ -90981,13 +90878,9 @@
90981
90878
  "textureColor": {
90982
90879
  "type": "string"
90983
90880
  },
90984
- "textureOptions": {},
90985
90881
  "texturePadding": {
90986
90882
  "type": "number"
90987
90883
  },
90988
- "textureRatio": {
90989
- "type": "number"
90990
- },
90991
90884
  "textureSize": {
90992
90885
  "type": "number"
90993
90886
  },
@@ -91132,9 +91025,6 @@
91132
91025
  "animationEasing": {
91133
91026
  "$ref": "#/definitions/EasingType"
91134
91027
  },
91135
- "autoAnimateTexture": {
91136
- "type": "boolean"
91137
- },
91138
91028
  "background": {
91139
91029
  "anyOf": [
91140
91030
  {
@@ -91230,13 +91120,6 @@
91230
91120
  }
91231
91121
  ]
91232
91122
  },
91233
- "cornerType": {
91234
- "enum": [
91235
- "bevel",
91236
- "round"
91237
- ],
91238
- "type": "string"
91239
- },
91240
91123
  "cursor": {
91241
91124
  "$ref": "#/definitions/Cursor"
91242
91125
  },
@@ -91599,13 +91482,9 @@
91599
91482
  "textureColor": {
91600
91483
  "type": "string"
91601
91484
  },
91602
- "textureOptions": {},
91603
91485
  "texturePadding": {
91604
91486
  "type": "number"
91605
91487
  },
91606
- "textureRatio": {
91607
- "type": "number"
91608
- },
91609
91488
  "textureSize": {
91610
91489
  "type": "number"
91611
91490
  },
@@ -92079,9 +91958,6 @@
92079
91958
  "angle": {
92080
91959
  "type": "number"
92081
91960
  },
92082
- "autoAnimateTexture": {
92083
- "type": "boolean"
92084
- },
92085
91961
  "background": {
92086
91962
  "anyOf": [
92087
91963
  {
@@ -92501,13 +92377,9 @@
92501
92377
  "textureColor": {
92502
92378
  "type": "string"
92503
92379
  },
92504
- "textureOptions": {},
92505
92380
  "texturePadding": {
92506
92381
  "type": "number"
92507
92382
  },
92508
- "textureRatio": {
92509
- "type": "number"
92510
- },
92511
92383
  "textureSize": {
92512
92384
  "type": "number"
92513
92385
  },
@@ -92620,9 +92492,6 @@
92620
92492
  "angle": {
92621
92493
  "type": "number"
92622
92494
  },
92623
- "autoAnimateTexture": {
92624
- "type": "boolean"
92625
- },
92626
92495
  "background": {
92627
92496
  "anyOf": [
92628
92497
  {
@@ -93017,13 +92886,9 @@
93017
92886
  "textureColor": {
93018
92887
  "type": "string"
93019
92888
  },
93020
- "textureOptions": {},
93021
92889
  "texturePadding": {
93022
92890
  "type": "number"
93023
92891
  },
93024
- "textureRatio": {
93025
- "type": "number"
93026
- },
93027
92892
  "textureSize": {
93028
92893
  "type": "number"
93029
92894
  },
@@ -93202,9 +93067,6 @@
93202
93067
  "angle": {
93203
93068
  "type": "number"
93204
93069
  },
93205
- "autoAnimateTexture": {
93206
- "type": "boolean"
93207
- },
93208
93070
  "background": {
93209
93071
  "anyOf": [
93210
93072
  {
@@ -93567,13 +93429,9 @@
93567
93429
  "textureColor": {
93568
93430
  "type": "string"
93569
93431
  },
93570
- "textureOptions": {},
93571
93432
  "texturePadding": {
93572
93433
  "type": "number"
93573
93434
  },
93574
- "textureRatio": {
93575
- "type": "number"
93576
- },
93577
93435
  "textureSize": {
93578
93436
  "type": "number"
93579
93437
  },
@@ -93656,7 +93514,7 @@
93656
93514
  },
93657
93515
  "type": "object"
93658
93516
  },
93659
- "Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;autoAnimateTexture:boolean;textureRatio:number;textureOptions:any;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
93517
+ "Partial<IDebugType&ILayout&IFillStyle&IStrokeStyle&IPickStyle&{forceBoundsWidth:number|(()=>number);forceBoundsHeight:number|(()=>number);opacity:number;shadowGraphic?:IGraphic<Partial<IGraphicAttribute>>;backgroundMode:\"no-repeat\"|\"repeat\"|\"repeat-x\"|\"repeat-y\";backgroundFit:boolean;backgroundCornerRadius:number|number[];backgroundOpacity:number;background:IBackgroundType|{background:IBackgroundType;dx?:number;dy?:number;width?:number;height?:number;x?:number;y?:number;};texture:string;textureColor:string;textureSize:number;texturePadding:number;blur:number;cursor:Cursor;renderStyle?:any;html:{dom:string|HTMLElement;}&SimpleDomStyleOptions&CommonDomOptions;react:{element:any;}&SimpleDomStyleOptions&CommonDomOptions;}&ITransform&{strokeSeg:IStrokeSeg;boundsPadding:number|number[];pickMode:\"custom\"|\"accurate\"|\"imprecise\";boundsMode:\"accurate\"|\"imprecise\";customPickShape:()=>boolean;pickable:boolean;fillPickable:boolean;strokePickable:boolean;childrenPickable:boolean;visible:boolean;zIndex:number;layout:any;renderable:boolean;keepDirIn3d?:boolean;shadowRootIdx:number;shadowPickMode?:\"full\"|\"graphic\";globalZIndex:number;globalCompositeOperation:\"\"|GlobalCompositeOperation;overflow:\"hidden\"|\"scroll\"|\"scroll-x\"|\"scroll-y\";fillStrokeOrder:number;keepStrokeScale:boolean;}&Partial<IGraphicAttribute>&Partial<ITextAttribute>>": {
93660
93518
  "properties": {
93661
93519
  "_debug_bounds": {
93662
93520
  "anyOf": [
@@ -93747,9 +93605,6 @@
93747
93605
  "angle": {
93748
93606
  "type": "number"
93749
93607
  },
93750
- "autoAnimateTexture": {
93751
- "type": "boolean"
93752
- },
93753
93608
  "background": {
93754
93609
  "anyOf": [
93755
93610
  {
@@ -94206,13 +94061,9 @@
94206
94061
  "textureColor": {
94207
94062
  "type": "string"
94208
94063
  },
94209
- "textureOptions": {},
94210
94064
  "texturePadding": {
94211
94065
  "type": "number"
94212
94066
  },
94213
- "textureRatio": {
94214
- "type": "number"
94215
- },
94216
94067
  "textureSize": {
94217
94068
  "type": "number"
94218
94069
  },
@@ -94358,9 +94209,6 @@
94358
94209
  "angle": {
94359
94210
  "type": "number"
94360
94211
  },
94361
- "autoAnimateTexture": {
94362
- "type": "boolean"
94363
- },
94364
94212
  "background": {
94365
94213
  "anyOf": [
94366
94214
  {
@@ -94743,13 +94591,9 @@
94743
94591
  "textureColor": {
94744
94592
  "type": "string"
94745
94593
  },
94746
- "textureOptions": {},
94747
94594
  "texturePadding": {
94748
94595
  "type": "number"
94749
94596
  },
94750
- "textureRatio": {
94751
- "type": "number"
94752
- },
94753
94597
  "textureSize": {
94754
94598
  "type": "number"
94755
94599
  },
@@ -94865,9 +94709,6 @@
94865
94709
  "angle": {
94866
94710
  "type": "number"
94867
94711
  },
94868
- "autoAnimateTexture": {
94869
- "type": "boolean"
94870
- },
94871
94712
  "background": {
94872
94713
  "anyOf": [
94873
94714
  {
@@ -95221,13 +95062,9 @@
95221
95062
  "textureColor": {
95222
95063
  "type": "string"
95223
95064
  },
95224
- "textureOptions": {},
95225
95065
  "texturePadding": {
95226
95066
  "type": "number"
95227
95067
  },
95228
- "textureRatio": {
95229
- "type": "number"
95230
- },
95231
95068
  "textureSize": {
95232
95069
  "type": "number"
95233
95070
  },
@@ -95287,13 +95124,6 @@
95287
95124
  }
95288
95125
  ]
95289
95126
  },
95290
- "cornerType": {
95291
- "enum": [
95292
- "bevel",
95293
- "round"
95294
- ],
95295
- "type": "string"
95296
- },
95297
95127
  "display": {
95298
95128
  "enum": [
95299
95129
  "flex",
@@ -95454,9 +95284,6 @@
95454
95284
  "angle": {
95455
95285
  "type": "number"
95456
95286
  },
95457
- "autoAnimateTexture": {
95458
- "type": "boolean"
95459
- },
95460
95287
  "background": {
95461
95288
  "anyOf": [
95462
95289
  {
@@ -95552,13 +95379,6 @@
95552
95379
  }
95553
95380
  ]
95554
95381
  },
95555
- "cornerType": {
95556
- "enum": [
95557
- "bevel",
95558
- "round"
95559
- ],
95560
- "type": "string"
95561
- },
95562
95382
  "cursor": {
95563
95383
  "$ref": "#/definitions/Cursor"
95564
95384
  },
@@ -95879,13 +95699,9 @@
95879
95699
  "textureColor": {
95880
95700
  "type": "string"
95881
95701
  },
95882
- "textureOptions": {},
95883
95702
  "texturePadding": {
95884
95703
  "type": "number"
95885
95704
  },
95886
- "textureRatio": {
95887
- "type": "number"
95888
- },
95889
95705
  "textureSize": {
95890
95706
  "type": "number"
95891
95707
  },
@@ -95928,13 +95744,6 @@
95928
95744
  }
95929
95745
  ]
95930
95746
  },
95931
- "cornerType": {
95932
- "enum": [
95933
- "bevel",
95934
- "round"
95935
- ],
95936
- "type": "string"
95937
- },
95938
95747
  "height": {
95939
95748
  "type": "number"
95940
95749
  },
@@ -96054,9 +95863,6 @@
96054
95863
  "angle": {
96055
95864
  "type": "number"
96056
95865
  },
96057
- "autoAnimateTexture": {
96058
- "type": "boolean"
96059
- },
96060
95866
  "background": {
96061
95867
  "anyOf": [
96062
95868
  {
@@ -96146,13 +95952,6 @@
96146
95952
  }
96147
95953
  ]
96148
95954
  },
96149
- "cornerType": {
96150
- "enum": [
96151
- "bevel",
96152
- "round"
96153
- ],
96154
- "type": "string"
96155
- },
96156
95955
  "cursor": {
96157
95956
  "$ref": "#/definitions/Cursor"
96158
95957
  },
@@ -96452,13 +96251,9 @@
96452
96251
  "textureColor": {
96453
96252
  "type": "string"
96454
96253
  },
96455
- "textureOptions": {},
96456
96254
  "texturePadding": {
96457
96255
  "type": "number"
96458
96256
  },
96459
- "textureRatio": {
96460
- "type": "number"
96461
- },
96462
96257
  "textureSize": {
96463
96258
  "type": "number"
96464
96259
  },
@@ -96889,9 +96684,6 @@
96889
96684
  "angle": {
96890
96685
  "type": "number"
96891
96686
  },
96892
- "autoAnimateTexture": {
96893
- "type": "boolean"
96894
- },
96895
96687
  "background": {
96896
96688
  "anyOf": [
96897
96689
  {
@@ -97289,13 +97081,9 @@
97289
97081
  "textureColor": {
97290
97082
  "type": "string"
97291
97083
  },
97292
- "textureOptions": {},
97293
97084
  "texturePadding": {
97294
97085
  "type": "number"
97295
97086
  },
97296
- "textureRatio": {
97297
- "type": "number"
97298
- },
97299
97087
  "textureSize": {
97300
97088
  "type": "number"
97301
97089
  },
@@ -98427,9 +98215,6 @@
98427
98215
  "angle": {
98428
98216
  "type": "number"
98429
98217
  },
98430
- "autoAnimateTexture": {
98431
- "type": "boolean"
98432
- },
98433
98218
  "background": {
98434
98219
  "anyOf": [
98435
98220
  {
@@ -98506,9 +98291,6 @@
98506
98291
  "childrenPickable": {
98507
98292
  "type": "boolean"
98508
98293
  },
98509
- "clipRange": {
98510
- "type": "number"
98511
- },
98512
98294
  "cursor": {
98513
98295
  "$ref": "#/definitions/Cursor"
98514
98296
  },
@@ -98799,13 +98581,9 @@
98799
98581
  "textureColor": {
98800
98582
  "type": "string"
98801
98583
  },
98802
- "textureOptions": {},
98803
98584
  "texturePadding": {
98804
98585
  "type": "number"
98805
98586
  },
98806
- "textureRatio": {
98807
- "type": "number"
98808
- },
98809
98587
  "textureSize": {
98810
98588
  "type": "number"
98811
98589
  },
@@ -98918,9 +98696,6 @@
98918
98696
  "angle": {
98919
98697
  "type": "number"
98920
98698
  },
98921
- "autoAnimateTexture": {
98922
- "type": "boolean"
98923
- },
98924
98699
  "background": {
98925
98700
  "anyOf": [
98926
98701
  {
@@ -99296,13 +99071,9 @@
99296
99071
  "textureColor": {
99297
99072
  "type": "string"
99298
99073
  },
99299
- "textureOptions": {},
99300
99074
  "texturePadding": {
99301
99075
  "type": "number"
99302
99076
  },
99303
- "textureRatio": {
99304
- "type": "number"
99305
- },
99306
99077
  "textureSize": {
99307
99078
  "type": "number"
99308
99079
  },
@@ -99701,9 +99472,6 @@
99701
99472
  "angle": {
99702
99473
  "type": "number"
99703
99474
  },
99704
- "autoAnimateTexture": {
99705
- "type": "boolean"
99706
- },
99707
99475
  "background": {
99708
99476
  "anyOf": [
99709
99477
  {
@@ -99793,13 +99561,6 @@
99793
99561
  }
99794
99562
  ]
99795
99563
  },
99796
- "cornerType": {
99797
- "enum": [
99798
- "bevel",
99799
- "round"
99800
- ],
99801
- "type": "string"
99802
- },
99803
99564
  "cursor": {
99804
99565
  "$ref": "#/definitions/Cursor"
99805
99566
  },
@@ -100080,13 +99841,9 @@
100080
99841
  "textureColor": {
100081
99842
  "type": "string"
100082
99843
  },
100083
- "textureOptions": {},
100084
99844
  "texturePadding": {
100085
99845
  "type": "number"
100086
99846
  },
100087
- "textureRatio": {
100088
- "type": "number"
100089
- },
100090
99847
  "textureSize": {
100091
99848
  "type": "number"
100092
99849
  },
@@ -100579,37 +100336,6 @@
100579
100336
  },
100580
100337
  "type": "object"
100581
100338
  },
100582
- "Partial<ISymbolAttribute>": {
100583
- "properties": {
100584
- "clipRange": {
100585
- "type": "number"
100586
- },
100587
- "size": {
100588
- "anyOf": [
100589
- {
100590
- "items": [
100591
- {
100592
- "type": "number"
100593
- },
100594
- {
100595
- "type": "number"
100596
- }
100597
- ],
100598
- "maxItems": 2,
100599
- "minItems": 2,
100600
- "type": "array"
100601
- },
100602
- {
100603
- "type": "number"
100604
- }
100605
- ]
100606
- },
100607
- "symbolType": {
100608
- "type": "string"
100609
- }
100610
- },
100611
- "type": "object"
100612
- },
100613
100339
  "Partial<ISymbolGraphicAttribute>": {
100614
100340
  "properties": {
100615
100341
  "_debug_bounds": {
@@ -100701,9 +100427,6 @@
100701
100427
  "angle": {
100702
100428
  "type": "number"
100703
100429
  },
100704
- "autoAnimateTexture": {
100705
- "type": "boolean"
100706
- },
100707
100430
  "background": {
100708
100431
  "anyOf": [
100709
100432
  {
@@ -100780,9 +100503,6 @@
100780
100503
  "childrenPickable": {
100781
100504
  "type": "boolean"
100782
100505
  },
100783
- "clipRange": {
100784
- "type": "number"
100785
- },
100786
100506
  "cursor": {
100787
100507
  "$ref": "#/definitions/Cursor"
100788
100508
  },
@@ -101083,13 +100803,9 @@
101083
100803
  "textureColor": {
101084
100804
  "type": "string"
101085
100805
  },
101086
- "textureOptions": {},
101087
100806
  "texturePadding": {
101088
100807
  "type": "number"
101089
100808
  },
101090
- "textureRatio": {
101091
- "type": "number"
101092
- },
101093
100809
  "textureSize": {
101094
100810
  "type": "number"
101095
100811
  },
@@ -101202,9 +100918,6 @@
101202
100918
  "angle": {
101203
100919
  "type": "number"
101204
100920
  },
101205
- "autoAnimateTexture": {
101206
- "type": "boolean"
101207
- },
101208
100921
  "background": {
101209
100922
  "anyOf": [
101210
100923
  {
@@ -101661,13 +101374,9 @@
101661
101374
  "textureColor": {
101662
101375
  "type": "string"
101663
101376
  },
101664
- "textureOptions": {},
101665
101377
  "texturePadding": {
101666
101378
  "type": "number"
101667
101379
  },
101668
- "textureRatio": {
101669
- "type": "number"
101670
- },
101671
101380
  "textureSize": {
101672
101381
  "type": "number"
101673
101382
  },
@@ -102107,12 +101816,15 @@
102107
101816
  "Partial<ITooltipActiveTypeAsKeys<boolean,boolean,boolean>>": {
102108
101817
  "properties": {
102109
101818
  "dimension": {
101819
+ "description": "dimension tooltip 对应的配置,其中dimension tooltip 用于展示维度对应的数据信息,比如x轴对应的数据信息",
102110
101820
  "type": "boolean"
102111
101821
  },
102112
101822
  "group": {
101823
+ "description": "group tooltip 对应的配置,其中group tooltip 用于展示整个分组数据对应的数据信息,比如说线图中一条线代表一个相同的分组,可以使用 group tooltip展示整条线所有点对应的数据",
102113
101824
  "type": "boolean"
102114
101825
  },
102115
101826
  "mark": {
101827
+ "description": "mark tooltip对应的配置,其中mark tooltip 用于展示图元对应的数据信息,比如柱图中的柱子,散点图中的点,面积图中的点灯",
102116
101828
  "type": "boolean"
102117
101829
  }
102118
101830
  },
@@ -102483,9 +102195,6 @@
102483
102195
  "angle": {
102484
102196
  "type": "number"
102485
102197
  },
102486
- "autoAnimateTexture": {
102487
- "type": "boolean"
102488
- },
102489
102198
  "background": {
102490
102199
  "anyOf": [
102491
102200
  {
@@ -102936,13 +102645,9 @@
102936
102645
  "textureColor": {
102937
102646
  "type": "string"
102938
102647
  },
102939
- "textureOptions": {},
102940
102648
  "texturePadding": {
102941
102649
  "type": "number"
102942
102650
  },
102943
- "textureRatio": {
102944
- "type": "number"
102945
- },
102946
102651
  "textureSize": {
102947
102652
  "type": "number"
102948
102653
  },
@@ -102997,7 +102702,7 @@
102997
102702
  },
102998
102703
  "type": "object"
102999
102704
  },
103000
- "Partial<Omit<{visible:boolean;customShape?:(container:IGroup,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;square?:boolean;panelSymbolType?:string;},\"shadowColor\"|\"fill\"|\"stroke\">>": {
102705
+ "Partial<Omit<{visible:boolean;customShape?:(container:IGroup,attrs:Partial<IGraphicAttribute>,path:ICustomPath2D)=>ICustomPath2D;}&Partial<IRectGraphicAttribute>&Partial<IGraphicAttribute>&Partial<ISymbolAttribute>&{space?:number;},\"shadowColor\"|\"fill\"|\"stroke\">>": {
103001
102706
  "properties": {
103002
102707
  "_debug_bounds": {
103003
102708
  "anyOf": [
@@ -103088,9 +102793,6 @@
103088
102793
  "angle": {
103089
102794
  "type": "number"
103090
102795
  },
103091
- "autoAnimateTexture": {
103092
- "type": "boolean"
103093
- },
103094
102796
  "background": {
103095
102797
  "anyOf": [
103096
102798
  {
@@ -103167,9 +102869,6 @@
103167
102869
  "childrenPickable": {
103168
102870
  "type": "boolean"
103169
102871
  },
103170
- "clipRange": {
103171
- "type": "number"
103172
- },
103173
102872
  "cornerRadius": {
103174
102873
  "anyOf": [
103175
102874
  {
@@ -103183,13 +102882,6 @@
103183
102882
  }
103184
102883
  ]
103185
102884
  },
103186
- "cornerType": {
103187
- "enum": [
103188
- "bevel",
103189
- "round"
103190
- ],
103191
- "type": "string"
103192
- },
103193
102885
  "cursor": {
103194
102886
  "$ref": "#/definitions/Cursor"
103195
102887
  },
@@ -103334,9 +103026,6 @@
103334
103026
  ],
103335
103027
  "type": "string"
103336
103028
  },
103337
- "panelSymbolType": {
103338
- "type": "string"
103339
- },
103340
103029
  "pickMode": {
103341
103030
  "enum": [
103342
103031
  "accurate",
@@ -103450,9 +103139,6 @@
103450
103139
  "space": {
103451
103140
  "type": "number"
103452
103141
  },
103453
- "square": {
103454
- "type": "boolean"
103455
- },
103456
103142
  "strokeBoundsBuffer": {
103457
103143
  "type": "number"
103458
103144
  },
@@ -103474,13 +103160,9 @@
103474
103160
  "textureColor": {
103475
103161
  "type": "string"
103476
103162
  },
103477
- "textureOptions": {},
103478
103163
  "texturePadding": {
103479
103164
  "type": "number"
103480
103165
  },
103481
- "textureRatio": {
103482
- "type": "number"
103483
- },
103484
103166
  "textureSize": {
103485
103167
  "type": "number"
103486
103168
  },
@@ -103602,9 +103284,6 @@
103602
103284
  "angle": {
103603
103285
  "type": "number"
103604
103286
  },
103605
- "autoAnimateTexture": {
103606
- "type": "boolean"
103607
- },
103608
103287
  "background": {
103609
103288
  "anyOf": [
103610
103289
  {
@@ -103958,13 +103637,9 @@
103958
103637
  "textureColor": {
103959
103638
  "type": "string"
103960
103639
  },
103961
- "textureOptions": {},
103962
103640
  "texturePadding": {
103963
103641
  "type": "number"
103964
103642
  },
103965
- "textureRatio": {
103966
- "type": "number"
103967
- },
103968
103643
  "textureSize": {
103969
103644
  "type": "number"
103970
103645
  },
@@ -106219,34 +105894,34 @@
106219
105894
  },
106220
105895
  "Promise<FontFaceSet>": {
106221
105896
  "properties": {
106222
- "__@toStringTag@12191": {
105897
+ "__@toStringTag@12118": {
106223
105898
  "type": "string"
106224
105899
  }
106225
105900
  },
106226
105901
  "required": [
106227
- "__@toStringTag@12191"
105902
+ "__@toStringTag@12118"
106228
105903
  ],
106229
105904
  "type": "object"
106230
105905
  },
106231
105906
  "Promise<ServiceWorkerRegistration>": {
106232
105907
  "properties": {
106233
- "__@toStringTag@12191": {
105908
+ "__@toStringTag@12118": {
106234
105909
  "type": "string"
106235
105910
  }
106236
105911
  },
106237
105912
  "required": [
106238
- "__@toStringTag@12191"
105913
+ "__@toStringTag@12118"
106239
105914
  ],
106240
105915
  "type": "object"
106241
105916
  },
106242
105917
  "Promise<any>": {
106243
105918
  "properties": {
106244
- "__@toStringTag@12191": {
105919
+ "__@toStringTag@12118": {
106245
105920
  "type": "string"
106246
105921
  }
106247
105922
  },
106248
105923
  "required": [
106249
- "__@toStringTag@12191"
105924
+ "__@toStringTag@12118"
106250
105925
  ],
106251
105926
  "type": "object"
106252
105927
  },
@@ -106896,9 +106571,6 @@
106896
106571
  "angle": {
106897
106572
  "type": "number"
106898
106573
  },
106899
- "autoAnimateTexture": {
106900
- "type": "boolean"
106901
- },
106902
106574
  "background": {
106903
106575
  "anyOf": [
106904
106576
  {
@@ -107318,13 +106990,9 @@
107318
106990
  "textureColor": {
107319
106991
  "type": "string"
107320
106992
  },
107321
- "textureOptions": {},
107322
106993
  "texturePadding": {
107323
106994
  "type": "number"
107324
106995
  },
107325
- "textureRatio": {
107326
- "type": "number"
107327
- },
107328
106996
  "textureSize": {
107329
106997
  "type": "number"
107330
106998
  },
@@ -107351,7 +107019,6 @@
107351
107019
  "anchor",
107352
107020
  "anchor3d",
107353
107021
  "angle",
107354
- "autoAnimateTexture",
107355
107022
  "background",
107356
107023
  "backgroundCornerRadius",
107357
107024
  "backgroundFit",
@@ -107427,9 +107094,7 @@
107427
107094
  "strokeSeg",
107428
107095
  "texture",
107429
107096
  "textureColor",
107430
- "textureOptions",
107431
107097
  "texturePadding",
107432
- "textureRatio",
107433
107098
  "textureSize",
107434
107099
  "visible",
107435
107100
  "x",
@@ -107530,9 +107195,6 @@
107530
107195
  "angle": {
107531
107196
  "type": "number"
107532
107197
  },
107533
- "autoAnimateTexture": {
107534
- "type": "boolean"
107535
- },
107536
107198
  "background": {
107537
107199
  "anyOf": [
107538
107200
  {
@@ -107927,13 +107589,9 @@
107927
107589
  "textureColor": {
107928
107590
  "type": "string"
107929
107591
  },
107930
- "textureOptions": {},
107931
107592
  "texturePadding": {
107932
107593
  "type": "number"
107933
107594
  },
107934
- "textureRatio": {
107935
- "type": "number"
107936
- },
107937
107595
  "textureSize": {
107938
107596
  "type": "number"
107939
107597
  },
@@ -107960,7 +107618,6 @@
107960
107618
  "anchor",
107961
107619
  "anchor3d",
107962
107620
  "angle",
107963
- "autoAnimateTexture",
107964
107621
  "background",
107965
107622
  "backgroundCornerRadius",
107966
107623
  "backgroundFit",
@@ -108035,9 +107692,7 @@
108035
107692
  "strokeSeg",
108036
107693
  "texture",
108037
107694
  "textureColor",
108038
- "textureOptions",
108039
107695
  "texturePadding",
108040
- "textureRatio",
108041
107696
  "textureSize",
108042
107697
  "visible",
108043
107698
  "x",
@@ -108138,9 +107793,6 @@
108138
107793
  "angle": {
108139
107794
  "type": "number"
108140
107795
  },
108141
- "autoAnimateTexture": {
108142
- "type": "boolean"
108143
- },
108144
107796
  "background": {
108145
107797
  "anyOf": [
108146
107798
  {
@@ -108503,13 +108155,9 @@
108503
108155
  "textureColor": {
108504
108156
  "type": "string"
108505
108157
  },
108506
- "textureOptions": {},
108507
108158
  "texturePadding": {
108508
108159
  "type": "number"
108509
108160
  },
108510
- "textureRatio": {
108511
- "type": "number"
108512
- },
108513
108161
  "textureSize": {
108514
108162
  "type": "number"
108515
108163
  },
@@ -108536,7 +108184,6 @@
108536
108184
  "anchor",
108537
108185
  "anchor3d",
108538
108186
  "angle",
108539
- "autoAnimateTexture",
108540
108187
  "background",
108541
108188
  "backgroundCornerRadius",
108542
108189
  "backgroundFit",
@@ -108604,9 +108251,7 @@
108604
108251
  "strokeSeg",
108605
108252
  "texture",
108606
108253
  "textureColor",
108607
- "textureOptions",
108608
108254
  "texturePadding",
108609
- "textureRatio",
108610
108255
  "textureSize",
108611
108256
  "visible",
108612
108257
  "x",
@@ -108707,9 +108352,6 @@
108707
108352
  "angle": {
108708
108353
  "type": "number"
108709
108354
  },
108710
- "autoAnimateTexture": {
108711
- "type": "boolean"
108712
- },
108713
108355
  "background": {
108714
108356
  "anyOf": [
108715
108357
  {
@@ -109092,13 +108734,9 @@
109092
108734
  "textureColor": {
109093
108735
  "type": "string"
109094
108736
  },
109095
- "textureOptions": {},
109096
108737
  "texturePadding": {
109097
108738
  "type": "number"
109098
108739
  },
109099
- "textureRatio": {
109100
- "type": "number"
109101
- },
109102
108740
  "textureSize": {
109103
108741
  "type": "number"
109104
108742
  },
@@ -109128,7 +108766,6 @@
109128
108766
  "anchor",
109129
108767
  "anchor3d",
109130
108768
  "angle",
109131
- "autoAnimateTexture",
109132
108769
  "background",
109133
108770
  "backgroundCornerRadius",
109134
108771
  "backgroundFit",
@@ -109197,9 +108834,7 @@
109197
108834
  "strokeSeg",
109198
108835
  "texture",
109199
108836
  "textureColor",
109200
- "textureOptions",
109201
108837
  "texturePadding",
109202
- "textureRatio",
109203
108838
  "textureSize",
109204
108839
  "visible",
109205
108840
  "width",
@@ -109318,9 +108953,6 @@
109318
108953
  "angle": {
109319
108954
  "type": "number"
109320
108955
  },
109321
- "autoAnimateTexture": {
109322
- "type": "boolean"
109323
- },
109324
108956
  "background": {
109325
108957
  "anyOf": [
109326
108958
  {
@@ -109416,13 +109048,6 @@
109416
109048
  }
109417
109049
  ]
109418
109050
  },
109419
- "cornerType": {
109420
- "enum": [
109421
- "bevel",
109422
- "round"
109423
- ],
109424
- "type": "string"
109425
- },
109426
109051
  "cursor": {
109427
109052
  "$ref": "#/definitions/Cursor"
109428
109053
  },
@@ -109743,13 +109368,9 @@
109743
109368
  "textureColor": {
109744
109369
  "type": "string"
109745
109370
  },
109746
- "textureOptions": {},
109747
109371
  "texturePadding": {
109748
109372
  "type": "number"
109749
109373
  },
109750
- "textureRatio": {
109751
- "type": "number"
109752
- },
109753
109374
  "textureSize": {
109754
109375
  "type": "number"
109755
109376
  },
@@ -109784,7 +109405,6 @@
109784
109405
  "anchor",
109785
109406
  "anchor3d",
109786
109407
  "angle",
109787
- "autoAnimateTexture",
109788
109408
  "background",
109789
109409
  "backgroundCornerRadius",
109790
109410
  "backgroundFit",
@@ -109798,7 +109418,6 @@
109798
109418
  "childrenPickable",
109799
109419
  "clip",
109800
109420
  "cornerRadius",
109801
- "cornerType",
109802
109421
  "cursor",
109803
109422
  "customPickShape",
109804
109423
  "display",
@@ -109859,9 +109478,7 @@
109859
109478
  "strokeSeg",
109860
109479
  "texture",
109861
109480
  "textureColor",
109862
- "textureOptions",
109863
109481
  "texturePadding",
109864
- "textureRatio",
109865
109482
  "textureSize",
109866
109483
  "visible",
109867
109484
  "visibleAll",
@@ -109964,9 +109581,6 @@
109964
109581
  "angle": {
109965
109582
  "type": "number"
109966
109583
  },
109967
- "autoAnimateTexture": {
109968
- "type": "boolean"
109969
- },
109970
109584
  "background": {
109971
109585
  "anyOf": [
109972
109586
  {
@@ -110056,13 +109670,6 @@
110056
109670
  }
110057
109671
  ]
110058
109672
  },
110059
- "cornerType": {
110060
- "enum": [
110061
- "bevel",
110062
- "round"
110063
- ],
110064
- "type": "string"
110065
- },
110066
109673
  "cursor": {
110067
109674
  "$ref": "#/definitions/Cursor"
110068
109675
  },
@@ -110362,13 +109969,9 @@
110362
109969
  "textureColor": {
110363
109970
  "type": "string"
110364
109971
  },
110365
- "textureOptions": {},
110366
109972
  "texturePadding": {
110367
109973
  "type": "number"
110368
109974
  },
110369
- "textureRatio": {
110370
- "type": "number"
110371
- },
110372
109975
  "textureSize": {
110373
109976
  "type": "number"
110374
109977
  },
@@ -110398,7 +110001,6 @@
110398
110001
  "anchor",
110399
110002
  "anchor3d",
110400
110003
  "angle",
110401
- "autoAnimateTexture",
110402
110004
  "background",
110403
110005
  "backgroundCornerRadius",
110404
110006
  "backgroundFit",
@@ -110410,7 +110012,6 @@
110410
110012
  "boundsPadding",
110411
110013
  "childrenPickable",
110412
110014
  "cornerRadius",
110413
- "cornerType",
110414
110015
  "cursor",
110415
110016
  "customPickShape",
110416
110017
  "dx",
@@ -110469,9 +110070,7 @@
110469
110070
  "strokeSeg",
110470
110071
  "texture",
110471
110072
  "textureColor",
110472
- "textureOptions",
110473
110073
  "texturePadding",
110474
- "textureRatio",
110475
110074
  "textureSize",
110476
110075
  "visible",
110477
110076
  "width",
@@ -110573,9 +110172,6 @@
110573
110172
  "angle": {
110574
110173
  "type": "number"
110575
110174
  },
110576
- "autoAnimateTexture": {
110577
- "type": "boolean"
110578
- },
110579
110175
  "background": {
110580
110176
  "anyOf": [
110581
110177
  {
@@ -110973,13 +110569,9 @@
110973
110569
  "textureColor": {
110974
110570
  "type": "string"
110975
110571
  },
110976
- "textureOptions": {},
110977
110572
  "texturePadding": {
110978
110573
  "type": "number"
110979
110574
  },
110980
- "textureRatio": {
110981
- "type": "number"
110982
- },
110983
110575
  "textureSize": {
110984
110576
  "type": "number"
110985
110577
  },
@@ -111006,7 +110598,6 @@
111006
110598
  "anchor",
111007
110599
  "anchor3d",
111008
110600
  "angle",
111009
- "autoAnimateTexture",
111010
110601
  "background",
111011
110602
  "backgroundCornerRadius",
111012
110603
  "backgroundFit",
@@ -111082,9 +110673,7 @@
111082
110673
  "strokeSeg",
111083
110674
  "texture",
111084
110675
  "textureColor",
111085
- "textureOptions",
111086
110676
  "texturePadding",
111087
- "textureRatio",
111088
110677
  "textureSize",
111089
110678
  "visible",
111090
110679
  "x",
@@ -111185,9 +110774,6 @@
111185
110774
  "angle": {
111186
110775
  "type": "number"
111187
110776
  },
111188
- "autoAnimateTexture": {
111189
- "type": "boolean"
111190
- },
111191
110777
  "background": {
111192
110778
  "anyOf": [
111193
110779
  {
@@ -111264,9 +110850,6 @@
111264
110850
  "childrenPickable": {
111265
110851
  "type": "boolean"
111266
110852
  },
111267
- "clipRange": {
111268
- "type": "number"
111269
- },
111270
110853
  "cursor": {
111271
110854
  "$ref": "#/definitions/Cursor"
111272
110855
  },
@@ -111557,13 +111140,9 @@
111557
111140
  "textureColor": {
111558
111141
  "type": "string"
111559
111142
  },
111560
- "textureOptions": {},
111561
111143
  "texturePadding": {
111562
111144
  "type": "number"
111563
111145
  },
111564
- "textureRatio": {
111565
- "type": "number"
111566
- },
111567
111146
  "textureSize": {
111568
111147
  "type": "number"
111569
111148
  },
@@ -111590,7 +111169,6 @@
111590
111169
  "anchor",
111591
111170
  "anchor3d",
111592
111171
  "angle",
111593
- "autoAnimateTexture",
111594
111172
  "background",
111595
111173
  "backgroundCornerRadius",
111596
111174
  "backgroundFit",
@@ -111601,7 +111179,6 @@
111601
111179
  "boundsMode",
111602
111180
  "boundsPadding",
111603
111181
  "childrenPickable",
111604
- "clipRange",
111605
111182
  "cursor",
111606
111183
  "customPath",
111607
111184
  "customPickShape",
@@ -111658,9 +111235,7 @@
111658
111235
  "strokeSeg",
111659
111236
  "texture",
111660
111237
  "textureColor",
111661
- "textureOptions",
111662
111238
  "texturePadding",
111663
- "textureRatio",
111664
111239
  "textureSize",
111665
111240
  "visible",
111666
111241
  "x",
@@ -111761,9 +111336,6 @@
111761
111336
  "angle": {
111762
111337
  "type": "number"
111763
111338
  },
111764
- "autoAnimateTexture": {
111765
- "type": "boolean"
111766
- },
111767
111339
  "background": {
111768
111340
  "anyOf": [
111769
111341
  {
@@ -112139,13 +111711,9 @@
112139
111711
  "textureColor": {
112140
111712
  "type": "string"
112141
111713
  },
112142
- "textureOptions": {},
112143
111714
  "texturePadding": {
112144
111715
  "type": "number"
112145
111716
  },
112146
- "textureRatio": {
112147
- "type": "number"
112148
- },
112149
111717
  "textureSize": {
112150
111718
  "type": "number"
112151
111719
  },
@@ -112172,7 +111740,6 @@
112172
111740
  "anchor",
112173
111741
  "anchor3d",
112174
111742
  "angle",
112175
- "autoAnimateTexture",
112176
111743
  "background",
112177
111744
  "backgroundCornerRadius",
112178
111745
  "backgroundFit",
@@ -112240,9 +111807,7 @@
112240
111807
  "strokeSeg",
112241
111808
  "texture",
112242
111809
  "textureColor",
112243
- "textureOptions",
112244
111810
  "texturePadding",
112245
- "textureRatio",
112246
111811
  "textureSize",
112247
111812
  "visible",
112248
111813
  "x",
@@ -112343,9 +111908,6 @@
112343
111908
  "angle": {
112344
111909
  "type": "number"
112345
111910
  },
112346
- "autoAnimateTexture": {
112347
- "type": "boolean"
112348
- },
112349
111911
  "background": {
112350
111912
  "anyOf": [
112351
111913
  {
@@ -112435,13 +111997,6 @@
112435
111997
  }
112436
111998
  ]
112437
111999
  },
112438
- "cornerType": {
112439
- "enum": [
112440
- "bevel",
112441
- "round"
112442
- ],
112443
- "type": "string"
112444
- },
112445
112000
  "cursor": {
112446
112001
  "$ref": "#/definitions/Cursor"
112447
112002
  },
@@ -112722,13 +112277,9 @@
112722
112277
  "textureColor": {
112723
112278
  "type": "string"
112724
112279
  },
112725
- "textureOptions": {},
112726
112280
  "texturePadding": {
112727
112281
  "type": "number"
112728
112282
  },
112729
- "textureRatio": {
112730
- "type": "number"
112731
- },
112732
112283
  "textureSize": {
112733
112284
  "type": "number"
112734
112285
  },
@@ -112764,7 +112315,6 @@
112764
112315
  "anchor",
112765
112316
  "anchor3d",
112766
112317
  "angle",
112767
- "autoAnimateTexture",
112768
112318
  "background",
112769
112319
  "backgroundCornerRadius",
112770
112320
  "backgroundFit",
@@ -112776,7 +112326,6 @@
112776
112326
  "boundsPadding",
112777
112327
  "childrenPickable",
112778
112328
  "cornerRadius",
112779
- "cornerType",
112780
112329
  "cursor",
112781
112330
  "customPickShape",
112782
112331
  "dx",
@@ -112832,9 +112381,7 @@
112832
112381
  "strokeSeg",
112833
112382
  "texture",
112834
112383
  "textureColor",
112835
- "textureOptions",
112836
112384
  "texturePadding",
112837
- "textureRatio",
112838
112385
  "textureSize",
112839
112386
  "visible",
112840
112387
  "width",
@@ -112938,9 +112485,6 @@
112938
112485
  "angle": {
112939
112486
  "type": "number"
112940
112487
  },
112941
- "autoAnimateTexture": {
112942
- "type": "boolean"
112943
- },
112944
112488
  "background": {
112945
112489
  "anyOf": [
112946
112490
  {
@@ -113421,13 +112965,9 @@
113421
112965
  "textureColor": {
113422
112966
  "type": "string"
113423
112967
  },
113424
- "textureOptions": {},
113425
112968
  "texturePadding": {
113426
112969
  "type": "number"
113427
112970
  },
113428
- "textureRatio": {
113429
- "type": "number"
113430
- },
113431
112971
  "textureSize": {
113432
112972
  "type": "number"
113433
112973
  },
@@ -113492,7 +113032,6 @@
113492
113032
  "anchor",
113493
113033
  "anchor3d",
113494
113034
  "angle",
113495
- "autoAnimateTexture",
113496
113035
  "background",
113497
113036
  "backgroundCornerRadius",
113498
113037
  "backgroundFit",
@@ -113586,9 +113125,7 @@
113586
113125
  "textConfig",
113587
113126
  "texture",
113588
113127
  "textureColor",
113589
- "textureOptions",
113590
113128
  "texturePadding",
113591
- "textureRatio",
113592
113129
  "textureSize",
113593
113130
  "underline",
113594
113131
  "underlineDash",
@@ -113698,9 +113235,6 @@
113698
113235
  "angle": {
113699
113236
  "type": "number"
113700
113237
  },
113701
- "autoAnimateTexture": {
113702
- "type": "boolean"
113703
- },
113704
113238
  "background": {
113705
113239
  "anyOf": [
113706
113240
  {
@@ -113851,13 +113385,6 @@
113851
113385
  }
113852
113386
  ]
113853
113387
  },
113854
- "cornerType": {
113855
- "enum": [
113856
- "bevel",
113857
- "round"
113858
- ],
113859
- "type": "string"
113860
- },
113861
113388
  "cursor": {
113862
113389
  "$ref": "#/definitions/Cursor"
113863
113390
  },
@@ -114182,13 +113709,9 @@
114182
113709
  "textureColor": {
114183
113710
  "type": "string"
114184
113711
  },
114185
- "textureOptions": {},
114186
113712
  "texturePadding": {
114187
113713
  "type": "number"
114188
113714
  },
114189
- "textureRatio": {
114190
- "type": "number"
114191
- },
114192
113715
  "textureSize": {
114193
113716
  "type": "number"
114194
113717
  },
@@ -114218,7 +113741,6 @@
114218
113741
  "anchor",
114219
113742
  "anchor3d",
114220
113743
  "angle",
114221
- "autoAnimateTexture",
114222
113744
  "background",
114223
113745
  "backgroundCornerRadius",
114224
113746
  "backgroundFill",
@@ -114238,7 +113760,6 @@
114238
113760
  "boundsPadding",
114239
113761
  "childrenPickable",
114240
113762
  "cornerRadius",
114241
- "cornerType",
114242
113763
  "cursor",
114243
113764
  "customPickShape",
114244
113765
  "direction",
@@ -114302,9 +113823,7 @@
114302
113823
  "textBaseline",
114303
113824
  "texture",
114304
113825
  "textureColor",
114305
- "textureOptions",
114306
113826
  "texturePadding",
114307
- "textureRatio",
114308
113827
  "textureSize",
114309
113828
  "visible",
114310
113829
  "width",
@@ -114406,9 +113925,6 @@
114406
113925
  "angle": {
114407
113926
  "type": "number"
114408
113927
  },
114409
- "autoAnimateTexture": {
114410
- "type": "boolean"
114411
- },
114412
113928
  "background": {
114413
113929
  "anyOf": [
114414
113930
  {
@@ -114485,9 +114001,6 @@
114485
114001
  "childrenPickable": {
114486
114002
  "type": "boolean"
114487
114003
  },
114488
- "clipRange": {
114489
- "type": "number"
114490
- },
114491
114004
  "cursor": {
114492
114005
  "$ref": "#/definitions/Cursor"
114493
114006
  },
@@ -114788,13 +114301,9 @@
114788
114301
  "textureColor": {
114789
114302
  "type": "string"
114790
114303
  },
114791
- "textureOptions": {},
114792
114304
  "texturePadding": {
114793
114305
  "type": "number"
114794
114306
  },
114795
- "textureRatio": {
114796
- "type": "number"
114797
- },
114798
114307
  "textureSize": {
114799
114308
  "type": "number"
114800
114309
  },
@@ -114821,7 +114330,6 @@
114821
114330
  "anchor",
114822
114331
  "anchor3d",
114823
114332
  "angle",
114824
- "autoAnimateTexture",
114825
114333
  "background",
114826
114334
  "backgroundCornerRadius",
114827
114335
  "backgroundFit",
@@ -114832,7 +114340,6 @@
114832
114340
  "boundsMode",
114833
114341
  "boundsPadding",
114834
114342
  "childrenPickable",
114835
- "clipRange",
114836
114343
  "cursor",
114837
114344
  "customPickShape",
114838
114345
  "dx",
@@ -114889,9 +114396,7 @@
114889
114396
  "symbolType",
114890
114397
  "texture",
114891
114398
  "textureColor",
114892
- "textureOptions",
114893
114399
  "texturePadding",
114894
- "textureRatio",
114895
114400
  "textureSize",
114896
114401
  "visible",
114897
114402
  "x",
@@ -114992,9 +114497,6 @@
114992
114497
  "angle": {
114993
114498
  "type": "number"
114994
114499
  },
114995
- "autoAnimateTexture": {
114996
- "type": "boolean"
114997
- },
114998
114500
  "background": {
114999
114501
  "anyOf": [
115000
114502
  {
@@ -115451,13 +114953,9 @@
115451
114953
  "textureColor": {
115452
114954
  "type": "string"
115453
114955
  },
115454
- "textureOptions": {},
115455
114956
  "texturePadding": {
115456
114957
  "type": "number"
115457
114958
  },
115458
- "textureRatio": {
115459
- "type": "number"
115460
- },
115461
114959
  "textureSize": {
115462
114960
  "type": "number"
115463
114961
  },
@@ -115517,7 +115015,6 @@
115517
115015
  "anchor",
115518
115016
  "anchor3d",
115519
115017
  "angle",
115520
- "autoAnimateTexture",
115521
115018
  "background",
115522
115019
  "backgroundCornerRadius",
115523
115020
  "backgroundFit",
@@ -115604,9 +115101,7 @@
115604
115101
  "textBaseline",
115605
115102
  "texture",
115606
115103
  "textureColor",
115607
- "textureOptions",
115608
115104
  "texturePadding",
115609
- "textureRatio",
115610
115105
  "textureSize",
115611
115106
  "underline",
115612
115107
  "underlineDash",