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

susiwen8 pushed a commit to branch area-style-opacity
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/area-style-opacity by this 
push:
     new 94af90e  fix(areaStyle.opacity): line areaStyle default opacity is 0.7
94af90e is described below

commit 94af90e4e4d423bedd19f3ca688b67c6f927f7ea
Author: susiwen8 <[email protected]>
AuthorDate: Thu Mar 31 13:50:12 2022 +0800

    fix(areaStyle.opacity): line areaStyle default opacity is 0.7
---
 en/option/series/line.md | 3 ++-
 zh/option/series/line.md | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/en/option/series/line.md b/en/option/series/line.md
index d1c1bea..ef80ec9 100644
--- a/en/option/series/line.md
+++ b/en/option/series/line.md
@@ -169,7 +169,8 @@ The style of area.
 
 {{ use: partial-area-style(
     prefix = "##",
-    hasOrigin = true
+    hasOrigin = true,
+    defaultOpacity = 0.7
 ) }}
 
 ## emphasis(Object)
diff --git a/zh/option/series/line.md b/zh/option/series/line.md
index 435a83c..9d09513 100644
--- a/zh/option/series/line.md
+++ b/zh/option/series/line.md
@@ -200,7 +200,8 @@ const option = {
 
 {{ use: partial-area-style(
     prefix = "##",
-    hasOrigin = true
+    hasOrigin = true,
+    defaultOpacity = 0.7
 ) }}
 
 ## emphasis(Object)

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

Reply via email to