# DonutChartProps

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/Analytics/charts/DonutChart.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Analytics/charts/DonutChart.tsx#L12)

## Properties

| Property | Type |
|---|---|
| `data` | `DonutDatum[]` |
| `loading` | `boolean` |
| `centerLabel` | `string` |
| `colors` | `string[]` |
| `emptyMessage` | `string` |
| `maxSlices` | `number` |
