> For the complete documentation index, see [llms.txt](https://docs.vitaracharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vitaracharts.com/ibcs-user-guide/certified-charts/small-multiples.md).

# Small Multiples

## Small Multiples (column) chart <a href="#small-multiples-column-chart" id="small-multiples-column-chart"></a>

### **Description**

A small multiples (column) chart is useful for comparing distinct metric values for different category elements across (usually) a timeline in a single view. To display the metric value, all charts in the tiny multiples will use the same scale. The chart can also show absolute and relative variations from the average across all category elements.

### **Demo video**

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

## **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 **metrics**. So the user will need to define separate metrics (for the same set of category elements) representing each scenario. As an example, if you are looking at sales data across months and are interested in looking at how the actual and planned scenarios compare, you will have to define two metrics

* first one for the actual sales data
* second one for the planned sales data


---

# 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:

```
GET https://docs.vitaracharts.com/ibcs-user-guide/certified-charts/small-multiples.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.
