# Deviation Waterfall Charts

Deviation Waterfall Charts are a specialized type of waterfall chart that can be added on top of an existing chart to highlight deviations over time or between categories. These charts focus on visualizing deviations, accumulating them to make it easier to see how individual elements contribute to the overall deviation from a baseline. Each bar in a deviation waterfall chart represents a deviation, with the cumulative effect clearly displayed.

Deviation Waterfall Charts are particularly useful for analyzing variance in performance metrics, budget vs. actual comparisons, and identifying areas of overperformance or underperformance.

For a detailed explanation on how to set up and use deviation charts, please refer to [Adding Deviation Charts](/chart-types/adding-deviation-charts.md) and [Changing Deviation Chart Types](/chart-types/changing-deviation-charts-types.md).

Below is an example illustrating a deviation waterfall chart, showing cumulative deviations over a series of periods:

<figure><img src="/files/cw77iVvrSaqCj95SbPVQ" alt=""><figcaption><p>Deviation Waterfall (on the right)</p></figcaption></figure>


---

# 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://docs.innofalls.com/chart-types/waterfall-charts/deviation-waterfall-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.
