1106 Commits

Author SHA1 Message Date
陈键冬
2d9ff361b0 Merge branch 'master' into dev 2018-07-28 10:45:01 +08:00
chenjiandongx
4a4f4b2fe5 Docs: 准备发布新版本 2018-07-28 10:36:55 +08:00
chenjiandongx
1359d5882b Update: 更新 jupyter-echarts-pypkg 版本 2018-07-28 10:28:34 +08:00
chenjiandongx
89bd1403f2 Docs: 对应文档更新 2018-07-28 10:28:03 +08:00
chenjiandongx
2ed30c5721 Update: #634 新增一系列 datazoom_extra_ 参数用于将 dataZoom 同时作用于 X、Y 轴 2018-07-28 10:27:34 +08:00
chenjiandongx
bafc6aac57 Fixed: 修复 #636 2018-07-27 09:56:55 +08:00
chenjiandongx
36e7bbdb13 Fixed: 修复 #639 2018-07-27 09:38:46 +08:00
chenjiandongx
7de75d179f Docs: 更新捐赠者名单 2018-07-19 21:57:54 +08:00
chenjiandongx
528ff57ad6 Merge branch 'dev' of https://github.com/pyecharts/pyecharts into dev 2018-07-19 21:56:30 +08:00
chenjiandongx
24671d9e4f Update: 更新 docsify 版本 2018-06-29 23:44:24 +08:00
kinegratii
7210e87d3d Add data-import docs (#583)
* Update release-note docs

* Add data_import docs

* Update data_import docs

* Update readme

* Update the milestone page
2018-05-23 07:48:31 +08:00
jaska
87bd3b370c Tooltip (#578)
* 🔨 refactor tooltip as a class

* 🚜 cohension, similiar subject shall stay together

* 🐛 fix typo: tragger -> trigger

* Update: 对应文档更新

* Update: 细节转移至相对应的图表中,不需要再做类型判断

* Fix: 避免重复命名导致的问题
2018-05-20 16:39:52 +08:00
chenjiandongx
cd7dbb2bca Merge branch 'dev' of https://github.com/pyecharts/pyecharts into dev 2018-05-19 16:18:28 +08:00
jaska
8cba416e52 support old 3.6.2 tooltip with echarts 4.0.4. fix #452 (#577)
*  support old 3.6.2 tooltip with echarts 4.0.4. fix #452

* 💚 fix broken unit test

* 🎨 allow kline tooltip formatter to be overriden

* 💚 pass unit tests

* 💚 final touch

* 👕 whitening with black version 18.5b0

* 👕 whitening with black version 18.4a4
2018-05-18 11:04:18 +01:00
chenjiandongx
92c8a6a776 Merge branch 'dev' of https://github.com/pyecharts/pyecharts into dev 2018-05-17 23:48:16 +08:00
陈键冬
a37b53e7d8 Merge pull request #575 from pyecharts/dev
Dev -> Master -> Release version 0.5.5
2018-05-17 23:45:51 +08:00
陈键冬
7618a64476 Merge branch 'master' into dev 2018-05-17 23:15:23 +08:00
陈键冬
1ae5fb4142 Heatmap bug fixed (#574)
* Fixed: 修复 #572 HeatMap 图纵坐标显示索引值,而非 data 值的 bug

* Fix: fix broken test

* Docs: docs update

* 🐛 use ._config instead for update.
2018-05-17 23:13:42 +08:00
jaska
c496c385a3 Nteract support (#570)
*  support nteract environment.

* 🔨 use temp file in system temp folder

* 🔬 test nteract function and update 📚

* 👕 whitening the code

* 📚 update demo and pump version number

* 📚 give reference to nteract.io

* 📚 update change log and 🐛 a bug fix on tmp file suffix
2018-05-17 20:10:22 +08:00
chenjiandongx
cf88b82061 Merge branch 'dev' of https://github.com/pyecharts/pyecharts into dev 2018-05-17 13:39:56 +08:00
陈键冬
27aebee5b7 Charts update docs (#569)
* Add: 新增 ploar 自定义渲染逻辑示例代码

* Doc: docs update

* Add: add test code, make @chfw happy hahaha :)
2018-05-16 23:07:04 +08:00
chenjiandongx
8a37f126da Merge branch 'dev' of https://github.com/pyecharts/pyecharts into dev 2018-05-16 16:32:47 +08:00
陈键冬
8b5dba9c29 Geolines data value (#566)
* Update: 更新 x,y 轴 formatter 参数注释

* #565 Geolines 图数据项可以新增数值维度

* Update: charts docs update

* Fix: fixed bronken test

* Update: 更新 github ISSUE 及 PR 提交模板

* Update: lines -> line

* Update: 删除无用语句
2018-05-16 15:13:13 +08:00
chenjiandongx
eac3f9f872 Update: 更新 x,y 轴 formatter 参数注释 2018-05-16 15:13:12 +08:00
陈键冬
bdea95e50c Geolines data value (#566)
* Update: 更新 x,y 轴 formatter 参数注释

* #565 Geolines 图数据项可以新增数值维度

* Update: charts docs update

* Fix: fixed bronken test

* Update: 更新 github ISSUE 及 PR 提交模板

* Update: lines -> line

* Update: 删除无用语句
2018-05-15 13:32:12 +01:00
陈键冬
de3c55c563 Merge pull request #562 from pyecharts/dev
Dev -> Master -> Releaser v0.5.4
2018-05-15 15:58:25 +08:00
jaska
efad423d90 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
a871e41e51 How to debug when jupyter shows blank chart (#557)
* 📚 update faq with jupyter blank chart query

* 🐛 fix typo

* Update: 文档中文化 :)
2018-05-14 15:39:20 +08:00
kinegratii
4a9f1a6c5d Page named charts (#551)
* Add named page

* Update docs

* Update docs

* Update docs

* Update tests

* Format code

* Update function document

* Fix variable naming

* 🐛 fix next pyecharts version to use pyecharts-javascripthon v 0.0… (#554)

* 🐛 fix next pyecharts version to use pyecharts-javascripthon v 0.0.6. fix #541

* 📚 correct the source of dark

* Update: pink code
2018-05-13 23:22:23 +08:00
jaska
7131e92aa6 🐛 fix next pyecharts version to use pyecharts-javascripthon v 0.0… (#554)
* 🐛 fix next pyecharts version to use pyecharts-javascripthon v 0.0.6. fix #541

* 📚 correct the source of dark
2018-05-13 16:04:00 +01:00
jaska
74f7c008f0 Chart3D is added to absorb all commonalities in 3D charts (#550)
* 🔨 code refactoring and 🔥 remove duplicated code, collapse chart inheritance structure

* 📚 update documentation

* 🔨 code refactor geolines

* 📰 add missing test fixture

* Update: 图形类部分细节修改

* Fixed: make flake5 happy

* Update: micro docs update
2018-05-11 14:29:35 +08:00
陈键冬
90b8bef00c Merge pull request #548 from pyecharts/dev
Dev -> Master -> Relase v0.5.3
2018-05-10 22:24:28 +08:00
陈键冬
c7662c8664 Merge branch 'master' into dev 2018-05-10 21:41:08 +08:00
jaska
437ae7d7f6 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
陈键冬
eba22c7504 Fix: 修复 Pie 图 label formatter 默认显示格式 (#545)
* Fix: 修复 Pie 图 label formatter 默认显示格式

* Add: 新增 label formatter 测试
2018-05-08 16:37:12 +01:00
陈键冬
5309039f28 Merge pull request #538 from pyecharts/dev
Charts docs update and pink everything (#536)
2018-05-04 22:57:09 +08:00
陈键冬
3d836d8e58 Merge branch 'master' into dev 2018-05-04 22:38:59 +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
陈键冬
f2d16f317b Merge pull request #535 from pyecharts/dev
Dev -> Master -> Release version 0.5.2
2018-05-04 21:10:32 +08:00
jaska
fd16ffb66d dark, vintage, macarons, infographic, shine and roma themes (#530)
* 🐛 turn on split line for scatter diagram. fix #516

* 🔥 remove documentation that echos the function name

*  support dark theme. fix #512

*  support global_theme in configure function. improves #512

*  use_theme, related to #512

*  support 5 more external themes which come from echarts-themes-pypkg and echarts-themes-js, #512

* 📰 add missing test fixtures

* 💚 make unit test pass

* 📚 document themes usage

* 📚 add cross reference

* 📚 update change log and pump version

* Update: update some docs

* Update: typo fixed

* Update: prepare docs update

* Update: 鉴于现在 md 做 long description 效果不佳,转化为 rst 又出现问题,所以暂时取消

* Fix: fixed broken test, remove unused codecs
2018-05-04 18:24:30 +08:00
陈键冬
3ed59605fa Update: update flask and django docs (#533)
* Update: update flask and django docs

* Update: update customize map docs

* Update: micro docs update

* Update: update readme

* Update: micro update
2018-05-04 13:52:59 +08:00
kinegratii
9bdc5785c2 Cyclomatic complexity (#531)
* Add McCabe complexity check

* Refactor utils with complexity

* Refactor code
2018-05-03 21:32:30 +08:00
陈键冬
18c2215f9b Merge pull request #526 from pyecharts/dev
Dev -> Master -> Release v0.5.1
2018-05-02 23:36:28 +08:00
陈键冬
b5bae6f836 Merge branch 'master' into dev 2018-05-02 23:15:46 +08:00
陈键冬
c20cedc751 Update docs for v051 (#525)
* docs update for v0.5.1

* update setup.py

* Update: changelog update
2018-05-02 23:05:27 +08:00
jaska
d031a92b21 Scatter split line (#522)
* 🐛 turn on split line for scatter diagram. fix #516

* 🔥 remove documentation that echos the function name
2018-05-02 16:59:47 +08:00
kinegratii
d9e285ade5 Docs structure update (#520)
* Update docs

1. Update NavBar
2. Merge README.md
3. Add highlight for python code
4. Remove search plugin

* Fix broken link in NavBar

* Refactor sidebar

* Add Zoom-Image & Search Plugin

* Update docs
2018-05-01 13:24:31 +01:00
jaska
54a2447efe Post 0.5.0 updates (#519)
* 🐛 remove x split line, fix #516

* 🐛 add readme into pypi page, fix #518

* 🔥 remove useless imports. makes flake8 happy

*  add long descritption content type
2018-04-30 09:57:31 +08:00
陈键冬
b9b2ab2a48 Merge pull request #510 from pyecharts/dev
Dev -> Master-> Release v0.5.0
2018-04-28 21:54:29 +08:00
kinegratii
674e1dcae1 Update Dataset Docs (#514)
* Update datasets for Geo and GeoLines
2018-04-28 21:14:18 +08:00