pyecharts 通过本地加载js文件
参考链接,博主写的很好原博文链接
条形图
from pyecharts.charts import Bar
from pyecharts import options as opts
from pyecharts.globals import ThemeType
bar = (
Bar(
init_opts=opts.InitOpts(
theme=ThemeType.LIGHT,
js_host="./js/" #本地js路径
原创
2020-09-01 11:11:37 ·
2937 阅读 ·
0 评论