1355 Commits

Author SHA1 Message Date
陈键冬
49084c6378
Fix: 修正 X/Y 轴初始化问题 (#1132) 2019-05-21 10:25:11 +08:00
陈键冬
1fcd9157da Components (#1127)
* Add: Table 类提供标题设置 新增 Image 类

* Format: code

* Update: page_title 设置为全局变量
2019-05-18 16:52:25 +01:00
陈键冬
717ab9b96b
PR: Scatter supports mutil dimension series data (#1125)
* Add: Scatter supports mutil dimension series data

* Format: import

* Fix: test
2019-05-17 13:46:49 +08:00
陈键冬
d3e182927f
Add: add linestyle_opts for Markline (#1124) 2019-05-17 13:36:16 +08:00
jaska
d763873e9b Enable new feature in echarts-china-cities-js: 370 city contours (#1111)
*  introduce shape only geojson shapes

* 💚 fix broken unit test

* Fix: test

* Format: code
2019-05-14 09:35:30 +08:00
陈键冬
755afe4893
Update: 调整 Table 样式以及新增 Typehint (#1109)
* Update: 调整 Table 样式以及新增 Typehint

* Fix: test

* Remove: setup.cfg
2019-05-13 23:01:40 +08:00
陈键冬
d7bb09a71b
Add: mypy checker (#1106) 2019-05-13 13:43:50 +08:00
陈键冬
002c578b0c Fix table (#1102)
* Add: example

* Fix: 修复 table 不能正常显示的问题
2019-05-11 17:26:03 +01:00
LeoSun
eab952c4bd
Merge pull request #1104 from pyecharts/update_example(sunburst_graph)
Update Example (Sunburst & Graph)
2019-05-11 16:24:24 +08:00
sunhailinLeo
41054f15b6 Update sunburst example
Add new option in sunburst.add (levels)
2019-05-11 16:15:49 +08:00
sunhailinLeo
9e2ebe6d6b Update Example (Sunburst & Graph) 2019-05-11 15:34:40 +08:00
陈键冬
9e752c40b6
Add: 为 Page 新增 render_embed 方法 (#1103) 2019-05-11 14:03:29 +08:00
陈键冬
9e2c662e59
Add: 扩展 Bar 图并新增示例 (#1101) 2019-05-11 01:49:11 +08:00
陈键冬
ec767973cd
Update: 将属于图表的 options 转移至 charts_options (#1099) 2019-05-10 11:35:02 +08:00
陈键冬
6bff341845
Add: example (#1098)
* Add: example

* Format: code
2019-05-10 10:42:22 +08:00
LeoSun
37e724ae48 Issue 793 - English docstring of each chart. (#1094)
* Issue 793 - English docstring of each chart.

* Fix line too long.

* Update the chart`s docstring.
2019-05-09 08:36:05 +03:00
陈键冬
dc0167f48f
Update: 将 trailLength 参数移动至 effect options (#1092)
* Update: 将 trailLength 参数移动至 effect options

* Fix: test

* Test: 测试用例看起来并不需要 title

* Test: 无需指定生成路径
2019-05-08 15:11:03 +08:00
陈键冬
3172dff53a
Update: set_series_opts 新增 kwargs,允许传入任意变量 (#1090)
* Update: set_series_opts 新增 kwargs,允许传入任意变量

* Update: 统一测试 eq_ 方式

* Docs: update
2019-05-08 10:44:59 +08:00
陈键冬
f3e070cabf
PR: use short name and add set_colors functions (#1089) 2019-05-08 09:55:00 +08:00
陈键冬
b8aad7d3ce
Clean code (#1081)
* Format: code

* Remove: #coding=utf-8

* Add: 新增示例以及数据 json 文件

* Update: 移除 List 使用 Sequence 代替,移除 instance 判断

* Update: 修复 Geo Lines 线条丢失的问题

* Remove: 移除 Mark* data 类型判断

* Update: js_functions/bmap_js_funtions 分开处理

* Update: 解决 Grid 图 title 不为 List 的问题

* Update: self.color 对外暴露

* Test: 完善测试

* Update: 更新测试和示例

* Fix: test

* Fix: 修复 Grid 不能正常渲染主题以及标题的问题

* Add: Bar 图新增 gap 参数

* Add: example

* Update: 百度地图 ak 保存至环境变量中
2019-05-08 09:03:01 +08:00
LeoSun
07f1c780a7 Add Sunburst Support (issue 1078) (#1080)
* Add Sunburst Support (issue 1078)

* Fix some problem

* English Doc about Sunburst

* Update test Code and Fix strange blank line error (CI).

* Fix strange blank line error (CI) again.

* Update Sunburst info
2019-05-06 16:57:23 +08:00
LeoSun
d88cb755c0 Update & Fix: Resolve some problem about issue 1065 (#1077)
* Update & Fix: Resolve some problem about issue 1065

* Fix type hints

* Update: Method `add_js_funcs` support multiple parameter.
2019-05-06 13:31:15 +08:00
LeoSun
3a41b4314b Issue 1065 (#1075)
* Update & Add: 完善了 BMap 的配置和使用 (issue 1065)

* Format code

* Resolve conflict

* Format: code

* Update Code

* Fix issue 1021 & Add bmap test code

* Update test Function name

* Fix test code line too long error.

* Update: Set default copyright value is empty. (Avoid some misunderstanding)
2019-05-05 21:52:28 +03:00
LeoSun
7674adf076 issue 1051 (#1062)
* Update: issue 1051 (https://github.com/pyecharts/pyecharts/issues/1051)

* Add: add unit test code
2019-05-05 20:39:28 +08:00
陈键冬
2b94085994
Add: tests (#1061)
* Add: tests

* Format: code

* Update: BasicOpts pass
2019-05-05 20:35:02 +08:00
Lakdred
6425c8bf65 Update overlap_example.py (#1063)
* Update overlap_example.py

Fix The code and description are different in overlap

* Update overlap_example.py
2019-05-05 15:15:53 +08:00
陈键冬
7e644ca207 Use json encoder (#1058)
* Update: 使用 json encoder 代替 instance 类型检查

* Fix: 修复 List 类型 opts 不能正确渲染的问题
2019-05-04 16:34:47 +03:00
jaska
d2f27ed6e2 🔨 :miscroscope: rename _GeoChart and add a unit test for baidu map (#1057) 2019-05-04 21:10:37 +08:00
陈键冬
91920022c5
Add: 新增图形种类 BMap (#1055) 2019-05-03 22:51:25 +08:00
LeoSun
88fa878bef issue 1043 (#1049)
* Update & Fix: issue 1043(https://github.com/pyecharts/pyecharts/issues/1043)

* Update pie_example

* Fix pie_example (CI line too long error)

* Fix wordcloud_example filename spelling error

* 🔬 unit test on the changes

* Format: code
2019-05-03 21:41:33 +08:00
陈键冬
86baedc710
Add example (#1042)
* Add: example

* Update: 精简配置项

* Update: pyecharts version

* Add: grid example
2019-05-01 00:15:28 +08:00
陈键冬
6427cdd9e5
Fix: 修复全局替换 \n 的问题 (#1038) 2019-04-30 13:42:32 +08:00
陈键冬
61ffd70dcd
PR: Typehint (#1037)
* Update: Typehint 尽量使用 Sequence 代替 List,Sequence 包含了 List, Tuple, Set

* Format: code
2019-04-29 18:36:09 +08:00
LeoSun
1b783ca3fa Update: options 和 basic_charts (map & pie) 中更新多个参数 (#1036)
* Update: options 和 basic_charts (map & pie) 中更新多个参数

* Fix: fix type hints error

* Update: update type hints
2019-04-29 14:31:35 +08:00
陈键冬
02050acb0e Add: example 2019-04-28 23:02:07 +08:00
chenjiandongx
e5977b1a0d Update: Fix test and update README v1.0.0 2019-04-28 12:32:42 +08:00
chenjiandongx
485911b8ff Update: 支持 VisualMap 多通道映射 2019-04-28 11:55:47 +08:00
陈键冬
1bcf69a5b2 Add: parallel_opts 2019-04-28 00:24:19 +08:00
陈键冬
fd5e975954 Fix: test 2019-04-27 23:35:38 +08:00
陈键冬
c00fa2e3a1 Rename: RadarIndicatorOpts -> RadarIndicatorItem 2019-04-27 23:31:09 +08:00
陈键冬
0fb7f3cc21 Update: Readme and typehint 2019-04-27 22:57:39 +08:00
陈键冬
80a80f85d2 Fix: broken tests 2019-04-26 23:22:49 +08:00
陈键冬
78d915398f Fix: typo 2019-04-26 23:18:26 +08:00
陈键冬
f41c11495f Update: 为图表新增 ItemStyle 配置项 2019-04-26 22:21:28 +08:00
陈键冬
4af76aeba4 Add: add tests 2019-04-26 14:10:47 +08:00
陈键冬
7e8ccf860c Fix: 修复 InitOpts 背景颜色设置无效的问题 2019-04-26 12:06:39 +08:00
陈键冬
77d9f2d02a Add: more tests 2019-04-26 10:16:32 +08:00
陈键冬
34f19daabf Merge branch '2019' of https://github.com/pyecharts/pyecharts into 2019 2019-04-26 09:36:14 +08:00
陈键冬
b431ba01e9 Update: add JSFunc type 2019-04-26 09:36:05 +08:00
LeoSun
db44219e56 Add: Line 新增 itemstyle 参数 (#1024) 2019-04-26 09:31:52 +08:00