> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/scatter-and-bubble-charts.md).

# Scatter and bubble charts

IBCS scatter and bubble charts help visualize relationships between business measures using standardized layouts and semantic formatting. Use these charts to identify correlations, clusters, trends, and outliers while comparing data across categories.

### C09: Scattergrams

Use an IBCS scatter chart to analyze the relationship between two measures. It is useful for identifying correlations, trends, clusters, and outliers in business data, such as sales versus profit or revenue versus quantity. Use this chart to compare the distribution of data points across two numeric measures.

<table><thead><tr><th width="252.5">Configuration option</th><th>Configuration value</th></tr></thead><tbody><tr><td><strong>Chart type</strong></td><td>Scatter Chart</td></tr><tr><td><strong>Category</strong></td><td>Assign a dimension to define each bubble. Each category is displayed as a separate bubble. <em>Example: Product Subcategory.</em></td></tr><tr><td><strong>X-Axis</strong></td><td>Assign a measure to plot on the x-axis. The values determine the horizontal position of each bubble. <em>Example: Sales, Profit, or Cost.</em></td></tr><tr><td><strong>Y-Axis</strong></td><td>Assign a measure to plot on the y-axis. The values determine the vertical position of each bubble. <em>Example: Quantity.</em></td></tr><tr><td><strong>Legend / Color by / Stacked</strong></td><td>Assign a dimension to categorize the bubbles. Each category is displayed in a different color. <em>Example: Segment.</em></td></tr></tbody></table>

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

### C10: Bubble charts

Use an IBCS bubble chart to compare the relationship between two measures while using bubble size to represent a third measure. It is useful for analyzing metrics such as revenue, profit, and market share across products, customers, or regions. Use this chart to visualize multiple business measures in a single view.

<table><thead><tr><th width="252.5">Configuration option</th><th>Configuration value</th></tr></thead><tbody><tr><td><strong>Chart type</strong></td><td>Bubble Chart</td></tr><tr><td><strong>Category</strong></td><td>Assign a dimension to define each bubble. Each category is displayed as a separate bubble. <em>Example: Product.</em></td></tr><tr><td><strong>X-Axis</strong></td><td>Assign a measure to plot on the x-axis. The values determine the horizontal position of each bubble. <em>Example: Profit - Actual.</em></td></tr><tr><td><strong>Y-Axis</strong></td><td>Assign a measure to plot on the y-axis. The values determine the vertical position of each bubble. <em>Example: Profit - Target.</em></td></tr><tr><td><strong>Size</strong></td><td>Assign the measure that determines the size of each bubble. <em>Example: Quantity sold.</em></td></tr><tr><td><strong>Legend / Color by / Stacked</strong></td><td>Assign a dimension to define the bubble legend. Each category is represented by a different colored bubble. <em>Example: Segment</em>.</td></tr></tbody></table>

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


---

# 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://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/scatter-and-bubble-charts.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.
