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

# Charts overview

> Visualize your data with tables, graphs, and statistics cards.

A **chart** (internally called a "block") is a single visualization that lives on a [dashboard](/boards/overview). Each chart is linked to a [dataset](/datasets/overview) and displays its results in one of three ways.

## Display types

| Type           | Best for                                                           | Details                          |
| -------------- | ------------------------------------------------------------------ | -------------------------------- |
| **Table**      | Browsing rows, searching, exploring raw data.                      | [Table](/charts/table)           |
| **Graph**      | Trends, comparisons, distributions. Line, area, bar, scatter, pie. | [Graph](/charts/graph)           |
| **Statistics** | Single-value KPIs with optional period-over-period deltas.         | [Statistics](/charts/statistics) |

## Adding a chart to a dashboard

1. Open a dashboard.
2. Click the **+** button to add a new chart.
3. Select the dataset that provides the data.
4. Choose a display type, Table, Graph, or Stats.
5. Configure the chart (axes, chart type, aggregations, etc.).
6. The chart appears on the dashboard grid, ready to drag and resize.

You can also ask the AI to create charts for you, it can pick the right type, configure axes, and place the chart on the dashboard.

## One dataset, many charts

Because each chart has its own [transformation configuration](/datasets/transform), a single dataset can power multiple charts with different views. For example, the same sales dataset could show a line chart of monthly trends and a table of individual transactions.

## Related

* [Graph charts](/charts/graph), line, area, bar, scatter, pie.
* [Statistics cards](/charts/statistics), KPIs and deltas.
* [Chart transformations](/charts/chart-transform), shape data specifically for a chart.
* [Chart options](/charts/options), download, link to dataset, etc.
