# IssueTrendChart

**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#L125)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `data` | `TrendPoint[]` | ✓ | - |
| `height` | `number` | - | 260 |

## Diagram

```mermaid
graph TD
    component_IssueTrendChart_62728ae7["IssueTrendChart"]
    class component_IssueTrendChart_62728ae7 rootComponent
```

## Relationships

- RENDERS → `ResponsiveContainer`
- RENDERS → `AreaChart`
- RENDERS → `CartesianGrid`
- RENDERS → `XAxis`
- RENDERS → `YAxis`
- RENDERS → `RTooltip`
- RENDERS → `Area`

## Referenced By

- `IssuesListPage` (RENDERS)
