Skip to main content
PieChartDataPoint
Defines the data point type used in a PieChart. The object that is passed to a color generator is of this type.
{
  arc:number,
  arcStart:number,
  data:ObjectData,
  label:string,
  p:number,
  value:number
}