> ## 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.

# Scatter chart

> Use scatter charts to look at the relationship or correlation between two variables.

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

A scatter chart is useful if you want to to look at the relationship, a.k.a. correlation, between two variables. Something like the age of your users vs. the amount of time they've spent on your website.

You can group your scatter chart using a third variable. This will make the points on the scatter the same colour if they have the same group value.

<Frame>
  <img src="https://mintcdn.com/lightdash-mintlify-9d6f9427/7xc3txAYWVLt_XVq/images/references/chart-types/scatter-chart-grouped.png?fit=max&auto=format&n=7xc3txAYWVLt_XVq&q=85&s=357f8982d656c7473bea915456c70d4f" alt="" width="1892" height="1130" data-path="images/references/chart-types/scatter-chart-grouped.png" />
</Frame>

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