This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a commit to branch sunburst-start-angle in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
commit abeaa0e9f87ca2f25e1dd391ac6766fcccb6f4ab Author: susiwen8 <[email protected]> AuthorDate: Fri Feb 17 22:03:10 2023 +0800 fix(sunburst): add `startAngle` --- en/option/series/sunburst.md | 6 ++++++ zh/option/series/sunburst.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/en/option/series/sunburst.md b/en/option/series/sunburst.md index 4eda6509..2e1df031 100644 --- a/en/option/series/sunburst.md +++ b/en/option/series/sunburst.md @@ -271,6 +271,12 @@ function(nodeA, nodeB) { If there is no `name`, whether need to render it. +## startAngle(number) = 90 + +<ExampleUIControlAngle step="1" min="0" max="360" default="90" /> + +The start angle, which range is [0, 360]. + {{ use: partial-sunburst-label-props( prefix = "#", state = 'normal' diff --git a/zh/option/series/sunburst.md b/zh/option/series/sunburst.md index b0064d09..21ef756c 100644 --- a/zh/option/series/sunburst.md +++ b/zh/option/series/sunburst.md @@ -420,6 +420,12 @@ function(nodeA, nodeB) { 如果数据没有 `name`,是否需要渲染文字。 +## startAngle(number) = 90 + +<ExampleUIControlAngle step="1" min="0" max="360" default="90" /> + +起始角度,支持范围[0, 360]。 + {{ use: partial-sunburst-label-props( prefix = "#", state = 'normal' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
