# Small Multiple Charts

Small Multiple Charts allow you to break down a dataset into a grid of repeated charts, making it easier to compare patterns across categories.

Each panel represents a subset of the data (based on dimensions like Category, Segment, or Region) while keeping a consistent structure for easy comparison. This makes it ideal for identifying trends, variations, and outliers across groups.

The extension supports multiple chart types (line, bar, area, stream) and provides flexible configuration options for layout, color, labels, and formatting.

#### **Use cases**

* Compare performance across categories or segments
* Analyze trends over time for multiple groups
* Identify patterns and anomalies across dimensions
* Create compact dashboards with repeated visuals

<figure><img src="/files/aWzjpxR6Fh9Z6keR6p0t" alt=""><figcaption></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.infotopics.com/showmemore/features/small-multiple-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.
