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

# Charts

> Turn any query or table result into a bar, line, area, pie, or scatter chart.

Turn any result into a chart without leaving FlexTable. Charts read the data already in the grid, so there is no re-query.

<Note>Charts are a PRO feature.</Note>

<img src="https://mintcdn.com/flextable/N9AmtdFPRmv5ROOo/images/05-charts/chart-view.png?fit=max&auto=format&n=N9AmtdFPRmv5ROOo&q=85&s=04df83403eebcd84a96a895f3fbb292d" alt="Chart view" width="1496" height="860" data-path="images/05-charts/chart-view.png" />

## Open the chart view

With a table or query result loaded, switch from the **Table** tab to the **Chart** tab.

## Configure the chart

Click the **Settings** gear at the chart's top-right to open the **Series Settings** panel:

* **Chart type** - bar, line, area, pie, or scatter.
* **X axis** - a category or date column.
* **Y axis** - one or more numeric measures, each with an aggregate (sum, avg, count, min, max).

<img src="https://mintcdn.com/flextable/N9AmtdFPRmv5ROOo/images/05-charts/series-settings.png?fit=max&auto=format&n=N9AmtdFPRmv5ROOo&q=85&s=5e0306698be15912a5092dc2343ff5ee" alt="Series settings" width="759" height="509" data-path="images/05-charts/series-settings.png" />

<Tip>**Sensible defaults.** A chart appears immediately (first date/category becomes X, first numeric becomes Y); tweak from there. It visualizes exactly the rows you see, respecting any filters applied.</Tip>
