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

wangzx 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 ac0b8bdc fix(parallel): fix wrong level of `data.lineStyle` (resolves 
#396) & fix wrong default value of `lineStyle.width`
ac0b8bdc is described below

commit ac0b8bdc97afa9977478898bdc9ad65838013ec1
Author: plainheart <[email protected]>
AuthorDate: Fri May 31 11:34:53 2024 +0800

    fix(parallel): fix wrong level of `data.lineStyle` (resolves #396) & fix 
wrong default value of `lineStyle.width`
---
 en/option/series/parallel.md | 8 +++++---
 zh/option/series/parallel.md | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/en/option/series/parallel.md b/en/option/series/parallel.md
index af5a2853..9a1f1d88 100644
--- a/en/option/series/parallel.md
+++ b/en/option/series/parallel.md
@@ -265,8 +265,8 @@ The value of a data item.
 Line style.
 
 {{ use: partial-line-style(
-    prefix = "##",
-    defaultWidth = 2,
+    prefix = "#" + ${prefix},
+    defaultWidth = 1,
     defaultOpacity = 0.45
 ) }}
 
@@ -278,9 +278,11 @@ Line style.
 
 ##${prefix} lineStyle(Object)
 
+Line style in emphasis state.
+
 {{ use: partial-line-style(
     prefix = "##" + ${prefix},
-    defaultWidth = 2,
+    defaultWidth = 1,
     defaultOpacity = 0.45
 ) }}
 
diff --git a/zh/option/series/parallel.md b/zh/option/series/parallel.md
index e8f7f31d..475c2397 100644
--- a/zh/option/series/parallel.md
+++ b/zh/option/series/parallel.md
@@ -265,8 +265,8 @@ const option = {
 线条样式。
 
 {{ use: partial-line-style(
-    prefix = "##",
-    defaultWidth = 2,
+    prefix = "#" + ${prefix},
+    defaultWidth = 1,
     defaultOpacity = 0.45
 ) }}
 
@@ -278,9 +278,11 @@ const option = {
 
 ##${prefix} lineStyle(Object)
 
+高亮状态下的线条样式。
+
 {{ use: partial-line-style(
     prefix = "##" + ${prefix},
-    defaultWidth = 2,
+    defaultWidth = 1,
     defaultOpacity = 0.45
 ) }}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to