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

# Line chart

> Learn what parameters you need to configure a line chart

A line chart visually represents data over time or along a continuous range.

<img src="https://mintcdn.com/prophecy-62973bd0/88t3kPk63E5ZR9Oi/data-analysis/development/runs/data-explorer/charts/img/line-chart.png?fit=max&auto=format&n=88t3kPk63E5ZR9Oi&q=85&s=e228930e2a3a4d09fe621b79b621c83c" alt="LineChart" width="2876" height="1616" data-path="data-analysis/development/runs/data-explorer/charts/img/line-chart.png" />

You can configure the following parameters for the chart:

| Parameter       | Description                                                    |
| --------------- | -------------------------------------------------------------- |
| X-axis column   | Column used for the X-axis values, typically time or sequence. |
| Y-axis column   | Column with aggregated values used for the Y-axis.             |
| Min. Value      | Minimum value displayed on the Y-axis.                         |
| Max. Value      | Maximum value displayed on the Y-axis.                         |
| Tick Interval   | Interval between tick marks on the Y-axis.                     |
| Display Legends | Whether to display the legend on the chart.                    |
| Enable Tooltips | Whether to display tooltips on hover.                          |
| Show Grid Lines | Whether to display grid lines on the chart.                    |
