1 Star 1 Fork 0

孙连城/beautiful-echarts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
!tab_example.py 452 Bytes
一键复制 编辑 原始数据 按行查看 历史
孙连城 提交于 2020-03-02 19:25 . 分类了一些使用功能
from example.page_example import (
bar_datazoom_slider,
grid_mutil_yaxis,
line_markpoint,
pie_rosetype,
table_base,
)
from pyecharts.charts import Tab
def tab_base():
tab = Tab()
tab.add(bar_datazoom_slider(), "bar-example")
tab.add(line_markpoint(), "line-example")
tab.add(pie_rosetype(), "pie-example")
tab.add(grid_mutil_yaxis(), "grid-example")
tab.add(table_base(), "table-example")
tab.render()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/MasonSun/beautiful-echarts.git
git@gitee.com:MasonSun/beautiful-echarts.git
MasonSun
beautiful-echarts
beautiful-echarts
master

搜索帮助