✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Function LineChart
LineChart(
props):ReactElement<any,any> |null
A React component displaying data as a series of points connected by a line. Used to show trends or changes over time.
# Example
Line chart displaying total revenue per quarter from the Sample ECommerce data model.
Additional Line Chart examples:
# Parameters
| Parameter | Type | Description |
|---|---|---|
props | LineChartProps | Line chart properties |
# Returns
ReactElement< any, any > | null
Line Chart component