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

# Overview

The Innofalls visual includes several chart types to choose from and we intend to constantly expand this selection. You can select those chart types from the property pane or in the menu:

![](/files/o4KcR9jqlQ8mDwwlu6Ks)

First and foremost we offer different types of waterfall charts as the main chart:

<table><thead><tr><th></th><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><img src="/files/uRD2tMs2TeuowCFCLio4" alt=""></td><td><strong>Running Totals Waterfall Chart</strong></td><td>This adds up multiple values and can show intermediates either as sub sums or intermediate totals.</td><td></td></tr><tr><td><img src="/files/zEJWHwVn3tFb17mZQTcH" alt=""></td><td><strong>Delta Waterfall Chart</strong></td><td>Comparing two (or more) elements (or members) with each other in how they change over a dimension.</td><td></td></tr><tr><td><img src="/files/jE5St1tF49DSfFuelcap" alt=""></td><td><strong>Measure Delta Waterfall Chart</strong></td><td>In contrast to the chart above, this chart compares two measures and shows how they differ along one dimension.</td><td></td></tr></tbody></table>

Furthermore we offer:

|                                  |                   |                                                 |
| -------------------------------- | ----------------- | ----------------------------------------------- |
| ![](/files/I1my88t3imcBxUnHxvpe) | Bar Chart         | Show one or more series of measures.            |
| ![](/files/MgiOTlaX7RQkYWT3D6MQ) | Stacked Bar Chart | Stack up measures and / or the stack dimension. |

All charts can be shown in structure orientation or time orientation (vertical axis or horizontal axis). Additionally, all charts (except bar chart) can stack up with more than one measures or a [stack dimension](https://github.com/Innofalls/InnofallsDocs/blob/master/chart-types/broken-reference/README.md).

Have a look at the [deviation charts](/chart-types/adding-deviation-charts.md), to see how to create them.


---

# 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.innofalls.com/chart-types/overview.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.
