Skip to content

Commit 2390bfb

Browse files
committed
fix typo. close apache/echarts#12251
1 parent 3666d03 commit 2390bfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zh/tutorial/basic-concepts-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ var option = {
131131

132132
其中,他们每个值都可以是:
133133
+ 绝对数值(例如 `bottom: 54` 表示:距离 echarts 容器底边界 `54` 像素)。
134-
+ 或者基于 echarts 容器高宽的百分比(例如 `right: '20%'` 表示:距离 echarts 容器右边界的距离是 echarts 容器高度的 `20%`)。
134+
+ 或者基于 echarts 容器高宽的百分比(例如 `right: '20%'` 表示:距离 echarts 容器右边界的距离是 echarts 容器宽度的 `20%`)。
135135

136136
如下图的例子,对 [grid](option.html#grid) 组件(也就是直角坐标系的底板)设置 `left``right``height``bottom` 达到的效果。
137137

0 commit comments

Comments
 (0)