> ## Documentation Index
> Fetch the complete documentation index at: https://flextable-docs-oracle-client-choice.mintlify.site/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.

<img src="https://mintcdn.com/flextable-docs-oracle-client-choice/tHXEy7Wr6vLxVTOF/images/05-charts/chart-view.png?fit=max&auto=format&n=tHXEy7Wr6vLxVTOF&q=85&s=4f45fbe94b3536829a783146dab7329f" alt="Chart view" width="1490" height="856" 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-docs-oracle-client-choice/tHXEy7Wr6vLxVTOF/images/05-charts/series-settings.png?fit=max&auto=format&n=tHXEy7Wr6vLxVTOF&q=85&s=6f9a96e9f3e56e1135565bf76e9bab96" 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>
