python收入与支出报表
2020-12-16 本文已影响0人
sen_coder
部分代码
def pie_base():
c1 = (Pie().add("", expend_data, radius=[
"30%", "85%"
], rosetype="radius").set_global_opts(title_opts=opts.TitleOpts(
title=header +
"支出")).set_series_opts(label_opts=opts.LabelOpts(formatter="{b}:{c}")))
return c1
pie_base().render(os.path.join(my_path, '支出.html'))