You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/02/01 13:22:36 UTC

[echarts-doc] branch master updated: add v5.0.2 changelog

This is an automated email from the ASF dual-hosted git repository.

shenyi 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 dc0f0b0  add v5.0.2 changelog
dc0f0b0 is described below

commit dc0f0b0829b190edc77e548d1238032d289e7685
Author: pissang <bm...@gmail.com>
AuthorDate: Mon Feb 1 21:22:23 2021 +0800

    add v5.0.2 changelog
---
 en/changelog.md                        | 14 ++++++++++++++
 zh/tutorial/whats-new-in-echarts-v5.md |  8 --------
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/en/changelog.md b/en/changelog.md
index 8d66fa6..6f3d94f 100644
--- a/en/changelog.md
+++ b/en/changelog.md
@@ -1,3 +1,17 @@
+## v5.0.2
+<div class="time">2021-02-01</div>
+
++ [Fix] [dataZoom] Fix icon with 'image://' won't display [#14056](https://github.com/apache/echarts/issues/14056) ([susiwen8](https://github.com/susiwen8))
++ [Fix] [pie] [gauge] Fix `zero` value sector may be incorrectly drawn as a circle. [#699](https://github.com/ecomfe/zrender/issues/699) ([plainheart](https://github.com/plainheart))
++ [Fix] [pie] Fix hiding wrong labels in pie. [#14108](https://github.com/apache/echarts/issues/14108) ([Nick22nd](https://github.com/Nick22nd))
++ [Fix] [toolbox] Fix `yAxisIndex: false` in toolbox dataZoom may have error. [#14175](https://github.com/apache/echarts/issues/14175) ([100pah](https://github.com/100pah))
++ [Fix] [map] Add `geo` as dependency in map. [#14124](https://github.com/apache/echarts/issues/14124) ([pissang](https://github.com/pissang))
++ [Fix] [labelLine] Fix `labelLine` will not been hidden when `label` is switched from outside to inside [#14017](https://github.com/apache/echarts/issues/14017) ([susiwen8](https://github.com/susiwen8))
++ [Fix] Fix image download may have error when not using default `pixelRatio`. [#706](https://github.com/ecomfe/zrender/issues/706) ([plainheart](https://github.com/plainheart))
++ [Fix] [toolbox] Use current `devicePixelRatio` by default for exporting crisp and clear images by default. [#14002](https://github.com/apache/echarts/issues/14002) ([plainheart](https://github.com/plainheart))
++ [Fix] [line] endLabel color support 'auto' 'inherit' [#14000](https://github.com/apache/echarts/issues/14000) ([susiwen8](https://github.com/susiwen8))
++ [Fix] [svg] fix `opacity` may not work in SVG renderer. [#675](https://github.com/ecomfe/zrender/issues/675) ([plainheart](https://github.com/plainheart))
++ [Fix] [type] Optimize event param types [#14155](https://github.com/apache/echarts/issues/14155) ([pissang](https://github.com/pissang))
 ## v5.0.1
 <div class="time">2021-01-11</div>
 
diff --git a/zh/tutorial/whats-new-in-echarts-v5.md b/zh/tutorial/whats-new-in-echarts-v5.md
index 6c504dc..fbc2c4c 100644
--- a/zh/tutorial/whats-new-in-echarts-v5.md
+++ b/zh/tutorial/whats-new-in-echarts-v5.md
@@ -3,14 +3,6 @@
 
 # ECharts 5 新特性
 
-<a href="https://echarts-5-live.bj.bcebos.com/echarts-5-event.html?ref=ec-tutorial" target="_blank">
-   <picture>
-      <source type="image/webp" srcset="https://cdn.jsdelivr.net/gh/apache/echarts-website@asf-site/zh/images/event/20200128-apache-echarts-5.webp" />
-      <source type="image/png" srcset="https://cdn.jsdelivr.net/gh/apache/echarts-website@asf-site/zh/images/event/20200128-apache-echarts-5.png" />
-      <img width="700px" src="https://cdn.jsdelivr.net/gh/apache/echarts-website@asf-site/zh/images/event/20200128-apache-echarts-5.png" />
-   </picture>
-</a>
-
 数据可视化在过去的几年中得到了长足的发展。开发者对于可视化产品的期待不再是简单的图表创建工具,而在交互、性能、数据处理等方面有了更高级的需求。
 
 Apache ECharts 始终致力于让开发者以更方便的方式创造灵活丰富的可视化作品。在最新推出的 Apache ECharts 5,我们着力加强了图表的叙事能力,让开发者可以以更简单的方式,讲述数据背后的故事。


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org