Ovilia commented on code in PR #477:
URL: https://github.com/apache/echarts-doc/pull/477#discussion_r2431283284


##########
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.0 开始支持)

Review Comment:
   Should be since `v6.0.1`.



##########
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.0`)

Review Comment:
   Should be since `v6.0.1`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to