LineSeries
The LineSeries component renders a line series in a CartesianChart component. If every x value in every series is a finite number, the x axis is rendered as a continuous numeric scale. If any x value is a string or boolean, the x axis is rendered categorically. When sortCellId is omitted, rows are sorted by xCellId.
LineSeries(props: ChartSeriesProps): ComponentReturnType| Type | Description | |
|---|---|---|
props | ChartSeriesProps | |
| returns | ComponentReturnType |
See the Composing Charts (React) demo for this component in action:

Since
v8.5.0