@visactor/vchart-schema 1.12.12 → 1.12.14-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/vchart.json +123 -123
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vchart-schema",
3
- "version": "1.12.12",
3
+ "version": "1.12.14-alpha.0",
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": {
@@ -67433,7 +67433,7 @@
67433
67433
  "description": "缩略轴配置"
67434
67434
  },
67435
67435
  "direction": {
67436
- "$ref": "#/definitions/DirectionType_1",
67436
+ "$ref": "#/definitions/DirectionType",
67437
67437
  "description": "图表布局方向"
67438
67438
  },
67439
67439
  "dropIsolatedNode": {
@@ -67963,7 +67963,7 @@
67963
67963
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
67964
67964
  },
67965
67965
  "direction": {
67966
- "$ref": "#/definitions/DirectionType_1",
67966
+ "$ref": "#/definitions/DirectionType",
67967
67967
  "description": "图表布局方向"
67968
67968
  },
67969
67969
  "dropIsolatedNode": {
@@ -68452,7 +68452,7 @@
68452
68452
  "description": "缩略轴配置"
68453
68453
  },
68454
68454
  "direction": {
68455
- "$ref": "#/definitions/DirectionType_1",
68455
+ "$ref": "#/definitions/DirectionType",
68456
68456
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
68457
68457
  },
68458
68458
  "extensionMark": {
@@ -69474,7 +69474,7 @@
69474
69474
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
69475
69475
  },
69476
69476
  "direction": {
69477
- "$ref": "#/definitions/DirectionType_1",
69477
+ "$ref": "#/definitions/DirectionType",
69478
69478
  "description": "direction\nrow means layout by rows,col means layout by columns"
69479
69479
  },
69480
69480
  "extensionMark": {
@@ -78622,7 +78622,7 @@
78622
78622
  "description": "缩略轴配置"
78623
78623
  },
78624
78624
  "direction": {
78625
- "$ref": "#/definitions/DirectionType_1",
78625
+ "$ref": "#/definitions/DirectionType",
78626
78626
  "description": "图表的方向配置。\n- 'vertical' 垂直布局,即常见的直角坐标系布局,x 轴位于底部,y 轴位于左侧。\n- 'horizontal' 水平布局,可理解为 x 轴和 y 轴位置互换。"
78627
78627
  },
78628
78628
  "extensionMark": {
@@ -79736,7 +79736,7 @@
79736
79736
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
79737
79737
  },
79738
79738
  "direction": {
79739
- "$ref": "#/definitions/DirectionType_1",
79739
+ "$ref": "#/definitions/DirectionType",
79740
79740
  "description": "direction\nrow means layout by rows,col means layout by columns"
79741
79741
  },
79742
79742
  "extensionMark": {
@@ -82453,7 +82453,7 @@
82453
82453
  },
