This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a commit to branch treemap-emphasis in repository https://gitbox.apache.org/repos/asf/echarts-doc.git
commit e46bda8539484b5cb05e53af51559e07d1f27d3e Author: susiwen8 <[email protected]> AuthorDate: Fri Sep 16 20:52:18 2022 +0800 feat(treemap.emphasis): add version --- en/option/series/treemap.md | 3 +++ zh/option/series/treemap.md | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/en/option/series/treemap.md b/en/option/series/treemap.md index d33f5cca..059349a7 100644 --- a/en/option/series/treemap.md +++ b/en/option/series/treemap.md @@ -169,6 +169,9 @@ When is no content in breadcrumb, this minimal width need to be set up. ) }} ### emphasis(*) +{{ use: partial-version( + version = "5.4.0" +) }} #### itemStyle(Object) diff --git a/zh/option/series/treemap.md b/zh/option/series/treemap.md index a148c53f..4b37de8d 100644 --- a/zh/option/series/treemap.md +++ b/zh/option/series/treemap.md @@ -326,7 +326,9 @@ const option = { ) }} ### emphasis(Object) - +{{ use: partial-version( + version = "5.4.0" +) }} #### itemStyle(Object) {{ use: partial-item-style( --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
