/// import { LineChartProps } from '../../../props'; /** * 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. * *