> 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/visualization-library/multi-axis-chart.md).

# Multi axis chart

Multi-axis charts plot multiple measures with different value ranges on separate axes within a single visual. Use them to compare related metrics and identify trends, without losing context. Separate axes preserve the scale of each measure, making it easier to identify trends, correlations, and performance across shared dimension categories.

{% hint style="info" %}
Multi-axis charts are best suited for comparing measures with significantly different scales, such as revenue and profit margin, sales and order count, or production volume and defect rate.
{% endhint %}

### Configure a multi axis chart

Follow the steps outlined to plot a multi-axis chart:

1. Select the **Charts 100+** visual.
2. **Chart type:** Select **Vertical Multi Axis Chart** or Horizontal Multi Axis Chart from the **Combo** section.&#x20;
3. **Category**: Drag a dimension such as *Day* to plot on the x-axis.
4. **Axis**: Assign measures with different scales to plot on each axis.
5. In the **Vertical Multi Axis** toolbar, select **Series**. Select the type of chart to plot for each measure.

<figure><img src="/files/1xWT4ElCawyZGLHYy7rw" alt=""><figcaption></figcaption></figure>

6. In the **Vertical Multi Axis** toolbar, select **Data Label**. Use **Value display** to select the data labels to display for each measure, such as *First + Last* or *Max Only*.

<figure><img src="/files/29kWxHC2QIbNPKy69hN0" alt=""><figcaption></figcaption></figure>

7. Go to **Settings** > **Canvas** > **Category format** to customize the chart and marker colors and style.

<figure><img src="/files/2MY88i8LqWLMpAZ0TBk9" 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/visualization-library/multi-axis-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.
