Skip to content

Commit

Permalink
docs(sunburst): add new emphasis focus strategy 'relative' for highli…
Browse files Browse the repository at this point in the history
…ghting ancestor and descendant nodes
  • Loading branch information
sz-p committed Nov 13, 2024
1 parent 2c07833 commit 5bf6a6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion en/option/series/sunburst.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@ The start angle, which range is [0, 360].
Configurations of emphasis state.

{{ use: partial-focus-blur-scope(
isTree = true
isTree = true,
hasRelative = true,
relativeVersion = '5.5.2'
) }}

{{ use: partial-sunburst-state(
Expand Down
4 changes: 3 additions & 1 deletion zh/option/series/sunburst.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,9 @@ function(nodeA, nodeB) {
高亮状态配置。

{{ use: partial-focus-blur-scope(
isTree = true
isTree = true,
hasRelative = true,
relativeVersion = '5.5.2'
) }}

{{ use: partial-sunburst-state(
Expand Down

0 comments on commit 5bf6a6c

Please sign in to comment.