👏 release version 0.2.4

This commit is contained in:
chenjiandongx 2017-09-08 20:36:18 +08:00
parent 3d81c8c348
commit 98b4fef920
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Version Log
* ### version 0.2.4Dev
* ### version 0.2.5Dev
* Todo
* ### version 0.2.4 - 2017.9.8Current
#### Added
* [issue#148](https://github.com/chenjiandongx/pyecharts/issues/148) 为 Radar.config() 新增 `legend_text_size` 参数
@ -16,7 +20,7 @@
#### Fixed
* [issue#158](https://github.com/chenjiandongx/pyecharts/issues/158) 修复 Grid/Timeline/Overlap 在 Page 中不能正常使用的 bug
* ### version 0.2.3 - 2017.9.1Current
* ### version 0.2.3 - 2017.9.1
#### Fixed
* [issue#143](https://github.com/chenjiandongx/pyecharts/issues/143) [issue#146](https://github.com/chenjiandongx/pyecharts/issues/146) 修复默认状态下 Graph 不显示连线的 bug

View File

@ -1,2 +1,2 @@
__version__ = '0.2.3'
__version__ = '0.2.4'
__author__ = 'chenjiandongx'