This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a commit to branch fix-treemap in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
commit 952f71c6a2d4f3ba2461855f382d276d6378d4e8 Author: susiwen8 <[email protected]> AuthorDate: Tue Jun 14 23:18:39 2022 +0800 fix(breadcrumb): breadcrumb has no emphasis --- en/option/series/treemap.md | 24 ------------------------ zh/option/series/treemap.md | 24 ------------------------ 2 files changed, 48 deletions(-) diff --git a/en/option/series/treemap.md b/en/option/series/treemap.md index d33f5cca..2fd913bc 100644 --- a/en/option/series/treemap.md +++ b/en/option/series/treemap.md @@ -168,30 +168,6 @@ When is no content in breadcrumb, this minimal width need to be set up. defaultColor = "#fff" ) }} -### emphasis(*) - -#### itemStyle(Object) - -{{ use: partial-item-style( - 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 -) }} - -##### textStyle(Object) - -{{ use: partial-text-style( - prefix = "#####", - defaultColor = "#fff" -) }} - ## labelLine(Object) {{ use: partial-label-line-desc() }} diff --git a/zh/option/series/treemap.md b/zh/option/series/treemap.md index a148c53f..4d72c816 100644 --- a/zh/option/series/treemap.md +++ b/zh/option/series/treemap.md @@ -325,30 +325,6 @@ const option = { defaultColor = "#fff" ) }} -### emphasis(Object) - -#### itemStyle(Object) - -{{ use: partial-item-style( - 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 -) }} - -##### textStyle(Object) - -{{ use: partial-text-style( - prefix = "#####", - defaultColor = "#fff" -) }} - ## labelLine(Object) {{ use: partial-label-line-desc() }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
