Kind: Component
Source: atloria-monorepo/apps/web/src/components/Analytics/charts/TimeSeriesChart.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
data | TimeSeriesDataPoint[] | ✓ | - |
loading | boolean | - | false |
title | string | - | - |
height | number | - | 280 |
Diagram
mermaidgraph TD component_TimeSeriesChart_b9d8671["TimeSeriesChart"] class component_TimeSeriesChart_b9d8671 rootComponent
Relationships
- RENDERS →
ResponsiveContainer - RENDERS →
AreaChart - RENDERS →
CartesianGrid - RENDERS →
XAxis - RENDERS →
YAxis - RENDERS →
Tooltip - RENDERS →
CustomTooltip - RENDERS →
Area
Was this page helpful?