# Line Chart

> Multi-series line chart with dot markers, legend, and tooltip.
> Source: https://otf-kit.dev/components/line-chart

## At a glance

- **Platform:** Web (React)
- **Category:** Data
- **Package:** `@otfdashkit/ui` (free, MIT)
- **Tags:** chart, recharts, line

## Install

```bash
bun add @otfdashkit/ui
```

## Usage

```tsx
import { LineChart } from '@otfdashkit/ui'
```

The `<LineChart>` component ships the same prop API on web (`@otfdashkit/ui`) and native (`@otfdashkit/ui-native`) where a parity version exists.

## Links

- Live preview + code: https://otf-kit.dev/components/line-chart
- Storybook: https://ui.otf-kit.dev
- All components: https://otf-kit.dev/components
