Skip to content

Commit ef2dc2b

Browse files
committed
doc(aria): update doc for apache/echarts#20218
1 parent 941fdea commit ef2dc2b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

en/option/component/aria.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,11 @@ This description is used if the data does not have the `name` attribute. This in
185185

186186
#### excludeDimensionId(Array)
187187

188-
The specified column indexes are excluded in the data in [aria.label](~aria.label)
188+
{{ use: partial-version(
189+
version = "5.5.2"
190+
) }}
191+
192+
The specified column indexes are excluded in the data in [aria.label](~aria.label).
189193

190194
#### separator(Object)
191195

zh/option/component/aria.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ option = {
6868

6969
### description(string) = null
7070

71-
默认采用算法自动生成图表描述,如果用户需要完全自定义,可以将这个值设为描述。如将其设置为 `'这是一个展示了价格走势的图表'`,则图表 DOM 元素的 `aria-label` 属性值即为该字符串。
71+
默认采用算法自动生成图表描述,如果用户需要完全自定义,可以将这个值设为描���。如将其设置为 `'这是一个展示了价格走势的图表'`,则图表 DOM 元素的 `aria-label` 属性值即为该字符串。
7272

7373
这一配置项常用于展示单个的数据并不能展示图表内容时,用户显示指定概括性描述图表的文字。例如图表是一个包含大量散点图的地图,默认的算法只能显示数据点的位置,不能从整体上传达作者的意图。这时候,可以将 `description` 指定为作者想表达的内容即可。
7474

@@ -185,7 +185,11 @@ option = {
185185

186186
#### excludeDimensionId(Array)
187187

188-
The specified column indexes are excluded in the data in [aria.label](~aria.label)
188+
{{ use: partial-version(
189+
version = "5.5.2"
190+
) }}
191+
192+
忽略 [aria.label](~aria.label) 下数据相应的维度。
189193

190194
#### separator(Object)
191195

0 commit comments

Comments
 (0)