108 Commits

Author SHA1 Message Date
陈键冬
3d2046443b Style docs (#727)
* Docs: 整理 style 文档

* Docs: 风格篇完善

* Docs: changelog 更新

* Docs: 链接地址修正
2018-09-04 10:03:45 +08:00
陈键冬
44db4fca70 Docs update (#694)
* Docs: changelog 更新

* Add: 新增 wheel badge

* Add: Show some love to contributors
2018-08-26 11:37:09 +08:00
陈键冬
579412079d Add: add python version bdage (#681) 2018-08-15 23:18:31 +08:00
陈键冬
265de7a379 New chart tree (#670)
* Docs: js 函数示例更新

* Add: 新增 Tree 图形种类

* Update: 进一步完善树图

* Docs: 文档完善

* Fix: 测试修复

* Docs: changelog 更新

* Refactor: 重构 Tree 类

* Docs: Geoline 文档更新

* Update: Geo/Geolines 注释更新

* Format: 统一编码风格

* Add: add Contributions welcome badge

* Docs: 数据不对齐示例补充

* Add: 为 Polar 图新增 angleaxis_label_interval 配置项

* Docs: 文档更新

* Fix: 修复测试

* Docs: changelog update

* Docs: docs update
2018-08-13 21:58:51 +08:00
陈键冬
24166f59f0 Docs refactor (#668)
* Docs: black

* Docs: 更新主题文档

* Docs: docs refactor

* Docs: 细节完善

* Docs: 主题文档补充

* Update: coordinate_region 智能提示

* Docs: more details
2018-08-12 12:58:30 +08:00
jaska
6568ddbbbf Provide pyecharts with 138,398 cities of the world with a population of at least 1000 inhabitants (#663)
*  OPEN / CLOSE principle - open for extension but closed for modification. Allow the extension of city coordinates so that echarts-cities-pypkg can be installed, hence 138,398 city coordinations is added covering all countries in the world

* 🐛 what if no country data is returned

* 🔥 remove lazy object test

* 🎨 last resort, have to introduce country as a parameter to geo.add() function. no way to search for the coordinates without the country name.

* 📚 documentation update

* 📚 fix typos and add missing docstrings

* 🔬 more unit tests

* 💚 make unit test pass

* 🐛 without unicode_literals but with utf-8, all Chinese strings are utf-8 encoded, hence requires decoding.

* 🎨 🔨 code refacotring and 📚 update documentation

* 🎨 finalized version

* 🔥 remove un-used function

* 🔨 change function parameter name: map_country -> coordinate_country

* 🔨 country -> region

* 🔨 country -> region

* 🚜 rename db file

* 🔨 whitening with black

* 📖 update dataset

* 📖 update data set country
2018-08-11 21:42:16 +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
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
陈键冬
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
jaska
a4317073b9 📚 further update on new features (#509)
* 📚 further update on new features

* 🎨 update wording
2018-04-28 10:08:54 +08:00
陈键冬
c535818c0a Docs for v050 (#506)
* 格式化 setup.py

* Fix: #504 修复 markpoint 标记点标注不显示的 bug

* Update: changelog 文档更新

* Update: 文档更新

* Reformat: make white happy

* Add: 新增 test_js_event.py 测试文件

* Update: 文档完善

* Update: changelog update

* Update: api docs update

* Update: DOCS UPDATE

* Add: 新增 test_js_function.py 测试文件

* Add: 新增测试断言

* Update: fix borken test

* Fix demo for translator docs

* 📚 update the import location of Date

* 💚 update test cases

* Refactor translator docs

* Update translator docs

* Add technical_docs

* Update: update translator.md

* Update: update .gitgnore for vscode

* Update: advanced.md update

* Merge branch 'docs-for-v050' of github.com:chenjiandongx/pyecharts into docs-for-v050

# Conflicts:
#	docs/zh-cn/advanced.md
#	docs/zh-cn/translator.md

* 📚 minor doc update

* 👕 fix grammar
2018-04-27 11:50:30 +01:00
jaska
abcbd080ff Map documentation update (#466)
* 📚 update maps

* 📚 update the jupyter faq
2018-03-27 09:29:30 +01:00
jaska
ba7ee71533 Code Improvement (#462)
* 🔨 remove magic constants

* 📚 advertise that render_notebook is removed. fix #456 forever
2018-03-23 17:02:21 +08:00
jaska
9114f8835c Doc update (#453)
* 📚 doc update

* 📚 add new map pypkg and js links

* 📚 update FAQ

* 📚 add sample image

* update donors list

* update faq.md
2018-03-21 13:13:19 +08:00
jaska
b617893b10 Extend EchartsEnvironment to render image directly so as to help pdf export (#444)
*  initial prototype

* 🔨 replace extra_context with **kwargs

*  test **kwargs

* 🔥 clean up the render.html

*  initial prototype for tight integration of pyecharts-snapshot

* 🐛 fix rendering position in jupyter note book and 🔥 remove the prototype

*  allow png, jpg and svg in jupyter notebook

* 🔥 revert optimization changes

* 🔥 get rid of useless code

* 🔥 get rid of useless code

* 📚 update documentation and fix #311

* 🔬 more test coverage

* 📚 update environment extension architecture

* 📚 more docs

*  remove the need for configure() statement for python users. jupyter user have to use configure(). 🔨 replace extra_context with **kwargs finally

* 💚 fix broken unit test

* 📚 update documentation - space, space, space

* 🔬 more test coverage

* 📚 no support for rendering page as image

* 🔬 more test coverage

*  @kinegratii  create a jupyter image context

* 💚 make unit tests pass

* 👕 make flake8 happy

* 👕 one last space to be added

* 👕 address review feedbacks
2018-03-17 13:17:13 +00:00
chenjiandongx
101d34fd4e pyecharts 不再内嵌子模块 2018-02-25 15:22:50 +08:00
chenjiandongx
ed608559fe README 补上 AppVeyor CI 介绍 2018-02-23 01:50:31 +08:00
chenjiandongx
9fcccdcc0f 首页 README.md AppVeyor 徽章补上 2018-02-23 01:48:29 +08:00
chfw
00d129569a 📚 update readme and installation instructions 2018-02-22 11:21:36 +00:00
chenjiandongx
e6e81d4df6 修正图片链接,更改 MIT 徽章颜色 2018-01-25 20:45:54 +08:00
chenjiandongx
b411c19416 完善 dev 分支文档 2018-01-25 00:15:33 +08:00
chenjiandongx
999da3d50d 更新 README.md 2018-01-18 23:14:43 +08:00
kinegratii
f5d4e10633 Update test cases
1. Enhance installation and import of mock library
2. Update code for flake8
2017-12-27 11:24:22 +08:00
chenjiandongx
1aca680fbf 完善文档,发布新版本 v0.3.1 2017-12-13 13:23:36 +08:00
chenjiandongx
5e7939f08c README.md update 2017-12-11 22:30:41 +08:00
chenjiandongx
34476e8491 文档更新与完善 2017-12-11 19:34:28 +08:00
chenjiandongx
9aabb4a426 文档更新 2017-10-25 17:07:39 +08:00
chenjiandongx
55ce2a7246 文档更新 2017-10-25 16:18:15 +08:00
chenjiandongx
911632ab52 文档更新 2017-10-25 16:03:29 +08:00
chenjiandongx
b91f3ea802 文档更新 2017-10-25 11:19:34 +08:00
chenjiandongx
476168852c 文档整理 2017-10-25 10:31:16 +08:00
chenjiandongx
74b1881f78 文档整理 2017-10-25 10:20:11 +08:00
chenjiandongx
ca3fbeffd7 update README.md 2017-09-10 12:00:22 +08:00
chenjiandongx
e8303aacd6 update README.md 2017-09-07 17:24:02 +08:00
chenjiandongx
6f8fea7dda update README.md 2017-09-06 10:19:16 +08:00
chfw
3d99b29c27 🔥 let badge fury to take care of pypi version 2017-09-01 08:22:05 +01:00
chenjiandongx
727be48315 update README.md 2017-08-31 18:21:13 +08:00
chenjiandongx
298bb5a85e update README.md 2017-08-25 21:54:50 +08:00
chenjiandongx
37a9c9660d 👏 release version 0.2.0 2017-08-25 10:36:49 +08:00
chenjiandongx
3909aa2981 update README.md 2017-08-24 16:36:59 +08:00
chenjiandongx
e95254c85a update README.md 2017-08-20 01:14:41 +08:00
chenjiandongx
ace23a9205 update documentation 2017-08-19 21:13:47 +08:00
chenjiandongx
452ed01e6f update README.md 2017-08-19 19:59:44 +08:00
chenjiandongx
7b78145500 update README.md 2017-08-18 11:53:54 +08:00
chfw
c32ab22d61 📝 minor adjustment on the test coverage badge 2017-08-17 22:57:37 +01:00
chfw
bdc7ee05ce 💚 include code coverage. please get an account and show it in the master branch 2017-08-17 22:50:03 +01:00
chenjiandong
2c8db474d5 Merge pull request #96 from pyexcel/master
First developer's guide
2017-08-16 13:50:15 +08:00
chfw
5b7ad936e1 🤝 update submodule and update readme on how to check out pyecharts 2017-08-16 00:55:36 +01:00
chenjiandongx
c1f38322d7 👏 release version 0.1.9.5 2017-08-16 02:18:38 +08:00
chenjiandongx
45d625c8da 👏 release version 0.1.9.4 2017-08-10 15:34:15 +08:00