# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
