Skip to content

Commit

Permalink
Merge pull request #414 from semla/feat-#20218
Browse files Browse the repository at this point in the history
docs: exclude column indexes from aria-label
  • Loading branch information
Ovilia authored Nov 7, 2024
2 parents 43eda89 + 40a8975 commit 941fdea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions en/option/component/aria.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions zh/option/component/aria.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ option = {

- `{value}`:将被替换为数据的值。

#### excludeDimensionId(Array)

The specified column indexes are excluded in the data in [aria.label](~aria.label)

#### separator(Object)

数据与数据之间描述的分隔符。
Expand Down

0 comments on commit 941fdea

Please sign in to comment.