mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
* Add: #731 新增 mark_point_raw, mark_line_raw 配置项用于个性化展示标记 * Update: 文档更新 * Fix: 避免其他属性在 _config_components 中多次被调用 * Update: 注释更新
3 lines
178 B
Batchfile
3 lines
178 B
Batchfile
cd test
|
|
nosetests --with-coverage --cover-package pyecharts --cover-package test && cd .. && flake8 --max-complexity 14 --exclude docs --builtins=unicode,xrange,long,basestring
|