You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2023/02/17 13:59:13 UTC

[echarts-doc] branch sunburst-startAngle created (now ca927a4c)

This is an automated email from the ASF dual-hosted git repository.

susiwen8 pushed a change to branch sunburst-startAngle
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


      at ca927a4c fix(sunburst): add `startAngle`

This branch includes the following new commits:

     new ca927a4c fix(sunburst): add `startAngle`

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[echarts-doc] 01/01: fix(sunburst): add `startAngle`

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

susiwen8 pushed a commit to branch sunburst-startAngle
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git

commit ca927a4c2580da15eca06736f90c33cef3591e3d
Author: susiwen.ssw <su...@antgroup.com>
AuthorDate: Fri Feb 17 21:59:04 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: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org