82454
82454
  "Map<Function,(...args:any[])=>void>": {
82455
82455
  "properties": {
82456
- "__@toStringTag@13718": {
82456
+ "__@toStringTag@15454": {
82457
82457
  "type": "string"
82458
82458
  },
82459
82459
  "size": {
@@ -82461,14 +82461,14 @@
82461
82461
  }
82462
82462
  },
82463
82463
  "required": [
82464
- "__@toStringTag@13718",
82464
+ "__@toStringTag@15454",
82465
82465
  "size"
82466
82466
  ],
82467
82467
  "type": "object"
82468
82468
  },
82469
82469
  "Map<number,{layer:ILayer;group?:IGroup;zIndex:number;drawContribution?:IDrawContribution;}>": {
82470
82470
  "properties": {
82471
- "__@toStringTag@13718": {
82471
+ "__@toStringTag@15454": {
82472
82472
  "type": "string"
82473
82473
  },
82474
82474
  "size": {
@@ -82476,14 +82476,14 @@
82476
82476
  }
82477
82477
  },
82478
82478
  "required": [
82479
- "__@toStringTag@13718",
82479
+ "__@toStringTag@15454",
82480
82480
  "size"
82481
82481
  ],
82482
82482
  "type": "object"
82483
82483
  },
82484
82484
  "Map<string,any>": {
82485
82485
  "properties": {
82486
- "__@toStringTag@13718": {
82486
+ "__@toStringTag@15454": {
82487
82487
  "type": "string"
82488
82488
  },
82489
82489
  "size": {
@@ -82491,14 +82491,14 @@
82491
82491
  }
82492
82492
  },
82493
82493
  "required": [
82494
- "__@toStringTag@13718",
82494
+ "__@toStringTag@15454",
82495
82495
  "size"
82496
82496
  ],
82497
82497
  "type": "object"
82498
82498
  },
82499
82499
  "Map<string|HTMLCanvasElement|HTMLImageElement|IBackgroundConfig,{state:\"loading\"|\"fail\"|\"success\"|\"init\";data?:HTMLCanvasElement|HTMLImageElement;}>": {
82500
82500
  "properties": {
82501
- "__@toStringTag@13718": {
82501
+ "__@toStringTag@15454": {
82502
82502
  "type": "string"
82503
82503
  },
82504
82504
  "size": {
@@ -82506,14 +82506,14 @@
82506
82506
  }
82507
82507
  },
82508
82508
  "required": [
82509
- "__@toStringTag@13718",
82509
+ "__@toStringTag@15454",
82510
82510
  "size"
82511
82511
  ],
82512
82512
  "type": "object"
82513
82513
  },
82514
82514
  "Map<string|HTMLElement,{container:string|HTMLElement;dom:any;wrapGroup:any;root?:any;}>": {
82515
82515
  "properties": {
82516
- "__@toStringTag@13718": {
82516
+ "__@toStringTag@15454": {
82517
82517
  "type": "string"
82518
82518
  },
82519
82519
  "size": {
@@ -82521,14 +82521,14 @@
82521
82521
  }
82522
82522
  },
82523
82523
  "required": [
82524
- "__@toStringTag@13718",
82524
+ "__@toStringTag@15454",
82525
82525
  "size"
82526
82526
  ],
82527
82527
  "type": "object"
82528
82528
  },
82529
82529
  "Map<string|number,IAnimate>": {
82530
82530
  "properties": {
82531
- "__@toStringTag@13718": {
82531
+ "__@toStringTag@15454": {
82532
82532
  "type": "string"
82533
82533
  },
82534
82534
  "size": {
@@ -82536,7 +82536,7 @@
82536
82536
  }
82537
82537
  },
82538
82538
  "required": [
82539
- "__@toStringTag@13718",
82539
+ "__@toStringTag@15454",
82540
82540
  "size"
82541
82541
  ],
82542
82542
  "type": "object"
@@ -83806,7 +83806,7 @@
83806
83806
  "description": "dataKey用于绑定数据与Mark的关系, 该配置在动画中非常重要."
83807
83807
  },
83808
83808
  "direction": {
83809
- "$ref": "#/definitions/DirectionType_1",
83809
+ "$ref": "#/definitions/DirectionType",
83810
83810
  "description": "direction\nrow means layout by rows,col means layout by columns"
83811
83811
  },
83812
83812
  "extensionMark": {
@@ -84404,10 +84404,10 @@
84404
84404
  "animationDisappear": {
84405
84405
  "anyOf": [
84406
84406
  {
84407
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84407
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84408
84408
  },
84409
84409
  {
84410
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84410
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84411
84411
  },
84412
84412
  {
84413
84413
  "type": "boolean"
@@ -84418,10 +84418,10 @@
84418
84418
  "animationEnter": {
84419
84419
  "anyOf": [
84420
84420
  {
84421
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84421
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84422
84422
  },
84423
84423
  {
84424
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84424
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84425
84425
  },
84426
84426
  {
84427
84427
  "type": "boolean"
@@ -84432,10 +84432,10 @@
84432
84432
  "animationExit": {
84433
84433
  "anyOf": [
84434
84434
  {
84435
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84435
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84436
84436
  },
84437
84437
  {
84438
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84438
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84439
84439
  },
84440
84440
  {
84441
84441
  "type": "boolean"
@@ -84467,10 +84467,10 @@
84467
84467
  "animationUpdate": {
84468
84468
  "anyOf": [
84469
84469
  {
84470
- "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84470
+ "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84471
84471
  },
84472
84472
  {
84473
- "$ref": "#/definitions/Omit<IStateAnimateSpec<ProgressLikeAppearPreset>,\"preset\">"
84473
+ "$ref": "#/definitions/Partial<Record<CircularProgressMarks,false|IAnimationConfig|IAnimationConfig[]>>"
84474
84474
  },
84475
84475
  {
84476
84476
  "type": "boolean"
@@ -103805,34 +103805,34 @@
103805
103805
  },
103806
103806
  "Promise<FontFaceSet>": {
103807
103807
  "properties": {
103808
- "__@toStringTag@13718": {
103808
+ "__@toStringTag@15454": {
103809
103809
  "type": "string"
103810
103810
  }
103811
103811
  },
103812
103812
  "required": [
103813
- "__@toStringTag@13718"
103813
+ "__@toStringTag@15454"
103814
103814
  ],
103815
103815
  "type": "object"
103816
103816
  },
103817
103817
  "Promise<ServiceWorkerRegistration>": {
103818
103818
  "properties": {
103819
- "__@toStringTag@13718": {
103819
+ "__@toStringTag@15454": {
103820
103820
  "type": "string"
103821
103821
  }
103822
103822
  },
103823
103823
  "required": [
103824
- "__@toStringTag@13718"
103824
+ "__@toStringTag@15454"
103825
103825
  ],
103826
103826
  "type": "object"
103827
103827
  },
103828
103828
  "Promise<any>": {
103829
103829
  "properties": {
103830
- "__@toStringTag@13718": {
103830
+ "__@toStringTag@15454": {
103831
103831
  "type": "string"
103832
103832
  }
103833
103833
  },
103834
103834
  "required": [
103835
- "__@toStringTag@13718"
103835
+ "__@toStringTag@15454"
103836
103836
  ],
103837
103837
  "type": "object"
103838
103838
  },