@visactor/vchart-schema 1.13.3-alpha.7 → 1.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vchart.json +159 -136
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -19724,7 +19724,7 @@
|
|
|
19724
19724
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
19725
19725
|
},
|
|
19726
19726
|
"extensionMark": {
|
|
19727
|
-
"description": "
|
|
19727
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
19728
19728
|
"items": {
|
|
19729
19729
|
"anyOf": [
|
|
19730
19730
|
{
|
|
@@ -21122,7 +21122,7 @@
|
|
|
21122
21122
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
21123
21123
|
},
|
|
21124
21124
|
"extensionMark": {
|
|
21125
|
-
"description": "
|
|
21125
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
21126
21126
|
"items": {
|
|
21127
21127
|
"anyOf": [
|
|
21128
21128
|
{
|
|
@@ -21298,7 +21298,7 @@
|
|
|
21298
21298
|
},
|
|
21299
21299
|
"tooltip": {
|
|
21300
21300
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
21301
|
-
"description": "
|
|
21301
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
21302
21302
|
},
|
|
21303
21303
|
"totalLabel": {
|
|
21304
21304
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -21894,7 +21894,7 @@
|
|
|
21894
21894
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
21895
21895
|
},
|
|
21896
21896
|
"extensionMark": {
|
|
21897
|
-
"description": "
|
|
21897
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
21898
21898
|
"items": {
|
|
21899
21899
|
"anyOf": [
|
|
21900
21900
|
{
|
|
@@ -23084,7 +23084,7 @@
|
|
|
23084
23084
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
23085
23085
|
},
|
|
23086
23086
|
"extensionMark": {
|
|
23087
|
-
"description": "
|
|
23087
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
23088
23088
|
"items": {
|
|
23089
23089
|
"anyOf": [
|
|
23090
23090
|
{
|
|
@@ -24157,7 +24157,7 @@
|
|
|
24157
24157
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
24158
24158
|
},
|
|
24159
24159
|
"extensionMark": {
|
|
24160
|
-
"description": "
|
|
24160
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
24161
24161
|
"items": {
|
|
24162
24162
|
"anyOf": [
|
|
24163
24163
|
{
|
|
@@ -24313,7 +24313,7 @@
|
|
|
24313
24313
|
},
|
|
24314
24314
|
"tooltip": {
|
|
24315
24315
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
24316
|
-
"description": "
|
|
24316
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
24317
24317
|
},
|
|
24318
24318
|
"totalLabel": {
|
|
24319
24319
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -24838,7 +24838,7 @@
|
|
|
24838
24838
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
24839
24839
|
},
|
|
24840
24840
|
"extensionMark": {
|
|
24841
|
-
"description": "
|
|
24841
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
24842
24842
|
"items": {
|
|
24843
24843
|
"anyOf": [
|
|
24844
24844
|
{
|
|
@@ -26078,7 +26078,7 @@
|
|
|
26078
26078
|
"$ref": "#/definitions/DirectionType_1"
|
|
26079
26079
|
},
|
|
26080
26080
|
"extensionMark": {
|
|
26081
|
-
"description": "
|
|
26081
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
26082
26082
|
"items": {
|
|
26083
26083
|
"anyOf": [
|
|
26084
26084
|
{
|
|
@@ -26230,7 +26230,7 @@
|
|
|
26230
26230
|
},
|
|
26231
26231
|
"tooltip": {
|
|
26232
26232
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
26233
|
-
"description": "
|
|
26233
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
26234
26234
|
},
|
|
26235
26235
|
"totalLabel": {
|
|
26236
26236
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -27034,6 +27034,7 @@
|
|
|
27034
27034
|
"description": "spec"
|
|
27035
27035
|
},
|
|
27036
27036
|
"ICartesianCrosshairSpec": {
|
|
27037
|
+
"description": "笛卡尔坐标系下的 crosshair 配置",
|
|
27037
27038
|
"properties": {
|
|
27038
27039
|
"alignSelf": {
|
|
27039
27040
|
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
@@ -27318,7 +27319,7 @@
|
|
|
27318
27319
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
27319
27320
|
},
|
|
27320
27321
|
"extensionMark": {
|
|
27321
|
-
"description": "
|
|
27322
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
27322
27323
|
"items": {
|
|
27323
27324
|
"anyOf": [
|
|
27324
27325
|
{
|
|
@@ -27426,7 +27427,7 @@
|
|
|
27426
27427
|
},
|
|
27427
27428
|
"tooltip": {
|
|
27428
27429
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
27429
|
-
"description": "
|
|
27430
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
27430
27431
|
},
|
|
27431
27432
|
"totalLabel": {
|
|
27432
27433
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -27958,7 +27959,7 @@
|
|
|
27958
27959
|
"type": "string"
|
|
27959
27960
|
},
|
|
27960
27961
|
"extensionMark": {
|
|
27961
|
-
"description": "
|
|
27962
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
27962
27963
|
"items": {
|
|
27963
27964
|
"anyOf": [
|
|
27964
27965
|
{
|
|
@@ -28342,7 +28343,7 @@
|
|
|
28342
28343
|
"type": "string"
|
|
28343
28344
|
},
|
|
28344
28345
|
"extensionMark": {
|
|
28345
|
-
"description": "
|
|
28346
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
28346
28347
|
"items": {
|
|
28347
28348
|
"anyOf": [
|
|
28348
28349
|
{
|
|
@@ -28463,7 +28464,7 @@
|
|
|
28463
28464
|
},
|
|
28464
28465
|
"tooltip": {
|
|
28465
28466
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
28466
|
-
"description": "
|
|
28467
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
28467
28468
|
},
|
|
28468
28469
|
"totalLabel": {
|
|
28469
28470
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -28778,7 +28779,7 @@
|
|
|
28778
28779
|
"type": "number"
|
|
28779
28780
|
},
|
|
28780
28781
|
"extensionMark": {
|
|
28781
|
-
"description": "
|
|
28782
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
28782
28783
|
"items": {
|
|
28783
28784
|
"anyOf": [
|
|
28784
28785
|
{
|
|
@@ -29257,7 +29258,7 @@
|
|
|
29257
29258
|
"type": "number"
|
|
29258
29259
|
},
|
|
29259
29260
|
"extensionMark": {
|
|
29260
|
-
"description": "
|
|
29261
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
29261
29262
|
"items": {
|
|
29262
29263
|
"anyOf": [
|
|
29263
29264
|
{
|
|
@@ -29427,7 +29428,7 @@
|
|
|
29427
29428
|
},
|
|
29428
29429
|
"tooltip": {
|
|
29429
29430
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
29430
|
-
"description": "
|
|
29431
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
29431
29432
|
},
|
|
29432
29433
|
"totalLabel": {
|
|
29433
29434
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -31913,7 +31914,7 @@
|
|
|
31913
31914
|
"type": "number"
|
|
31914
31915
|
},
|
|
31915
31916
|
"extensionMark": {
|
|
31916
|
-
"description": "
|
|
31917
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
31917
31918
|
"items": {
|
|
31918
31919
|
"anyOf": [
|
|
31919
31920
|
{
|
|
@@ -32365,7 +32366,7 @@
|
|
|
32365
32366
|
"type": "number"
|
|
32366
32367
|
},
|
|
32367
32368
|
"extensionMark": {
|
|
32368
|
-
"description": "
|
|
32369
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
32369
32370
|
"items": {
|
|
32370
32371
|
"anyOf": [
|
|
32371
32372
|
{
|
|
@@ -32532,7 +32533,7 @@
|
|
|
32532
32533
|
},
|
|
32533
32534
|
"tooltip": {
|
|
32534
32535
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
32535
|
-
"description": "
|
|
32536
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
32536
32537
|
},
|
|
32537
32538
|
"totalLabel": {
|
|
32538
32539
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -35403,7 +35404,7 @@
|
|
|
35403
35404
|
"type": "string"
|
|
35404
35405
|
},
|
|
35405
35406
|
"extensionMark": {
|
|
35406
|
-
"description": "
|
|
35407
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
35407
35408
|
"items": {
|
|
35408
35409
|
"anyOf": [
|
|
35409
35410
|
{
|
|
@@ -35547,7 +35548,7 @@
|
|
|
35547
35548
|
},
|
|
35548
35549
|
"tooltip": {
|
|
35549
35550
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
35550
|
-
"description": "
|
|
35551
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
35551
35552
|
},
|
|
35552
35553
|
"totalLabel": {
|
|
35553
35554
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -36606,7 +36607,7 @@
|
|
|
36606
36607
|
"description": "缩略轴配置"
|
|
36607
36608
|
},
|
|
36608
36609
|
"extensionMark": {
|
|
36609
|
-
"description": "
|
|
36610
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
36610
36611
|
"items": {
|
|
36611
36612
|
"anyOf": [
|
|
36612
36613
|
{
|
|
@@ -37163,7 +37164,7 @@
|
|
|
37163
37164
|
"description": "缩略轴配置"
|
|
37164
37165
|
},
|
|
37165
37166
|
"extensionMark": {
|
|
37166
|
-
"description": "
|
|
37167
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
37167
37168
|
"items": {
|
|
37168
37169
|
"anyOf": [
|
|
37169
37170
|
{
|
|
@@ -38023,7 +38024,7 @@
|
|
|
38023
38024
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
38024
38025
|
},
|
|
38025
38026
|
"extensionMark": {
|
|
38026
|
-
"description": "
|
|
38027
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
38027
38028
|
"items": {
|
|
38028
38029
|
"anyOf": [
|
|
38029
38030
|
{
|
|
@@ -38215,7 +38216,7 @@
|
|
|
38215
38216
|
},
|
|
38216
38217
|
"tooltip": {
|
|
38217
38218
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
38218
|
-
"description": "
|
|
38219
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
38219
38220
|
},
|
|
38220
38221
|
"totalLabel": {
|
|
38221
38222
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -38522,7 +38523,7 @@
|
|
|
38522
38523
|
"type": "number"
|
|
38523
38524
|
},
|
|
38524
38525
|
"extensionMark": {
|
|
38525
|
-
"description": "
|
|
38526
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
38526
38527
|
"items": {
|
|
38527
38528
|
"anyOf": [
|
|
38528
38529
|
{
|
|
@@ -39078,7 +39079,7 @@
|
|
|
39078
39079
|
"type": "number"
|
|
39079
39080
|
},
|
|
39080
39081
|
"extensionMark": {
|
|
39081
|
-
"description": "
|
|
39082
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
39082
39083
|
"items": {
|
|
39083
39084
|
"anyOf": [
|
|
39084
39085
|
{
|
|
@@ -39283,7 +39284,7 @@
|
|
|
39283
39284
|
},
|
|
39284
39285
|
"tooltip": {
|
|
39285
39286
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
39286
|
-
"description": "
|
|
39287
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
39287
39288
|
},
|
|
39288
39289
|
"totalLabel": {
|
|
39289
39290
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -39556,7 +39557,7 @@
|
|
|
39556
39557
|
"type": "number"
|
|
39557
39558
|
},
|
|
39558
39559
|
"extensionMark": {
|
|
39559
|
-
"description": "
|
|
39560
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
39560
39561
|
"items": {
|
|
39561
39562
|
"anyOf": [
|
|
39562
39563
|
{
|
|
@@ -39740,7 +39741,7 @@
|
|
|
39740
39741
|
},
|
|
39741
39742
|
"tooltip": {
|
|
39742
39743
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
39743
|
-
"description": "
|
|
39744
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
39744
39745
|
},
|
|
39745
39746
|
"totalLabel": {
|
|
39746
39747
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -42549,7 +42550,8 @@
|
|
|
42549
42550
|
"description": "方便内部逻辑辨别 tooltip 类型,不暴露给用户"
|
|
42550
42551
|
},
|
|
42551
42552
|
"content": {
|
|
42552
|
-
"$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>"
|
|
42553
|
+
"$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>",
|
|
42554
|
+
"description": "特定类型的tooltip显示内容"
|
|
42553
42555
|
},
|
|
42554
42556
|
"hasShape": {
|
|
42555
42557
|
"type": "boolean"
|
|
@@ -42563,7 +42565,8 @@
|
|
|
42563
42565
|
"description": "tooltip content 保留最大数据行数后,代表“其他”的数据行内容"
|
|
42564
42566
|
},
|
|
42565
42567
|
"position": {
|
|
42566
|
-
"$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>"
|
|
42568
|
+
"$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>",
|
|
42569
|
+
"description": "设置该类型的tooltip位置"
|
|
42567
42570
|
},
|
|
42568
42571
|
"positionMode": {
|
|
42569
42572
|
"$ref": "#/definitions/TooltipPatternProperty<TooltipPositionMode>",
|
|
@@ -42603,7 +42606,8 @@
|
|
|
42603
42606
|
"$ref": "#/definitions/TooltipContentProperty<string>"
|
|
42604
42607
|
},
|
|
42605
42608
|
"title": {
|
|
42606
|
-
"$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>"
|
|
42609
|
+
"$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>",
|
|
42610
|
+
"description": "特定类型的tooltip标题配置"
|
|
42607
42611
|
},
|
|
42608
42612
|
"triggerMark": {
|
|
42609
42613
|
"$ref": "#/definitions/MaybeArray<GroupTooltipTriggerMark>",
|
|
@@ -42620,7 +42624,8 @@
|
|
|
42620
42624
|
"typeof": "function"
|
|
42621
42625
|
},
|
|
42622
42626
|
"visible": {
|
|
42623
|
-
"$ref": "#/definitions/TooltipPatternProperty<boolean>"
|
|
42627
|
+
"$ref": "#/definitions/TooltipPatternProperty<boolean>",
|
|
42628
|
+
"description": "是否显示该类型的tooltip"
|
|
42624
42629
|
}
|
|
42625
42630
|
},
|
|
42626
42631
|
"type": "object"
|
|
@@ -42820,7 +42825,7 @@
|
|
|
42820
42825
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
42821
42826
|
},
|
|
42822
42827
|
"extensionMark": {
|
|
42823
|
-
"description": "
|
|
42828
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
42824
42829
|
"items": {
|
|
42825
42830
|
"anyOf": [
|
|
42826
42831
|
{
|
|
@@ -43812,7 +43817,7 @@
|
|
|
43812
43817
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
43813
43818
|
},
|
|
43814
43819
|
"extensionMark": {
|
|
43815
|
-
"description": "
|
|
43820
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
43816
43821
|
"items": {
|
|
43817
43822
|
"anyOf": [
|
|
43818
43823
|
{
|
|
@@ -43947,7 +43952,7 @@
|
|
|
43947
43952
|
},
|
|
43948
43953
|
"tooltip": {
|
|
43949
43954
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
43950
|
-
"description": "
|
|
43955
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
43951
43956
|
},
|
|
43952
43957
|
"totalLabel": {
|
|
43953
43958
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -44360,7 +44365,7 @@
|
|
|
44360
44365
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
44361
44366
|
},
|
|
44362
44367
|
"extensionMark": {
|
|
44363
|
-
"description": "
|
|
44368
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
44364
44369
|
"items": {
|
|
44365
44370
|
"anyOf": [
|
|
44366
44371
|
{
|
|
@@ -45501,7 +45506,7 @@
|
|
|
45501
45506
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
45502
45507
|
},
|
|
45503
45508
|
"extensionMark": {
|
|
45504
|
-
"description": "
|
|
45509
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
45505
45510
|
"items": {
|
|
45506
45511
|
"anyOf": [
|
|
45507
45512
|
{
|
|
@@ -48724,7 +48729,7 @@
|
|
|
48724
48729
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
48725
48730
|
},
|
|
48726
48731
|
"extensionMark": {
|
|
48727
|
-
"description": "
|
|
48732
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
48728
48733
|
"items": {
|
|
48729
48734
|
"anyOf": [
|
|
48730
48735
|
{
|
|
@@ -50079,7 +50084,7 @@
|
|
|
50079
50084
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
50080
50085
|
},
|
|
50081
50086
|
"extensionMark": {
|
|
50082
|
-
"description": "
|
|
50087
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
50083
50088
|
"items": {
|
|
50084
50089
|
"anyOf": [
|
|
50085
50090
|
{
|
|
@@ -50265,7 +50270,7 @@
|
|
|
50265
50270
|
},
|
|
50266
50271
|
"tooltip": {
|
|
50267
50272
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
50268
|
-
"description": "
|
|
50273
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
50269
50274
|
},
|
|
50270
50275
|
"totalLabel": {
|
|
50271
50276
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -50673,7 +50678,7 @@
|
|
|
50673
50678
|
"description": "方向"
|
|
50674
50679
|
},
|
|
50675
50680
|
"extensionMark": {
|
|
50676
|
-
"description": "
|
|
50681
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
50677
50682
|
"items": {
|
|
50678
50683
|
"anyOf": [
|
|
50679
50684
|
{
|
|
@@ -51076,7 +51081,7 @@
|
|
|
51076
51081
|
"description": "方向"
|
|
51077
51082
|
},
|
|
51078
51083
|
"extensionMark": {
|
|
51079
|
-
"description": "
|
|
51084
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
51080
51085
|
"items": {
|
|
51081
51086
|
"anyOf": [
|
|
51082
51087
|
{
|
|
@@ -51192,7 +51197,7 @@
|
|
|
51192
51197
|
},
|
|
51193
51198
|
"tooltip": {
|
|
51194
51199
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
51195
|
-
"description": "
|
|
51200
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
51196
51201
|
},
|
|
51197
51202
|
"totalLabel": {
|
|
51198
51203
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -51315,7 +51320,7 @@
|
|
|
51315
51320
|
"type": "string"
|
|
51316
51321
|
},
|
|
51317
51322
|
"extensionMark": {
|
|
51318
|
-
"description": "
|
|
51323
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
51319
51324
|
"items": {
|
|
51320
51325
|
"anyOf": [
|
|
51321
51326
|
{
|
|
@@ -51439,7 +51444,7 @@
|
|
|
51439
51444
|
},
|
|
51440
51445
|
"tooltip": {
|
|
51441
51446
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
51442
|
-
"description": "
|
|
51447
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
51443
51448
|
},
|
|
51444
51449
|
"totalLabel": {
|
|
51445
51450
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -53080,7 +53085,7 @@
|
|
|
53080
53085
|
"type": "string"
|
|
53081
53086
|
},
|
|
53082
53087
|
"extensionMark": {
|
|
53083
|
-
"description": "
|
|
53088
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
53084
53089
|
"items": {
|
|
53085
53090
|
"anyOf": [
|
|
53086
53091
|
{
|
|
@@ -53502,7 +53507,7 @@
|
|
|
53502
53507
|
"type": "string"
|
|
53503
53508
|
},
|
|
53504
53509
|
"extensionMark": {
|
|
53505
|
-
"description": "
|
|
53510
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
53506
53511
|
"items": {
|
|
53507
53512
|
"anyOf": [
|
|
53508
53513
|
{
|
|
@@ -53630,7 +53635,7 @@
|
|
|
53630
53635
|
},
|
|
53631
53636
|
"tooltip": {
|
|
53632
53637
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
53633
|
-
"description": "
|
|
53638
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
53634
53639
|
},
|
|
53635
53640
|
"totalLabel": {
|
|
53636
53641
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -57329,7 +57334,7 @@
|
|
|
57329
57334
|
"type": "number"
|
|
57330
57335
|
},
|
|
57331
57336
|
"extensionMark": {
|
|
57332
|
-
"description": "
|
|
57337
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
57333
57338
|
"items": {
|
|
57334
57339
|
"anyOf": [
|
|
57335
57340
|
{
|
|
@@ -57952,7 +57957,7 @@
|
|
|
57952
57957
|
"type": "number"
|
|
57953
57958
|
},
|
|
57954
57959
|
"extensionMark": {
|
|
57955
|
-
"description": "
|
|
57960
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
57956
57961
|
"items": {
|
|
57957
57962
|
"anyOf": [
|
|
57958
57963
|
{
|
|
@@ -58457,7 +58462,7 @@
|
|
|
58457
58462
|
"type": "number"
|
|
58458
58463
|
},
|
|
58459
58464
|
"extensionMark": {
|
|
58460
|
-
"description": "
|
|
58465
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
58461
58466
|
"items": {
|
|
58462
58467
|
"anyOf": [
|
|
58463
58468
|
{
|
|
@@ -58641,7 +58646,7 @@
|
|
|
58641
58646
|
},
|
|
58642
58647
|
"tooltip": {
|
|
58643
58648
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
58644
|
-
"description": "
|
|
58649
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
58645
58650
|
},
|
|
58646
58651
|
"totalLabel": {
|
|
58647
58652
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -59258,6 +59263,7 @@
|
|
|
59258
59263
|
]
|
|
59259
59264
|
},
|
|
59260
59265
|
"IPolarCrosshairSpec": {
|
|
59266
|
+
"description": "极坐标系下的 crosshair 配置",
|
|
59261
59267
|
"properties": {
|
|
59262
59268
|
"alignSelf": {
|
|
59263
59269
|
"description": "inline元素和其他同行元素的对齐方式\n顶部的inline元素,'start' - 顶部对齐;'end' - '底部对齐'; 'middle' - 居中对齐\n底部的inline元素,'start' - 底部对齐;'end' - '顶部对齐'; 'middle' - 居中对齐\n左侧的inline元素,'start' - 左侧对齐;'end' - '右侧对齐'; 'middle' - 居中对齐\n右侧的inline元素,'start' - 右侧对齐;'end' - '左侧对齐'; 'middle' - 居中对齐",
|
|
@@ -61004,7 +61010,7 @@
|
|
|
61004
61010
|
"type": "number"
|
|
61005
61011
|
},
|
|
61006
61012
|
"extensionMark": {
|
|
61007
|
-
"description": "
|
|
61013
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
61008
61014
|
"items": {
|
|
61009
61015
|
"anyOf": [
|
|
61010
61016
|
{
|
|
@@ -61538,7 +61544,7 @@
|
|
|
61538
61544
|
"type": "number"
|
|
61539
61545
|
},
|
|
61540
61546
|
"extensionMark": {
|
|
61541
|
-
"description": "
|
|
61547
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
61542
61548
|
"items": {
|
|
61543
61549
|
"anyOf": [
|
|
61544
61550
|
{
|
|
@@ -61733,7 +61739,7 @@
|
|
|
61733
61739
|
},
|
|
61734
61740
|
"tooltip": {
|
|
61735
61741
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
61736
|
-
"description": "
|
|
61742
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
61737
61743
|
},
|
|
61738
61744
|
"totalLabel": {
|
|
61739
61745
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -62054,7 +62060,7 @@
|
|
|
62054
62060
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
62055
62061
|
},
|
|
62056
62062
|
"extensionMark": {
|
|
62057
|
-
"description": "
|
|
62063
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
62058
62064
|
"items": {
|
|
62059
62065
|
"anyOf": [
|
|
62060
62066
|
{
|
|
@@ -63104,7 +63110,7 @@
|
|
|
63104
63110
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
63105
63111
|
},
|
|
63106
63112
|
"extensionMark": {
|
|
63107
|
-
"description": "
|
|
63113
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
63108
63114
|
"items": {
|
|
63109
63115
|
"anyOf": [
|
|
63110
63116
|
{
|
|
@@ -63287,7 +63293,7 @@
|
|
|
63287
63293
|
},
|
|
63288
63294
|
"tooltip": {
|
|
63289
63295
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
63290
|
-
"description": "
|
|
63296
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
63291
63297
|
},
|
|
63292
63298
|
"totalLabel": {
|
|
63293
63299
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -63618,7 +63624,7 @@
|
|
|
63618
63624
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
63619
63625
|
},
|
|
63620
63626
|
"extensionMark": {
|
|
63621
|
-
"description": "
|
|
63627
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
63622
63628
|
"items": {
|
|
63623
63629
|
"anyOf": [
|
|
63624
63630
|
{
|
|
@@ -64707,7 +64713,7 @@
|
|
|
64707
64713
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
64708
64714
|
},
|
|
64709
64715
|
"extensionMark": {
|
|
64710
|
-
"description": "
|
|
64716
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
64711
64717
|
"items": {
|
|
64712
64718
|
"anyOf": [
|
|
64713
64719
|
{
|
|
@@ -64877,7 +64883,7 @@
|
|
|
64877
64883
|
},
|
|
64878
64884
|
"tooltip": {
|
|
64879
64885
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
64880
|
-
"description": "
|
|
64886
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
64881
64887
|
},
|
|
64882
64888
|
"totalLabel": {
|
|
64883
64889
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -65209,7 +65215,7 @@
|
|
|
65209
65215
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
65210
65216
|
},
|
|
65211
65217
|
"extensionMark": {
|
|
65212
|
-
"description": "
|
|
65218
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
65213
65219
|
"items": {
|
|
65214
65220
|
"anyOf": [
|
|
65215
65221
|
{
|
|
@@ -66298,7 +66304,7 @@
|
|
|
66298
66304
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
66299
66305
|
},
|
|
66300
66306
|
"extensionMark": {
|
|
66301
|
-
"description": "
|
|
66307
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
66302
66308
|
"items": {
|
|
66303
66309
|
"anyOf": [
|
|
66304
66310
|
{
|
|
@@ -66468,7 +66474,7 @@
|
|
|
66468
66474
|
},
|
|
66469
66475
|
"tooltip": {
|
|
66470
66476
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
66471
|
-
"description": "
|
|
66477
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
66472
66478
|
},
|
|
66473
66479
|
"totalLabel": {
|
|
66474
66480
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -67714,7 +67720,7 @@
|
|
|
67714
67720
|
"type": "number"
|
|
67715
67721
|
},
|
|
67716
67722
|
"extensionMark": {
|
|
67717
|
-
"description": "
|
|
67723
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
67718
67724
|
"items": {
|
|
67719
67725
|
"anyOf": [
|
|
67720
67726
|
{
|
|
@@ -68192,7 +68198,7 @@
|
|
|
68192
68198
|
"type": "number"
|
|
68193
68199
|
},
|
|
68194
68200
|
"extensionMark": {
|
|
68195
|
-
"description": "
|
|
68201
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
68196
68202
|
"items": {
|
|
68197
68203
|
"anyOf": [
|
|
68198
68204
|
{
|
|
@@ -68339,7 +68345,7 @@
|
|
|
68339
68345
|
},
|
|
68340
68346
|
"tooltip": {
|
|
68341
68347
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
68342
|
-
"description": "
|
|
68348
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
68343
68349
|
},
|
|
68344
68350
|
"totalLabel": {
|
|
68345
68351
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -68927,7 +68933,7 @@
|
|
|
68927
68933
|
"type": "boolean"
|
|
68928
68934
|
},
|
|
68929
68935
|
"extensionMark": {
|
|
68930
|
-
"description": "
|
|
68936
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
68931
68937
|
"items": {
|
|
68932
68938
|
"anyOf": [
|
|
68933
68939
|
{
|
|
@@ -69480,7 +69486,7 @@
|
|
|
69480
69486
|
"type": "boolean"
|
|
69481
69487
|
},
|
|
69482
69488
|
"extensionMark": {
|
|
69483
|
-
"description": "
|
|
69489
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
69484
69490
|
"items": {
|
|
69485
69491
|
"anyOf": [
|
|
69486
69492
|
{
|
|
@@ -69753,7 +69759,7 @@
|
|
|
69753
69759
|
},
|
|
69754
69760
|
"tooltip": {
|
|
69755
69761
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
69756
|
-
"description": "
|
|
69762
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
69757
69763
|
},
|
|
69758
69764
|
"totalLabel": {
|
|
69759
69765
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -69980,7 +69986,7 @@
|
|
|
69980
69986
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
69981
69987
|
},
|
|
69982
69988
|
"extensionMark": {
|
|
69983
|
-
"description": "
|
|
69989
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
69984
69990
|
"items": {
|
|
69985
69991
|
"anyOf": [
|
|
69986
69992
|
{
|
|
@@ -71003,7 +71009,7 @@
|
|
|
71003
71009
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
71004
71010
|
},
|
|
71005
71011
|
"extensionMark": {
|
|
71006
|
-
"description": "
|
|
71012
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
71007
71013
|
"items": {
|
|
71008
71014
|
"anyOf": [
|
|
71009
71015
|
{
|
|
@@ -71181,7 +71187,7 @@
|
|
|
71181
71187
|
},
|
|
71182
71188
|
"tooltip": {
|
|
71183
71189
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
71184
|
-
"description": "
|
|
71190
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
71185
71191
|
},
|
|
71186
71192
|
"totalLabel": {
|
|
71187
71193
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -72165,7 +72171,7 @@
|
|
|
72165
72171
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
72166
72172
|
},
|
|
72167
72173
|
"extensionMark": {
|
|
72168
|
-
"description": "
|
|
72174
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
72169
72175
|
"items": {
|
|
72170
72176
|
"anyOf": [
|
|
72171
72177
|
{
|
|
@@ -72267,7 +72273,7 @@
|
|
|
72267
72273
|
},
|
|
72268
72274
|
"tooltip": {
|
|
72269
72275
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
72270
|
-
"description": "
|
|
72276
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
72271
72277
|
},
|
|
72272
72278
|
"totalLabel": {
|
|
72273
72279
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -72489,7 +72495,8 @@
|
|
|
72489
72495
|
"ISeriesToolipPattern": {
|
|
72490
72496
|
"properties": {
|
|
72491
72497
|
"content": {
|
|
72492
|
-
"$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>"
|
|
72498
|
+
"$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>",
|
|
72499
|
+
"description": "特定类型的tooltip显示内容"
|
|
72493
72500
|
},
|
|
72494
72501
|
"hasShape": {
|
|
72495
72502
|
"type": "boolean"
|
|
@@ -72523,7 +72530,8 @@
|
|
|
72523
72530
|
"$ref": "#/definitions/TooltipContentProperty<string>"
|
|
72524
72531
|
},
|
|
72525
72532
|
"title": {
|
|
72526
|
-
"$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>"
|
|
72533
|
+
"$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>",
|
|
72534
|
+
"description": "特定类型的tooltip标题配置"
|
|
72527
72535
|
},
|
|
72528
72536
|
"updateContent": {
|
|
72529
72537
|
"typeof": "function"
|
|
@@ -72535,7 +72543,8 @@
|
|
|
72535
72543
|
"typeof": "function"
|
|
72536
72544
|
},
|
|
72537
72545
|
"visible": {
|
|
72538
|
-
"$ref": "#/definitions/TooltipPatternProperty<boolean>"
|
|
72546
|
+
"$ref": "#/definitions/TooltipPatternProperty<boolean>",
|
|
72547
|
+
"description": "是否显示该类型的tooltip"
|
|
72539
72548
|
}
|
|
72540
72549
|
},
|
|
72541
72550
|
"type": "object"
|
|
@@ -72563,7 +72572,8 @@
|
|
|
72563
72572
|
"description": "受支持的激活类型\n(*支持在series上设置)\n(*会影响自定义handler)"
|
|
72564
72573
|
},
|
|
72565
72574
|
"dimension": {
|
|
72566
|
-
"$ref": "#/definitions/ISeriesToolipPattern"
|
|
72575
|
+
"$ref": "#/definitions/ISeriesToolipPattern",
|
|
72576
|
+
"description": "该系列数据在dimension tooltip中特有的配置"
|
|
72567
72577
|
},
|
|
72568
72578
|
"group": {
|
|
72569
72579
|
"allOf": [
|
|
@@ -72573,14 +72583,16 @@
|
|
|
72573
72583
|
{
|
|
72574
72584
|
"$ref": "#/definitions/ISeriesToolipPattern"
|
|
72575
72585
|
}
|
|
72576
|
-
]
|
|
72586
|
+
],
|
|
72587
|
+
"description": "该系列数据在group tooltip中特有的配置"
|
|
72577
72588
|
},
|
|
72578
72589
|
"handler": {
|
|
72579
72590
|
"$ref": "#/definitions/Partial<ITooltipHandlerSpec>",
|
|
72580
72591
|
"description": "自定义handler方法"
|
|
72581
72592
|
},
|
|
72582
72593
|
"mark": {
|
|
72583
|
-
"$ref": "#/definitions/ISeriesToolipPattern"
|
|
72594
|
+
"$ref": "#/definitions/ISeriesToolipPattern",
|
|
72595
|
+
"description": "该系列数据在mark tooltip中特有的配置"
|
|
72584
72596
|
},
|
|
72585
72597
|
"visible": {
|
|
72586
72598
|
"description": "是否显示\n(*支持在series上设置)\n(*会影响自定义handler)",
|
|
@@ -74015,7 +74027,7 @@
|
|
|
74015
74027
|
"type": "number"
|
|
74016
74028
|
},
|
|
74017
74029
|
"extensionMark": {
|
|
74018
|
-
"description": "
|
|
74030
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
74019
74031
|
"items": {
|
|
74020
74032
|
"anyOf": [
|
|
74021
74033
|
{
|
|
@@ -74472,7 +74484,7 @@
|
|
|
74472
74484
|
"type": "number"
|
|
74473
74485
|
},
|
|
74474
74486
|
"extensionMark": {
|
|
74475
|
-
"description": "
|
|
74487
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
74476
74488
|
"items": {
|
|
74477
74489
|
"anyOf": [
|
|
74478
74490
|
{
|
|
@@ -74659,7 +74671,7 @@
|
|
|
74659
74671
|
},
|
|
74660
74672
|
"tooltip": {
|
|
74661
74673
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
74662
|
-
"description": "
|
|
74674
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
74663
74675
|
},
|
|
74664
74676
|
"totalLabel": {
|
|
74665
74677
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -76441,13 +76453,15 @@
|
|
|
76441
76453
|
"type": "object"
|
|
76442
76454
|
},
|
|
76443
76455
|
"ITooltipPattern": {
|
|
76456
|
+
"description": "特定类型的的tooltip内容配置",
|
|
76444
76457
|
"properties": {
|
|
76445
76458
|
"activeType": {
|
|
76446
76459
|
"$ref": "#/definitions/TooltipActiveType",
|
|
76447
76460
|
"description": "方便内部逻辑辨别 tooltip 类型,不暴露给用户"
|
|
76448
76461
|
},
|
|
76449
76462
|
"content": {
|
|
76450
|
-
"$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>"
|
|
76463
|
+
"$ref": "#/definitions/MaybeArray<TooltipPatternProperty<MaybeArray<ITooltipLinePattern>>>",
|
|
76464
|
+
"description": "特定类型的tooltip显示内容"
|
|
76451
76465
|
},
|
|
76452
76466
|
"hasShape": {
|
|
76453
76467
|
"type": "boolean"
|
|
@@ -76461,7 +76475,8 @@
|
|
|
76461
76475
|
"description": "tooltip content 保留最大数据行数后,代表“其他”的数据行内容"
|
|
76462
76476
|
},
|
|
76463
76477
|
"position": {
|
|
76464
|
-
"$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>"
|
|
76478
|
+
"$ref": "#/definitions/TooltipPatternProperty<TooltipPosition>",
|
|
76479
|
+
"description": "设置该类型的tooltip位置"
|
|
76465
76480
|
},
|
|
76466
76481
|
"positionMode": {
|
|
76467
76482
|
"$ref": "#/definitions/TooltipPatternProperty<TooltipPositionMode>",
|
|
@@ -76501,7 +76516,8 @@
|
|
|
76501
76516
|
"$ref": "#/definitions/TooltipContentProperty<string>"
|
|
76502
76517
|
},
|
|
76503
76518
|
"title": {
|
|
76504
|
-
"$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>"
|
|
76519
|
+
"$ref": "#/definitions/TooltipPatternProperty<ITooltipLinePattern>",
|
|
76520
|
+
"description": "特定类型的tooltip标题配置"
|
|
76505
76521
|
},
|
|
76506
76522
|
"updateContent": {
|
|
76507
76523
|
"typeof": "function"
|
|
@@ -76513,7 +76529,8 @@
|
|
|
76513
76529
|
"typeof": "function"
|
|
76514
76530
|
},
|
|
76515
76531
|
"visible": {
|
|
76516
|
-
"$ref": "#/definitions/TooltipPatternProperty<boolean>"
|
|
76532
|
+
"$ref": "#/definitions/TooltipPatternProperty<boolean>",
|
|
76533
|
+
"description": "是否显示该类型的tooltip"
|
|
76517
76534
|
}
|
|
76518
76535
|
},
|
|
76519
76536
|
"type": "object"
|
|
@@ -76569,14 +76586,16 @@
|
|
|
76569
76586
|
"type": "boolean"
|
|
76570
76587
|
},
|
|
76571
76588
|
"dimension": {
|
|
76572
|
-
"$ref": "#/definitions/ITooltipPattern"
|
|
76589
|
+
"$ref": "#/definitions/ITooltipPattern",
|
|
76590
|
+
"description": "dimension tooltip 对应的配置,其中dimension tooltip 用于展示维度对应的数据信息,比如x轴对应的数据信息"
|
|
76573
76591
|
},
|
|
76574
76592
|
"enterable": {
|
|
76575
76593
|
"description": "鼠标是否可进入提示框浮层中,默认为false,如需详情内交互,如添加链接,按钮,可设置为 true。\n该属性目前只对 renderMode 为 html 时生效\nTODO: 支持 renderMode: canvas",
|
|
76576
76594
|
"type": "boolean"
|
|
76577
76595
|
},
|
|
76578
76596
|
"group": {
|
|
76579
|
-
"$ref": "#/definitions/IGroupTooltipPattern"
|
|
76597
|
+
"$ref": "#/definitions/IGroupTooltipPattern",
|
|
76598
|
+
"description": "group tooltip 对应的配置,其中group tooltip 用于展示整个分组数据对应的数据信息,比如说线图中一条线代表一个相同的分组,可以使用 group tooltip展示整条线所有点对应的数据"
|
|
76580
76599
|
},
|
|
76581
76600
|
"handler": {
|
|
76582
76601
|
"$ref": "#/definitions/Partial<ITooltipHandlerSpec>",
|
|
@@ -76600,7 +76619,8 @@
|
|
|
76600
76619
|
{
|
|
76601
76620
|
"typeof": "function"
|
|
76602
76621
|
}
|
|
76603
|
-
]
|
|
76622
|
+
],
|
|
76623
|
+
"description": "mark tooltip对应的配置,其中mark tooltip 用于展示图元对应的数据信息,比如柱图中的柱子,散点图中的点,面积图中的点灯"
|
|
76604
76624
|
},
|
|
76605
76625
|
"offset": {
|
|
76606
76626
|
"typeof": "function"
|
|
@@ -76634,7 +76654,7 @@
|
|
|
76634
76654
|
},
|
|
76635
76655
|
"style": {
|
|
76636
76656
|
"$ref": "#/definitions/Omit<ITooltipTheme<string>,\"offset\"|\"transitionDuration\">",
|
|
76637
|
-
"description": "tooltip
|
|
76657
|
+
"description": "tooltip样式,是现在支持的三种类型的tooltip组件(包括dimension、mark、group)的公共样式"
|
|
76638
76658
|
},
|
|
76639
76659
|
"throttleInterval": {
|
|
76640
76660
|
"description": "更新 tooltip 的防抖动时间间隔,单位是 ms",
|
|
@@ -77270,7 +77290,7 @@
|
|
|
77270
77290
|
"type": "string"
|
|
77271
77291
|
},
|
|
77272
77292
|
"extensionMark": {
|
|
77273
|
-
"description": "
|
|
77293
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
77274
77294
|
"items": {
|
|
77275
77295
|
"anyOf": [
|
|
77276
77296
|
{
|
|
@@ -77764,7 +77784,7 @@
|
|
|
77764
77784
|
"type": "string"
|
|
77765
77785
|
},
|
|
77766
77786
|
"extensionMark": {
|
|
77767
|
-
"description": "
|
|
77787
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
77768
77788
|
"items": {
|
|
77769
77789
|
"anyOf": [
|
|
77770
77790
|
{
|
|
@@ -77985,7 +78005,7 @@
|
|
|
77985
78005
|
},
|
|
77986
78006
|
"tooltip": {
|
|
77987
78007
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
77988
|
-
"description": "
|
|
78008
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
77989
78009
|
},
|
|
77990
78010
|
"totalLabel": {
|
|
77991
78011
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -80223,7 +80243,7 @@
|
|
|
80223
80243
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
80224
80244
|
},
|
|
80225
80245
|
"extensionMark": {
|
|
80226
|
-
"description": "
|
|
80246
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
80227
80247
|
"items": {
|
|
80228
80248
|
"anyOf": [
|
|
80229
80249
|
{
|
|
@@ -81338,7 +81358,7 @@
|
|
|
81338
81358
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
81339
81359
|
},
|
|
81340
81360
|
"extensionMark": {
|
|
81341
|
-
"description": "
|
|
81361
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
81342
81362
|
"items": {
|
|
81343
81363
|
"anyOf": [
|
|
81344
81364
|
{
|
|
@@ -81516,7 +81536,7 @@
|
|
|
81516
81536
|
},
|
|
81517
81537
|
"tooltip": {
|
|
81518
81538
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
81519
|
-
"description": "
|
|
81539
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
81520
81540
|
},
|
|
81521
81541
|
"total": {
|
|
81522
81542
|
"anyOf": [
|
|
@@ -82127,7 +82147,7 @@
|
|
|
82127
82147
|
"type": "number"
|
|
82128
82148
|
},
|
|
82129
82149
|
"extensionMark": {
|
|
82130
|
-
"description": "
|
|
82150
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
82131
82151
|
"items": {
|
|
82132
82152
|
"anyOf": [
|
|
82133
82153
|
{
|
|
@@ -82629,7 +82649,7 @@
|
|
|
82629
82649
|
"type": "number"
|
|
82630
82650
|
},
|
|
82631
82651
|
"extensionMark": {
|
|
82632
|
-
"description": "
|
|
82652
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
82633
82653
|
"items": {
|
|
82634
82654
|
"anyOf": [
|
|
82635
82655
|
{
|
|
@@ -82836,7 +82856,7 @@
|
|
|
82836
82856
|
},
|
|
82837
82857
|
"tooltip": {
|
|
82838
82858
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
82839
|
-
"description": "
|
|
82859
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
82840
82860
|
},
|
|
82841
82861
|
"totalLabel": {
|
|
82842
82862
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -83128,7 +83148,7 @@
|
|
|
83128
83148
|
"description": "缩略轴配置"
|
|
83129
83149
|
},
|
|
83130
83150
|
"extensionMark": {
|
|
83131
|
-
"description": "
|
|
83151
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
83132
83152
|
"items": {
|
|
83133
83153
|
"anyOf": [
|
|
83134
83154
|
{
|
|
@@ -83623,7 +83643,7 @@
|
|
|
83623
83643
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
83624
83644
|
},
|
|
83625
83645
|
"extensionMark": {
|
|
83626
|
-
"description": "
|
|
83646
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
83627
83647
|
"items": {
|
|
83628
83648
|
"anyOf": [
|
|
83629
83649
|
{
|
|
@@ -83826,7 +83846,7 @@
|
|
|
83826
83846
|
},
|
|
83827
83847
|
"tooltip": {
|
|
83828
83848
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
83829
|
-
"description": "
|
|
83849
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
83830
83850
|
},
|
|
83831
83851
|
"totalLabel": {
|
|
83832
83852
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -84062,7 +84082,7 @@
|
|
|
84062
84082
|
},
|
|
84063
84083
|
"Map<Function,(...args:any[])=>void>": {
|
|
84064
84084
|
"properties": {
|
|
84065
|
-
"__@toStringTag@
|
|
84085
|
+
"__@toStringTag@12118": {
|
|
84066
84086
|
"type": "string"
|
|
84067
84087
|
},
|
|
84068
84088
|
"size": {
|
|
@@ -84070,14 +84090,14 @@
|
|
|
84070
84090
|
}
|
|
84071
84091
|
},
|
|
84072
84092
|
"required": [
|
|
84073
|
-
"__@toStringTag@
|
|
84093
|
+
"__@toStringTag@12118",
|
|
84074
84094
|
"size"
|
|
84075
84095
|
],
|
|
84076
84096
|
"type": "object"
|
|
84077
84097
|
},
|
|
84078
84098
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
84079
84099
|
"properties": {
|
|
84080
|
-
"__@toStringTag@
|
|
84100
|
+
"__@toStringTag@12118": {
|
|
84081
84101
|
"type": "string"
|
|
84082
84102
|
},
|
|
84083
84103
|
"size": {
|
|
@@ -84085,14 +84105,14 @@
|
|
|
84085
84105
|
}
|
|
84086
84106
|
},
|
|
84087
84107
|
"required": [
|
|
84088
|
-
"__@toStringTag@
|
|
84108
|
+
"__@toStringTag@12118",
|
|
84089
84109
|
"size"
|
|
84090
84110
|
],
|
|
84091
84111
|
"type": "object"
|
|
84092
84112
|
},
|
|
84093
84113
|
"Map<string,any>": {
|
|
84094
84114
|
"properties": {
|
|
84095
|
-
"__@toStringTag@
|
|
84115
|
+
"__@toStringTag@12118": {
|
|
84096
84116
|
"type": "string"
|
|
84097
84117
|
},
|
|
84098
84118
|
"size": {
|
|
@@ -84100,14 +84120,14 @@
|
|
|
84100
84120
|
}
|
|
84101
84121
|
},
|
|
84102
84122
|
"required": [
|
|
84103
|
-
"__@toStringTag@
|
|
84123
|
+
"__@toStringTag@12118",
|
|
84104
84124
|
"size"
|
|
84105
84125
|
],
|
|
84106
84126
|
"type": "object"
|
|
84107
84127
|
},
|
|
84108
84128
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
84109
84129
|
"properties": {
|
|
84110
|
-
"__@toStringTag@
|
|
84130
|
+
"__@toStringTag@12118": {
|
|
84111
84131
|
"type": "string"
|
|
84112
84132
|
},
|
|
84113
84133
|
"size": {
|
|
@@ -84115,14 +84135,14 @@
|
|
|
84115
84135
|
}
|
|
84116
84136
|
},
|
|
84117
84137
|
"required": [
|
|
84118
|
-
"__@toStringTag@
|
|
84138
|
+
"__@toStringTag@12118",
|
|
84119
84139
|
"size"
|
|
84120
84140
|
],
|
|
84121
84141
|
"type": "object"
|
|
84122
84142
|
},
|
|
84123
84143
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
|
|
84124
84144
|
"properties": {
|
|
84125
|
-
"__@toStringTag@
|
|
84145
|
+
"__@toStringTag@12118": {
|
|
84126
84146
|
"type": "string"
|
|
84127
84147
|
},
|
|
84128
84148
|
"size": {
|
|
@@ -84130,14 +84150,14 @@
|
|
|
84130
84150
|
}
|
|
84131
84151
|
},
|
|
84132
84152
|
"required": [
|
|
84133
|
-
"__@toStringTag@
|
|
84153
|
+
"__@toStringTag@12118",
|
|
84134
84154
|
"size"
|
|
84135
84155
|
],
|
|
84136
84156
|
"type": "object"
|
|
84137
84157
|
},
|
|
84138
84158
|
"Map<string|number,IAnimate>": {
|
|
84139
84159
|
"properties": {
|
|
84140
|
-
"__@toStringTag@
|
|
84160
|
+
"__@toStringTag@12118": {
|
|
84141
84161
|
"type": "string"
|
|
84142
84162
|
},
|
|
84143
84163
|
"size": {
|
|
@@ -84145,7 +84165,7 @@
|
|
|
84145
84165
|
}
|
|
84146
84166
|
},
|
|
84147
84167
|
"required": [
|
|
84148
|
-
"__@toStringTag@
|
|
84168
|
+
"__@toStringTag@12118",
|
|
84149
84169
|
"size"
|
|
84150
84170
|
],
|
|
84151
84171
|
"type": "object"
|
|
@@ -85428,7 +85448,7 @@
|
|
|
85428
85448
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
85429
85449
|
},
|
|
85430
85450
|
"extensionMark": {
|
|
85431
|
-
"description": "
|
|
85451
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
85432
85452
|
"items": {
|
|
85433
85453
|
"anyOf": [
|
|
85434
85454
|
{
|
|
@@ -85584,7 +85604,7 @@
|
|
|
85584
85604
|
},
|
|
85585
85605
|
"tooltip": {
|
|
85586
85606
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
85587
|
-
"description": "
|
|
85607
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
85588
85608
|
},
|
|
85589
85609
|
"totalLabel": {
|
|
85590
85610
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -86152,7 +86172,7 @@
|
|
|
86152
86172
|
"type": "number"
|
|
86153
86173
|
},
|
|
86154
86174
|
"extensionMark": {
|
|
86155
|
-
"description": "
|
|
86175
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
86156
86176
|
"items": {
|
|
86157
86177
|
"anyOf": [
|
|
86158
86178
|
{
|
|
@@ -86322,7 +86342,7 @@
|
|
|
86322
86342
|
},
|
|
86323
86343
|
"tooltip": {
|
|
86324
86344
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
86325
|
-
"description": "
|
|
86345
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
86326
86346
|
},
|
|
86327
86347
|
"totalLabel": {
|
|
86328
86348
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -86938,7 +86958,7 @@
|
|
|
86938
86958
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
86939
86959
|
},
|
|
86940
86960
|
"extensionMark": {
|
|
86941
|
-
"description": "
|
|
86961
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
86942
86962
|
"items": {
|
|
86943
86963
|
"anyOf": [
|
|
86944
86964
|
{
|
|
@@ -87130,7 +87150,7 @@
|
|
|
87130
87150
|
},
|
|
87131
87151
|
"tooltip": {
|
|
87132
87152
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
87133
|
-
"description": "
|
|
87153
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
87134
87154
|
},
|
|
87135
87155
|
"totalLabel": {
|
|
87136
87156
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -87322,7 +87342,7 @@
|
|
|
87322
87342
|
"type": "number"
|
|
87323
87343
|
},
|
|
87324
87344
|
"extensionMark": {
|
|
87325
|
-
"description": "
|
|
87345
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
87326
87346
|
"items": {
|
|
87327
87347
|
"anyOf": [
|
|
87328
87348
|
{
|
|
@@ -87506,7 +87526,7 @@
|
|
|
87506
87526
|
},
|
|
87507
87527
|
"tooltip": {
|
|
87508
87528
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
87509
|
-
"description": "
|
|
87529
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
87510
87530
|
},
|
|
87511
87531
|
"totalLabel": {
|
|
87512
87532
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -89259,7 +89279,7 @@
|
|
|
89259
89279
|
"type": "number"
|
|
89260
89280
|
},
|
|
89261
89281
|
"extensionMark": {
|
|
89262
|
-
"description": "
|
|
89282
|
+
"description": "系列的扩展mark,能够获取系列上的数据",
|
|
89263
89283
|
"items": {
|
|
89264
89284
|
"anyOf": [
|
|
89265
89285
|
{
|
|
@@ -89443,7 +89463,7 @@
|
|
|
89443
89463
|
},
|
|
89444
89464
|
"tooltip": {
|
|
89445
89465
|
"$ref": "#/definitions/ISeriesTooltipSpec",
|
|
89446
|
-
"description": "
|
|
89466
|
+
"description": "系列对应的提示信息设置,优先级高于图表的tooltip配置"
|
|
89447
89467
|
},
|
|
89448
89468
|
"totalLabel": {
|
|
89449
89469
|
"$ref": "#/definitions/ITotalLabelSpec",
|
|
@@ -101796,12 +101816,15 @@
|
|
|
101796
101816
|
"Partial<ITooltipActiveTypeAsKeys<boolean,boolean,boolean>>": {
|
|
101797
101817
|
"properties": {
|
|
101798
101818
|
"dimension": {
|
|
101819
|
+
"description": "dimension tooltip 对应的配置,其中dimension tooltip 用于展示维度对应的数据信息,比如x轴对应的数据信息",
|
|
101799
101820
|
"type": "boolean"
|
|
101800
101821
|
},
|
|
101801
101822
|
"group": {
|
|
101823
|
+
"description": "group tooltip 对应的配置,其中group tooltip 用于展示整个分组数据对应的数据信息,比如说线图中一条线代表一个相同的分组,可以使用 group tooltip展示整条线所有点对应的数据",
|
|
101802
101824
|
"type": "boolean"
|
|
101803
101825
|
},
|
|
101804
101826
|
"mark": {
|
|
101827
|
+
"description": "mark tooltip对应的配置,其中mark tooltip 用于展示图元对应的数据信息,比如柱图中的柱子,散点图中的点,面积图中的点灯",
|
|
101805
101828
|
"type": "boolean"
|
|
101806
101829
|
}
|
|
101807
101830
|
},
|
|
@@ -105871,34 +105894,34 @@
|
|
|
105871
105894
|
},
|
|
105872
105895
|
"Promise<FontFaceSet>": {
|
|
105873
105896
|
"properties": {
|
|
105874
|
-
"__@toStringTag@
|
|
105897
|
+
"__@toStringTag@12118": {
|
|
105875
105898
|
"type": "string"
|
|
105876
105899
|
}
|
|
105877
105900
|
},
|
|
105878
105901
|
"required": [
|
|
105879
|
-
"__@toStringTag@
|
|
105902
|
+
"__@toStringTag@12118"
|
|
105880
105903
|
],
|
|
105881
105904
|
"type": "object"
|
|
105882
105905
|
},
|
|
105883
105906
|
"Promise<ServiceWorkerRegistration>": {
|
|
105884
105907
|
"properties": {
|
|
105885
|
-
"__@toStringTag@
|
|
105908
|
+
"__@toStringTag@12118": {
|
|
105886
105909
|
"type": "string"
|
|
105887
105910
|
}
|
|
105888
105911
|
},
|
|
105889
105912
|
"required": [
|
|
105890
|
-
"__@toStringTag@
|
|
105913
|
+
"__@toStringTag@12118"
|
|
105891
105914
|
],
|
|
105892
105915
|
"type": "object"
|
|
105893
105916
|
},
|
|
105894
105917
|
"Promise<any>": {
|
|
105895
105918
|
"properties": {
|
|
105896
|
-
"__@toStringTag@
|
|
105919
|
+
"__@toStringTag@12118": {
|
|
105897
105920
|
"type": "string"
|
|
105898
105921
|
}
|
|
105899
105922
|
},
|
|
105900
105923
|
"required": [
|
|
105901
|
-
"__@toStringTag@
|
|
105924
|
+
"__@toStringTag@12118"
|
|
105902
105925
|
],
|
|
105903
105926
|
"type": "object"
|
|
105904
105927
|
},
|