You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/09/21 03:17:12 UTC

[echarts-doc] branch master updated: add sunburst radius

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 840f0cd  add sunburst radius
840f0cd is described below

commit 840f0cdb1a122d94053eccc0e9fe52b21a48d2ce
Author: pissang <bm...@gmail.com>
AuthorDate: Tue Sep 21 11:16:29 2021 +0800

    add sunburst radius
---
 en/option/series/sunburst.md | 7 +++++++
 zh/option/series/sunburst.md | 9 +++++++++
 2 files changed, 16 insertions(+)

diff --git a/en/option/series/sunburst.md b/en/option/series/sunburst.md
index 8fba27d..3e66972 100644
--- a/en/option/series/sunburst.md
+++ b/en/option/series/sunburst.md
@@ -348,6 +348,13 @@ series: {
     ]
 }
 ```
+### radius(Array)
+
+{{ use: partial-version(
+    version = "5.2.0"
+) }}
+
+The inner and outer radius of the current layer, noting that the radius of other layers will not be adaptive.
 
 {{ use: partial-sunburst-label-props(
     prefix = "##"
diff --git a/zh/option/series/sunburst.md b/zh/option/series/sunburst.md
index c901cde..9a7ca2f 100644
--- a/zh/option/series/sunburst.md
+++ b/zh/option/series/sunburst.md
@@ -498,6 +498,15 @@ series: {
 }
 ```
 
+### radius(Array)
+
+{{ use: partial-version(
+    version = "5.2.0"
+) }}
+
+当前层的内半径和外半径,注意其它层的内外半径不会因为该层的改变自适应。
+
+
 {{ use: partial-sunburst-label-props(
     prefix = "##"
 ) }}

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