Skip to content

Commit 3c12f10

Browse files
committed
docs(animation): 修复图表关于动画的文档
1 parent 027faae commit 3c12f10

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+237
-29
lines changed

docs/api/plots/area.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ Point graphic style in the Area.
9393

9494
`markdown:docs/common/state-style.en.md`
9595

96+
### Animation
97+
98+
`markdown:docs/common/animation.en.md`
99+
96100
### Plot Components
97101

98102
`markdown:docs/common/component.en.md`

docs/api/plots/area.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ order: 1
9393

9494
`markdown:docs/common/state-style.zh.md`
9595

96+
### 图形动画
97+
98+
`markdown:docs/common/animation.zh.md`
99+
96100
### 图表组件
97101

98102
`markdown:docs/common/component.zh.md`

docs/api/plots/bar.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The ratio of spacing between columns in groups( Range:[0-1] ), only for Grouped
8181

8282
`markdown:docs/common/state-style.en.md`
8383

84+
### Animation
85+
86+
`markdown:docs/common/animation.en.md`
87+
8488
### Plot Components
8589

8690
`markdown:docs/common/component.en.md`

docs/api/plots/bar.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ order: 3
8181

8282
`markdown:docs/common/state-style.zh.md`
8383

84+
### 图形动画
85+
86+
`markdown:docs/common/animation.zh.md`
87+
8488
### 图表组件
8589

8690
`markdown:docs/common/component.zh.md`

docs/api/plots/bidirectional-bar.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Configurations of the style of bars.
6969

7070
`markdown:docs/common/shape-style.en.md`
7171

72+
### Animation
73+
74+
`markdown:docs/common/animation.en.md`
75+
7276
### Plot Components
7377

7478
`markdown:docs/common/component.en.md`

docs/api/plots/bidirectional-bar.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Example:
6767

6868
`markdown:docs/common/shape-style.zh.md`
6969

70+
### 图形动画
71+
72+
`markdown:docs/common/animation.zh.md`
73+
7074
### 图表组件
7175

7276
`markdown:docs/common/component.zh.md`

docs/api/plots/box.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Outliers graphic style, the same configuration as boxStyle.
5151

5252
`markdown:docs/common/color.en.md`
5353

54+
### Animation
55+
56+
`markdown:docs/common/animation.en.md`
57+
5458
### Plot Components
5559

5660
`markdown:docs/common/component.en.md`

docs/api/plots/box.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ order: 21
5151

5252
`markdown:docs/common/color.zh.md`
5353

54+
### 图形动画
55+
56+
`markdown:docs/common/animation.zh.md`
57+
5458
### 图表组件
5559

5660
`markdown:docs/common/component.zh.md`

docs/api/plots/bullet.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ type StyleAttr = ShapeStyle | ((datum: object) => ShapeStyle);
9999

100100
`markdown:docs/common/shape-style.en.md`
101101

102+
### Animation
103+
104+
`markdown:docs/common/animation.en.md`
105+
102106
### Plot Components
103107

104108
#### label

docs/api/plots/bullet.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ type StyleAttr = ShapeStyle | ((datum: object) => ShapeStyle);
9999

100100
`markdown:docs/common/shape-style.zh.md`
101101

102+
### 图形动画
103+
104+
`markdown:docs/common/animation.zh.md`
105+
102106
### 图表组件
103107

104108
#### label

docs/api/plots/column.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The spacing between columns in a grouping [0-1] applies only to grouping columns
8181

8282
`markdown:docs/common/state-style.en.md`
8383

84+
### Animation
85+
86+
`markdown:docs/common/animation.en.md`
87+
8488
### Plot Components
8589

8690
`markdown:docs/common/component.en.md`

docs/api/plots/column.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ order: 2
8383

8484
`markdown:docs/common/state-style.zh.md`
8585

86+
### 图形动画
87+
88+
`markdown:docs/common/animation.zh.md`
89+
8690
### 图表组件
8791

8892
`markdown:docs/common/component.zh.md`

