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

[echarts-doc] branch master updated: fix(breadcrumb): wrong name in treemap breadcrumb

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

shenyi 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 3e36308  fix(breadcrumb): wrong name in treemap breadcrumb
     new bc901fa  Merge pull request #194 from susiwen8/fix-breadcrumb
3e36308 is described below

commit 3e36308333b83220137fc68a386c2457e3861ecb
Author: susiwen8 <su...@gmail.com>
AuthorDate: Fri Sep 17 20:49:56 2021 +0800

    fix(breadcrumb): wrong name in treemap breadcrumb
---
 en/option/series/treemap.md | 4 ++--
 zh/option/series/treemap.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en/option/series/treemap.md b/en/option/series/treemap.md
index 9cdf08b..d5d00d5 100644
--- a/en/option/series/treemap.md
+++ b/en/option/series/treemap.md
@@ -151,7 +151,7 @@ When is no content in breadcrumb, this minimal width need to be set up.
 
 {{ use: partial-item-style(
     prefix = "###",
-    name = "boxplot",
+    name = "breadcrumb",
     defaultColor = "rgba(0,0,0,0.7)",
     defaultBorderColor = "rgba(255,255,255,0.7)",
     defaultBorderWidth = 1,
@@ -174,7 +174,7 @@ When is no content in breadcrumb, this minimal width need to be set up.
 
 {{ use: partial-item-style(
     prefix = "####",
-    name = "boxplot",
+    name = "breadcrumb",
     hasInherit = true,
     defaultColor = "rgba(0,0,0,0.7)",
     defaultBorderColor = "rgba(255,255,255,0.7)",
diff --git a/zh/option/series/treemap.md b/zh/option/series/treemap.md
index 8a123a8..5423702 100644
--- a/zh/option/series/treemap.md
+++ b/zh/option/series/treemap.md
@@ -308,7 +308,7 @@ const option = {
 
 {{ use: partial-item-style(
     prefix = "###",
-    name = "boxplot",
+    name = "面包屑",
     defaultColor = "rgba(0,0,0,0.7)",
     defaultBorderColor = "rgba(255,255,255,0.7)",
     defaultBorderWidth = 1,
@@ -331,7 +331,7 @@ const option = {
 
 {{ use: partial-item-style(
     prefix = "####",
-    name = "boxplot",
+    name = "面包屑",
     hasInherit = true,
     defaultColor = "rgba(0,0,0,0.7)",
     defaultBorderColor = "rgba(255,255,255,0.7)",

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