> ## Documentation Index
> Fetch the complete documentation index at: https://lightdash-mintlify-9d6f9427.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Line chart

> Use line charts to show changes in a number over a short or long period of time.

<Frame>
  <img src="https://mintcdn.com/lightdash-mintlify-9d6f9427/7xc3txAYWVLt_XVq/images/references/chart-types/line-chart.png?fit=max&auto=format&n=7xc3txAYWVLt_XVq&q=85&s=3e6ee827a406847ac97e6361cb9cae51" alt="" width="1728" height="960" data-path="images/references/chart-types/line-chart.png" />
</Frame>

Line charts are used to show changes in a number over a short or long period of time.

They're a good option when:

* **you have small changes between your values**. The y-axis of a line chart doesn't need to start at zero. This means that your y-axis can be stretched to show the tiny differences.
* **you have lots of x-axis values**. In this case, line charts are better to use than bar charts.

Line charts with multiple lines can also be used to compare changes over the same period of time for more than one group.

<Frame>
  <img src="https://mintcdn.com/lightdash-mintlify-9d6f9427/7xc3txAYWVLt_XVq/images/references/chart-types/multi-line-chart.png?fit=max&auto=format&n=7xc3txAYWVLt_XVq&q=85&s=65c7288bb3cbd8f3085723a17a5a6d3c" alt="" width="2694" height="1460" data-path="images/references/chart-types/multi-line-chart.png" />
</Frame>

You can see more details about line chart configurations [here](/guides/configure-charts).
