LineChart
Line chart built on top of AreaChart with the area fill removed. Supports single series, grouped multi-series, and all AreaChart features (interpolation, points, markers, brush, zoom).
Import
import { LineChart, LineSeries } from 'reaviz';
LineChart Props
Same as AreaChart — LineChart is an AreaChart with <LineSeries /> as the default series.
| Prop | Type | Default | Description |
|---|---|---|---|
data | ChartDataShape[] | [] |
[Description truncada. Veja o README completo no GitHub.]