PieChartType🔗Select the pie chart display style.Definition🔗class PieChartType(enum.StrEnum): """ Select the pie chart display style. """ PIE = "pie" DONUT = "donut"