diff --git a/en/option/series/pie.md b/en/option/series/pie.md index 0e7d67784..87bef8677 100644 --- a/en/option/series/pie.md +++ b/en/option/series/pie.md @@ -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( diff --git a/zh/option/series/pie.md b/zh/option/series/pie.md index d92c3a64d..23d4dfb53 100644 --- a/zh/option/series/pie.md +++ b/zh/option/series/pie.md @@ -547,6 +547,7 @@ const option = { + 如果为 `true` 或 `'radial'`,则为径向排布。(`'radial'` 字面量从 `v5.2.0` 开始支持) + 如果为 `'tangential'`,则为切向排布。(从 `v5.2.0` 开始支持) ++ 如果为 `‘tangential-noflip’`,则为切向排布,不反转。(从 v6.0.1 开始支持) + 如果为 `number` ,旋转指定角度,从 -90 度到 90 度。正值是逆时针。