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 14:03:19 UTC

[echarts-doc] branch sunburst-start-angle created (now abeaa0e9)

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

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


      at abeaa0e9 fix(sunburst): add `startAngle`

This branch includes the following new commits:

     new abeaa0e9 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-start-angle
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git

commit abeaa0e9f87ca2f25e1dd391ac6766fcccb6f4ab
Author: susiwen8 <su...@gmail.com>
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: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org