from pyecharts import Bar bar = Bar("柱状图", extra_html_text_label=["bar_extra_html_text_label", "color:red"]) bar.add("商家A", CLOTHES, clothes_v1, ...
確定! 回上一頁