@visactor/vchart-schema 1.7.4 → 1.8.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/vchart.json +359 -149
package/package.json
CHANGED
package/vchart.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"anyOf": [
|
|
4
|
+
{
|
|
5
|
+
"$ref": "#/definitions/IChartSpec"
|
|
6
|
+
},
|
|
4
7
|
{
|
|
5
8
|
"$ref": "#/definitions/IBarChartSpec"
|
|
6
9
|
},
|
|
@@ -5434,7 +5437,7 @@
|
|
|
5434
5437
|
},
|
|
5435
5438
|
"type": "object"
|
|
5436
5439
|
},
|
|
5437
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|
|
|
5440
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>": {
|
|
5438
5441
|
"anyOf": [
|
|
5439
5442
|
{
|
|
5440
5443
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>_1",
|
|
@@ -5469,19 +5472,19 @@
|
|
|
5469
5472
|
"description": "style格式转换"
|
|
5470
5473
|
},
|
|
5471
5474
|
{
|
|
5472
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5475
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>_1",
|
|
5473
5476
|
"description": "style格式转换"
|
|
5474
5477
|
},
|
|
5475
5478
|
{
|
|
5476
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5479
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>_1",
|
|
5477
5480
|
"description": "style格式转换"
|
|
5478
5481
|
},
|
|
5479
5482
|
{
|
|
5480
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5483
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>_1",
|
|
5481
5484
|
"description": "style格式转换"
|
|
5482
5485
|
},
|
|
5483
5486
|
{
|
|
5484
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5487
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>_1",
|
|
5485
5488
|
"description": "style格式转换"
|
|
5486
5489
|
},
|
|
5487
5490
|
{
|
|
@@ -5489,29 +5492,29 @@
|
|
|
5489
5492
|
"description": "style格式转换"
|
|
5490
5493
|
},
|
|
5491
5494
|
{
|
|
5492
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5495
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>_1",
|
|
5493
5496
|
"description": "style格式转换"
|
|
5494
5497
|
},
|
|
5495
5498
|
{
|
|
5496
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5499
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>_1",
|
|
5497
5500
|
"description": "style格式转换"
|
|
5498
5501
|
},
|
|
5499
5502
|
{
|
|
5500
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5503
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>_1",
|
|
5501
5504
|
"description": "style格式转换"
|
|
5502
5505
|
},
|
|
5503
5506
|
{
|
|
5504
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5507
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>_1",
|
|
5505
5508
|
"description": "style格式转换"
|
|
5506
5509
|
},
|
|
5507
5510
|
{
|
|
5508
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5511
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRippleMarkSpec>_1",
|
|
5509
5512
|
"description": "style格式转换"
|
|
5510
5513
|
}
|
|
5511
5514
|
],
|
|
5512
5515
|
"description": "style格式转换"
|
|
5513
5516
|
},
|
|
5514
|
-
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|
|
|
5517
|
+
"ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>": {
|
|
5515
5518
|
"anyOf": [
|
|
5516
5519
|
{
|
|
5517
5520
|
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec>",
|
|
@@ -5542,19 +5545,19 @@
|
|
|
5542
5545
|
"description": "style格式转换"
|
|
5543
5546
|
},
|
|
5544
5547
|
{
|
|
5545
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5548
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ISymbolMarkSpec>",
|
|
5546
5549
|
"description": "style格式转换"
|
|
5547
5550
|
},
|
|
5548
5551
|
{
|
|
5549
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5552
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IBoxPlotMarkSpec>",
|
|
5550
5553
|
"description": "style格式转换"
|
|
5551
5554
|
},
|
|
5552
5555
|
{
|
|
5553
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5556
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRect3dMarkSpec>",
|
|
5554
5557
|
"description": "style格式转换"
|
|
5555
5558
|
},
|
|
5556
5559
|
{
|
|
5557
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5560
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IAreaMarkSpec>",
|
|
5558
5561
|
"description": "style格式转换"
|
|
5559
5562
|
},
|
|
5560
5563
|
{
|
|
@@ -5562,23 +5565,23 @@
|
|
|
5562
5565
|
"description": "style格式转换"
|
|
5563
5566
|
},
|
|
5564
5567
|
{
|
|
5565
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5568
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IProgressArcMarkSpec>",
|
|
5566
5569
|
"description": "style格式转换"
|
|
5567
5570
|
},
|
|
5568
5571
|
{
|
|
5569
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5572
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPolygonMarkSpec>",
|
|
5570
5573
|
"description": "style格式转换"
|
|
5571
5574
|
},
|
|
5572
5575
|
{
|
|
5573
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5576
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IPyramid3dMarkSpec>",
|
|
5574
5577
|
"description": "style格式转换"
|
|
5575
5578
|
},
|
|
5576
5579
|
{
|
|
5577
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5580
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<ILinkPathMarkSpec>",
|
|
5578
5581
|
"description": "style格式转换"
|
|
5579
5582
|
},
|
|
5580
5583
|
{
|
|
5581
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<
|
|
5584
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRippleMarkSpec>",
|
|
5582
5585
|
"description": "style格式转换"
|
|
5583
5586
|
}
|
|
5584
5587
|
],
|
|
@@ -6948,17 +6951,17 @@
|
|
|
6948
6951
|
"type": "object"
|
|
6949
6952
|
},
|
|
6950
6953
|
"DirectionType": {
|
|
6954
|
+
"description": "播放方向\ndefault 默认的\nreverse 反方向",
|
|
6951
6955
|
"enum": [
|
|
6952
|
-
"
|
|
6953
|
-
"
|
|
6956
|
+
"default",
|
|
6957
|
+
"reverse"
|
|
6954
6958
|
],
|
|
6955
6959
|
"type": "string"
|
|
6956
6960
|
},
|
|
6957
6961
|
"DirectionType_1": {
|
|
6958
|
-
"description": "播放方向\ndefault 默认的\nreverse 反方向",
|
|
6959
6962
|
"enum": [
|
|
6960
|
-
"
|
|
6961
|
-
"
|
|
6963
|
+
"horizontal",
|
|
6964
|
+
"vertical"
|
|
6962
6965
|
],
|
|
6963
6966
|
"type": "string"
|
|
6964
6967
|
},
|
|
@@ -18859,7 +18862,7 @@
|
|
|
18859
18862
|
"description": "缩略轴配置"
|
|
18860
18863
|
},
|
|
18861
18864
|
"direction": {
|
|
18862
|
-
"$ref": "#/definitions/
|
|
18865
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
18863
18866
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
18864
18867
|
},
|
|
18865
18868
|
"extensionMark": {
|
|
@@ -19443,9 +19446,7 @@
|
|
|
19443
19446
|
}
|
|
19444
19447
|
},
|
|
19445
19448
|
"required": [
|
|
19446
|
-
"type"
|
|
19447
|
-
"xField",
|
|
19448
|
-
"yField"
|
|
19449
|
+
"type"
|
|
19449
19450
|
],
|
|
19450
19451
|
"type": "object"
|
|
19451
19452
|
},
|
|
@@ -19887,7 +19888,7 @@
|
|
|
19887
19888
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
19888
19889
|
},
|
|
19889
19890
|
"direction": {
|
|
19890
|
-
"$ref": "#/definitions/
|
|
19891
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
19891
19892
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
19892
19893
|
},
|
|
19893
19894
|
"extensionMark": {
|
|
@@ -20121,9 +20122,7 @@
|
|
|
20121
20122
|
}
|
|
20122
20123
|
},
|
|
20123
20124
|
"required": [
|
|
20124
|
-
"type"
|
|
20125
|
-
"xField",
|
|
20126
|
-
"yField"
|
|
20125
|
+
"type"
|
|
20127
20126
|
],
|
|
20128
20127
|
"type": "object"
|
|
20129
20128
|
},
|
|
@@ -20540,7 +20539,7 @@
|
|
|
20540
20539
|
"description": "缩略轴配置"
|
|
20541
20540
|
},
|
|
20542
20541
|
"direction": {
|
|
20543
|
-
"$ref": "#/definitions/
|
|
20542
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
20544
20543
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
20545
20544
|
},
|
|
20546
20545
|
"extensionMark": {
|
|
@@ -21095,9 +21094,7 @@
|
|
|
21095
21094
|
}
|
|
21096
21095
|
},
|
|
21097
21096
|
"required": [
|
|
21098
|
-
"type"
|
|
21099
|
-
"xField",
|
|
21100
|
-
"yField"
|
|
21097
|
+
"type"
|
|
21101
21098
|
],
|
|
21102
21099
|
"type": "object"
|
|
21103
21100
|
},
|
|
@@ -21361,7 +21358,7 @@
|
|
|
21361
21358
|
"description": "缩略轴配置"
|
|
21362
21359
|
},
|
|
21363
21360
|
"direction": {
|
|
21364
|
-
"$ref": "#/definitions/
|
|
21361
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
21365
21362
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
21366
21363
|
},
|
|
21367
21364
|
"extensionMark": {
|
|
@@ -21916,9 +21913,7 @@
|
|
|
21916
21913
|
}
|
|
21917
21914
|
},
|
|
21918
21915
|
"required": [
|
|
21919
|
-
"type"
|
|
21920
|
-
"xField",
|
|
21921
|
-
"yField"
|
|
21916
|
+
"type"
|
|
21922
21917
|
],
|
|
21923
21918
|
"type": "object"
|
|
21924
21919
|
},
|
|
@@ -22087,7 +22082,7 @@
|
|
|
22087
22082
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
22088
22083
|
},
|
|
22089
22084
|
"direction": {
|
|
22090
|
-
"$ref": "#/definitions/
|
|
22085
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
22091
22086
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
22092
22087
|
},
|
|
22093
22088
|
"extensionMark": {
|
|
@@ -22292,9 +22287,7 @@
|
|
|
22292
22287
|
}
|
|
22293
22288
|
},
|
|
22294
22289
|
"required": [
|
|
22295
|
-
"type"
|
|
22296
|
-
"xField",
|
|
22297
|
-
"yField"
|
|
22290
|
+
"type"
|
|
22298
22291
|
],
|
|
22299
22292
|
"type": "object"
|
|
22300
22293
|
},
|
|
@@ -22705,7 +22698,7 @@
|
|
|
22705
22698
|
"description": "缩略轴配置"
|
|
22706
22699
|
},
|
|
22707
22700
|
"direction": {
|
|
22708
|
-
"$ref": "#/definitions/
|
|
22701
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
22709
22702
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
22710
22703
|
},
|
|
22711
22704
|
"extensionMark": {
|
|
@@ -23594,7 +23587,7 @@
|
|
|
23594
23587
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
23595
23588
|
},
|
|
23596
23589
|
"direction": {
|
|
23597
|
-
"$ref": "#/definitions/
|
|
23590
|
+
"$ref": "#/definitions/DirectionType_1"
|
|
23598
23591
|
},
|
|
23599
23592
|
"extensionMark": {
|
|
23600
23593
|
"description": "扩展mark",
|
|
@@ -24561,7 +24554,7 @@
|
|
|
24561
24554
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
24562
24555
|
},
|
|
24563
24556
|
"direction": {
|
|
24564
|
-
"$ref": "#/definitions/
|
|
24557
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
24565
24558
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
24566
24559
|
},
|
|
24567
24560
|
"extensionMark": {
|
|
@@ -24770,6 +24763,222 @@
|
|
|
24770
24763
|
}
|
|
24771
24764
|
]
|
|
24772
24765
|
},
|
|
24766
|
+
"IChartSpec": {
|
|
24767
|
+
"description": "chart spec",
|
|
24768
|
+
"properties": {
|
|
24769
|
+
"animationThreshold": {
|
|
24770
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
24771
|
+
"since": "1.2.0",
|
|
24772
|
+
"type": "number"
|
|
24773
|
+
},
|
|
24774
|
+
"autoFit": {
|
|
24775
|
+
"description": "图表宽高是否自适应容器,浏览器环境下默认为 true。\n该配置的优先级高于构造函数中的 autoFit 配置。\n如果用户配置了 width,则以用户配置的 width 为准,height 同理。",
|
|
24776
|
+
"type": "boolean"
|
|
24777
|
+
},
|
|
24778
|
+
"background": {
|
|
24779
|
+
"$ref": "#/definitions/IBackgroundSpec",
|
|
24780
|
+
"description": "图表背景色配置,优先级高于构造函数中的 background 配置"
|
|
24781
|
+
},
|
|
24782
|
+
"brush": {
|
|
24783
|
+
"$ref": "#/definitions/IBrushSpec",
|
|
24784
|
+
"description": "框选配置"
|
|
24785
|
+
},
|
|
24786
|
+
"color": {
|
|
24787
|
+
"anyOf": [
|
|
24788
|
+
{
|
|
24789
|
+
"items": {
|
|
24790
|
+
"type": "string"
|
|
24791
|
+
},
|
|
24792
|
+
"type": "array"
|
|
24793
|
+
},
|
|
24794
|
+
{
|
|
24795
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
24796
|
+
}
|
|
24797
|
+
],
|
|
24798
|
+
"description": "图表色系配置"
|
|
24799
|
+
},
|
|
24800
|
+
"crosshair": {
|
|
24801
|
+
"anyOf": [
|
|
24802
|
+
{
|
|
24803
|
+
"$ref": "#/definitions/ICartesianCrosshairSpec"
|
|
24804
|
+
},
|
|
24805
|
+
{
|
|
24806
|
+
"$ref": "#/definitions/IPolarCrosshairSpec"
|
|
24807
|
+
},
|
|
24808
|
+
{
|
|
24809
|
+
"items": {
|
|
24810
|
+
"$ref": "#/definitions/ICrosshairSpec"
|
|
24811
|
+
},
|
|
24812
|
+
"type": "array"
|
|
24813
|
+
}
|
|
24814
|
+
],
|
|
24815
|
+
"description": "十字辅助线配置"
|
|
24816
|
+
},
|
|
24817
|
+
"customMark": {
|
|
24818
|
+
"description": "自定义mark",
|
|
24819
|
+
"items": {
|
|
24820
|
+
"$ref": "#/definitions/ICustomMarkSpec<keyofIBuildinMarkSpec>"
|
|
24821
|
+
},
|
|
24822
|
+
"type": "array"
|
|
24823
|
+
},
|
|
24824
|
+
"data": {
|
|
24825
|
+
"$ref": "#/definitions/IData",
|
|
24826
|
+
"description": "数据"
|
|
24827
|
+
},
|
|
24828
|
+
"dataZoom": {
|
|
24829
|
+
"anyOf": [
|
|
24830
|
+
{
|
|
24831
|
+
"$ref": "#/definitions/IDataZoomSpec"
|
|
24832
|
+
},
|
|
24833
|
+
{
|
|
24834
|
+
"items": {
|
|
24835
|
+
"$ref": "#/definitions/IDataZoomSpec"
|
|
24836
|
+
},
|
|
24837
|
+
"type": "array"
|
|
24838
|
+
}
|
|
24839
|
+
],
|
|
24840
|
+
"description": "缩略轴配置"
|
|
24841
|
+
},
|
|
24842
|
+
"height": {
|
|
24843
|
+
"description": "画布高度",
|
|
24844
|
+
"type": "number"
|
|
24845
|
+
},
|
|
24846
|
+
"hover": {
|
|
24847
|
+
"anyOf": [
|
|
24848
|
+
{
|
|
24849
|
+
"typeof": "function"
|
|
24850
|
+
},
|
|
24851
|
+
{
|
|
24852
|
+
"type": "boolean"
|
|
24853
|
+
}
|
|
24854
|
+
],
|
|
24855
|
+
"description": "hover 交互"
|
|
24856
|
+
},
|
|
24857
|
+
"layout": {
|
|
24858
|
+
"$ref": "#/definitions/ILayoutSpec",
|
|
24859
|
+
"description": "布局配置"
|
|
24860
|
+
},
|
|
24861
|
+
"legends": {
|
|
24862
|
+
"anyOf": [
|
|
24863
|
+
{
|
|
24864
|
+
"$ref": "#/definitions/IColorLegendSpec"
|
|
24865
|
+
},
|
|
24866
|
+
{
|
|
24867
|
+
"$ref": "#/definitions/ISizeLegendSpec"
|
|
24868
|
+
},
|
|
24869
|
+
{
|
|
24870
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
24871
|
+
"description": "spec"
|
|
24872
|
+
},
|
|
24873
|
+
{
|
|
24874
|
+
"items": {
|
|
24875
|
+
"$ref": "#/definitions/ILegendSpec"
|
|
24876
|
+
},
|
|
24877
|
+
"type": "array"
|
|
24878
|
+
}
|
|
24879
|
+
],
|
|
24880
|
+
"description": "图例配置"
|
|
24881
|
+
},
|
|
24882
|
+
"padding": {
|
|
24883
|
+
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
24884
|
+
"description": "图表整体 padding 设置"
|
|
24885
|
+
},
|
|
24886
|
+
"player": {
|
|
24887
|
+
"$ref": "#/definitions/IPlayer",
|
|
24888
|
+
"description": "播放器配置"
|
|
24889
|
+
},
|
|
24890
|
+
"region": {
|
|
24891
|
+
"description": "region配置",
|
|
24892
|
+
"items": {
|
|
24893
|
+
"$ref": "#/definitions/IRegionSpec"
|
|
24894
|
+
},
|
|
24895
|
+
"type": "array"
|
|
24896
|
+
},
|
|
24897
|
+
"scales": {
|
|
24898
|
+
"description": "全局 scale 配置",
|
|
24899
|
+
"items": {
|
|
24900
|
+
"$ref": "#/definitions/IVisualSpecScale<unknown,unknown>"
|
|
24901
|
+
},
|
|
24902
|
+
"type": "array"
|
|
24903
|
+
},
|
|
24904
|
+
"scrollBar": {
|
|
24905
|
+
"anyOf": [
|
|
24906
|
+
{
|
|
24907
|
+
"$ref": "#/definitions/IScrollBarSpec"
|
|
24908
|
+
},
|
|
24909
|
+
{
|
|
24910
|
+
"items": {
|
|
24911
|
+
"$ref": "#/definitions/IScrollBarSpec"
|
|
24912
|
+
},
|
|
24913
|
+
"type": "array"
|
|
24914
|
+
}
|
|
24915
|
+
],
|
|
24916
|
+
"description": "滚动条配置"
|
|
24917
|
+
},
|
|
24918
|
+
"select": {
|
|
24919
|
+
"anyOf": [
|
|
24920
|
+
{
|
|
24921
|
+
"typeof": "function"
|
|
24922
|
+
},
|
|
24923
|
+
{
|
|
24924
|
+
"type": "boolean"
|
|
24925
|
+
}
|
|
24926
|
+
],
|
|
24927
|
+
"description": "select 交互"
|
|
24928
|
+
},
|
|
24929
|
+
"series": {
|
|
24930
|
+
"description": "仅在组合图中使用, 文档中除组合图外均未透出该配置",
|
|
24931
|
+
"items": {
|
|
24932
|
+
"$ref": "#/definitions/ISeriesSpec"
|
|
24933
|
+
},
|
|
24934
|
+
"type": "array"
|
|
24935
|
+
},
|
|
24936
|
+
"seriesStyle": {
|
|
24937
|
+
"description": "仅在图表配置了seriesField时生效",
|
|
24938
|
+
"items": {
|
|
24939
|
+
"$ref": "#/definitions/ISeriesStyleItem"
|
|
24940
|
+
},
|
|
24941
|
+
"type": "array"
|
|
24942
|
+
},
|
|
24943
|
+
"stackInverse": {
|
|
24944
|
+
"default": false,
|
|
24945
|
+
"description": "堆积时是否逆序",
|
|
24946
|
+
"since": "1.4.0",
|
|
24947
|
+
"type": "boolean"
|
|
24948
|
+
},
|
|
24949
|
+
"theme": {
|
|
24950
|
+
"anyOf": [
|
|
24951
|
+
{
|
|
24952
|
+
"$ref": "#/definitions/Omit<ITheme,\"name\">"
|
|
24953
|
+
},
|
|
24954
|
+
{
|
|
24955
|
+
"type": "string"
|
|
24956
|
+
}
|
|
24957
|
+
],
|
|
24958
|
+
"description": "图表上的主题定义。\n可以直接配置主题名,前提是该主题名已经注册"
|
|
24959
|
+
},
|
|
24960
|
+
"title": {
|
|
24961
|
+
"$ref": "#/definitions/ITitleSpec",
|
|
24962
|
+
"description": "图表标题配置"
|
|
24963
|
+
},
|
|
24964
|
+
"tooltip": {
|
|
24965
|
+
"$ref": "#/definitions/ITooltipSpec",
|
|
24966
|
+
"description": "tooltip配置"
|
|
24967
|
+
},
|
|
24968
|
+
"type": {
|
|
24969
|
+
"description": "图表类型",
|
|
24970
|
+
"type": "string"
|
|
24971
|
+
},
|
|
24972
|
+
"width": {
|
|
24973
|
+
"description": "画布宽度",
|
|
24974
|
+
"type": "number"
|
|
24975
|
+
}
|
|
24976
|
+
},
|
|
24977
|
+
"required": [
|
|
24978
|
+
"type"
|
|
24979
|
+
],
|
|
24980
|
+
"type": "object"
|
|
24981
|
+
},
|
|
24773
24982
|
"ICirclePackingChartSpec": {
|
|
24774
24983
|
"properties": {
|
|
24775
24984
|
"animation": {
|
|
@@ -29467,11 +29676,11 @@
|
|
|
29467
29676
|
"type": "number"
|
|
29468
29677
|
},
|
|
29469
29678
|
"state": {
|
|
29470
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|
|
|
29679
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>>",
|
|
29471
29680
|
"description": "不同状态下的样式配置"
|
|
29472
29681
|
},
|
|
29473
29682
|
"style": {
|
|
29474
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|
|
|
29683
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>",
|
|
29475
29684
|
"description": "默认样式设置"
|
|
29476
29685
|
},
|
|
29477
29686
|
"support3d": {
|
|
@@ -31243,7 +31452,7 @@
|
|
|
31243
31452
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
31244
31453
|
},
|
|
31245
31454
|
"direction": {
|
|
31246
|
-
"$ref": "#/definitions/
|
|
31455
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
31247
31456
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
31248
31457
|
},
|
|
31249
31458
|
"dot": {
|
|
@@ -31650,11 +31859,11 @@
|
|
|
31650
31859
|
"type": "number"
|
|
31651
31860
|
},
|
|
31652
31861
|
"state": {
|
|
31653
|
-
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|
|
|
31862
|
+
"$ref": "#/definitions/Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>>",
|
|
31654
31863
|
"description": "不同状态下的样式配置"
|
|
31655
31864
|
},
|
|
31656
31865
|
"style": {
|
|
31657
|
-
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|
|
|
31866
|
+
"$ref": "#/definitions/ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>",
|
|
31658
31867
|
"description": "默认样式设置"
|
|
31659
31868
|
},
|
|
31660
31869
|
"support3d": {
|
|
@@ -36831,7 +37040,7 @@
|
|
|
36831
37040
|
"description": "缩略轴配置"
|
|
36832
37041
|
},
|
|
36833
37042
|
"direction": {
|
|
36834
|
-
"$ref": "#/definitions/
|
|
37043
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
36835
37044
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
36836
37045
|
},
|
|
36837
37046
|
"extensionMark": {
|
|
@@ -37494,7 +37703,7 @@
|
|
|
37494
37703
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
37495
37704
|
},
|
|
37496
37705
|
"direction": {
|
|
37497
|
-
"$ref": "#/definitions/
|
|
37706
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
37498
37707
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
37499
37708
|
},
|
|
37500
37709
|
"extensionMark": {
|
|
@@ -38007,7 +38216,7 @@
|
|
|
38007
38216
|
"description": "缩略轴配置"
|
|
38008
38217
|
},
|
|
38009
38218
|
"direction": {
|
|
38010
|
-
"$ref": "#/definitions/
|
|
38219
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
38011
38220
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
38012
38221
|
},
|
|
38013
38222
|
"extensionMark": {
|
|
@@ -38562,9 +38771,7 @@
|
|
|
38562
38771
|
}
|
|
38563
38772
|
},
|
|
38564
38773
|
"required": [
|
|
38565
|
-
"type"
|
|
38566
|
-
"xField",
|
|
38567
|
-
"yField"
|
|
38774
|
+
"type"
|
|
38568
38775
|
],
|
|
38569
38776
|
"type": "object"
|
|
38570
38777
|
},
|
|
@@ -38801,7 +39008,7 @@
|
|
|
38801
39008
|
"description": "缩略轴配置"
|
|
38802
39009
|
},
|
|
38803
39010
|
"direction": {
|
|
38804
|
-
"$ref": "#/definitions/
|
|
39011
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
38805
39012
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
38806
39013
|
},
|
|
38807
39014
|
"extensionMark": {
|
|
@@ -39356,9 +39563,7 @@
|
|
|
39356
39563
|
}
|
|
39357
39564
|
},
|
|
39358
39565
|
"required": [
|
|
39359
|
-
"type"
|
|
39360
|
-
"xField",
|
|
39361
|
-
"yField"
|
|
39566
|
+
"type"
|
|
39362
39567
|
],
|
|
39363
39568
|
"type": "object"
|
|
39364
39569
|
},
|
|
@@ -41349,7 +41554,7 @@
|
|
|
41349
41554
|
"description": "缩略轴配置"
|
|
41350
41555
|
},
|
|
41351
41556
|
"direction": {
|
|
41352
|
-
"$ref": "#/definitions/
|
|
41557
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
41353
41558
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
41354
41559
|
},
|
|
41355
41560
|
"extensionMark": {
|
|
@@ -41944,9 +42149,7 @@
|
|
|
41944
42149
|
}
|
|
41945
42150
|
},
|
|
41946
42151
|
"required": [
|
|
41947
|
-
"type"
|
|
41948
|
-
"xField",
|
|
41949
|
-
"yField"
|
|
42152
|
+
"type"
|
|
41950
42153
|
],
|
|
41951
42154
|
"type": "object"
|
|
41952
42155
|
},
|
|
@@ -42337,7 +42540,7 @@
|
|
|
42337
42540
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
42338
42541
|
},
|
|
42339
42542
|
"direction": {
|
|
42340
|
-
"$ref": "#/definitions/
|
|
42543
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
42341
42544
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
42342
42545
|
},
|
|
42343
42546
|
"extensionMark": {
|
|
@@ -42582,9 +42785,7 @@
|
|
|
42582
42785
|
}
|
|
42583
42786
|
},
|
|
42584
42787
|
"required": [
|
|
42585
|
-
"type"
|
|
42586
|
-
"xField",
|
|
42587
|
-
"yField"
|
|
42788
|
+
"type"
|
|
42588
42789
|
],
|
|
42589
42790
|
"type": "object"
|
|
42590
42791
|
},
|
|
@@ -42862,7 +43063,7 @@
|
|
|
42862
43063
|
"description": "缩略轴配置"
|
|
42863
43064
|
},
|
|
42864
43065
|
"direction": {
|
|
42865
|
-
"$ref": "#/definitions/
|
|
43066
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
42866
43067
|
"default": "Direction.horizontal",
|
|
42867
43068
|
"description": "方向"
|
|
42868
43069
|
},
|
|
@@ -43228,7 +43429,7 @@
|
|
|
43228
43429
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
43229
43430
|
},
|
|
43230
43431
|
"direction": {
|
|
43231
|
-
"$ref": "#/definitions/
|
|
43432
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
43232
43433
|
"default": "Direction.horizontal",
|
|
43233
43434
|
"description": "方向"
|
|
43234
43435
|
},
|
|
@@ -43443,7 +43644,7 @@
|
|
|
43443
43644
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
43444
43645
|
},
|
|
43445
43646
|
"direction": {
|
|
43446
|
-
"$ref": "#/definitions/
|
|
43647
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
43447
43648
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
43448
43649
|
},
|
|
43449
43650
|
"dotSeriesIndex": {
|
|
@@ -47851,7 +48052,7 @@
|
|
|
47851
48052
|
"description": "控制器"
|
|
47852
48053
|
},
|
|
47853
48054
|
"direction": {
|
|
47854
|
-
"$ref": "#/definitions/
|
|
48055
|
+
"$ref": "#/definitions/DirectionType",
|
|
47855
48056
|
"default": "'default'",
|
|
47856
48057
|
"description": "离散轴支持三种播放方向, 连续型仅支持'default'."
|
|
47857
48058
|
},
|
|
@@ -51100,7 +51301,7 @@
|
|
|
51100
51301
|
"description": "缩略轴配置"
|
|
51101
51302
|
},
|
|
51102
51303
|
"direction": {
|
|
51103
|
-
"$ref": "#/definitions/
|
|
51304
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
51104
51305
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
51105
51306
|
},
|
|
51106
51307
|
"extensionMark": {
|
|
@@ -51691,9 +51892,7 @@
|
|
|
51691
51892
|
}
|
|
51692
51893
|
},
|
|
51693
51894
|
"required": [
|
|
51694
|
-
"type"
|
|
51695
|
-
"xField",
|
|
51696
|
-
"yField"
|
|
51895
|
+
"type"
|
|
51697
51896
|
],
|
|
51698
51897
|
"type": "object"
|
|
51699
51898
|
},
|
|
@@ -51822,7 +52021,7 @@
|
|
|
51822
52021
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
51823
52022
|
},
|
|
51824
52023
|
"direction": {
|
|
51825
|
-
"$ref": "#/definitions/
|
|
52024
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
51826
52025
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
51827
52026
|
},
|
|
51828
52027
|
"extensionMark": {
|
|
@@ -52063,9 +52262,7 @@
|
|
|
52063
52262
|
}
|
|
52064
52263
|
},
|
|
52065
52264
|
"required": [
|
|
52066
|
-
"type"
|
|
52067
|
-
"xField",
|
|
52068
|
-
"yField"
|
|
52265
|
+
"type"
|
|
52069
52266
|
],
|
|
52070
52267
|
"type": "object"
|
|
52071
52268
|
},
|
|
@@ -52302,7 +52499,7 @@
|
|
|
52302
52499
|
"description": "缩略轴配置"
|
|
52303
52500
|
},
|
|
52304
52501
|
"direction": {
|
|
52305
|
-
"$ref": "#/definitions/
|
|
52502
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
52306
52503
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
52307
52504
|
},
|
|
52308
52505
|
"extensionMark": {
|
|
@@ -52866,9 +53063,7 @@
|
|
|
52866
53063
|
"required": [
|
|
52867
53064
|
"maxField",
|
|
52868
53065
|
"minField",
|
|
52869
|
-
"type"
|
|
52870
|
-
"xField",
|
|
52871
|
-
"yField"
|
|
53066
|
+
"type"
|
|
52872
53067
|
],
|
|
52873
53068
|
"type": "object"
|
|
52874
53069
|
},
|
|
@@ -53037,7 +53232,7 @@
|
|
|
53037
53232
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
53038
53233
|
},
|
|
53039
53234
|
"direction": {
|
|
53040
|
-
"$ref": "#/definitions/
|
|
53235
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
53041
53236
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
53042
53237
|
},
|
|
53043
53238
|
"extensionMark": {
|
|
@@ -53250,9 +53445,7 @@
|
|
|
53250
53445
|
"required": [
|
|
53251
53446
|
"maxField",
|
|
53252
53447
|
"minField",
|
|
53253
|
-
"type"
|
|
53254
|
-
"xField",
|
|
53255
|
-
"yField"
|
|
53448
|
+
"type"
|
|
53256
53449
|
],
|
|
53257
53450
|
"type": "object"
|
|
53258
53451
|
},
|
|
@@ -53489,7 +53682,7 @@
|
|
|
53489
53682
|
"description": "缩略轴配置"
|
|
53490
53683
|
},
|
|
53491
53684
|
"direction": {
|
|
53492
|
-
"$ref": "#/definitions/
|
|
53685
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
53493
53686
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
53494
53687
|
},
|
|
53495
53688
|
"extensionMark": {
|
|
@@ -54053,9 +54246,7 @@
|
|
|
54053
54246
|
"required": [
|
|
54054
54247
|
"maxField",
|
|
54055
54248
|
"minField",
|
|
54056
|
-
"type"
|
|
54057
|
-
"xField",
|
|
54058
|
-
"yField"
|
|
54249
|
+
"type"
|
|
54059
54250
|
],
|
|
54060
54251
|
"type": "object"
|
|
54061
54252
|
},
|
|
@@ -54224,7 +54415,7 @@
|
|
|
54224
54415
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
54225
54416
|
},
|
|
54226
54417
|
"direction": {
|
|
54227
|
-
"$ref": "#/definitions/
|
|
54418
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
54228
54419
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
54229
54420
|
},
|
|
54230
54421
|
"extensionMark": {
|
|
@@ -54438,9 +54629,7 @@
|
|
|
54438
54629
|
"required": [
|
|
54439
54630
|
"maxField",
|
|
54440
54631
|
"minField",
|
|
54441
|
-
"type"
|
|
54442
|
-
"xField",
|
|
54443
|
-
"yField"
|
|
54632
|
+
"type"
|
|
54444
54633
|
],
|
|
54445
54634
|
"type": "object"
|
|
54446
54635
|
},
|
|
@@ -56536,7 +56725,7 @@
|
|
|
56536
56725
|
"description": "缩略轴配置"
|
|
56537
56726
|
},
|
|
56538
56727
|
"direction": {
|
|
56539
|
-
"$ref": "#/definitions/
|
|
56728
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
56540
56729
|
"description": "图表布局方向"
|
|
56541
56730
|
},
|
|
56542
56731
|
"emphasis": {
|
|
@@ -56958,7 +57147,7 @@
|
|
|
56958
57147
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
56959
57148
|
},
|
|
56960
57149
|
"direction": {
|
|
56961
|
-
"$ref": "#/definitions/
|
|
57150
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
56962
57151
|
"description": "图表布局方向"
|
|
56963
57152
|
},
|
|
56964
57153
|
"emphasis": {
|
|
@@ -57373,7 +57562,7 @@
|
|
|
57373
57562
|
"description": "缩略轴配置"
|
|
57374
57563
|
},
|
|
57375
57564
|
"direction": {
|
|
57376
|
-
"$ref": "#/definitions/
|
|
57565
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
57377
57566
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
57378
57567
|
},
|
|
57379
57568
|
"extensionMark": {
|
|
@@ -57960,9 +58149,7 @@
|
|
|
57960
58149
|
}
|
|
57961
58150
|
},
|
|
57962
58151
|
"required": [
|
|
57963
|
-
"type"
|
|
57964
|
-
"xField",
|
|
57965
|
-
"yField"
|
|
58152
|
+
"type"
|
|
57966
58153
|
],
|
|
57967
58154
|
"type": "object"
|
|
57968
58155
|
},
|
|
@@ -58069,7 +58256,7 @@
|
|
|
58069
58256
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
58070
58257
|
},
|
|
58071
58258
|
"direction": {
|
|
58072
|
-
"$ref": "#/definitions/
|
|
58259
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
58073
58260
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
58074
58261
|
},
|
|
58075
58262
|
"extensionMark": {
|
|
@@ -58306,9 +58493,7 @@
|
|
|
58306
58493
|
}
|
|
58307
58494
|
},
|
|
58308
58495
|
"required": [
|
|
58309
|
-
"type"
|
|
58310
|
-
"xField",
|
|
58311
|
-
"yField"
|
|
58496
|
+
"type"
|
|
58312
58497
|
],
|
|
58313
58498
|
"type": "object"
|
|
58314
58499
|
},
|
|
@@ -60501,7 +60686,6 @@
|
|
|
60501
60686
|
"params",
|
|
60502
60687
|
"parent",
|
|
60503
60688
|
"pick",
|
|
60504
|
-
"pickerService",
|
|
60505
60689
|
"pluginService",
|
|
60506
60690
|
"release",
|
|
60507
60691
|
"removeAllChild",
|
|
@@ -66099,7 +66283,7 @@
|
|
|
66099
66283
|
"description": "缩略轴配置"
|
|
66100
66284
|
},
|
|
66101
66285
|
"direction": {
|
|
66102
|
-
"$ref": "#/definitions/
|
|
66286
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
66103
66287
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
66104
66288
|
},
|
|
66105
66289
|
"extensionMark": {
|
|
@@ -66683,9 +66867,7 @@
|
|
|
66683
66867
|
}
|
|
66684
66868
|
},
|
|
66685
66869
|
"required": [
|
|
66686
|
-
"type"
|
|
66687
|
-
"xField",
|
|
66688
|
-
"yField"
|
|
66870
|
+
"type"
|
|
66689
66871
|
],
|
|
66690
66872
|
"type": "object"
|
|
66691
66873
|
},
|
|
@@ -66854,7 +67036,7 @@
|
|
|
66854
67036
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
66855
67037
|
},
|
|
66856
67038
|
"direction": {
|
|
66857
|
-
"$ref": "#/definitions/
|
|
67039
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
66858
67040
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
66859
67041
|
},
|
|
66860
67042
|
"extensionMark": {
|
|
@@ -67088,9 +67270,7 @@
|
|
|
67088
67270
|
}
|
|
67089
67271
|
},
|
|
67090
67272
|
"required": [
|
|
67091
|
-
"type"
|
|
67092
|
-
"xField",
|
|
67093
|
-
"yField"
|
|
67273
|
+
"type"
|
|
67094
67274
|
],
|
|
67095
67275
|
"type": "object"
|
|
67096
67276
|
},
|
|
@@ -69298,7 +69478,7 @@
|
|
|
69298
69478
|
},
|
|
69299
69479
|
"Map<Function,(...args:any[])=>void>": {
|
|
69300
69480
|
"properties": {
|
|
69301
|
-
"__@toStringTag@
|
|
69481
|
+
"__@toStringTag@12080": {
|
|
69302
69482
|
"type": "string"
|
|
69303
69483
|
},
|
|
69304
69484
|
"size": {
|
|
@@ -69306,14 +69486,14 @@
|
|
|
69306
69486
|
}
|
|
69307
69487
|
},
|
|
69308
69488
|
"required": [
|
|
69309
|
-
"__@toStringTag@
|
|
69489
|
+
"__@toStringTag@12080",
|
|
69310
69490
|
"size"
|
|
69311
69491
|
],
|
|
69312
69492
|
"type": "object"
|
|
69313
69493
|
},
|
|
69314
69494
|
"Map<number,IGraphicPicker>": {
|
|
69315
69495
|
"properties": {
|
|
69316
|
-
"__@toStringTag@
|
|
69496
|
+
"__@toStringTag@12080": {
|
|
69317
69497
|
"type": "string"
|
|
69318
69498
|
},
|
|
69319
69499
|
"size": {
|
|
@@ -69321,14 +69501,14 @@
|
|
|
69321
69501
|
}
|
|
69322
69502
|
},
|
|
69323
69503
|
"required": [
|
|
69324
|
-
"__@toStringTag@
|
|
69504
|
+
"__@toStringTag@12080",
|
|
69325
69505
|
"size"
|
|
69326
69506
|
],
|
|
69327
69507
|
"type": "object"
|
|
69328
69508
|
},
|
|
69329
69509
|
"Map<number,IGraphicRender>": {
|
|
69330
69510
|
"properties": {
|
|
69331
|
-
"__@toStringTag@
|
|
69511
|
+
"__@toStringTag@12080": {
|
|
69332
69512
|
"type": "string"
|
|
69333
69513
|
},
|
|
69334
69514
|
"size": {
|
|
@@ -69336,14 +69516,14 @@
|
|
|
69336
69516
|
}
|
|
69337
69517
|
},
|
|
69338
69518
|
"required": [
|
|
69339
|
-
"__@toStringTag@
|
|
69519
|
+
"__@toStringTag@12080",
|
|
69340
69520
|
"size"
|
|
69341
69521
|
],
|
|
69342
69522
|
"type": "object"
|
|
69343
69523
|
},
|
|
69344
69524
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
69345
69525
|
"properties": {
|
|
69346
|
-
"__@toStringTag@
|
|
69526
|
+
"__@toStringTag@12080": {
|
|
69347
69527
|
"type": "string"
|
|
69348
69528
|
},
|
|
69349
69529
|
"size": {
|
|
@@ -69351,14 +69531,14 @@
|
|
|
69351
69531
|
}
|
|
69352
69532
|
},
|
|
69353
69533
|
"required": [
|
|
69354
|
-
"__@toStringTag@
|
|
69534
|
+
"__@toStringTag@12080",
|
|
69355
69535
|
"size"
|
|
69356
69536
|
],
|
|
69357
69537
|
"type": "object"
|
|
69358
69538
|
},
|
|
69359
69539
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
69360
69540
|
"properties": {
|
|
69361
|
-
"__@toStringTag@
|
|
69541
|
+
"__@toStringTag@12080": {
|
|
69362
69542
|
"type": "string"
|
|
69363
69543
|
},
|
|
69364
69544
|
"size": {
|
|
@@ -69366,14 +69546,14 @@
|
|
|
69366
69546
|
}
|
|
69367
69547
|
},
|
|
69368
69548
|
"required": [
|
|
69369
|
-
"__@toStringTag@
|
|
69549
|
+
"__@toStringTag@12080",
|
|
69370
69550
|
"size"
|
|
69371
69551
|
],
|
|
69372
69552
|
"type": "object"
|
|
69373
69553
|
},
|
|
69374
69554
|
"Map<string,any>": {
|
|
69375
69555
|
"properties": {
|
|
69376
|
-
"__@toStringTag@
|
|
69556
|
+
"__@toStringTag@12080": {
|
|
69377
69557
|
"type": "string"
|
|
69378
69558
|
},
|
|
69379
69559
|
"size": {
|
|
@@ -69381,14 +69561,14 @@
|
|
|
69381
69561
|
}
|
|
69382
69562
|
},
|
|
69383
69563
|
"required": [
|
|
69384
|
-
"__@toStringTag@
|
|
69564
|
+
"__@toStringTag@12080",
|
|
69385
69565
|
"size"
|
|
69386
69566
|
],
|
|
69387
69567
|
"type": "object"
|
|
69388
69568
|
},
|
|
69389
69569
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
69390
69570
|
"properties": {
|
|
69391
|
-
"__@toStringTag@
|
|
69571
|
+
"__@toStringTag@12080": {
|
|
69392
69572
|
"type": "string"
|
|
69393
69573
|
},
|
|
69394
69574
|
"size": {
|
|
@@ -69396,14 +69576,14 @@
|
|
|
69396
69576
|
}
|
|
69397
69577
|
},
|
|
69398
69578
|
"required": [
|
|
69399
|
-
"__@toStringTag@
|
|
69579
|
+
"__@toStringTag@12080",
|
|
69400
69580
|
"size"
|
|
69401
69581
|
],
|
|
69402
69582
|
"type": "object"
|
|
69403
69583
|
},
|
|
69404
69584
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
69405
69585
|
"properties": {
|
|
69406
|
-
"__@toStringTag@
|
|
69586
|
+
"__@toStringTag@12080": {
|
|
69407
69587
|
"type": "string"
|
|
69408
69588
|
},
|
|
69409
69589
|
"size": {
|
|
@@ -69411,14 +69591,14 @@
|
|
|
69411
69591
|
}
|
|
69412
69592
|
},
|
|
69413
69593
|
"required": [
|
|
69414
|
-
"__@toStringTag@
|
|
69594
|
+
"__@toStringTag@12080",
|
|
69415
69595
|
"size"
|
|
69416
69596
|
],
|
|
69417
69597
|
"type": "object"
|
|
69418
69598
|
},
|
|
69419
69599
|
"Map<string|number,IAnimate>": {
|
|
69420
69600
|
"properties": {
|
|
69421
|
-
"__@toStringTag@
|
|
69601
|
+
"__@toStringTag@12080": {
|
|
69422
69602
|
"type": "string"
|
|
69423
69603
|
},
|
|
69424
69604
|
"size": {
|
|
@@ -69426,7 +69606,7 @@
|
|
|
69426
69606
|
}
|
|
69427
69607
|
},
|
|
69428
69608
|
"required": [
|
|
69429
|
-
"__@toStringTag@
|
|
69609
|
+
"__@toStringTag@12080",
|
|
69430
69610
|
"size"
|
|
69431
69611
|
],
|
|
69432
69612
|
"type": "object"
|
|
@@ -70398,7 +70578,7 @@
|
|
|
70398
70578
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
70399
70579
|
},
|
|
70400
70580
|
"direction": {
|
|
70401
|
-
"$ref": "#/definitions/
|
|
70581
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
70402
70582
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
70403
70583
|
},
|
|
70404
70584
|
"extensionMark": {
|
|
@@ -70597,10 +70777,6 @@
|
|
|
70597
70777
|
"description": "z轴字段\n用于3d散点图等"
|
|
70598
70778
|
}
|
|
70599
70779
|
},
|
|
70600
|
-
"required": [
|
|
70601
|
-
"xField",
|
|
70602
|
-
"yField"
|
|
70603
|
-
],
|
|
70604
70780
|
"type": "object"
|
|
70605
70781
|
},
|
|
70606
70782
|
"Omit<ICartesianAxisCommonSpec,\"inverse\">": {
|
|
@@ -80646,9 +80822,15 @@
|
|
|
80646
80822
|
"x": {
|
|
80647
80823
|
"type": "number"
|
|
80648
80824
|
},
|
|
80825
|
+
"x1": {
|
|
80826
|
+
"type": "number"
|
|
80827
|
+
},
|
|
80649
80828
|
"y": {
|
|
80650
80829
|
"type": "number"
|
|
80651
80830
|
},
|
|
80831
|
+
"y1": {
|
|
80832
|
+
"type": "number"
|
|
80833
|
+
},
|
|
80652
80834
|
"z": {
|
|
80653
80835
|
"type": "number"
|
|
80654
80836
|
},
|
|
@@ -81033,9 +81215,15 @@
|
|
|
81033
81215
|
"x": {
|
|
81034
81216
|
"type": "number"
|
|
81035
81217
|
},
|
|
81218
|
+
"x1": {
|
|
81219
|
+
"type": "number"
|
|
81220
|
+
},
|
|
81036
81221
|
"y": {
|
|
81037
81222
|
"type": "number"
|
|
81038
81223
|
},
|
|
81224
|
+
"y1": {
|
|
81225
|
+
"type": "number"
|
|
81226
|
+
},
|
|
81039
81227
|
"z": {
|
|
81040
81228
|
"type": "number"
|
|
81041
81229
|
},
|
|
@@ -83690,9 +83878,15 @@
|
|
|
83690
83878
|
"x": {
|
|
83691
83879
|
"type": "number"
|
|
83692
83880
|
},
|
|
83881
|
+
"x1": {
|
|
83882
|
+
"type": "number"
|
|
83883
|
+
},
|
|
83693
83884
|
"y": {
|
|
83694
83885
|
"type": "number"
|
|
83695
83886
|
},
|
|
83887
|
+
"y1": {
|
|
83888
|
+
"type": "number"
|
|
83889
|
+
},
|
|
83696
83890
|
"z": {
|
|
83697
83891
|
"type": "number"
|
|
83698
83892
|
},
|
|
@@ -85490,34 +85684,34 @@
|
|
|
85490
85684
|
},
|
|
85491
85685
|
"Promise<FontFaceSet>": {
|
|
85492
85686
|
"properties": {
|
|
85493
|
-
"__@toStringTag@
|
|
85687
|
+
"__@toStringTag@12080": {
|
|
85494
85688
|
"type": "string"
|
|
85495
85689
|
}
|
|
85496
85690
|
},
|
|
85497
85691
|
"required": [
|
|
85498
|
-
"__@toStringTag@
|
|
85692
|
+
"__@toStringTag@12080"
|
|
85499
85693
|
],
|
|
85500
85694
|
"type": "object"
|
|
85501
85695
|
},
|
|
85502
85696
|
"Promise<ServiceWorkerRegistration>": {
|
|
85503
85697
|
"properties": {
|
|
85504
|
-
"__@toStringTag@
|
|
85698
|
+
"__@toStringTag@12080": {
|
|
85505
85699
|
"type": "string"
|
|
85506
85700
|
}
|
|
85507
85701
|
},
|
|
85508
85702
|
"required": [
|
|
85509
|
-
"__@toStringTag@
|
|
85703
|
+
"__@toStringTag@12080"
|
|
85510
85704
|
],
|
|
85511
85705
|
"type": "object"
|
|
85512
85706
|
},
|
|
85513
85707
|
"Promise<any>": {
|
|
85514
85708
|
"properties": {
|
|
85515
|
-
"__@toStringTag@
|
|
85709
|
+
"__@toStringTag@12080": {
|
|
85516
85710
|
"type": "string"
|
|
85517
85711
|
}
|
|
85518
85712
|
},
|
|
85519
85713
|
"required": [
|
|
85520
|
-
"__@toStringTag@
|
|
85714
|
+
"__@toStringTag@12080"
|
|
85521
85715
|
],
|
|
85522
85716
|
"type": "object"
|
|
85523
85717
|
},
|
|
@@ -85527,10 +85721,10 @@
|
|
|
85527
85721
|
"Record<string,ConvertToMarkStyleSpec<ILineMarkSpec>|IMarkStateSpec<ILineMarkSpec>>": {
|
|
85528
85722
|
"type": "object"
|
|
85529
85723
|
},
|
|
85530
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|
|
|
85724
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IGroupMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>>": {
|
|
85531
85725
|
"type": "object"
|
|
85532
85726
|
},
|
|
85533
|
-
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|IBoxPlotMarkSpec|
|
|
85727
|
+
"Record<string,ConvertToMarkStyleSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>|IMarkStateSpec<IRuleMarkSpec|ILineMarkSpec|ITextMarkSpec|IRectMarkSpec|IImageMarkSpec|IArcMarkSpec|IPathMarkSpec|ISymbolMarkSpec|IBoxPlotMarkSpec|IRect3dMarkSpec|IAreaMarkSpec|IArc3dMarkSpec|IProgressArcMarkSpec|IPolygonMarkSpec|IPyramid3dMarkSpec|ILinkPathMarkSpec|IRippleMarkSpec>>": {
|
|
85534
85728
|
"type": "object"
|
|
85535
85729
|
},
|
|
85536
85730
|
"Record<string,ConvertToMarkStyleSpec<ITextMarkSpec>|IMarkStateSpec<ITextMarkSpec>>": {
|
|
@@ -90245,9 +90439,15 @@
|
|
|
90245
90439
|
"x": {
|
|
90246
90440
|
"type": "number"
|
|
90247
90441
|
},
|
|
90442
|
+
"x1": {
|
|
90443
|
+
"type": "number"
|
|
90444
|
+
},
|
|
90248
90445
|
"y": {
|
|
90249
90446
|
"type": "number"
|
|
90250
90447
|
},
|
|
90448
|
+
"y1": {
|
|
90449
|
+
"type": "number"
|
|
90450
|
+
},
|
|
90251
90451
|
"z": {
|
|
90252
90452
|
"type": "number"
|
|
90253
90453
|
},
|
|
@@ -90319,7 +90519,9 @@
|
|
|
90319
90519
|
"visible",
|
|
90320
90520
|
"width",
|
|
90321
90521
|
"x",
|
|
90522
|
+
"x1",
|
|
90322
90523
|
"y",
|
|
90524
|
+
"y1",
|
|
90323
90525
|
"z",
|
|
90324
90526
|
"zIndex"
|
|
90325
90527
|
],
|
|
@@ -90700,9 +90902,15 @@
|
|
|
90700
90902
|
"x": {
|
|
90701
90903
|
"type": "number"
|
|
90702
90904
|
},
|
|
90905
|
+
"x1": {
|
|
90906
|
+
"type": "number"
|
|
90907
|
+
},
|
|
90703
90908
|
"y": {
|
|
90704
90909
|
"type": "number"
|
|
90705
90910
|
},
|
|
90911
|
+
"y1": {
|
|
90912
|
+
"type": "number"
|
|
90913
|
+
},
|
|
90706
90914
|
"z": {
|
|
90707
90915
|
"type": "number"
|
|
90708
90916
|
},
|
|
@@ -90773,7 +90981,9 @@
|
|
|
90773
90981
|
"visible",
|
|
90774
90982
|
"width",
|
|
90775
90983
|
"x",
|
|
90984
|
+
"x1",
|
|
90776
90985
|
"y",
|
|
90986
|
+
"y1",
|
|
90777
90987
|
"z",
|
|
90778
90988
|
"zIndex"
|
|
90779
90989
|
],
|