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 24cdb69b fix(series.boxplot): correct selectedMode reference in select
options description of series.boxplot(zh)
new d9d27910 Merge pull request #371 from luozejian/fix-boxplot-description
24cdb69b is described below
commit 24cdb69b3902f2012ad415f63aa942edf47e1ffc
Author: luozejian <[email protected]>
AuthorDate: Mon Oct 23 10:14:57 2023 +0800
fix(series.boxplot): correct selectedMode reference in select options
description of series.boxplot(zh)
---
zh/option/series/boxplot.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zh/option/series/boxplot.md b/zh/option/series/boxplot.md
index a79941dc..48bb817d 100644
--- a/zh/option/series/boxplot.md
+++ b/zh/option/series/boxplot.md
@@ -154,7 +154,7 @@ box 的宽度的上下限。数组的意思是:`[min, max]`。
version = "5.0.0"
) }}
-数据选中时的图形样式和标签样式。开启 [selectedMode](~series-funnel.selectedMode) 后有效。
+数据选中时的图形样式和标签样式。开启 [selectedMode](~series-boxplot.selectedMode) 后有效。
{{ use: partial-select-disabled(
prefix = "##"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]