19 Commits

Author SHA1 Message Date
陈键冬
3fc897ae5b 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
jaska
b15157fe37 Fix 0.5.3 where empty dict means a lot for echarts (#558)
* 🐛 keep the empty dictionary though it looks useless but charts needs them. fix #555

* 👕 keep empty array too. update 📖

* 🎨 minor tweaks on the source code

* Update: pink test folder

* Update: changelog update
2018-05-15 07:25:38 +01:00
jaska
3124ade59c True theme (#546)
* 🐛 fix theme color problem for themes other than dark, #544

* 🔬 test remove_key_with_none_value and whitening

* 📚 update docs and pump version

* Update json_serializable.py

* Update __init__.py

* 💚 fix unit test failures

* 🔥 get rid of dev code

* 💚 pass all unit tests

* 👕 use python 2 to generate the fixtures

* 🔥 remove empty dictionary that resulted from cleaning

* 🔬 more test cases. 👕 whitening

* 💚 ignore basestring please, flake8

* 🔨 code refactor test

* 🔨 address review feedbacks

* 💄 change single quote

* Update: docs update

* Update: img link update

* Update: docs update
2018-05-10 20:57:32 +08:00
陈键冬
7a3208e2e5 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
b87f382f15 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
8555a0e2c7 Remove EchartsEnvironment.configure_pyecharts 2018-02-28 09:17:38 +08:00
chfw
b8619d06ae 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
9c25c9fe97 👕 fix coding styles on test codes 2017-12-10 12:24:32 +00:00
kinegratii
37e7943208 Fix UnicodeDecodeError of test cases in python2 2017-12-05 11:19:56 +08:00
kinegratii
73e82e39de Fix js dependencies order 2017-12-04 21:08:43 +08:00
kinegratii
80d85887fb Add test cases 2017-11-28 16:37:43 +08:00
kinegratii
4ffd23d4f6 Update code style with maxline=79 2017-11-15 21:13:50 +08:00
kinegratii
9a41487a10 Refactor render process building new engine every render 2017-11-15 09:16:31 +08:00
kinegratii
3a96a9bbde Fix test cases for new render way 2017-11-13 17:11:48 +08:00
kinegratii
a01d59d05a Add test cases 2017-10-30 16:28:11 +08:00
kinegratii
c531549da6 Update render functions 2017-10-30 11:47:46 +08:00
kinegratii
d4af901c19 Update to env functions 2017-10-29 21:15:42 +08:00
kinegratii
201e361d5b Migrate environment to engine module 2017-10-22 19:55:59 +08:00
kinegratii
3d13ce4c97 Add preview version for Jinja2 template functions 2017-10-22 10:35:47 +08:00