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-handbook.git
The following commit(s) were added to refs/heads/master by this push:
new 9ab55fd fix: tweak example code for basic-bar.
9ab55fd is described below
commit 9ab55fdf2b06c0a61c7838445a39b48b6ce6112b
Author: plainheart <[email protected]>
AuthorDate: Thu Dec 2 14:12:12 2021 +0800
fix: tweak example code for basic-bar.
---
contents/en/how-to/chart-types/bar/basic-bar.md | 2 +-
contents/zh/how-to/chart-types/bar/basic-bar.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contents/en/how-to/chart-types/bar/basic-bar.md
b/contents/en/how-to/chart-types/bar/basic-bar.md
index f84e9da..62c7b67 100755
--- a/contents/en/how-to/chart-types/bar/basic-bar.md
+++ b/contents/en/how-to/chart-types/bar/basic-bar.md
@@ -87,7 +87,7 @@ option = {
itemStyle: {
color: '#91cc75',
shadowColor: '#91cc75',
- borderType: [10, 5, 5],
+ borderType: 'dashed',
opacity: 0.5
}
},
diff --git a/contents/zh/how-to/chart-types/bar/basic-bar.md
b/contents/zh/how-to/chart-types/bar/basic-bar.md
index 7bec47c..2c91160 100644
--- a/contents/zh/how-to/chart-types/bar/basic-bar.md
+++ b/contents/zh/how-to/chart-types/bar/basic-bar.md
@@ -81,7 +81,7 @@ option = {
itemStyle: {
color: '#91cc75',
shadowColor: '#91cc75',
- borderType: [10, 5, 5],
+ borderType: 'dashed',
opacity: 0.5
}
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]