# Vertical Waterfall

## Vertical Waterfall chart <a href="#vertical-waterfall-chart" id="vertical-waterfall-chart"></a>

### **Description**

This sort of chart is commonly used to display financial data over time. To compare performance, we allow you to create up to two of these waterfall charts (for two separate scenarios).

### **Demo video**

{% embed url="<https://youtu.be/NWjvF8L3t50>" %}

## **Scenario planning**

Please review [mapping scenarios](/ibcs-user-guide/ibcs/mapping-ibcs-scenarios.md) for a better understanding of how scenario planning in VitaraCharts.

For this type of chart, the scenarios are mapped using **attribute elements**. So the user will need to define metric values (for a set of metrics) for attribute elements representing different scenarios. For instance, if the user is looking to draw waterfalls for comparison for the years 2019 and 2018 where 2019 represents the actual data and 2018 represents the previous data, then

* the element 2018 should be mapped to Previous in the properties editor
* the element 2019 should be mapped to Actual

If instead, the user wants to compare 2019 performance against the plan, then the metric values need to be defined for 2019 and for 2019\_PL (this is just for illustration; the actual name of the element is up to the user) i.e the Year attribute should include both these attribute elements.

* the element 2019 should be mapped to Actual in the properties editor
* the element 2019\_PL should be mapped to previous


---

# 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.vitaracharts.com/ibcs-user-guide/certified-charts/vertical-waterfall.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.
