Skip to content

Commit

Permalink
Merge pull request #430 from sz-p/docs-sunburst-focus-relative
Browse files Browse the repository at this point in the history
docs(sunburst): add new emphasis focus strategy 'relative'
  • Loading branch information
plainheart authored Nov 23, 2024
2 parents 2c07833 + 5bf6a6c commit 11fb634
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 11fb634

Please sign in to comment.