@visactor/vchart-schema 1.7.4 → 1.7.5
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 +299 -193
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
|
},
|
|
@@ -6809,9 +6812,6 @@
|
|
|
6809
6812
|
"_callMap": {
|
|
6810
6813
|
"$ref": "#/definitions/Map<Function,(...args:any[])=>void>"
|
|
6811
6814
|
},
|
|
6812
|
-
"_logger": {
|
|
6813
|
-
"$ref": "#/definitions/ILogger"
|
|
6814
|
-
},
|
|
6815
6815
|
"dataViewMap": {
|
|
6816
6816
|
"additionalProperties": false,
|
|
6817
6817
|
"patternProperties": {
|
|
@@ -6840,7 +6840,6 @@
|
|
|
6840
6840
|
},
|
|
6841
6841
|
"required": [
|
|
6842
6842
|
"_callMap",
|
|
6843
|
-
"_logger",
|
|
6844
6843
|
"dataViewMap",
|
|
6845
6844
|
"isDataSet",
|
|
6846
6845
|
"name",
|
|
@@ -6948,17 +6947,17 @@
|
|
|
6948
6947
|
"type": "object"
|
|
6949
6948
|
},
|
|
6950
6949
|
"DirectionType": {
|
|
6950
|
+
"description": "播放方向\ndefault 默认的\nreverse 反方向",
|
|
6951
6951
|
"enum": [
|
|
6952
|
-
"
|
|
6953
|
-
"
|
|
6952
|
+
"default",
|
|
6953
|
+
"reverse"
|
|
6954
6954
|
],
|
|
6955
6955
|
"type": "string"
|
|
6956
6956
|
},
|
|
6957
6957
|
"DirectionType_1": {
|
|
6958
|
-
"description": "播放方向\ndefault 默认的\nreverse 反方向",
|
|
6959
6958
|
"enum": [
|
|
6960
|
-
"
|
|
6961
|
-
"
|
|
6959
|
+
"horizontal",
|
|
6960
|
+
"vertical"
|
|
6962
6961
|
],
|
|
6963
6962
|
"type": "string"
|
|
6964
6963
|
},
|
|
@@ -18859,7 +18858,7 @@
|
|
|
18859
18858
|
"description": "缩略轴配置"
|
|
18860
18859
|
},
|
|
18861
18860
|
"direction": {
|
|
18862
|
-
"$ref": "#/definitions/
|
|
18861
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
18863
18862
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
18864
18863
|
},
|
|
18865
18864
|
"extensionMark": {
|
|
@@ -19443,9 +19442,7 @@
|
|
|
19443
19442
|
}
|
|
19444
19443
|
},
|
|
19445
19444
|
"required": [
|
|
19446
|
-
"type"
|
|
19447
|
-
"xField",
|
|
19448
|
-
"yField"
|
|
19445
|
+
"type"
|
|
19449
19446
|
],
|
|
19450
19447
|
"type": "object"
|
|
19451
19448
|
},
|
|
@@ -19887,7 +19884,7 @@
|
|
|
19887
19884
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
19888
19885
|
},
|
|
19889
19886
|
"direction": {
|
|
19890
|
-
"$ref": "#/definitions/
|
|
19887
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
19891
19888
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
19892
19889
|
},
|
|
19893
19890
|
"extensionMark": {
|
|
@@ -20121,9 +20118,7 @@
|
|
|
20121
20118
|
}
|
|
20122
20119
|
},
|
|
20123
20120
|
"required": [
|
|
20124
|
-
"type"
|
|
20125
|
-
"xField",
|
|
20126
|
-
"yField"
|
|
20121
|
+
"type"
|
|
20127
20122
|
],
|
|
20128
20123
|
"type": "object"
|
|
20129
20124
|
},
|
|
@@ -20540,7 +20535,7 @@
|
|
|
20540
20535
|
"description": "缩略轴配置"
|
|
20541
20536
|
},
|
|
20542
20537
|
"direction": {
|
|
20543
|
-
"$ref": "#/definitions/
|
|
20538
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
20544
20539
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
20545
20540
|
},
|
|
20546
20541
|
"extensionMark": {
|
|
@@ -21095,9 +21090,7 @@
|
|
|
21095
21090
|
}
|
|
21096
21091
|
},
|
|
21097
21092
|
"required": [
|
|
21098
|
-
"type"
|
|
21099
|
-
"xField",
|
|
21100
|
-
"yField"
|
|
21093
|
+
"type"
|
|
21101
21094
|
],
|
|
21102
21095
|
"type": "object"
|
|
21103
21096
|
},
|
|
@@ -21361,7 +21354,7 @@
|
|
|
21361
21354
|
"description": "缩略轴配置"
|
|
21362
21355
|
},
|
|
21363
21356
|
"direction": {
|
|
21364
|
-
"$ref": "#/definitions/
|
|
21357
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
21365
21358
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
21366
21359
|
},
|
|
21367
21360
|
"extensionMark": {
|
|
@@ -21916,9 +21909,7 @@
|
|
|
21916
21909
|
}
|
|
21917
21910
|
},
|
|
21918
21911
|
"required": [
|
|
21919
|
-
"type"
|
|
21920
|
-
"xField",
|
|
21921
|
-
"yField"
|
|
21912
|
+
"type"
|
|
21922
21913
|
],
|
|
21923
21914
|
"type": "object"
|
|
21924
21915
|
},
|
|
@@ -22087,7 +22078,7 @@
|
|
|
22087
22078
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
22088
22079
|
},
|
|
22089
22080
|
"direction": {
|
|
22090
|
-
"$ref": "#/definitions/
|
|
22081
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
22091
22082
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
22092
22083
|
},
|
|
22093
22084
|
"extensionMark": {
|
|
@@ -22292,9 +22283,7 @@
|
|
|
22292
22283
|
}
|
|
22293
22284
|
},
|
|
22294
22285
|
"required": [
|
|
22295
|
-
"type"
|
|
22296
|
-
"xField",
|
|
22297
|
-
"yField"
|
|
22286
|
+
"type"
|
|
22298
22287
|
],
|
|
22299
22288
|
"type": "object"
|
|
22300
22289
|
},
|
|
@@ -22705,7 +22694,7 @@
|
|
|
22705
22694
|
"description": "缩略轴配置"
|
|
22706
22695
|
},
|
|
22707
22696
|
"direction": {
|
|
22708
|
-
"$ref": "#/definitions/
|
|
22697
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
22709
22698
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
22710
22699
|
},
|
|
22711
22700
|
"extensionMark": {
|
|
@@ -23594,7 +23583,7 @@
|
|
|
23594
23583
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
23595
23584
|
},
|
|
23596
23585
|
"direction": {
|
|
23597
|
-
"$ref": "#/definitions/
|
|
23586
|
+
"$ref": "#/definitions/DirectionType_1"
|
|
23598
23587
|
},
|
|
23599
23588
|
"extensionMark": {
|
|
23600
23589
|
"description": "扩展mark",
|
|
@@ -24561,7 +24550,7 @@
|
|
|
24561
24550
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
24562
24551
|
},
|
|
24563
24552
|
"direction": {
|
|
24564
|
-
"$ref": "#/definitions/
|
|
24553
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
24565
24554
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
24566
24555
|
},
|
|
24567
24556
|
"extensionMark": {
|
|
@@ -24770,6 +24759,222 @@
|
|
|
24770
24759
|
}
|
|
24771
24760
|
]
|
|
24772
24761
|
},
|
|
24762
|
+
"IChartSpec": {
|
|
24763
|
+
"description": "chart spec",
|
|
24764
|
+
"properties": {
|
|
24765
|
+
"animationThreshold": {
|
|
24766
|
+
"description": "自动关闭动画的阀值,对应的是单系列data的长度",
|
|
24767
|
+
"since": "1.2.0",
|
|
24768
|
+
"type": "number"
|
|
24769
|
+
},
|
|
24770
|
+
"autoFit": {
|
|
24771
|
+
"description": "图表宽高是否自适应容器,浏览器环境下默认为 true。\n该配置的优先级高于构造函数中的 autoFit 配置。\n如果用户配置了 width,则以用户配置的 width 为准,height 同理。",
|
|
24772
|
+
"type": "boolean"
|
|
24773
|
+
},
|
|
24774
|
+
"background": {
|
|
24775
|
+
"$ref": "#/definitions/IBackgroundSpec",
|
|
24776
|
+
"description": "图表背景色配置,优先级高于构造函数中的 background 配置"
|
|
24777
|
+
},
|
|
24778
|
+
"brush": {
|
|
24779
|
+
"$ref": "#/definitions/IBrushSpec",
|
|
24780
|
+
"description": "框选配置"
|
|
24781
|
+
},
|
|
24782
|
+
"color": {
|
|
24783
|
+
"anyOf": [
|
|
24784
|
+
{
|
|
24785
|
+
"items": {
|
|
24786
|
+
"type": "string"
|
|
24787
|
+
},
|
|
24788
|
+
"type": "array"
|
|
24789
|
+
},
|
|
24790
|
+
{
|
|
24791
|
+
"$ref": "#/definitions/Omit<IVisualSpecScale<unknown,string>,\"id\">"
|
|
24792
|
+
}
|
|
24793
|
+
],
|
|
24794
|
+
"description": "图表色系配置"
|
|
24795
|
+
},
|
|
24796
|
+
"crosshair": {
|
|
24797
|
+
"anyOf": [
|
|
24798
|
+
{
|
|
24799
|
+
"$ref": "#/definitions/ICartesianCrosshairSpec"
|
|
24800
|
+
},
|
|
24801
|
+
{
|
|
24802
|
+
"$ref": "#/definitions/IPolarCrosshairSpec"
|
|
24803
|
+
},
|
|
24804
|
+
{
|
|
24805
|
+
"items": {
|
|
24806
|
+
"$ref": "#/definitions/ICrosshairSpec"
|
|
24807
|
+
},
|
|
24808
|
+
"type": "array"
|
|
24809
|
+
}
|
|
24810
|
+
],
|
|
24811
|
+
"description": "十字辅助线配置"
|
|
24812
|
+
},
|
|
24813
|
+
"customMark": {
|
|
24814
|
+
"description": "自定义mark",
|
|
24815
|
+
"items": {
|
|
24816
|
+
"$ref": "#/definitions/ICustomMarkSpec<keyofIBuildinMarkSpec>"
|
|
24817
|
+
},
|
|
24818
|
+
"type": "array"
|
|
24819
|
+
},
|
|
24820
|
+
"data": {
|
|
24821
|
+
"$ref": "#/definitions/IData",
|
|
24822
|
+
"description": "数据"
|
|
24823
|
+
},
|
|
24824
|
+
"dataZoom": {
|
|
24825
|
+
"anyOf": [
|
|
24826
|
+
{
|
|
24827
|
+
"$ref": "#/definitions/IDataZoomSpec"
|
|
24828
|
+
},
|
|
24829
|
+
{
|
|
24830
|
+
"items": {
|
|
24831
|
+
"$ref": "#/definitions/IDataZoomSpec"
|
|
24832
|
+
},
|
|
24833
|
+
"type": "array"
|
|
24834
|
+
}
|
|
24835
|
+
],
|
|
24836
|
+
"description": "缩略轴配置"
|
|
24837
|
+
},
|
|
24838
|
+
"height": {
|
|
24839
|
+
"description": "画布高度",
|
|
24840
|
+
"type": "number"
|
|
24841
|
+
},
|
|
24842
|
+
"hover": {
|
|
24843
|
+
"anyOf": [
|
|
24844
|
+
{
|
|
24845
|
+
"typeof": "function"
|
|
24846
|
+
},
|
|
24847
|
+
{
|
|
24848
|
+
"type": "boolean"
|
|
24849
|
+
}
|
|
24850
|
+
],
|
|
24851
|
+
"description": "hover 交互"
|
|
24852
|
+
},
|
|
24853
|
+
"layout": {
|
|
24854
|
+
"$ref": "#/definitions/ILayoutSpec",
|
|
24855
|
+
"description": "布局配置"
|
|
24856
|
+
},
|
|
24857
|
+
"legends": {
|
|
24858
|
+
"anyOf": [
|
|
24859
|
+
{
|
|
24860
|
+
"$ref": "#/definitions/IColorLegendSpec"
|
|
24861
|
+
},
|
|
24862
|
+
{
|
|
24863
|
+
"$ref": "#/definitions/ISizeLegendSpec"
|
|
24864
|
+
},
|
|
24865
|
+
{
|
|
24866
|
+
"$ref": "#/definitions/IDiscreteLegendSpec",
|
|
24867
|
+
"description": "spec"
|
|
24868
|
+
},
|
|
24869
|
+
{
|
|
24870
|
+
"items": {
|
|
24871
|
+
"$ref": "#/definitions/ILegendSpec"
|
|
24872
|
+
},
|
|
24873
|
+
"type": "array"
|
|
24874
|
+
}
|
|
24875
|
+
],
|
|
24876
|
+
"description": "图例配置"
|
|
24877
|
+
},
|
|
24878
|
+
"padding": {
|
|
24879
|
+
"$ref": "#/definitions/ILayoutPaddingSpec",
|
|
24880
|
+
"description": "图表整体 padding 设置"
|
|
24881
|
+
},
|
|
24882
|
+
"player": {
|
|
24883
|
+
"$ref": "#/definitions/IPlayer",
|
|
24884
|
+
"description": "播放器配置"
|
|
24885
|
+
},
|
|
24886
|
+
"region": {
|
|
24887
|
+
"description": "region配置",
|
|
24888
|
+
"items": {
|
|
24889
|
+
"$ref": "#/definitions/IRegionSpec"
|
|
24890
|
+
},
|
|
24891
|
+
"type": "array"
|
|
24892
|
+
},
|
|
24893
|
+
"scales": {
|
|
24894
|
+
"description": "全局 scale 配置",
|
|
24895
|
+
"items": {
|
|
24896
|
+
"$ref": "#/definitions/IVisualSpecScale<unknown,unknown>"
|
|
24897
|
+
},
|
|
24898
|
+
"type": "array"
|
|
24899
|
+
},
|
|
24900
|
+
"scrollBar": {
|
|
24901
|
+
"anyOf": [
|
|
24902
|
+
{
|
|
24903
|
+
"$ref": "#/definitions/IScrollBarSpec"
|
|
24904
|
+
},
|
|
24905
|
+
{
|
|
24906
|
+
"items": {
|
|
24907
|
+
"$ref": "#/definitions/IScrollBarSpec"
|
|
24908
|
+
},
|
|
24909
|
+
"type": "array"
|
|
24910
|
+
}
|
|
24911
|
+
],
|
|
24912
|
+
"description": "滚动条配置"
|
|
24913
|
+
},
|
|
24914
|
+
"select": {
|
|
24915
|
+
"anyOf": [
|
|
24916
|
+
{
|
|
24917
|
+
"typeof": "function"
|
|
24918
|
+
},
|
|
24919
|
+
{
|
|
24920
|
+
"type": "boolean"
|
|
24921
|
+
}
|
|
24922
|
+
],
|
|
24923
|
+
"description": "select 交互"
|
|
24924
|
+
},
|
|
24925
|
+
"series": {
|
|
24926
|
+
"description": "仅在组合图中使用, 文档中除组合图外均未透出该配置",
|
|
24927
|
+
"items": {
|
|
24928
|
+
"$ref": "#/definitions/ISeriesSpec"
|
|
24929
|
+
},
|
|
24930
|
+
"type": "array"
|
|
24931
|
+
},
|
|
24932
|
+
"seriesStyle": {
|
|
24933
|
+
"description": "仅在图表配置了seriesField时生效",
|
|
24934
|
+
"items": {
|
|
24935
|
+
"$ref": "#/definitions/ISeriesStyleItem"
|
|
24936
|
+
},
|
|
24937
|
+
"type": "array"
|
|
24938
|
+
},
|
|
24939
|
+
"stackInverse": {
|
|
24940
|
+
"default": false,
|
|
24941
|
+
"description": "堆积时是否逆序",
|
|
24942
|
+
"since": "1.4.0",
|
|
24943
|
+
"type": "boolean"
|
|
24944
|
+
},
|
|
24945
|
+
"theme": {
|
|
24946
|
+
"anyOf": [
|
|
24947
|
+
{
|
|
24948
|
+
"$ref": "#/definitions/Omit<ITheme,\"name\">"
|
|
24949
|
+
},
|
|
24950
|
+
{
|
|
24951
|
+
"type": "string"
|
|
24952
|
+
}
|
|
24953
|
+
],
|
|
24954
|
+
"description": "图表上的主题定义。\n可以直接配置主题名,前提是该主题名已经注册"
|
|
24955
|
+
},
|
|
24956
|
+
"title": {
|
|
24957
|
+
"$ref": "#/definitions/ITitleSpec",
|
|
24958
|
+
"description": "图表标题配置"
|
|
24959
|
+
},
|
|
24960
|
+
"tooltip": {
|
|
24961
|
+
"$ref": "#/definitions/ITooltipSpec",
|
|
24962
|
+
"description": "tooltip配置"
|
|
24963
|
+
},
|
|
24964
|
+
"type": {
|
|
24965
|
+
"description": "图表类型",
|
|
24966
|
+
"type": "string"
|
|
24967
|
+
},
|
|
24968
|
+
"width": {
|
|
24969
|
+
"description": "画布宽度",
|
|
24970
|
+
"type": "number"
|
|
24971
|
+
}
|
|
24972
|
+
},
|
|
24973
|
+
"required": [
|
|
24974
|
+
"type"
|
|
24975
|
+
],
|
|
24976
|
+
"type": "object"
|
|
24977
|
+
},
|
|
24773
24978
|
"ICirclePackingChartSpec": {
|
|
24774
24979
|
"properties": {
|
|
24775
24980
|
"animation": {
|
|
@@ -29673,9 +29878,6 @@
|
|
|
29673
29878
|
},
|
|
29674
29879
|
"IDataSetOptions": {
|
|
29675
29880
|
"properties": {
|
|
29676
|
-
"logger": {
|
|
29677
|
-
"$ref": "#/definitions/Logger"
|
|
29678
|
-
},
|
|
29679
29881
|
"name": {
|
|
29680
29882
|
"type": "string"
|
|
29681
29883
|
}
|
|
@@ -31243,7 +31445,7 @@
|
|
|
31243
31445
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
31244
31446
|
},
|
|
31245
31447
|
"direction": {
|
|
31246
|
-
"$ref": "#/definitions/
|
|
31448
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
31247
31449
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
31248
31450
|
},
|
|
31249
31451
|
"dot": {
|
|
@@ -36831,7 +37033,7 @@
|
|
|
36831
37033
|
"description": "缩略轴配置"
|
|
36832
37034
|
},
|
|
36833
37035
|
"direction": {
|
|
36834
|
-
"$ref": "#/definitions/
|
|
37036
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
36835
37037
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
36836
37038
|
},
|
|
36837
37039
|
"extensionMark": {
|
|
@@ -37494,7 +37696,7 @@
|
|
|
37494
37696
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
37495
37697
|
},
|
|
37496
37698
|
"direction": {
|
|
37497
|
-
"$ref": "#/definitions/
|
|
37699
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
37498
37700
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
37499
37701
|
},
|
|
37500
37702
|
"extensionMark": {
|
|
@@ -38007,7 +38209,7 @@
|
|
|
38007
38209
|
"description": "缩略轴配置"
|
|
38008
38210
|
},
|
|
38009
38211
|
"direction": {
|
|
38010
|
-
"$ref": "#/definitions/
|
|
38212
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
38011
38213
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
38012
38214
|
},
|
|
38013
38215
|
"extensionMark": {
|
|
@@ -38562,9 +38764,7 @@
|
|
|
38562
38764
|
}
|
|
38563
38765
|
},
|
|
38564
38766
|
"required": [
|
|
38565
|
-
"type"
|
|
38566
|
-
"xField",
|
|
38567
|
-
"yField"
|
|
38767
|
+
"type"
|
|
38568
38768
|
],
|
|
38569
38769
|
"type": "object"
|
|
38570
38770
|
},
|
|
@@ -38801,7 +39001,7 @@
|
|
|
38801
39001
|
"description": "缩略轴配置"
|
|
38802
39002
|
},
|
|
38803
39003
|
"direction": {
|
|
38804
|
-
"$ref": "#/definitions/
|
|
39004
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
38805
39005
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
38806
39006
|
},
|
|
38807
39007
|
"extensionMark": {
|
|
@@ -39356,9 +39556,7 @@
|
|
|
39356
39556
|
}
|
|
39357
39557
|
},
|
|
39358
39558
|
"required": [
|
|
39359
|
-
"type"
|
|
39360
|
-
"xField",
|
|
39361
|
-
"yField"
|
|
39559
|
+
"type"
|
|
39362
39560
|
],
|
|
39363
39561
|
"type": "object"
|
|
39364
39562
|
},
|
|
@@ -41349,7 +41547,7 @@
|
|
|
41349
41547
|
"description": "缩略轴配置"
|
|
41350
41548
|
},
|
|
41351
41549
|
"direction": {
|
|
41352
|
-
"$ref": "#/definitions/
|
|
41550
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
41353
41551
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
41354
41552
|
},
|
|
41355
41553
|
"extensionMark": {
|
|
@@ -41944,9 +42142,7 @@
|
|
|
41944
42142
|
}
|
|
41945
42143
|
},
|
|
41946
42144
|
"required": [
|
|
41947
|
-
"type"
|
|
41948
|
-
"xField",
|
|
41949
|
-
"yField"
|
|
42145
|
+
"type"
|
|
41950
42146
|
],
|
|
41951
42147
|
"type": "object"
|
|
41952
42148
|
},
|
|
@@ -42337,7 +42533,7 @@
|
|
|
42337
42533
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
42338
42534
|
},
|
|
42339
42535
|
"direction": {
|
|
42340
|
-
"$ref": "#/definitions/
|
|
42536
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
42341
42537
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
42342
42538
|
},
|
|
42343
42539
|
"extensionMark": {
|
|
@@ -42582,9 +42778,7 @@
|
|
|
42582
42778
|
}
|
|
42583
42779
|
},
|
|
42584
42780
|
"required": [
|
|
42585
|
-
"type"
|
|
42586
|
-
"xField",
|
|
42587
|
-
"yField"
|
|
42781
|
+
"type"
|
|
42588
42782
|
],
|
|
42589
42783
|
"type": "object"
|
|
42590
42784
|
},
|
|
@@ -42862,7 +43056,7 @@
|
|
|
42862
43056
|
"description": "缩略轴配置"
|
|
42863
43057
|
},
|
|
42864
43058
|
"direction": {
|
|
42865
|
-
"$ref": "#/definitions/
|
|
43059
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
42866
43060
|
"default": "Direction.horizontal",
|
|
42867
43061
|
"description": "方向"
|
|
42868
43062
|
},
|
|
@@ -43228,7 +43422,7 @@
|
|
|
43228
43422
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
43229
43423
|
},
|
|
43230
43424
|
"direction": {
|
|
43231
|
-
"$ref": "#/definitions/
|
|
43425
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
43232
43426
|
"default": "Direction.horizontal",
|
|
43233
43427
|
"description": "方向"
|
|
43234
43428
|
},
|
|
@@ -43443,7 +43637,7 @@
|
|
|
43443
43637
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
43444
43638
|
},
|
|
43445
43639
|
"direction": {
|
|
43446
|
-
"$ref": "#/definitions/
|
|
43640
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
43447
43641
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
43448
43642
|
},
|
|
43449
43643
|
"dotSeriesIndex": {
|
|
@@ -43659,57 +43853,6 @@
|
|
|
43659
43853
|
},
|
|
43660
43854
|
"type": "object"
|
|
43661
43855
|
},
|
|
43662
|
-
"ILogger": {
|
|
43663
|
-
"properties": {
|
|
43664
|
-
"addErrorHandler": {
|
|
43665
|
-
"typeof": "function"
|
|
43666
|
-
},
|
|
43667
|
-
"canLogDebug": {
|
|
43668
|
-
"typeof": "function"
|
|
43669
|
-
},
|
|
43670
|
-
"canLogError": {
|
|
43671
|
-
"typeof": "function"
|
|
43672
|
-
},
|
|
43673
|
-
"canLogInfo": {
|
|
43674
|
-
"typeof": "function"
|
|
43675
|
-
},
|
|
43676
|
-
"canLogWarn": {
|
|
43677
|
-
"typeof": "function"
|
|
43678
|
-
},
|
|
43679
|
-
"debug": {
|
|
43680
|
-
"typeof": "function"
|
|
43681
|
-
},
|
|
43682
|
-
"error": {
|
|
43683
|
-
"typeof": "function"
|
|
43684
|
-
},
|
|
43685
|
-
"info": {
|
|
43686
|
-
"typeof": "function"
|
|
43687
|
-
},
|
|
43688
|
-
"level": {
|
|
43689
|
-
"typeof": "function"
|
|
43690
|
-
},
|
|
43691
|
-
"removeErrorHandler": {
|
|
43692
|
-
"typeof": "function"
|
|
43693
|
-
},
|
|
43694
|
-
"warn": {
|
|
43695
|
-
"typeof": "function"
|
|
43696
|
-
}
|
|
43697
|
-
},
|
|
43698
|
-
"required": [
|
|
43699
|
-
"addErrorHandler",
|
|
43700
|
-
"canLogDebug",
|
|
43701
|
-
"canLogError",
|
|
43702
|
-
"canLogInfo",
|
|
43703
|
-
"canLogWarn",
|
|
43704
|
-
"debug",
|
|
43705
|
-
"error",
|
|
43706
|
-
"info",
|
|
43707
|
-
"level",
|
|
43708
|
-
"removeErrorHandler",
|
|
43709
|
-
"warn"
|
|
43710
|
-
],
|
|
43711
|
-
"type": "object"
|
|
43712
|
-
},
|
|
43713
43856
|
"IMapChartSpec": {
|
|
43714
43857
|
"properties": {
|
|
43715
43858
|
"animation": {
|
|
@@ -47851,7 +47994,7 @@
|
|
|
47851
47994
|
"description": "控制器"
|
|
47852
47995
|
},
|
|
47853
47996
|
"direction": {
|
|
47854
|
-
"$ref": "#/definitions/
|
|
47997
|
+
"$ref": "#/definitions/DirectionType",
|
|
47855
47998
|
"default": "'default'",
|
|
47856
47999
|
"description": "离散轴支持三种播放方向, 连续型仅支持'default'."
|
|
47857
48000
|
},
|
|
@@ -51100,7 +51243,7 @@
|
|
|
51100
51243
|
"description": "缩略轴配置"
|
|
51101
51244
|
},
|
|
51102
51245
|
"direction": {
|
|
51103
|
-
"$ref": "#/definitions/
|
|
51246
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
51104
51247
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
51105
51248
|
},
|
|
51106
51249
|
"extensionMark": {
|
|
@@ -51691,9 +51834,7 @@
|
|
|
51691
51834
|
}
|
|
51692
51835
|
},
|
|
51693
51836
|
"required": [
|
|
51694
|
-
"type"
|
|
51695
|
-
"xField",
|
|
51696
|
-
"yField"
|
|
51837
|
+
"type"
|
|
51697
51838
|
],
|
|
51698
51839
|
"type": "object"
|
|
51699
51840
|
},
|
|
@@ -51822,7 +51963,7 @@
|
|
|
51822
51963
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
51823
51964
|
},
|
|
51824
51965
|
"direction": {
|
|
51825
|
-
"$ref": "#/definitions/
|
|
51966
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
51826
51967
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
51827
51968
|
},
|
|
51828
51969
|
"extensionMark": {
|
|
@@ -52063,9 +52204,7 @@
|
|
|
52063
52204
|
}
|
|
52064
52205
|
},
|
|
52065
52206
|
"required": [
|
|
52066
|
-
"type"
|
|
52067
|
-
"xField",
|
|
52068
|
-
"yField"
|
|
52207
|
+
"type"
|
|
52069
52208
|
],
|
|
52070
52209
|
"type": "object"
|
|
52071
52210
|
},
|
|
@@ -52302,7 +52441,7 @@
|
|
|
52302
52441
|
"description": "缩略轴配置"
|
|
52303
52442
|
},
|
|
52304
52443
|
"direction": {
|
|
52305
|
-
"$ref": "#/definitions/
|
|
52444
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
52306
52445
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
52307
52446
|
},
|
|
52308
52447
|
"extensionMark": {
|
|
@@ -52866,9 +53005,7 @@
|
|
|
52866
53005
|
"required": [
|
|
52867
53006
|
"maxField",
|
|
52868
53007
|
"minField",
|
|
52869
|
-
"type"
|
|
52870
|
-
"xField",
|
|
52871
|
-
"yField"
|
|
53008
|
+
"type"
|
|
52872
53009
|
],
|
|
52873
53010
|
"type": "object"
|
|
52874
53011
|
},
|
|
@@ -53037,7 +53174,7 @@
|
|
|
53037
53174
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
53038
53175
|
},
|
|
53039
53176
|
"direction": {
|
|
53040
|
-
"$ref": "#/definitions/
|
|
53177
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
53041
53178
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
53042
53179
|
},
|
|
53043
53180
|
"extensionMark": {
|
|
@@ -53250,9 +53387,7 @@
|
|
|
53250
53387
|
"required": [
|
|
53251
53388
|
"maxField",
|
|
53252
53389
|
"minField",
|
|
53253
|
-
"type"
|
|
53254
|
-
"xField",
|
|
53255
|
-
"yField"
|
|
53390
|
+
"type"
|
|
53256
53391
|
],
|
|
53257
53392
|
"type": "object"
|
|
53258
53393
|
},
|
|
@@ -53489,7 +53624,7 @@
|
|
|
53489
53624
|
"description": "缩略轴配置"
|
|
53490
53625
|
},
|
|
53491
53626
|
"direction": {
|
|
53492
|
-
"$ref": "#/definitions/
|
|
53627
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
53493
53628
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
53494
53629
|
},
|
|
53495
53630
|
"extensionMark": {
|
|
@@ -54053,9 +54188,7 @@
|
|
|
54053
54188
|
"required": [
|
|
54054
54189
|
"maxField",
|
|
54055
54190
|
"minField",
|
|
54056
|
-
"type"
|
|
54057
|
-
"xField",
|
|
54058
|
-
"yField"
|
|
54191
|
+
"type"
|
|
54059
54192
|
],
|
|
54060
54193
|
"type": "object"
|
|
54061
54194
|
},
|
|
@@ -54224,7 +54357,7 @@
|
|
|
54224
54357
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
54225
54358
|
},
|
|
54226
54359
|
"direction": {
|
|
54227
|
-
"$ref": "#/definitions/
|
|
54360
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
54228
54361
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
54229
54362
|
},
|
|
54230
54363
|
"extensionMark": {
|
|
@@ -54438,9 +54571,7 @@
|
|
|
54438
54571
|
"required": [
|
|
54439
54572
|
"maxField",
|
|
54440
54573
|
"minField",
|
|
54441
|
-
"type"
|
|
54442
|
-
"xField",
|
|
54443
|
-
"yField"
|
|
54574
|
+
"type"
|
|
54444
54575
|
],
|
|
54445
54576
|
"type": "object"
|
|
54446
54577
|
},
|
|
@@ -56536,7 +56667,7 @@
|
|
|
56536
56667
|
"description": "缩略轴配置"
|
|
56537
56668
|
},
|
|
56538
56669
|
"direction": {
|
|
56539
|
-
"$ref": "#/definitions/
|
|
56670
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
56540
56671
|
"description": "图表布局方向"
|
|
56541
56672
|
},
|
|
56542
56673
|
"emphasis": {
|
|
@@ -56958,7 +57089,7 @@
|
|
|
56958
57089
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
56959
57090
|
},
|
|
56960
57091
|
"direction": {
|
|
56961
|
-
"$ref": "#/definitions/
|
|
57092
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
56962
57093
|
"description": "图表布局方向"
|
|
56963
57094
|
},
|
|
56964
57095
|
"emphasis": {
|
|
@@ -57373,7 +57504,7 @@
|
|
|
57373
57504
|
"description": "缩略轴配置"
|
|
57374
57505
|
},
|
|
57375
57506
|
"direction": {
|
|
57376
|
-
"$ref": "#/definitions/
|
|
57507
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
57377
57508
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
57378
57509
|
},
|
|
57379
57510
|
"extensionMark": {
|
|
@@ -57960,9 +58091,7 @@
|
|
|
57960
58091
|
}
|
|
57961
58092
|
},
|
|
57962
58093
|
"required": [
|
|
57963
|
-
"type"
|
|
57964
|
-
"xField",
|
|
57965
|
-
"yField"
|
|
58094
|
+
"type"
|
|
57966
58095
|
],
|
|
57967
58096
|
"type": "object"
|
|
57968
58097
|
},
|
|
@@ -58069,7 +58198,7 @@
|
|
|
58069
58198
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
58070
58199
|
},
|
|
58071
58200
|
"direction": {
|
|
58072
|
-
"$ref": "#/definitions/
|
|
58201
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
58073
58202
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
58074
58203
|
},
|
|
58075
58204
|
"extensionMark": {
|
|
@@ -58306,9 +58435,7 @@
|
|
|
58306
58435
|
}
|
|
58307
58436
|
},
|
|
58308
58437
|
"required": [
|
|
58309
|
-
"type"
|
|
58310
|
-
"xField",
|
|
58311
|
-
"yField"
|
|
58438
|
+
"type"
|
|
58312
58439
|
],
|
|
58313
58440
|
"type": "object"
|
|
58314
58441
|
},
|
|
@@ -66099,7 +66226,7 @@
|
|
|
66099
66226
|
"description": "缩略轴配置"
|
|
66100
66227
|
},
|
|
66101
66228
|
"direction": {
|
|
66102
|
-
"$ref": "#/definitions/
|
|
66229
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
66103
66230
|
"description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
|
|
66104
66231
|
},
|
|
66105
66232
|
"extensionMark": {
|
|
@@ -66683,9 +66810,7 @@
|
|
|
66683
66810
|
}
|
|
66684
66811
|
},
|
|
66685
66812
|
"required": [
|
|
66686
|
-
"type"
|
|
66687
|
-
"xField",
|
|
66688
|
-
"yField"
|
|
66813
|
+
"type"
|
|
66689
66814
|
],
|
|
66690
66815
|
"type": "object"
|
|
66691
66816
|
},
|
|
@@ -66854,7 +66979,7 @@
|
|
|
66854
66979
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
66855
66980
|
},
|
|
66856
66981
|
"direction": {
|
|
66857
|
-
"$ref": "#/definitions/
|
|
66982
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
66858
66983
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
66859
66984
|
},
|
|
66860
66985
|
"extensionMark": {
|
|
@@ -67088,9 +67213,7 @@
|
|
|
67088
67213
|
}
|
|
67089
67214
|
},
|
|
67090
67215
|
"required": [
|
|
67091
|
-
"type"
|
|
67092
|
-
"xField",
|
|
67093
|
-
"yField"
|
|
67216
|
+
"type"
|
|
67094
67217
|
],
|
|
67095
67218
|
"type": "object"
|
|
67096
67219
|
},
|
|
@@ -69283,22 +69406,9 @@
|
|
|
69283
69406
|
"LockManager": {
|
|
69284
69407
|
"type": "object"
|
|
69285
69408
|
},
|
|
69286
|
-
"Logger": {
|
|
69287
|
-
"properties": {
|
|
69288
|
-
"_level": {},
|
|
69289
|
-
"_method": {},
|
|
69290
|
-
"_onErrorHandler": {}
|
|
69291
|
-
},
|
|
69292
|
-
"required": [
|
|
69293
|
-
"_level",
|
|
69294
|
-
"_method",
|
|
69295
|
-
"_onErrorHandler"
|
|
69296
|
-
],
|
|
69297
|
-
"type": "object"
|
|
69298
|
-
},
|
|
69299
69409
|
"Map<Function,(...args:any[])=>void>": {
|
|
69300
69410
|
"properties": {
|
|
69301
|
-
"__@toStringTag@
|
|
69411
|
+
"__@toStringTag@12048": {
|
|
69302
69412
|
"type": "string"
|
|
69303
69413
|
},
|
|
69304
69414
|
"size": {
|
|
@@ -69306,14 +69416,14 @@
|
|
|
69306
69416
|
}
|
|
69307
69417
|
},
|
|
69308
69418
|
"required": [
|
|
69309
|
-
"__@toStringTag@
|
|
69419
|
+
"__@toStringTag@12048",
|
|
69310
69420
|
"size"
|
|
69311
69421
|
],
|
|
69312
69422
|
"type": "object"
|
|
69313
69423
|
},
|
|
69314
69424
|
"Map<number,IGraphicPicker>": {
|
|
69315
69425
|
"properties": {
|
|
69316
|
-
"__@toStringTag@
|
|
69426
|
+
"__@toStringTag@12048": {
|
|
69317
69427
|
"type": "string"
|
|
69318
69428
|
},
|
|
69319
69429
|
"size": {
|
|
@@ -69321,14 +69431,14 @@
|
|
|
69321
69431
|
}
|
|
69322
69432
|
},
|
|
69323
69433
|
"required": [
|
|
69324
|
-
"__@toStringTag@
|
|
69434
|
+
"__@toStringTag@12048",
|
|
69325
69435
|
"size"
|
|
69326
69436
|
],
|
|
69327
69437
|
"type": "object"
|
|
69328
69438
|
},
|
|
69329
69439
|
"Map<number,IGraphicRender>": {
|
|
69330
69440
|
"properties": {
|
|
69331
|
-
"__@toStringTag@
|
|
69441
|
+
"__@toStringTag@12048": {
|
|
69332
69442
|
"type": "string"
|
|
69333
69443
|
},
|
|
69334
69444
|
"size": {
|
|
@@ -69336,14 +69446,14 @@
|
|
|
69336
69446
|
}
|
|
69337
69447
|
},
|
|
69338
69448
|
"required": [
|
|
69339
|
-
"__@toStringTag@
|
|
69449
|
+
"__@toStringTag@12048",
|
|
69340
69450
|
"size"
|
|
69341
69451
|
],
|
|
69342
69452
|
"type": "object"
|
|
69343
69453
|
},
|
|
69344
69454
|
"Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
|
|
69345
69455
|
"properties": {
|
|
69346
|
-
"__@toStringTag@
|
|
69456
|
+
"__@toStringTag@12048": {
|
|
69347
69457
|
"type": "string"
|
|
69348
69458
|
},
|
|
69349
69459
|
"size": {
|
|
@@ -69351,14 +69461,14 @@
|
|
|
69351
69461
|
}
|
|
69352
69462
|
},
|
|
69353
69463
|
"required": [
|
|
69354
|
-
"__@toStringTag@
|
|
69464
|
+
"__@toStringTag@12048",
|
|
69355
69465
|
"size"
|
|
69356
69466
|
],
|
|
69357
69467
|
"type": "object"
|
|
69358
69468
|
},
|
|
69359
69469
|
"Map<string,Map<number,IGraphicRender>>": {
|
|
69360
69470
|
"properties": {
|
|
69361
|
-
"__@toStringTag@
|
|
69471
|
+
"__@toStringTag@12048": {
|
|
69362
69472
|
"type": "string"
|
|
69363
69473
|
},
|
|
69364
69474
|
"size": {
|
|
@@ -69366,14 +69476,14 @@
|
|
|
69366
69476
|
}
|
|
69367
69477
|
},
|
|
69368
69478
|
"required": [
|
|
69369
|
-
"__@toStringTag@
|
|
69479
|
+
"__@toStringTag@12048",
|
|
69370
69480
|
"size"
|
|
69371
69481
|
],
|
|
69372
69482
|
"type": "object"
|
|
69373
69483
|
},
|
|
69374
69484
|
"Map<string,any>": {
|
|
69375
69485
|
"properties": {
|
|
69376
|
-
"__@toStringTag@
|
|
69486
|
+
"__@toStringTag@12048": {
|
|
69377
69487
|
"type": "string"
|
|
69378
69488
|
},
|
|
69379
69489
|
"size": {
|
|
@@ -69381,14 +69491,14 @@
|
|
|
69381
69491
|
}
|
|
69382
69492
|
},
|
|
69383
69493
|
"required": [
|
|
69384
|
-
"__@toStringTag@
|
|
69494
|
+
"__@toStringTag@12048",
|
|
69385
69495
|
"size"
|
|
69386
69496
|
],
|
|
69387
69497
|
"type": "object"
|
|
69388
69498
|
},
|
|
69389
69499
|
"Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
|
|
69390
69500
|
"properties": {
|
|
69391
|
-
"__@toStringTag@
|
|
69501
|
+
"__@toStringTag@12048": {
|
|
69392
69502
|
"type": "string"
|
|
69393
69503
|
},
|
|
69394
69504
|
"size": {
|
|
@@ -69396,14 +69506,14 @@
|
|
|
69396
69506
|
}
|
|
69397
69507
|
},
|
|
69398
69508
|
"required": [
|
|
69399
|
-
"__@toStringTag@
|
|
69509
|
+
"__@toStringTag@12048",
|
|
69400
69510
|
"size"
|
|
69401
69511
|
],
|
|
69402
69512
|
"type": "object"
|
|
69403
69513
|
},
|
|
69404
69514
|
"Map<string|HTMLElement,{container:string|HTMLElement;dom:HTMLElement;wrapGroup:HTMLDivElement;}>": {
|
|
69405
69515
|
"properties": {
|
|
69406
|
-
"__@toStringTag@
|
|
69516
|
+
"__@toStringTag@12048": {
|
|
69407
69517
|
"type": "string"
|
|
69408
69518
|
},
|
|
69409
69519
|
"size": {
|
|
@@ -69411,14 +69521,14 @@
|
|
|
69411
69521
|
}
|
|
69412
69522
|
},
|
|
69413
69523
|
"required": [
|
|
69414
|
-
"__@toStringTag@
|
|
69524
|
+
"__@toStringTag@12048",
|
|
69415
69525
|
"size"
|
|
69416
69526
|
],
|
|
69417
69527
|
"type": "object"
|
|
69418
69528
|
},
|
|
69419
69529
|
"Map<string|number,IAnimate>": {
|
|
69420
69530
|
"properties": {
|
|
69421
|
-
"__@toStringTag@
|
|
69531
|
+
"__@toStringTag@12048": {
|
|
69422
69532
|
"type": "string"
|
|
69423
69533
|
},
|
|
69424
69534
|
"size": {
|
|
@@ -69426,7 +69536,7 @@
|
|
|
69426
69536
|
}
|
|
69427
69537
|
},
|
|
69428
69538
|
"required": [
|
|
69429
|
-
"__@toStringTag@
|
|
69539
|
+
"__@toStringTag@12048",
|
|
69430
69540
|
"size"
|
|
69431
69541
|
],
|
|
69432
69542
|
"type": "object"
|
|
@@ -70398,7 +70508,7 @@
|
|
|
70398
70508
|
"description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
|
|
70399
70509
|
},
|
|
70400
70510
|
"direction": {
|
|
70401
|
-
"$ref": "#/definitions/
|
|
70511
|
+
"$ref": "#/definitions/DirectionType_1",
|
|
70402
70512
|
"description": "direction\nrow means layout by rows,col means layout by columns"
|
|
70403
70513
|
},
|
|
70404
70514
|
"extensionMark": {
|
|
@@ -70597,10 +70707,6 @@
|
|
|
70597
70707
|
"description": "z轴字段\n用于3d散点图等"
|
|
70598
70708
|
}
|
|
70599
70709
|
},
|
|
70600
|
-
"required": [
|
|
70601
|
-
"xField",
|
|
70602
|
-
"yField"
|
|
70603
|
-
],
|
|
70604
70710
|
"type": "object"
|
|
70605
70711
|
},
|
|
70606
70712
|
"Omit<ICartesianAxisCommonSpec,\"inverse\">": {
|
|
@@ -85490,34 +85596,34 @@
|
|
|
85490
85596
|
},
|
|
85491
85597
|
"Promise<FontFaceSet>": {
|
|
85492
85598
|
"properties": {
|
|
85493
|
-
"__@toStringTag@
|
|
85599
|
+
"__@toStringTag@12048": {
|
|
85494
85600
|
"type": "string"
|
|
85495
85601
|
}
|
|
85496
85602
|
},
|
|
85497
85603
|
"required": [
|
|
85498
|
-
"__@toStringTag@
|
|
85604
|
+
"__@toStringTag@12048"
|
|
85499
85605
|
],
|
|
85500
85606
|
"type": "object"
|
|
85501
85607
|
},
|
|
85502
85608
|
"Promise<ServiceWorkerRegistration>": {
|
|
85503
85609
|
"properties": {
|
|
85504
|
-
"__@toStringTag@
|
|
85610
|
+
"__@toStringTag@12048": {
|
|
85505
85611
|
"type": "string"
|
|
85506
85612
|
}
|
|
85507
85613
|
},
|
|
85508
85614
|
"required": [
|
|
85509
|
-
"__@toStringTag@
|
|
85615
|
+
"__@toStringTag@12048"
|
|
85510
85616
|
],
|
|
85511
85617
|
"type": "object"
|
|
85512
85618
|
},
|
|
85513
85619
|
"Promise<any>": {
|
|
85514
85620
|
"properties": {
|
|
85515
|
-
"__@toStringTag@
|
|
85621
|
+
"__@toStringTag@12048": {
|
|
85516
85622
|
"type": "string"
|
|
85517
85623
|
}
|
|
85518
85624
|
},
|
|
85519
85625
|
"required": [
|
|
85520
|
-
"__@toStringTag@
|
|
85626
|
+
"__@toStringTag@12048"
|
|
85521
85627
|
],
|
|
85522
85628
|
"type": "object"
|
|
85523
85629
|
},
|