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/06/28 01:25:27 UTC

[incubator-echarts-doc] branch master updated: fix(scatter): added missing default value for opacity in itemStyle.

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/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 0eba0bc  fix(scatter): added missing default value for opacity in itemStyle.
0eba0bc is described below

commit 0eba0bcf16c819ab62b3887bb5a982e18bd92779
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sun Jun 28 09:25:04 2020 +0800

    fix(scatter): added missing default value for opacity in itemStyle.
---
 en/option/series/scatter.md | 1 +
 zh/option/series/scatter.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/en/option/series/scatter.md b/en/option/series/scatter.md
index 66eaf36..26cf7c5 100644
--- a/en/option/series/scatter.md
+++ b/en/option/series/scatter.md
@@ -55,6 +55,7 @@ Whether to enable the animation effect when mouse is on the symbol.
 {{use:partial-item-style-desc}}
 {{use:partial-item-style(
     prefix="##",
+    defaultOpacity=0.8,
     useColorPalatte=true,
     hasCallback=true
 )}}
diff --git a/zh/option/series/scatter.md b/zh/option/series/scatter.md
index 8203d33..f141053 100644
--- a/zh/option/series/scatter.md
+++ b/zh/option/series/scatter.md
@@ -54,6 +54,7 @@
 {{use:partial-item-style-desc}}
 {{use:partial-item-style(
     prefix="##",
+    defaultOpacity=0.8,
     useColorPalatte=true,
     hasCallback=true
 )}}


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