From 1b055061330a39762a865d33437118f5d4f70b42 Mon Sep 17 00:00:00 2001 From: semla Date: Sat, 3 Aug 2024 11:58:06 +0200 Subject: [PATCH 1/2] docs: exclude column indexes from aria-label pr: https://github.com/apache/echarts/pull/20218 --- en/option/component/aria.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en/option/component/aria.md b/en/option/component/aria.md index f90c0408..7a538927 100644 --- a/en/option/component/aria.md +++ b/en/option/component/aria.md @@ -183,6 +183,10 @@ This description is used if the data does not have the `name` attribute. This in - `{value}`: the value that will be replaced with the data. +#### excludeDimensionId(Array) + +The specified column indexes are excluded in the data in [aria.label](~aria.label) + #### separator(Object) The separator between data and data description. From 40a89754abf2644888ab835c83518b0e9b172d92 Mon Sep 17 00:00:00 2001 From: semla Date: Mon, 5 Aug 2024 15:43:29 +0200 Subject: [PATCH 2/2] docs: sync to zh --- zh/option/component/aria.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zh/option/component/aria.md b/zh/option/component/aria.md index 464994e2..c92ce3a3 100644 --- a/zh/option/component/aria.md +++ b/zh/option/component/aria.md @@ -183,6 +183,10 @@ option = { - `{value}`:将被替换为数据的值。 +#### excludeDimensionId(Array) + +The specified column indexes are excluded in the data in [aria.label](~aria.label) + #### separator(Object) 数据与数据之间描述的分隔符。