PieChartType🔗Select the pie chart display style.Definition🔗export enum PieChartType { Pie = "pie", Donut = "donut", }