# Type alias PieSubtype

PieSubtype: "pie/classic" | "pie/donut" | "pie/ring"

Property of PieStyleOptions

Subtype of PieChart

Values

  • pie/classic - a circle divided into a series of segments where each segment represents a particular category.
  • pie/donut - a circle divided into a series of segments where each segment represents a particular category with its center cut out to look like a donut.
  • pie/ring - a circle divided into a series of segments where each segment represents a particular category with its center cut out to look like a ring.