LineChart
Home > @gooddata/sdk-ui-charts > LineChart
LineChart variable
Line chart shows data as line-connected dots.
Signature:
LineChart: (props: ILineChartProps) => 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.