@visactor/vchart-schema 1.12.13 → 1.12.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +147 -125
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.13",
3
+ "version": "1.12.14",
4
4
  "description": "The VChart JSON schema file.",
5
5
  "sideEffects": false,
6
6
  "main": "vchart.json",
package/vchart.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "anyOf": [
4
4
  {
5
- "$ref": "#/definitions/IChartSpec"
5
+ "$ref": "#/definitions/ILineChartSpec"
6
6
  },
7
7
  {
8
- "$ref": "#/definitions/ILineChartSpec"
8
+ "$ref": "#/definitions/IChartSpec"
9
9
  },
10
10
  {
11
11
  "$ref": "#/definitions/IBarChartSpec"
@@ -6925,17 +6925,17 @@
6925
6925
  "type": "string"
6926
6926
  },
6927
6927
  "DirectionType": {
6928
- "description": "播放方向\ndefault 默认的\nreverse 反方向",
6929
6928
  "enum": [
6930
- "default",
6931
- "reverse"
6929
+ "horizontal",
6930
+ "vertical"
6932
6931
  ],
6933
6932
  "type": "string"
6934
6933
  },
6935
6934
  "DirectionType_1": {
6935
+ "description": "播放方向\ndefault 默认的\nreverse 反方向",
6936
6936
  "enum": [
6937
- "horizontal",
6938
- "vertical"
6937
+ "default",
6938
+ "reverse"
6939
6939
  ],
6940
6940
  "type": "string"
6941
6941
  },
@@ -18698,7 +18698,7 @@
18698
18698
  "description": "缩略轴配置"
18699
18699
  },
18700
18700
  "direction": {
18701
- "$ref": "#/definitions/DirectionType_1",
18701
+ "$ref": "#/definitions/DirectionType",
18702
18702
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
18703
18703
  },
18704
18704
  "extensionMark": {
@@ -20068,7 +20068,7 @@
20068
20068
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
20069
20069
  },
20070
20070
  "direction": {
20071
- "$ref": "#/definitions/DirectionType_1",
20071
+ "$ref": "#/definitions/DirectionType",
20072
20072
  "description": "direction\nrow means layout by rows,col means layout by columns"
20073
20073
  },
20074
20074
  "extensionMark": {
@@ -20836,7 +20836,7 @@
20836
20836
  "description": "缩略轴配置"
20837
20837
  },
20838
20838
  "direction": {
20839
- "$ref": "#/definitions/DirectionType_1",
20839
+ "$ref": "#/definitions/DirectionType",
20840
20840
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
20841
20841
  },
20842
20842
  "extensionMark": {
@@ -22025,7 +22025,7 @@
22025
22025
  "description": "缩略轴配置"
22026
22026
  },
22027
22027
  "direction": {
22028
- "$ref": "#/definitions/DirectionType_1",
22028
+ "$ref": "#/definitions/DirectionType",
22029
22029
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
22030
22030
  },
22031
22031
  "extensionMark": {
@@ -23097,7 +23097,7 @@
23097
23097
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
23098
23098
  },
23099
23099
  "direction": {
23100
- "$ref": "#/definitions/DirectionType_1",
23100
+ "$ref": "#/definitions/DirectionType",
23101
23101
  "description": "direction\nrow means layout by rows,col means layout by columns"
23102
23102
  },
23103
23103
  "extensionMark": {
@@ -23769,7 +23769,7 @@
23769
23769
  "description": "缩略轴配置"
23770
23770
  },
23771
23771
  "direction": {
23772
- "$ref": "#/definitions/DirectionType_1",
23772
+ "$ref": "#/definitions/DirectionType",
23773
23773
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
23774
23774
  },
23775
23775
  "extensionMark": {
@@ -24990,7 +24990,7 @@
24990
24990
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
24991
24991
  },
24992
24992
  "direction": {
24993
- "$ref": "#/definitions/DirectionType_1"
24993
+ "$ref": "#/definitions/DirectionType"
24994
24994
  },
24995
24995
  "extensionMark": {
24996
24996
  "description": "扩展mark",
@@ -26226,7 +26226,7 @@
26226
26226
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
26227
26227
  },
