> ## Documentation Index
> Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Donut Chart

> Shows proportional data and the relative sizes of parts to a whole as a circular graph with a blank center

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/upsolve/t8h5CoPsK71szab3/images/content/charts/donut-chart-light.png?fit=max&auto=format&n=t8h5CoPsK71szab3&q=85&s=86b18ac72b3a0b6498f5d290a957daaf" width="1344" height="754" data-path="images/content/charts/donut-chart-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/upsolve/t8h5CoPsK71szab3/images/content/charts/donut-chart-dark.png?fit=max&auto=format&n=t8h5CoPsK71szab3&q=85&s=3ace1219a690ee855860ffb3201c19d1" width="1340" height="754" data-path="images/content/charts/donut-chart-dark.png" />
</Frame>

## Configuration

<ResponseField name="Category" type="string or numeric" required>
  Category to group the chart by
</ResponseField>

<Warning>
  If there are more than 25 unique categories, all remaining categories will be grouped under **"Other."**
</Warning>

<ResponseField name="Aggregation" type="numeric" required>
  Column to aggregate the chart on
</ResponseField>
