Python3 的 Pyecharts 制作 Sunburst(旭日图) 时需要使用的设置参数和常用模板案例,可根据实际情况对案例中的内容进行调整即可。

文章目录

  • Demo
    • 标准旭日图
    • 饮料风味旭日图
  • Sunburst:旭日图
    • 基本设置
    • 旭日图的数据项

Demo

标准旭日图

from pyecharts.charts import Sunburst
from pyecharts import options as opts

data =</

更多推荐

Python数据可视化 Pyecharts 制作 Sunburst 旭日图