26228
26228
  "direction": {
26229
- "$ref": "#/definitions/DirectionType_1",
26229
+ "$ref": "#/definitions/DirectionType",
26230
26230
  "description": "direction\nrow means layout by rows,col means layout by columns"
26231
26231
  },
26232
26232
  "extensionMark": {
@@ -27471,10 +27471,10 @@
27471
27471
  "animationDisappear": {
27472
27472
  "anyOf": [
27473
27473
  {
27474
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
27474
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
27475
27475
  },
27476
27476
  {
27477
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
27477
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
27478
27478
  },
27479
27479
  {
27480
27480
  "type": "boolean"
@@ -27485,10 +27485,10 @@
27485
27485
  "animationEnter": {
27486
27486
  "anyOf": [
27487
27487
  {
27488
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
27488
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
27489
27489
  },
27490
27490
  {
27491
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
27491
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
27492
27492
  },
27493
27493
  {
27494
27494
  "type": "boolean"
@@ -27499,10 +27499,10 @@
27499
27499
  "animationExit": {
27500
27500
  "anyOf": [
27501
27501
  {
27502
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
27502
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
27503
27503
  },
27504
27504
  {
27505
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
27505
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
27506
27506
  },
27507
27507
  {
27508
27508
  "type": "boolean"
@@ -27534,10 +27534,10 @@
27534
27534
  "animationUpdate": {
27535
27535
  "anyOf": [
27536
27536
  {
27537
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
27537
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
27538
27538
  },
27539
27539
  {
27540
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
27540
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
27541
27541
  },
27542
27542
  {
27543
27543
  "type": "boolean"
@@ -28030,10 +28030,10 @@
28030
28030
  "animationDisappear": {
28031
28031
  "anyOf": [
28032
28032
  {
28033
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
28033
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
28034
28034
  },
28035
28035
  {
28036
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
28036
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
28037
28037
  },
28038
28038
  {
28039
28039
  "type": "boolean"
@@ -28044,10 +28044,10 @@
28044
28044
  "animationEnter": {
28045
28045
  "anyOf": [
28046
28046
  {
28047
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
28047
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
28048
28048
  },
28049
28049
  {
28050
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
28050
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
28051
28051
  },
28052
28052
  {
28053
28053
  "type": "boolean"
@@ -28058,10 +28058,10 @@
28058
28058
  "animationExit": {
28059
28059
  "anyOf": [
28060
28060
  {
28061
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
28061
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
28062
28062
  },
28063
28063
  {
28064
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
28064
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
28065
28065
  },
28066
28066
  {
28067
28067
  "type": "boolean"
@@ -28093,10 +28093,10 @@
28093
28093
  "animationUpdate": {
28094
28094
  "anyOf": [
28095
28095
  {
28096
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
28096
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
28097
28097
  },
28098
28098
  {
28099
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
28099
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
28100
28100
  },
28101
28101
  {
28102
28102
  "type": "boolean"
@@ -29570,58 +29570,58 @@
29570
29570
  "$ref": "#/definitions/IWaterfallSeriesSpec"
29571
29571
  },
29572
29572
  {
29573
- "$ref": "#/definitions/IPieSeriesSpec"
29573
+ "$ref": "#/definitions/ILineSeriesSpec"
29574
29574
  },
29575
29575
  {
29576
- "$ref": "#/definitions/IPie3dSeriesSpec"
29576
+ "$ref": "#/definitions/IScatterSeriesSpec"
29577
29577
  },
29578
29578
  {
29579
- "$ref": "#/definitions/ITreemapSeriesSpec"
29579
+ "$ref": "#/definitions/IMapSeriesSpec"
29580
29580
  },
29581
29581
  {
29582
- "$ref": "#/definitions/ISunburstSeriesSpec"
29582
+ "$ref": "#/definitions/IPieSeriesSpec"
29583
29583
  },
29584
29584
  {
29585
- "$ref": "#/definitions/ICirclePackingSeriesSpec"
29585
+ "$ref": "#/definitions/IPie3dSeriesSpec"
29586
29586
  },
29587
29587
  {
29588
- "$ref": "#/definitions/IBoxPlotSeriesSpec"
29588
+ "$ref": "#/definitions/IRoseSeriesSpec"
29589
29589
  },
29590
29590
  {
29591
- "$ref": "#/definitions/ILineSeriesSpec"
29591
+ "$ref": "#/definitions/IRadarSeriesSpec"
29592
29592
  },
29593
29593
  {
29594
- "$ref": "#/definitions/IAreaSeriesSpec"
29594
+ "$ref": "#/definitions/IRangeColumnChartSpec"
29595
29595
  },
29596
29596
  {
29597
- "$ref": "#/definitions/IMapSeriesSpec"
29597
+ "$ref": "#/definitions/IAreaSeriesSpec"
29598
29598
  },
29599
29599
  {
29600
- "$ref": "#/definitions/IScatterSeriesSpec"
29600
+ "$ref": "#/definitions/IRangeAreaChartSpec"
29601
29601
  },
29602
29602
  {
29603
- "$ref": "#/definitions/IRoseSeriesSpec"
29603
+ "$ref": "#/definitions/IDotSeriesSpec"
29604
29604
  },
29605
29605
  {
29606
- "$ref": "#/definitions/IRadarSeriesSpec"
29606
+ "$ref": "#/definitions/ILinkSeriesSpec"
29607
29607
  },
29608
29608
  {
29609
- "$ref": "#/definitions/IDotSeriesSpec"
29609
+ "$ref": "#/definitions/IWordCloudSeriesSpec"
29610
29610
  },
29611
29611
  {
29612
- "$ref": "#/definitions/ILinkSeriesSpec"
29612
+ "$ref": "#/definitions/IWordCloud3dSeriesSpec"
29613
29613
  },
29614
29614
  {
29615
- "$ref": "#/definitions/ICircularProgressSeriesSpec"
29615
+ "$ref": "#/definitions/IGaugePointerSeriesSpec"
29616
29616
  },
29617
29617
  {
29618
- "$ref": "#/definitions/ILinearProgressSeriesSpec"
29618
+ "$ref": "#/definitions/IGaugeSeriesSpec"
29619
29619
  },
29620
29620
  {
29621
- "$ref": "#/definitions/IWordCloudSeriesSpec"
29621
+ "$ref": "#/definitions/IBoxPlotSeriesSpec"
29622
29622
  },
29623
29623
  {
29624
- "$ref": "#/definitions/IWordCloud3dSeriesSpec"
29624
+ "$ref": "#/definitions/ICirclePackingSeriesSpec"
29625
29625
  },
29626
29626
  {
29627
29627
  "$ref": "#/definitions/IFunnelSeriesSpec"
@@ -29630,25 +29630,25 @@
29630
29630
  "$ref": "#/definitions/IFunnel3dSeriesSpec"
29631
29631
  },
29632
29632
  {
29633
- "$ref": "#/definitions/ISankeySeriesSpec"
29633
+ "$ref": "#/definitions/IHeatmapSeriesSpec"
29634
29634
  },
29635
29635
  {
29636
- "$ref": "#/definitions/IGaugePointerSeriesSpec"
29636
+ "$ref": "#/definitions/ICircularProgressSeriesSpec"
29637
29637
  },
29638
29638
  {
29639
- "$ref": "#/definitions/IGaugeSeriesSpec"
29639
+ "$ref": "#/definitions/ILinearProgressSeriesSpec"
29640
29640
  },
29641
29641
  {
29642
- "$ref": "#/definitions/IHeatmapSeriesSpec"
29642
+ "$ref": "#/definitions/ISankeySeriesSpec"
29643
29643
  },
29644
29644
  {
29645
- "$ref": "#/definitions/ICorrelationSeriesSpec"
29645
+ "$ref": "#/definitions/ISunburstSeriesSpec"
29646
29646
  },
29647
29647
  {
29648
- "$ref": "#/definitions/IRangeColumnChartSpec"
29648
+ "$ref": "#/definitions/ICorrelationSeriesSpec"
29649
29649
  },
29650
29650
  {
29651
- "$ref": "#/definitions/IRangeAreaChartSpec"
29651
+ "$ref": "#/definitions/ITreemapSeriesSpec"
29652
29652
  }
29653
29653
  ]
29654
29654
  },
@@ -34257,7 +34257,7 @@
34257
34257
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
34258
34258
  },
34259
34259
  "direction": {
34260
- "$ref": "#/definitions/DirectionType_1",
34260
+ "$ref": "#/definitions/DirectionType",
34261
34261
  "description": "direction\nrow means layout by rows,col means layout by columns"
34262
34262
  },
34263
34263
  "dot": {
@@ -37154,10 +37154,10 @@
37154
37154
  "animationDisappear": {
37155
37155
  "anyOf": [
37156
37156
  {
37157
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37157
+ "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37158
37158
  },
37159
37159
  {
37160
- "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37160
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37161
37161
  },
37162
37162
  {
37163
37163
  "type": "boolean"
@@ -37168,10 +37168,10 @@
37168
37168
  "animationEnter": {
37169
37169
  "anyOf": [
37170
37170
  {
37171
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37171
+ "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37172
37172
  },
37173
37173
  {
37174
- "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37174
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37175
37175
  },
37176
37176
  {
37177
37177
  "type": "boolean"
@@ -37182,10 +37182,10 @@
37182
37182
  "animationExit": {
37183
37183
  "anyOf": [
37184
37184
  {
37185
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37185
+ "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37186
37186
  },
37187
37187
  {
37188
- "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37188
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37189
37189
  },
37190
37190
  {
37191
37191
  "type": "boolean"
@@ -37217,10 +37217,10 @@
37217
37217
  "animationUpdate": {
37218
37218
  "anyOf": [
37219
37219
  {
37220
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37220
+ "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37221
37221
  },
37222
37222
  {
37223
- "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37223
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37224
37224
  },
37225
37225
  {
37226
37226
  "type": "boolean"
@@ -37787,10 +37787,10 @@
37787
37787
  "animationDisappear": {
37788
37788
  "anyOf": [
37789
37789
  {
37790
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37790
+ "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37791
37791
  },
37792
37792
  {
37793
- "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37793
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37794
37794
  },
37795
37795
  {
37796
37796
  "type": "boolean"
@@ -37801,10 +37801,10 @@
37801
37801
  "animationEnter": {
37802
37802
  "anyOf": [
37803
37803
  {
37804
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37804
+ "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37805
37805
  },
37806
37806
  {
37807
- "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37807
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37808
37808
  },
37809
37809
  {
37810
37810
  "type": "boolean"
@@ -37815,10 +37815,10 @@
37815
37815
  "animationExit": {
37816
37816
  "anyOf": [
37817
37817
  {
37818
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37818
+ "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37819
37819
  },
37820
37820
  {
37821
- "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37821
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37822
37822
  },
37823
37823
  {
37824
37824
  "type": "boolean"
@@ -37850,10 +37850,10 @@
37850
37850
  "animationUpdate": {
37851
37851
  "anyOf": [
37852
37852
  {
37853
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37853
+ "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37854
37854
  },
37855
37855
  {
37856
- "$ref": "#/definitions/Partial<Record<GaugePointerMarks,false|IAnimationConfig|IAnimationConfig[]>>"
37856
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
37857
37857
  },
37858
37858
  {
37859
37859
  "type": "boolean"
@@ -41649,7 +41649,7 @@
41649
41649
  "description": "缩略轴配置"
41650
41650
  },
41651
41651
  "direction": {
41652
- "$ref": "#/definitions/DirectionType_1",
41652
+ "$ref": "#/definitions/DirectionType",
41653
41653
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
41654
41654
  },
41655
41655
  "extensionMark": {
@@ -42640,7 +42640,7 @@
42640
42640
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
42641
42641
  },
42642
42642
  "direction": {
42643
- "$ref": "#/definitions/DirectionType_1",
42643
+ "$ref": "#/definitions/DirectionType",
42644
42644
  "description": "direction\nrow means layout by rows,col means layout by columns"
42645
42645
  },
42646
42646
  "extensionMark": {
@@ -43185,7 +43185,7 @@
43185
43185
  "description": "缩略轴配置"
43186
43186
  },
43187
43187
  "direction": {
43188
- "$ref": "#/definitions/DirectionType_1",
43188
+ "$ref": "#/definitions/DirectionType",
43189
43189
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
43190
43190
  },
43191
43191
  "extensionMark": {
@@ -44325,7 +44325,7 @@
44325
44325
  "description": "缩略轴配置"
44326
44326
  },
44327
44327
  "direction": {
44328
- "$ref": "#/definitions/DirectionType_1",
44328
+ "$ref": "#/definitions/DirectionType",
44329
44329
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
44330
44330
  },
44331
44331
  "extensionMark": {
@@ -47532,7 +47532,7 @@
47532
47532
  "description": "缩略轴配置"
47533
47533
  },
47534
47534
  "direction": {
47535
- "$ref": "#/definitions/DirectionType_1",
47535
+ "$ref": "#/definitions/DirectionType",
47536
47536
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
47537
47537
  },
47538
47538
  "extensionMark": {
@@ -48859,7 +48859,7 @@
48859
48859
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
48860
48860
  },
48861
48861
  "direction": {
48862
- "$ref": "#/definitions/DirectionType_1",
48862
+ "$ref": "#/definitions/DirectionType",
48863
48863
  "description": "direction\nrow means layout by rows,col means layout by columns"
48864
48864
  },
48865
48865
  "extensionMark": {
@@ -49446,7 +49446,7 @@
49446
49446
  "description": "缩略轴配置"
49447
49447
  },
49448
49448
  "direction": {
49449
- "$ref": "#/definitions/DirectionType_1",
49449
+ "$ref": "#/definitions/DirectionType",
49450
49450
  "default": "Direction.horizontal",
49451
49451
  "description": "方向"
49452
49452
  },
@@ -49848,7 +49848,7 @@
49848
49848
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
49849
49849
  },
49850
49850
  "direction": {
49851
- "$ref": "#/definitions/DirectionType_1",
49851
+ "$ref": "#/definitions/DirectionType",
49852
49852
  "default": "Direction.horizontal",
49853
49853
  "description": "方向"
49854
49854
  },
@@ -50073,7 +50073,7 @@
50073
50073
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
50074
50074
  },
50075
50075
  "direction": {
50076
- "$ref": "#/definitions/DirectionType_1",
50076
+ "$ref": "#/definitions/DirectionType",
50077
50077
  "description": "direction\nrow means layout by rows,col means layout by columns"
50078
50078
  },
50079
50079
  "dotSeriesIndex": {
@@ -50465,7 +50465,7 @@
50465
50465
  "description": "缩略轴配置"
50466
50466
  },
50467
50467
  "direction": {
50468
- "$ref": "#/definitions/DirectionType_1",
50468
+ "$ref": "#/definitions/DirectionType",
50469
50469
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
50470
50470
  },
50471
50471
  "height": {
@@ -57427,7 +57427,7 @@
57427
57427
  "description": "控制器"
57428
57428
  },
57429
57429
  "direction": {
57430
- "$ref": "#/definitions/DirectionType",
57430
+ "$ref": "#/definitions/DirectionType_1",
57431
57431
  "default": "'default'",
57432
57432
  "description": "离散轴支持三种播放方向, 连续型仅支持'default'."
57433
57433
  },
@@ -60676,7 +60676,7 @@
60676
60676
  "description": "缩略轴配置"
60677
60677
  },
60678
60678
  "direction": {
60679
- "$ref": "#/definitions/DirectionType_1",
60679
+ "$ref": "#/definitions/DirectionType",
60680
60680
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
60681
60681
  },
60682
60682
  "extensionMark": {
@@ -61724,7 +61724,7 @@
61724
61724
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
61725
61725
  },
61726
61726
  "direction": {
61727
- "$ref": "#/definitions/DirectionType_1",
61727
+ "$ref": "#/definitions/DirectionType",
61728
61728
  "description": "direction\nrow means layout by rows,col means layout by columns"
61729
61729
  },
61730
61730
  "extensionMark": {
@@ -62234,7 +62234,7 @@
62234
62234
  "description": "缩略轴配置"
62235
62235
  },
62236
62236
  "direction": {
62237
- "$ref": "#/definitions/DirectionType_1",
62237
+ "$ref": "#/definitions/DirectionType",
62238
62238
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
62239
62239
  },
62240
62240
  "extensionMark": {
@@ -63322,7 +63322,7 @@
63322
63322
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
63323
63323
  },
63324
63324
  "direction": {
63325
- "$ref": "#/definitions/DirectionType_1",
63325
+ "$ref": "#/definitions/DirectionType",
63326
63326
  "description": "direction\nrow means layout by rows,col means layout by columns"
63327
63327
  },
63328
63328
  "extensionMark": {
@@ -63821,7 +63821,7 @@
63821
63821
  "description": "缩略轴配置"
63822
63822
  },
63823
63823
  "direction": {
63824
- "$ref": "#/definitions/DirectionType_1",
63824
+ "$ref": "#/definitions/DirectionType",
63825
63825
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
63826
63826
  },
63827
63827
  "extensionMark": {
@@ -64909,7 +64909,7 @@
64909
64909
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
64910
64910
  },
64911
64911
  "direction": {
64912
- "$ref": "#/definitions/DirectionType_1",
64912
+ "$ref": "#/definitions/DirectionType",
64913
64913
  "description": "direction\nrow means layout by rows,col means layout by columns"
64914
64914
  },
64915
64915
  "extensionMark": {
@@ -67368,10 +67368,11 @@
67368
67368
  "description": "图表色系配置"
67369
67369
  },
67370
67370
  "crossNodeAlign": {
67371
- "description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'",
67371
+ "description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'\n'parent' - '父节点',从1.12.14版本开始支持",
67372
67372
  "enum": [
67373
67373
  "end",
67374
67374
  "middle",
67375
+ "parent",
67375
67376
  "start"
67376
67377
  ],
67377
67378
  "since": "1.12.4",
@@ -67433,7 +67434,7 @@
67433
67434
  "description": "缩略轴配置"
67434
67435
  },
67435
67436
  "direction": {
67436
- "$ref": "#/definitions/DirectionType_1",
67437
+ "$ref": "#/definitions/DirectionType",
67437
67438
  "description": "图表布局方向"
67438
67439
  },
67439
67440
  "dropIsolatedNode": {
@@ -67581,6 +67582,16 @@
67581
67582
  ],
67582
67583
  "description": "link宽度,单位px"
67583
67584
  },
67585
+ "maxLinkHeight": {
67586
+ "description": "数据不为零或空时边的最大大小\n- 当同时指定 `maxNodeHeight` 和 `maxLinkHeight` 两个选项时,此选项应小于 `maxNodeHeight`",
67587
+ "since": "1.12.14",
67588
+ "type": "number"
67589
+ },
67590
+ "maxNodeHeight": {
67591
+ "description": "数据不为零或空时节点的最大大小",
67592
+ "since": "1.12.14",
67593
+ "type": "number"
67594
+ },
67584
67595
  "media": {
67585
67596
  "description": "媒体查询配置",
67586
67597
  "items": {
@@ -67940,10 +67951,11 @@
67940
67951
  "type": "string"
67941
67952
  },
67942
67953
  "crossNodeAlign": {
67943
- "description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'",
67954
+ "description": "横向布局的桑基图,设置节点Y坐标的对齐方式:\n'start' - '顶部对齐'\n'end' - '底部对齐'\n'middle' - '居中对齐'\n\n纵向布局的桑基图,设置节点X坐标的对齐方式:\n'start' - '左对齐'\n'end' - '右对齐'\n'middle' - '居中对齐'\n'parent' - '父节点',从1.12.14版本开始支持",
67944
67955
  "enum": [
67945
67956
  "end",
67946
67957
  "middle",
67958
+ "parent",
67947
67959
  "start"
67948
67960
  ],
67949
67961
  "since": "1.12.4",
@@ -67963,7 +67975,7 @@
67963
67975
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
67964
67976
  },
67965
67977
  "direction": {
67966
- "$ref": "#/definitions/DirectionType_1",
67978
+ "$ref": "#/definitions/DirectionType",
67967
67979
  "description": "图表布局方向"
67968
67980
  },
67969
67981
  "dropIsolatedNode": {
@@ -68081,6 +68093,16 @@
68081
68093
  ],
68082
68094
  "description": "link宽度,单位px"
68083
68095
  },
68096
+ "maxLinkHeight": {
68097
+ "description": "数据不为零或空时边的最大大小\n- 当同时指定 `maxNodeHeight` 和 `maxLinkHeight` 两个选项时,此选项应小于 `maxNodeHeight`",
68098
+ "since": "1.12.14",
68099
+ "type": "number"
68100
+ },
68101
+ "maxNodeHeight": {
68102
+ "description": "数据不为零或空时节点的最大大小",
68103
+ "since": "1.12.14",
68104
+ "type": "number"
68105
+ },
68084
68106
  "minLinkHeight": {
68085
68107
  "description": "数据不为零或空时边的最小大小\n - 这个配置可以用来避免数据太小的时候看不到太细的链接\n - 建议小于5px\n - 当同时指定 `minNodeHeight` 和 `minLinkHeight` 两个选项时,此选项应小于 `minNodeHeight`",
68086
68108
  "type": "number"
@@ -68452,7 +68474,7 @@
68452
68474
  "description": "缩略轴配置"
68453
68475
  },
68454
68476
  "direction": {
68455
- "$ref": "#/definitions/DirectionType_1",
68477
+ "$ref": "#/definitions/DirectionType",
68456
68478
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
68457
68479
  },
68458
68480
  "extensionMark": {
@@ -69474,7 +69496,7 @@
69474
69496
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
69475
69497
  },
69476
69498
  "direction": {
69477
- "$ref": "#/definitions/DirectionType_1",
69499
+ "$ref": "#/definitions/DirectionType",
69478
69500
  "description": "direction\nrow means layout by rows,col means layout by columns"
69479
69501
  },
69480
69502
  "extensionMark": {
@@ -78622,7 +78644,7 @@
78622
78644
  "description": "缩略轴配置"
78623
78645
  },
78624
78646
  "direction": {
78625
- "$ref": "#/definitions/DirectionType_1",
78647
+ "$ref": "#/definitions/DirectionType",
78626
78648
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
78627
78649
  },
78628
78650
  "extensionMark": {
@@ -79736,7 +79758,7 @@
79736
79758
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
79737
79759
  },
79738
79760
  "direction": {
79739
- "$ref": "#/definitions/DirectionType_1",
79761
+ "$ref": "#/definitions/DirectionType",
79740
79762
  "description": "direction\nrow means layout by rows,col means layout by columns"
79741
79763
  },
79742
79764
  "extensionMark": {
@@ -82453,7 +82475,7 @@
82453
82475
  },
82454
82476
  "Map<Function,(...args:any[])=>void>": {
82455
82477
  "properties": {
82456
- "__@toStringTag@13715": {
82478
+ "__@toStringTag@15566": {
82457
82479
  "type": "string"
82458
82480
  },
82459
82481
  "size": {
@@ -82461,14 +82483,14 @@
82461
82483
  }
82462
82484
  },
82463
82485
  "required": [
82464
- "__@toStringTag@13715",
82486
+ "__@toStringTag@15566",
82465
82487
  "size"
82466
82488
  ],
82467
82489
  "type": "object"
82468
82490
  },
82469
82491
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
82470
82492
  "properties": {
82471
- "__@toStringTag@13715": {
82493
+ "__@toStringTag@15566": {
82472
82494
  "type": "string"
82473
82495
  },
82474
82496
  "size": {
@@ -82476,14 +82498,14 @@
82476
82498
  }
82477
82499
  },
82478
82500
  "required": [
82479
- "__@toStringTag@13715",
82501
+ "__@toStringTag@15566",
82480
82502
  "size"
82481
82503
  ],
82482
82504
  "type": "object"
82483
82505
  },
82484
82506
  "Map<string,any>": {
82485
82507
  "properties": {
82486
- "__@toStringTag@13715": {
82508
+ "__@toStringTag@15566": {
82487
82509
  "type": "string"
82488
82510
  },
82489
82511
  "size": {
@@ -82491,14 +82513,14 @@
82491
82513
  }
82492
82514
  },
82493
82515
  "required": [
82494
- "__@toStringTag@13715",
82516
+ "__@toStringTag@15566",
82495
82517
  "size"
82496
82518
  ],
82497
82519
  "type": "object"
82498
82520
  },
82499
82521
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
82500
82522
  "properties": {
82501
- "__@toStringTag@13715": {
82523
+ "__@toStringTag@15566": {
82502
82524
  "type": "string"
82503
82525
  },
82504
82526
  "size": {
@@ -82506,14 +82528,14 @@
82506
82528
  }
82507
82529
  },
82508
82530
  "required": [
82509
- "__@toStringTag@13715",
82531
+ "__@toStringTag@15566",
82510
82532
  "size"
82511
82533
  ],
82512
82534
  "type": "object"
82513
82535
  },
82514
82536
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
82515
82537
  "properties": {
82516
- "__@toStringTag@13715": {
82538
+ "__@toStringTag@15566": {
82517
82539
  "type": "string"
82518
82540
  },
82519
82541
  "size": {
@@ -82521,14 +82543,14 @@
82521
82543
  }
82522
82544
  },
82523
82545
  "required": [
82524
- "__@toStringTag@13715",
82546
+ "__@toStringTag@15566",
82525
82547
  "size"
82526
82548
  ],
82527
82549
  "type": "object"
82528
82550
  },
82529
82551
  "Map<string|number,IAnimate>": {
82530
82552
  "properties": {
82531
- "__@toStringTag@13715": {
82553
+ "__@toStringTag@15566": {
82532
82554
  "type": "string"
82533
82555
  },
82534
82556
  "size": {
@@ -82536,7 +82558,7 @@
82536
82558
  }
82537
82559
  },
82538
82560
  "required": [
82539
- "__@toStringTag@13715",
82561
+ "__@toStringTag@15566",
82540
82562
  "size"
82541
82563
  ],
82542
82564
  "type": "object"
@@ -83806,7 +83828,7 @@
83806
83828
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
83807
83829
  },
83808
83830
  "direction": {
83809
- "$ref": "#/definitions/DirectionType_1",
83831
+ "$ref": "#/definitions/DirectionType",
83810
83832
  "description": "direction\nrow means layout by rows,col means layout by columns"
83811
83833
  },
83812
83834
  "extensionMark": {
@@ -84404,10 +84426,10 @@
84404
84426
  "animationDisappear": {
84405
84427
  "anyOf": [
84406
84428
  {
84407
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84429
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84408
84430
  },
84409
84431
  {
84410
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84432
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84411
84433
  },
84412
84434
  {
84413
84435
  "type": "boolean"
@@ -84418,10 +84440,10 @@
84418
84440
  "animationEnter": {
84419
84441
  "anyOf": [
84420
84442
  {
84421
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84443
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84422
84444
  },
84423
84445
  {
84424
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84446
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84425
84447
  },
84426
84448
  {
84427
84449
  "type": "boolean"
@@ -84432,10 +84454,10 @@
84432
84454
  "animationExit": {
84433
84455
  "anyOf": [
84434
84456
  {
84435
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84457
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84436
84458
  },
84437
84459
  {
84438
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84460
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84439
84461
  },
84440
84462
  {
84441
84463
  "type": "boolean"
@@ -84467,10 +84489,10 @@
84467
84489
  "animationUpdate": {
84468
84490
  "anyOf": [
84469
84491
  {
84470
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84492
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84471
84493
  },
84472
84494
  {
84473
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84495
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84474
84496
  },
84475
84497
  {
84476
84498
  "type": "boolean"
@@ -103805,34 +103827,34 @@
103805
103827
  },
103806
103828
  "Promise<FontFaceSet>": {
103807
103829
  "properties": {
103808
- "__@toStringTag@13715": {
103830
+ "__@toStringTag@15566": {
103809
103831
  "type": "string"
103810
103832
  }
103811
103833
  },
103812
103834
  "required": [
103813
- "__@toStringTag@13715"
103835
+ "__@toStringTag@15566"
103814
103836
  ],
103815
103837
  "type": "object"
103816
103838
  },
103817
103839
  "Promise<ServiceWorkerRegistration>": {
103818
103840
  "properties": {
103819
- "__@toStringTag@13715": {
103841
+ "__@toStringTag@15566": {
103820
103842
  "type": "string"
103821
103843
  }
103822
103844
  },
103823
103845
  "required": [
103824
- "__@toStringTag@13715"
103846
+ "__@toStringTag@15566"
103825
103847
  ],
103826
103848
  "type": "object"
103827
103849
  },
103828
103850
  "Promise<any>": {
103829
103851
  "properties": {
103830
- "__@toStringTag@13715": {
103852
+ "__@toStringTag@15566": {
103831
103853
  "type": "string"
103832
103854
  }
103833
103855
  },
103834
103856
  "required": [
103835
- "__@toStringTag@13715"
103857
+ "__@toStringTag@15566"
103836
103858
  ],
103837
103859
  "type": "object"
103838
103860
  },