LineChart()
Home > @gooddata/sdk-ui-charts > LineChart
LineChart() function
Line chart shows data as line-connected dots.
Signature:
export declare function LineChart(props: ILineChartProps): React.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
props | ILineChartProps |
Returns:
React.JSX.Element
Remarks
Line charts can display either multiple measures as individual lines or a single measure split by one attribute into multiple lines with points intersecting attribute values.
See ILineChartProps to learn how to configure the LineChart and the line chart documentation for more information.