安装pyecharts:pip install pyecharts
安装snapshot-selenium:pip install snapshot-selenium
安装ChromeDriver:下载地址
注意:下载和电脑上的谷歌浏览器版本相同或者相近的版本,将ChromeDriver.exe放到项目文件所在文件夹即可。
代码示例
from pyecharts.charts import Bar
from pyecharts import options as opts
# 导入输出图片工具
from pyecharts.render import make_snapshot
# 使
2021-10-19 17:14:00
52KB
ar
art
c
1