> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/tools/visualize/chart.md).

# Chart

Give visual form to your data. Connect any tabular output to the Chart tool. Select a series of data and plot your selected chart type. Satisfied with your chart?... Right-click on the tool and "send" the chart to your data app.

![](/files/i0EncQ09OOawt0lZBDq5)

### Configuration <a href="#configuration" id="configuration"></a>

Each chart type will require configuration such that your data is visualized the way you intend. Some of these configurations will depend on the chart type, some will be consistent for all charts.

The following configurations will be shown for all chart types.

#### X-Axis <a href="#x-axis" id="x-axis"></a>

| Option             | Description                                                               |
| ------------------ | ------------------------------------------------------------------------- |
| Select Axis Series | The column from the input table to be represented on the x-axis           |
| Axis Label         | The label of the x-axis                                                   |
| Log Scale          | Boolean value dictating whether the data will be presented on a log scale |

#### Y-Axis <a href="#y-axis" id="y-axis"></a>

| Option     | Description                                                               |
| ---------- | ------------------------------------------------------------------------- |
| Axis Label | The label of the y-axis                                                   |
| Log Scale  | Boolean value dictating whether the data will be presented on a log scale |

#### Advanced Options <a href="#advanced-options" id="advanced-options"></a>

| Option      | Description                                                      |
| ----------- | ---------------------------------------------------------------- |
| Title       | The title of the chart                                           |
| Color       | The column from the input table that should dictate chart colors |
| Show Legend | Boolean value dictating whether a legend will be displayed       |

### Chart Types

Cascade offers the following chart types:

{% content-ref url="/pages/lBtskDYVHavJQgkOFLxH" %}
[Bar](/cascade/tools/visualize/chart/bar.md)
{% endcontent-ref %}

{% content-ref url="/pages/8TssAPx2DSHDxAKFDLgh" %}
[Line](/cascade/tools/visualize/chart/line.md)
{% endcontent-ref %}

{% content-ref url="/pages/97d4IbUHfklSXSTXpV7U" %}
[Combo](/cascade/tools/visualize/chart/combo.md)
{% endcontent-ref %}

{% content-ref url="/pages/GW7ps7c4hN6rWTx1th6p" %}
[Scatter](/cascade/tools/visualize/chart/scatter.md)
{% endcontent-ref %}

{% content-ref url="/pages/jUT2Cw3sBEvPJRfU0LDy" %}
[Histogram](/cascade/tools/visualize/chart/histogram.md)
{% endcontent-ref %}

{% content-ref url="/pages/GdWysA3n9EiIIumUsaUW" %}
[Box](/cascade/tools/visualize/chart/box.md)
{% endcontent-ref %}

{% content-ref url="/pages/izgEG7kgTHzeBF04lxGX" %}
[Pie](/cascade/tools/visualize/chart/pie.md)
{% endcontent-ref %}

{% content-ref url="/pages/G6tZQ2tHvkjC1wABJjwp" %}
[Area](/cascade/tools/visualize/chart/area.md)
{% endcontent-ref %}

{% content-ref url="/pages/2WthYbhY1TX6vuS1bNeH" %}
[Funnel](/cascade/tools/visualize/chart/funnel.md)
{% endcontent-ref %}


---

# 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://docs.cascade.io/cascade/tools/visualize/chart.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.
