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 e759b76 fix(changelog): fix format flaw in the changelog.
e759b76 is described below
commit e759b76cd74aac818841a716c508fd98a39a5948
Author: plainheart <[email protected]>
AuthorDate: Fri Apr 30 09:28:41 2021 +0800
fix(changelog): fix format flaw in the changelog.
---
en/changelog.md | 3 ++-
zh/changelog.md | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/en/changelog.md b/en/changelog.md
index e124d9b..0e1a3a8 100644
--- a/en/changelog.md
+++ b/en/changelog.md
@@ -1,11 +1,12 @@
## v5.1.1
<div class="time">2021-04-27</div>
+
+ [Fix] [geo] Fix tooltip don't show on `geo` component.
[#14767](https://github.com/apache/echarts/issues/14767)
([pissang](https://github.com/pissang))
+ [Fix] [tooltip] Fix the position of tooltip may be incorrect when
`appendToBody`. [#14713](https://github.com/apache/echarts/issues/14713)
([plainheart](https://github.com/plainheart))
+ [Fix] [map] Fix tooltip may have error on map series.
[#14704](https://github.com/apache/echarts/issues/14704)
([plainheart](https://github.com/plainheart))
+ [Fix] [pie] Fix labelLine may still appear on emphasis when changed from
outside to inside. [#14702](https://github.com/apache/echarts/issues/14702)
([villebro](https://github.com/villebro))
+ [Fix] [type] Fix type error on earlier TypeScript versions. Close
[#14716](https://github.com/apache/echarts/issues/14716)
[#14739](https://github.com/apache/echarts/issues/14739)
-+ [Fix] [type] `symbolOffset` incorrectly marked as optional.
[#14693](https://github.com/apache/echarts/pull/14693)
([villebro](https://github.com/villebro))
++ [Fix] [type] `symbolOffset` incorrectly marked as mandatory.
[#14693](https://github.com/apache/echarts/pull/14693)
([villebro](https://github.com/villebro))
## v5.1.0
<div class="time">2021-04-15</div>
diff --git a/zh/changelog.md b/zh/changelog.md
index 00740ac..cee0df6 100644
--- a/zh/changelog.md
+++ b/zh/changelog.md
@@ -1,5 +1,6 @@
## v5.1.1
<div class="time">2021-04-27</div>
+
+ [Fix] [geo] 修复 5.1.0 引入的`geo`组件上`tooltip`无法显示的问题。
[#14767](https://github.com/apache/echarts/issues/14767)
([pissang](https://github.com/pissang))
+ [Fix] [tooltip] 修复 5.1.0 引入的 tooltip 在开启 `appendToBody` 后位置不对的问题。
[#14713](https://github.com/apache/echarts/issues/14713)
([plainheart](https://github.com/plainheart))
+ [Fix] [map] 修复 5.1.0 引入的地图上的`tooltip`可能会报错的问题。
[#14704](https://github.com/apache/echarts/issues/14704)
([plainheart](https://github.com/plainheart))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]