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

# Chart types overview

> Every visualization type available in Lightdash and when to reach for each one

In Lightdash, the data in your results tables can be visualized in a bunch of different ways.

**Custom** is one entry in the chart type menu covering two kinds of chart. A [Vega chart](/explore/chart-types/custom-vega-charts) is a one-off spec written in a JSON editor and belongs to that chart alone. A [custom chart type](/explore/chart-types/custom-project-charts) is reusable: you describe the chart you want, Lightdash builds it, and anyone in the project can then apply it like a built-in chart type.

The visualization type that you pick determines how Lightdash shows the data series in your chart. To change how your data is displayed, click **Configure** when you're querying from a table. The **Configure chart** sidebar opens on the right. Click **Change** next to the current chart type to open the chart type gallery, then pick a card:

<Frame>
  <img alt="The Configure chart sidebar in the Explorer with the chart type gallery open, listing custom chart types above the built-in ones" className="block dark:hidden" src="https://mintcdn.com/lightdash-mintlify-f0133015/2-5OF_3vyJ8kDMmW/images/explore/chart-types/select-chart-type-light.png?fit=max&auto=format&n=2-5OF_3vyJ8kDMmW&q=85&s=fa4aee5634c8f2f59418f0a4c2d61258" width="1512" height="900" data-path="images/explore/chart-types/select-chart-type-light.png" />

  <img alt="The Configure chart sidebar in the Explorer with the chart type gallery open, listing custom chart types above the built-in ones" className="hidden dark:block" src="https://mintcdn.com/lightdash-mintlify-f0133015/2-5OF_3vyJ8kDMmW/images/explore/chart-types/select-chart-type-dark.png?fit=max&auto=format&n=2-5OF_3vyJ8kDMmW&q=85&s=cfaf009e3bbf06c1e389e737256ae66f" width="1512" height="900" data-path="images/explore/chart-types/select-chart-type-dark.png" />
</Frame>
