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

# Funnel Chart

A funnel chart is a data visualization tool commonly used for displaying stages in a process or a sales pipeline. It resembles an inverted pyramid, with each segment representing a stage or category, and the width of each segment corresponds to the quantity or percentage of data it represents. Funnel charts are particularly useful for illustrating the progressive reduction or conversion of data from one stage to the next.

Funnel charts enable analysts to see the percentage contribution of metric data in a dimension. For example, the funnel chart below shows the percentage contribution of Profit by Category. Each area of the funnel represents a separate category, and the size of each section is proportionate to the amount of profit contributed by the category.

## Inputs <a href="#inputs" id="inputs"></a>

Metrics - 1 or more metrics Attributes - 1 attributes&#x20;

<figure><img src="/files/ZVK8jJTCKAGpVEOdH1mY" alt=""><figcaption></figcaption></figure>

### Multi-Metric Analysis <a href="#multi-metric-analysis" id="multi-metric-analysis"></a>

Starting with version 5.3.5, the Funnel chart supports simultaneous analysis of multiple metrics without requiring an attribute. This enhancement streamlines data evaluation, providing businesses with comprehensive insights from multiple metrics within a single view.

<figure><img src="/files/IH5TltUlIgCYFdfNgey0" alt=""><figcaption></figcaption></figure>

## Play-by Animation <a href="#play-by-animation" id="play-by-animation"></a>

Play by - animation shows the chart for each element of the first attribute. For more details about the play by feature please refer to [*play-by*](/readme/play-animation.md).

## Background Image <a href="#background-image" id="background-image"></a>

The steps to set a background image for all Vitara charts are explained in [*backgroundImage*](/readme/background-images.md).

<br>


---

# 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://tsdocs.vitaracharts.com/readme/funnel-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.
