pip install pyecharts python from pyecharts import options as opts from pyecharts.charts import Bar y_data = [5, 8, 2, 6, 10] bar = Bar() bar.add_xaxis(x_data) bar.set_global_opts( ) bar.render("bar_chart.html")


上一篇:
下一篇:
切换中文