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

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

commit a3f8a310b88312bdd95daa7df553645d7dd1de5a
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Mon Nov 1 17:22:09 2021 +0800

    fix(radar): radar.name is deprecated
---
 en/option/component/radar.md | 2 +-
 zh/option/component/radar.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/component/radar.md b/en/option/component/radar.md
index fb99550..c30caeb 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.
 
diff --git a/zh/option/component/radar.md b/zh/option/component/radar.md
index 546d362..3ba0c1b 100644
--- a/zh/option/component/radar.md
+++ b/zh/option/component/radar.md
@@ -60,7 +60,7 @@ const option = {
 
 坐标系起始角度,也就是第一个指示器轴的角度。
 
-## name(Object)
+## axisName(Object)
 
 雷达图每个指示器名称的配置项。
 

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

Reply via email to