You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2020/10/26 08:27:51 UTC

[incubator-echarts-doc] 01/01: fix(radar): use latest names for radar axis name and gap.(optimize #131)

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

wangzx pushed a commit to branch fix-radar
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git

commit 04306b9c690b7a47f85f5f54ab16a56cb6b61f05
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Mon Oct 26 16:27:24 2020 +0800

    fix(radar): use latest names for radar axis name and gap.(optimize #131)
---
 en/option/component/radar.md | 6 ++----
 zh/option/component/radar.md | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/en/option/component/radar.md b/en/option/component/radar.md
index 151709a..af84530 100644
--- a/en/option/component/radar.md
+++ b/en/option/component/radar.md
@@ -24,7 +24,7 @@ Here is a custom example of radar component.
 
 The start angle of coordinate, which is the angle of the first indicator axis.
 
-## name(Object)
+## axisName(Object)
 
 Name of radar chart.
 
@@ -45,8 +45,6 @@ formatter: function (value, indicator) {
 }
 ```
 
-## textStyle(Object)
-
 {{ use: partial-text-style(
     prefix = '##',
     defaultColor = "'#333'",
@@ -54,7 +52,7 @@ formatter: function (value, indicator) {
     noVerticalAlign = true
 ) }}
 
-## nameGap(number) = 15
+## axisNameGap(number) = 15
 
 <ExampleUIControlNumber default="15" step="1" />
 
diff --git a/zh/option/component/radar.md b/zh/option/component/radar.md
index e875e13..cb551ed 100644
--- a/zh/option/component/radar.md
+++ b/zh/option/component/radar.md
@@ -60,7 +60,7 @@ const option = {
 
 坐标系起始角度,也就是第一个指示器轴的角度。
 
-## name(Object)
+## axisName(Object)
 
 雷达图每个指示器名称的配置项。
 
@@ -81,8 +81,6 @@ formatter: function (value, indicator) {
 }
 ```
 
-## textStyle(Object)
-
 {{ use: partial-text-style(
     prefix = '##',
     defaultColor = "'#333'",
@@ -90,7 +88,7 @@ formatter: function (value, indicator) {
     noVerticalAlign = true
 ) }}
 
-## nameGap(number) = 15
+## axisNameGap(number) = 15
 
 <ExampleUIControlNumber default="15" step="1" />
 


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