> For the complete documentation index, see [llms.txt](https://help.metaforms.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metaforms.ai/reports/presentations/working-with-charts.md).

# Working with Charts

## Binding a Chart to Data

<figure><img src="/files/Gamwg03Q2VScNq8budZS" alt=""><figcaption></figcaption></figure>

There are several ways to connect a chart element to a cross-tab table:

1. **Drag from the Data panel** — drag a table card from the right sidebar and drop it onto the canvas. A bar chart is created automatically.
2. **Insert via toolbar** — click the **Chart** button in the toolbar, then pick a table from the dialog.
3. **Ask the AI** — type something like *"Add a bar chart for Q3 — Brand Awareness"* in the chat.

## Changing Chart Type

<figure><img src="/files/Uk8JMAKHee0o2t9D7JKt" alt=""><figcaption></figcaption></figure>

Select a chart element, then use the chart-type dropdown in the toolbar. Available types:

* Bar (vertical)
* Horizontal Bar
* Line
* Pie
* Donut
* Stacked Bar
* Grouped Bar

## Selecting Banner Points

<figure><img src="/files/lNwrpxeRCtOqoO6A2uwG" alt=""><figcaption></figcaption></figure>

When a chart is bound to a table with multiple columns (banner points), use the **Banner** dropdown in the toolbar to choose which column(s) to visualise. Selecting multiple columns produces a multi-series chart.

## Chart Colours

Click the colour swatches in the toolbar to change the primary colour. The palette rotates automatically for multi-series charts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.metaforms.ai/reports/presentations/working-with-charts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
