> ## Documentation Index
> Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Line Chart

> Displays quantitative data with connected data points

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/upsolve/K_3XAKoFAbXHl92p/images/content/charts/line-chart-light.png?fit=max&auto=format&n=K_3XAKoFAbXHl92p&q=85&s=30472e3af9332154d2b77d2ce1b01484" width="1346" height="858" data-path="images/content/charts/line-chart-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/upsolve/K_3XAKoFAbXHl92p/images/content/charts/line-chart-dark.png?fit=max&auto=format&n=K_3XAKoFAbXHl92p&q=85&s=960862616ee3d1ff11400169f9e304e3" width="1336" height="846" data-path="images/content/charts/line-chart-dark.png" />
</Frame>

## Configuration

<ResponseField name="X-Axis" type="string or numeric" required>
  Category to group the chart by
</ResponseField>

<ResponseField name="Y-Axis" type="numeric" required>
  Column to aggregate the line chart on. You could select multiple columns by **Add Series**
</ResponseField>

<ResponseField name="Segment by">
  Divides series into meaningful subgroups. The data in each subgroups can then be aggregated via one of `Distinct count`, `Count`, `Sub`, `Average`, `Min`, `Max`
</ResponseField>
