# PriorityGauge

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/settings/issues/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/settings/issues/page.tsx#L298)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `data` | `PriorityDatum[]` | ✓ | - |
| `total` | `number` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_PriorityGauge_708c9494["PriorityGauge"]
    class component_PriorityGauge_708c9494 rootComponent
```

## Relationships

- RENDERS → `ResponsiveContainer`
- RENDERS → `PieChart`
- RENDERS → `Pie`
- RENDERS → `Cell`
- RENDERS → `RTooltip`

## Referenced By

- `IssuesListPage` (RENDERS)
