sunhailinLeo
|
14e079e5de
|
add animation_opts in AxisOpts; fix AnimationOpts wrong type-hints; add is_value_animation(valueAnimation) in LabelOpts; update test code
|
2024-10-19 18:45:00 +08:00 |
|
sunhailin
|
0de395a03f
|
migrate from nose to nose2
|
2024-06-07 18:22:28 +08:00 |
|
sunhailinLeo
|
024c41824c
|
code format
|
2023-04-06 17:04:24 +08:00 |
|
sunhailinLeo
|
6e32dad6cc
|
update test code and make test coverage to 99%
|
2023-03-16 16:51:02 +08:00 |
|
sunhailinLeo
|
fe656f0dda
|
update test code and move all charts is_selected config to set_global_opts.legend_opts.selected_map
|
2023-03-16 11:18:42 +08:00 |
|
sunhailinLeo
|
50f8da2764
|
update some charts configure with ChartItem
|
2020-10-27 23:21:41 +08:00 |
|
陈键冬
|
c6d9187ca4
|
Add: new faker (#1324)
* Update: new example faker
* Update: 设置 Polar 图 label_opts 的 is_show 默认值为 False
|
2019-09-09 09:40:50 +08:00 |
|
jaska
|
a92a044991
|
Refactor template (#1308)
* 🚜 initial refactoring
* 🔨 better mixins
* 👕 update code style with black
* 🔥 remove unwanted change
* 🔥 remove unless code blocks
* Update: add tests and replace `eq_` with `assert_equal`
* Fix: Tab prepare_render logic
|
2019-08-28 16:10:43 +08:00 |
|
陈键冬
|
11f9e2d4bb
|
Fix: polar label (#1273)
* Update: Radius 支持 label 显示
* Fix: 修复测试
* Fix: ci line to long error
* Add: graph example
* Update: example
* Add: freedom-page
* Update: 下班啦
* Update: improve code quality
* Feat: 区域搜索支持模糊匹配
* Update: typehints
* Fix: 循环引用问题
* Add: tests
* Test: disk-friendly
|
2019-08-12 08:05:41 +01:00 |
|
jaska
|
d5adccf9ec
|
Enable area color in map (#1253)
* ✨ enable area color in map. resolve #1248
* 💄 update version number
|
2019-07-15 17:08:52 +08:00 |
|
LeoSun
|
31281fb07f
|
Update AnimationsOpts and bar_example (#1231)
* add AnimationOpts for chart`s animation configuration.
update bar_example (background image and animation options).
* fix CI error.
* add brush configuration and test code.
* Format: code
|
2019-07-09 14:39:01 +08:00 |
|
LeoSun
|
e50f70fe7f
|
update import json (from json to simplejson) and update AngleAxisOpts Configuration. (#1223)
|
2019-07-02 11:55:22 +08:00 |
|
陈键冬
|
e6f268d11a
|
Initopts (#1184)
* 🔨 minor refactoring
* Update: init_opts 支持 dict 传参数
* Update: typehint
* Update: 更新继承关系
* Remove: useless init statements
* Update: test
|
2019-06-11 06:30:52 +01:00 |
|
jaska
|
0e61605bb8
|
✨ add emphasis to map (#1180)
|
2019-06-09 16:16:38 +01:00 |
|
陈键冬
|
ada2b5d284
|
More test (#1176)
* Add: more tests
* Add: page test
* Add: test
* Fix: test
|
2019-06-06 15:13:04 +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 |
|
陈键冬
|
4af76aeba4
|
Add: add tests
|
2019-04-26 14:10:47 +08:00 |
|
陈键冬
|
77d9f2d02a
|
Add: more tests
|
2019-04-26 10:16:32 +08:00 |
|
陈键冬
|
c2b86c1102
|
Test: make ci happy
|
2019-04-13 22:48:56 +08:00 |
|
陈键冬
|
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 |
|
陈键冬
|
819ed5ea62
|
VisualMap, Tooltip and MarkLine enhance (#426)
* 为 visualMap 组件新增 pieces 配置项,用于在分段型中指定自定义分段情况
* 测试修复
* 测试完善
* #425 完善配置项及注释说明
* 文档完善
* #376 新增 mark_line_coords 用于指定标记线的起点和终点,并且 Scatter 图支持标记点和标记线的配置
* 测试完善
* 文档完善
* changelog 完善
|
2018-03-04 22:24:51 +08:00 |
|
chfw
|
a8b925e100
|
👕 make flake8 happy on the coding style
|
2018-02-27 00:51:32 +00:00 |
|
chfw
|
4b52281316
|
✨ use custom map names, overriding the default names coming with map file
|
2018-02-27 00:33:38 +00:00 |
|
chfw
|
1eb6388c90
|
🔨 code refactor js_extensions, from_registry_path
|
2018-02-11 22:08:03 +00:00 |
|
chenjiandongx
|
93239ce149
|
测试代码整理
|
2017-10-13 10:24:33 +08:00 |
|
chenjiandongx
|
ab364ade10
|
docs update
|
2017-09-30 21:10:45 +08:00 |
|
chenjiandongx
|
9f60feb271
|
Merge branch 'dev' of https://github.com/chenjiandongx/pyecharts into dev
|
2017-09-30 19:01:32 +08:00 |
|
chenjiandongx
|
77a0b55395
|
代码整理
|
2017-09-30 18:59:12 +08:00 |
|
chfw
|
c631227ab3
|
🎨 is_map_symbol_show is chosen
|
2017-09-30 11:51:54 +01:00 |
|
chfw
|
64d6b3045c
|
update flag name
|
2017-09-30 07:45:30 +01:00 |
|
chfw
|
16660a2cc4
|
☔ test the new option
|
2017-09-29 23:15:50 +01:00 |
|
chenjiandongx
|
f25ac14097
|
fix broken map test
|
2017-09-28 20:21:25 +08:00 |
|
chenjiandongx
|
50566c2f3e
|
fix broken test
|
2017-09-28 16:39:11 +08:00 |
|
chfw
|
d73ddebd01
|
🚑 fix broken unit tests
|
2017-09-08 08:04:49 +01:00 |
|
chenjiandongx
|
5ec75b9076
|
code clean: clear up test code
|
2017-09-07 15:10:54 +08:00 |
|
chfw
|
d2144dd889
|
📚 update documentation and 🚜 minor test code adjustment
|
2017-08-30 22:01:35 +01:00 |
|
chenjiandongx
|
49ab0ebedf
|
support inverse and position options for xyAxis
|
2017-08-29 13:29:32 +08:00 |
|
chenjiandongx
|
d99d3408c6
|
clean code, remove unwanted statements and reduce pep8 warnings
|
2017-08-23 13:00:50 +08:00 |
|
chenjiandongx
|
886976498f
|
clean code: reduce pep8 warnings
|
2017-08-21 14:03:26 +08:00 |
|
chfw
|
a88fb96943
|
☔ test charts sequences in dependency list, #115
|
2017-08-19 17:37:10 +01:00 |
|
chenjiandongx
|
dfe94118d9
|
add world map example
|
2017-08-12 17:27:31 +08:00 |
|
chfw
|
342942c857
|
:green_chart: fix all issues in python2 regarding encoding
|
2017-07-30 22:58:10 +01:00 |
|
chenjiandongx
|
08986ea8cf
|
version 0.1.1
|
2017-07-17 22:18:58 +08:00 |
|
chenjiandongx
|
679c7f99d5
|
daily update
|
2017-07-10 13:01:52 +08:00 |
|
chenjiandongx
|
e75674e8d4
|
daily update
|
2017-06-24 16:23:21 +08:00 |
|
chenjiandongx
|
9af9c63ac6
|
daily update
|
2017-06-23 13:52:54 +08:00 |
|