docs/api/plots/dual-axes.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ The graph corresponding to the column is configured as follows:
9393
| color | _string \| string[] \| Function_ | Specifies the color of the point [Column color](/en/docs/api/plots/column#color) |
9494
| groupField | _string_ | Split field, used to stack group histograms. Split field takes precedence over SeriesField. IsGroup: true will group by GroupField. | - |
9595

96+
### Animation
97+
98+
`markdown:docs/common/animation.en.md`
99+
96100
### Plot Components
97101

98102
#### tooltip

docs/api/plots/dual-axes.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ const data = [[{ time: '1991',value: 20 }], [{ time: '1992', count: 20 }]];
9292
| color | _string \| string[] \| Function_ | 指定点的颜色。具体用法同[柱形图 color](/zh/docs/api/plots/column#color) |
9393
| groupField | _string_ | 拆分字段,用于堆叠+分组柱图,拆分优先级高于 seriesField,isGroup: true 时会根据 groupField 进行分组。 | - |
9494

95+
### 图形动画
96+
97+
`markdown:docs/common/animation.zh.md`
98+
9599
### 图表组件
96100

97101
#### tooltip

docs/api/plots/funnel.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Defalut: `{offsetX: 10, offsetY: 0, formatter: (datum) => '转化率' + datum.$$
7474

7575
`markdown:docs/common/color.en.md`
7676

77+
### Animation
78+
79+
`markdown:docs/common/animation.en.md`
80+
7781
### Plot Components
7882

7983
#### tooltip

docs/api/plots/funnel.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ order: 9
7474

7575
`markdown:docs/common/color.zh.md`
7676

77+
### 图形动画
78+
79+
`markdown:docs/common/animation.zh.md`
80+
7781
### 图表组件
7882

7983
#### tooltip

docs/api/plots/gauge.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ Gauge graphic style.
8282

8383
`markdown:docs/common/shape-style.en.md`
8484

85+
### Animation
86+
87+
`markdown:docs/common/animation.en.md`
88+
8589
### Plot Components
8690

8791
#### axis

docs/api/plots/gauge.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ order: 5
8181

8282
`markdown:docs/common/shape-style.zh.md`
8383

84+
### 图形动画
85+
86+
`markdown:docs/common/animation.zh.md`
87+
8488
### 图表组件
8589

8690
#### axis

docs/api/plots/heatmap.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ Default configuration:
127127

128128
`markdown:docs/common/state-style.en.md`
129129

130+
### Animation
131+
132+
`markdown:docs/common/animation.en.md`
133+
130134
### Plot Components
131135

132136
`markdown:docs/common/component.en.md`

docs/api/plots/heatmap.zh.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ _**CoordinateCfg**_ 坐标系配置项,目前常用于极坐标:
127127

128128
`markdown:docs/common/state-style.en.md`
129129

130-
## 图表组件
130+
### 图形动画
131+
132+
`markdown:docs/common/animation.zh.md`
131133

132134
### 图表组件
133135

docs/api/plots/histogram.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ Column style configuration.
6161

6262
`markdown:docs/common/state-style.en.md`
6363

64+
### Animation
65+
66+
`markdown:docs/common/animation.en.md`
67+
6468
### Plot Components
6569

6670
`markdown:docs/common/component.en.md`

docs/api/plots/histogram.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ order: 11
6161

6262
`markdown:docs/common/state-style.zh.md`
6363

64+
### 图形动画
65+
66+
`markdown:docs/common/animation.zh.md`
67+
6468
### 图表组件
6569

6670
`markdown:docs/common/component.zh.md`

docs/api/plots/line.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Polyline data point graph style.
8484

8585
`markdown:docs/common/state-style.en.md`
8686

87+
### Animation
88+
89+
`markdown:docs/common/animation.en.md`
90+
8791
### Plot Components
8892

8993
`markdown:docs/common/component.en.md`

docs/api/plots/line.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ const data = [
8484

8585
`markdown:docs/common/state-style.zh.md`
8686

87+
### 图形动画
88+
89+
`markdown:docs/common/animation.zh.md`
90+
8791
### 图表组件
8892

8993
`markdown:docs/common/component.zh.md`

docs/api/plots/liquid.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ The wave configure for liquid plot, includes:
9292
| count | number | wave count, default 3 |
9393
| length | number | wave length, default is 192px |
9494

95+
### Animation
96+
97+
`markdown:docs/common/animation.en.md`
98+
9599
### Plot Components
96100

97101
#### statistic

docs/api/plots/liquid.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ _*OutlineStyleCfg*_ 支持配置的样式如下:
9292
| count | _number_ | 水波的个数,默认为 3 个 |
9393
| length | _number_ | 水波的波长度,默认为 192 像素 |
9494

95+
### 图形动画
96+
97+
`markdown:docs/common/animation.zh.md`
98+
9599
### 图表组件
96100

97101
#### statistic ✨

docs/api/plots/pie.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ Set the sector style. The 'fill' in the pieStyle will override the 'color' confi
105105

106106
`markdown:docs/common/state-style.en.md`
107107

108+
### Animation
109+
110+
`markdown:docs/common/animation.en.md`
111+
108112
### Plot Components
109113

110114
<img src="https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*TBHtTY6RmHIAAAAAAAAAAAAAARQnAQ" alt="Load failed" width="600">

docs/api/plots/pie.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ piePlot.render();
114114

115115
`markdown:docs/common/state-style.zh.md`
116116

117+
### 图形动画
118+
119+
`markdown:docs/common/animation.zh.md`
120+
117121
### 图表组件
118122

119123
<img src="https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*TBHtTY6RmHIAAAAAAAAAAAAAARQnAQ" alt="加载失败" width="600">

docs/api/plots/progress.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ order: 20
3333

3434
`markdown:docs/common/color.zh.md`
3535

36+
### 图形动画
37+
38+
`markdown:docs/common/animation.zh.md`
39+
3640
### 图表组件
3741

3842
`markdown:docs/common/component-progress.zh.md`

docs/api/plots/radar.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ Examples of use:
147147
}
148148
```
149149

150+
### Animation
151+
152+
`markdown:docs/common/animation.en.md`
153+
150154
### Plot Components
151155

152156
<img src="https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*KnguSICzqXEAAAAAAAAAAAAAARQnAQ" alt="Load failed" width="600">

docs/api/plots/radar.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ radarPlot.render();
147147
}
148148
```
149149

150+
### 图形动画
151+
152+
`markdown:docs/common/animation.zh.md`
153+
150154
### 图表组件
151155

152156
<img src="https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*KnguSICzqXEAAAAAAAAAAAAAARQnAQ" alt="雷达图 图表组件" width="600">

docs/api/plots/radial-bar.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Display type of plot. You can specify `type: 'line'` to display a `Radial-Line`
6565

6666
`markdown:docs/common/color.en.md`
6767

68+
### Animation
69+
70+
`markdown:docs/common/animation.en.md`
71+
6872
### Plot Components
6973

7074
`markdown:docs/common/component.en.md`

docs/api/plots/radial-bar.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ order: 25
6666

6767
`markdown:docs/common/color.zh.md`
6868

69+
### 图形动画
70+
71+
`markdown:docs/common/animation.zh.md`
72+
6973
### 图表组件
7074

7175
`markdown:docs/common/component.zh.md`

docs/api/plots/ring-progress.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ order: 19
3939

4040
`markdown:docs/common/color.zh.md`
4141

42+
### 图形动画
43+
44+
`markdown:docs/common/animation.zh.md`
45+
4246
### 图表组件
4347

4448
`markdown:docs/common/component-progress.zh.md`

docs/api/plots/rose.en.md

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ Set the sector style. The 'fill' in sectorStyle overrides the 'color' configurat
129129

130130
`markdown:docs/common/state-style.en.md`
131131

132+
### Animation
133+
134+
`markdown:docs/common/animation.en.md`
135+
132136
### Plot Components
133137

134138
`markdown:docs/common/component.en.md`

docs/api/plots/rose.zh.md

+4
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ piePlot.render();
129129

130130
`markdown:docs/common/state-style.zh.md`
131131

132+
### 图形动画
133+
134+
`markdown:docs/common/animation.zh.md`
135+
132136
### 图表组件
133137

134138
`markdown:docs/common/component.zh.md`

0 commit comments

Comments
 (0)