Skip to content

Commit

Permalink
revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Aug 22, 2024
1 parent f05c5d6 commit 16de20b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion en/api/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dispatchAction({
Downplay specified data graphics.

```ts
// If downplay series(in the `sunburst` series,`downplay` has been deprecated since `v5.0.0`, please use `sunburstUnhighlight` instead):
// If downplay series:
dispatchAction({
type: 'downplay',

Expand Down
2 changes: 1 addition & 1 deletion zh/api/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dispatchAction({
取消高亮指定的数据图形。

```ts
// 如果要取消高亮系列(旭日图`sunburst`,从 `v5.0.0` 开始`downplay` 已被弃用,请使用 `sunburstUnhighlight` 代替)
// 如果要取消高亮系列:
dispatchAction({
type: 'downplay',

Expand Down

0 comments on commit 16de20b

Please sign in to comment.