TinyBase logoTinyBase β

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
TypeDescription
propsChartSeriesProps
returnsComponentReturnType

See the Composing Charts (React) demo for this component in action:

LineSeries component example

Since

v8.5.0