Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions en/option/series/pie.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ Label rotation.

+ If `true` or `'radial'`, the labels are rotated radially. (The `'radial'` literal is supported since `v5.2.0`)
+ If `'tangential'`, the labels are rotated tangentially. (Since `v5.2.0`)
+ If set to `‘tangential-noflip’`, the arrangement will be tangential and will not flip. (Since `v6.0.1`)
+ If `number`, the labels are rotated in degrees (-90° - 90°). The negative value represents clockwise.

{{ use: partial-text-style(
Expand Down
1 change: 1 addition & 0 deletions zh/option/series/pie.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ const option = {

+ 如果为 `true` 或 `'radial'`,则为径向排布。(`'radial'` 字面量从 `v5.2.0` 开始支持)
+ 如果为 `'tangential'`,则为切向排布。(从 `v5.2.0` 开始支持)
+ 如果为 `‘tangential-noflip’`,则为切向排布,不反转。(从 v6.0.1 开始支持)
+ 如果为 `number` ,旋转指定角度,从 -90 度到 90 度。正值是逆时针。


Expand Down