16 Commits

Author SHA1 Message Date
陈键冬
217fd3caec Refactor: 日常重构 2019-03-17 12:39:57 +08:00
陈键冬
3e7e2bfc77 Lias (#722)
* Add: 新增 lias 工具格式化 imports

* Update: 细节修正

* Fix: fix #721

* Update: var reused

* Format: 格式化导包顺序

* Update: modules import order: python builtin imports on top, 3rd parties libraries in the middle, package's own libraries in the bottom
2018-09-01 16:07:00 +08:00
陈键冬
8f16369400 Charts docs update and pink everything (#536)
* Update: docs update

* Update: 统一注释文档风格

* Update: pink echarts folder

* Update: pink charts folder

* Update: pink custom folder

* Update: pink pyecharts and dataset folder

* Update: pink test folder

* Update: pink utils folder

* Update: micro docs update for theme

* Fix: fixed broken test
2018-05-04 22:37:27 +08:00
jaska
26840eb9d3 code refactoring all python codes using https://github.com/kennethreitz/white (#472)
* 🔨 code refactoring using https://github.com/kennethreitz/white

* 🔨 code refactoring the test code using https://github.com/kennethreitz/white
2018-04-02 16:00:35 +08:00
kinegratii
a180ca857c 重构渲染代码 (#424)
* Refactor notebook render

1. Merge template files and remove unused files.
2. Move render function to environment class
3. Extract notebook test cases to a new module

* Refactor chart render

1. Add render_* to EchartsEnvironment class
2. Remove engine.render
3. Remove unused template files

* Fix online between test cases.

* Update document and changelog

* Rename some functions

* Update some mistakes

* Remove debug code

* Refactor env.render_chart_to_notebook  method
2018-03-07 18:15:15 +08:00
chfw
d2ff477369 🔨 restore CURRENT_CONFIG 2018-01-16 00:33:04 +00:00
chfw
3c5a74aedb 🔥 remove redundant JUPYTER_CONFIG 2018-01-16 00:30:47 +00:00
chfw
db4ab95f6c first prototype that passes all unit tests. it reads built-in templates/js/echarts, as well as ~/.pyecharts/map-extension-a/, and more in ~/.pyecharts/ 2018-01-01 23:16:23 +00:00
chfw
303a8843aa 🚜 relocate test case 2017-12-09 23:37:48 +00:00
kinegratii
6caa22be41 Update code style with maxline=79 2017-11-15 21:13:50 +08:00
kinegratii
6663b9e0a1 Update test cases for coverage 2017-11-15 14:56:42 +08:00
kinegratii
4e155b5413 Refactor render process building new engine every render 2017-11-15 09:16:31 +08:00
kinegratii
65d5eb3307 Fix test cases for new render way 2017-11-13 17:11:48 +08:00
kinegratii
eecf02fe63 Fix test cases 2017-11-01 22:10:36 +08:00
kinegratii
33fb3ecde4 Add test cases 2017-10-31 15:31:04 +08:00
kinegratii
3cc9360f27 Add test cases 2017-10-30 16:28:11 +08:00