echarts-python:使用Python生成Echarts选项

时间:2024-05-12 18:00:50
【文件属性】:

文件名称:echarts-python:使用Python生成Echarts选项

文件大小:29KB

文件格式:ZIP

更新时间:2024-05-12 18:00:50

Python

适用于Python的图表 使用Python的非官方Echarts选项生成器。 免费软件:MIT许可证 文档: : (尚未就绪) 在线演示: : (尚未就绪) 此仓库仍在开发中(ALPHA),请勿在生产中使用它。 安装 使用pip安装echarts-python $ pip install echarts-python 当前版本 基本用法 from echarts import Echart , Legend , Bar , Axis chart = Echart ( 'GDP' , 'This is a fake chart' ) chart . use ( Bar ( 'China' , [ 2 , 3 , 4 , 5 ])) chart . use ( Legend ([ 'GDP' ])) chart . use ( Axis ( 'category' , 'bot


【文件预览】:
echarts-python-develop
----.gitignore(196B)
----echarts()
--------__init__.py(3KB)
--------plot.j2(726B)
--------option.py(4KB)
--------datastructure.py(5KB)
----README.rst(3KB)
----tests()
--------test_echart.py(2KB)
--------__init__.py(0B)
----docs()
--------make.bat(8KB)
--------source()
--------Makefile(8KB)
----MANIFEST.in(195B)
----setup.py(2KB)
----.travis.yml(1KB)
----samples()
--------.gitignore(22B)
--------README.md(935B)
--------index.py(1KB)
--------package.json(605B)
--------.babelrc(28B)
--------index.js(1KB)
--------requirements.txt(13B)
--------index.html(273B)
--------webpack.config.js(907B)
----tox.ini(105B)
----Makefile(2KB)

网友评论