/// import { AreaChartProps } from '../../../props'; /** * A React component similar to a {@link @sisense/sdk-ui!LineChart | `LineChart`}, * but with filled in areas under each line and an option to display them as stacked. * * ## Example * * Area chart displaying total revenue per quarter from the Sample ECommerce data model. * *