pyecharts 仪表盘

  from pyecharts import Gauge gauge = Gauge("仪表盘") gauge.add("及格率","不及格率",66.66) gauge.render('gauge.html')
相关文章
相关标签/搜索