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 2022/09/25 09:38:38 UTC

[echarts-doc] branch master updated: fix(treemap): fix some wrong default values of item style of breadcrumb (#288)

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 9877a55b fix(treemap): fix some wrong default values of item style of breadcrumb (#288)
9877a55b is described below

commit 9877a55bbfd5c83f8e6a5867c9654b746edeab4f
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sun Sep 25 17:36:37 2022 +0800

    fix(treemap): fix some wrong default values of item style of breadcrumb (#288)
---
 en/option/series/treemap.md | 20 ++++++--------------
 zh/option/series/treemap.md | 18 +++++-------------
 2 files changed, 11 insertions(+), 27 deletions(-)

diff --git a/en/option/series/treemap.md b/en/option/series/treemap.md
index 059349a7..5b09da9d 100644
--- a/en/option/series/treemap.md
+++ b/en/option/series/treemap.md
@@ -153,12 +153,8 @@ When is no content in breadcrumb, this minimal width need to be set up.
     prefix = "###",
     name = "breadcrumb",
     defaultColor = "rgba(0,0,0,0.7)",
-    defaultBorderColor = "rgba(255,255,255,0.7)",
-    defaultBorderWidth = 1,
-    defaultShadowColor = 'rgba(150,150,150,1)',
-    defaultShadowBlur = 3,
-    defaultShadowOffsetX = 0,
-    defaultShadowOffsetY = 0
+    defaultBorderColor = "''",
+    defaultBorderWidth = 1
 ) }}
 
 #### textStyle(Object)
@@ -168,7 +164,7 @@ When is no content in breadcrumb, this minimal width need to be set up.
     defaultColor = "#fff"
 ) }}
 
-### emphasis(*)
+### emphasis(Object)
 {{ use: partial-version(
     version = "5.4.0"
 ) }}
@@ -179,13 +175,9 @@ When is no content in breadcrumb, this minimal width need to be set up.
     prefix = "####",
     name = "breadcrumb",
     hasInherit = true,
-    defaultColor = "rgba(0,0,0,0.7)",
-    defaultBorderColor = "rgba(255,255,255,0.7)",
-    defaultBorderWidth = 1,
-    defaultShadowColor = 'rgba(150,150,150,1)',
-    defaultShadowBlur = 3,
-    defaultShadowOffsetX = 0,
-    defaultShadowOffsetY = 0
+    defaultColor = "rgba(0,0,0,0.9)",
+    defaultBorderColor = "''",
+    defaultBorderWidth = 1
 ) }}
 
 ##### textStyle(Object)
diff --git a/zh/option/series/treemap.md b/zh/option/series/treemap.md
index 7f19db66..5898fb1a 100644
--- a/zh/option/series/treemap.md
+++ b/zh/option/series/treemap.md
@@ -310,12 +310,8 @@ const option = {
     prefix = "###",
     name = "面包屑",
     defaultColor = "rgba(0,0,0,0.7)",
-    defaultBorderColor = "rgba(255,255,255,0.7)",
-    defaultBorderWidth = 1,
-    defaultShadowColor = 'rgba(150,150,150,1)',
-    defaultShadowBlur = 3,
-    defaultShadowOffsetX = 0,
-    defaultShadowOffsetY = 0
+    defaultBorderColor = "''",
+    defaultBorderWidth = 1
 ) }}
 
 #### textStyle(Object)
@@ -336,13 +332,9 @@ const option = {
     prefix = "####",
     name = "面包屑",
     hasInherit = true,
-    defaultColor = "rgba(0,0,0,0.7)",
-    defaultBorderColor = "rgba(255,255,255,0.7)",
-    defaultBorderWidth = 1,
-    defaultShadowColor = 'rgba(150,150,150,1)',
-    defaultShadowBlur = 3,
-    defaultShadowOffsetX = 0,
-    defaultShadowOffsetY = 0
+    defaultColor = "rgba(0,0,0,0.9)",
+    defaultBorderColor = "''",
+    defaultBorderWidth = 1
 ) }}
 
 ##### textStyle(Object)


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