This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
The following commit(s) were added to refs/heads/dev by this push:
new 2c078337 doc: fix typo
2c078337 is described below
commit 2c0783375711772366b750971992c5b55584f804
Author: Ovilia <[email protected]>
AuthorDate: Thu Nov 7 17:50:41 2024 +0800
doc: fix typo
---
zh/option/component/aria.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zh/option/component/aria.md b/zh/option/component/aria.md
index abaf0d3e..a3654567 100644
--- a/zh/option/component/aria.md
+++ b/zh/option/component/aria.md
@@ -68,7 +68,7 @@ option = {
### description(string) = null
-默认采用算法自动生成图表描述,如果用户需要完全自定义,可以将这个值设为描���。如将其设置为 `'这是一个展示了价格走势的图表'`,则图表 DOM 元素的
`aria-label` 属性值即为该字符串。
+默认采用算法自动生成图表描述,如果用户需要完全自定义,可以将这个值设为描述。如将其设置为 `'这是一个展示了价格走势的图表'`,则图表 DOM 元素的
`aria-label` 属性值即为该字符串。
这一配置项常用于展示单个的数据并不能展示图表内容时,用户显示指定概括性描述图表的文字。例如图表是一个包含大量散点图的地图,默认的算法只能显示数据点的位置,不能从整体上传达作者的意图。这时候,可以将
`description` 指定为作者想表达的内容即可。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]