You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/09/01 01:54:59 UTC

[echarts-doc] branch master updated: default value of radar line changed to round apache/echarts#15381

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

ovilia 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 9f6a4c0  default value of radar line changed to round apache/echarts#15381
9f6a4c0 is described below

commit 9f6a4c0e107c6467ccab45c7553f40b221acecf1
Author: Ovilia <zw...@gmail.com>
AuthorDate: Wed Sep 1 09:54:36 2021 +0800

    default value of radar line changed to round apache/echarts#15381
---
 en/option/series/radar.md | 9 ++++++---
 zh/option/series/radar.md | 9 ++++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/en/option/series/radar.md b/en/option/series/radar.md
index 23d28a7..f68c981 100644
--- a/en/option/series/radar.md
+++ b/en/option/series/radar.md
@@ -66,7 +66,8 @@ Item style of the inflection point of the lines.
 Line style.
 
 {{ use: partial-line-style(
-    prefix = "##"
+    prefix = "##",
+    defaultJoin = "'round'"
 ) }}
 
 ## areaStyle(Object)
@@ -177,7 +178,8 @@ Style setting of the symbol on single inflection point.
 Line style of a single item.
 
 {{ use: partial-line-style(
-    prefix = "###"
+    prefix = "###",
+    defaultJoin = "'round'"
 ) }}
 
 ### areaStyle(Object)
@@ -261,7 +263,8 @@ Configurations of selected state.
 #${prefix} lineStyle(Object)
 
 {{ use: partial-line-style(
-    prefix = "#" + ${prefix}
+    prefix = "#" + ${prefix},
+    defaultJoin = "'round'"
 ) }}
 
 #${prefix} areaStyle(Object)
diff --git a/zh/option/series/radar.md b/zh/option/series/radar.md
index e3e5545..54ce1b2 100644
--- a/zh/option/series/radar.md
+++ b/zh/option/series/radar.md
@@ -102,7 +102,8 @@ const option = {
 线条样式。
 
 {{ use: partial-line-style(
-    prefix = "##"
+    prefix = "##",
+    defaultJoin = "'round'"
 ) }}
 
 ## areaStyle(Object)
@@ -213,7 +214,8 @@ data : [
 单项线条样式。
 
 {{ use: partial-line-style(
-    prefix = "###"
+    prefix = "###",
+    defaultJoin = "'round'"
 ) }}
 
 ### areaStyle(Object)
@@ -297,7 +299,8 @@ data : [
 #${prefix} lineStyle(Object)
 
 {{ use: partial-line-style(
-    prefix = "#" + ${prefix}
+    prefix = "#" + ${prefix},
+    defaultJoin = "'round'"
 ) }}
 
 #${prefix} areaStyle(Object)

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