# Combo chart (chart type)

* A **Combo Chart** is a hybrid visualization that combines two types of charts, typically a **Bar Chart** and a **Line Chart**, to display data with two different types of measures on the same axis. This allows for a more comprehensive comparison of datasets that are related but may have different value ranges or types.

<figure><img src="/files/760icWDLm6ImCOhk3aIA" alt=""><figcaption></figcaption></figure>

* First, click on any "+ Add widget" button to add a widget.

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

* Click on the Combo chart option.
* Click on the Add widget button to proceed.

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

* Choose the available Collection or Connection of the data model that has been added.

## Set up your Combo chart

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

* Click on the X-axis dropdown box and select an available column.
* If you choose a Date type column, the [Time series mode](/docs/dashboard/widget-types/bar-chart-type/bar-chart-time-series-reference-date-preset-and-compare-to-the-past.md) will auto apply to the Combo chart.

<figure><img src="/files/1rSfUKXapKyYNndq7s4e" alt="" width="563"><figcaption></figcaption></figure>

* Continue to choose any available column in the Y axis

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

* After the X Axis and Y Axis columns are selected, the Combo chart of the data model will be displayed.
* The Sum formula will be auto-selected. You can change to other [Formula](/docs/dashboard/footer-formula.md) options by clicking on its dropdown box.

<figure><img src="/files/kLh9BSr9lJ1D81XhVg2f" alt="" width="396"><figcaption></figcaption></figure>

* If no column of the same type is grouped, you can change it view to Bar or Line chart.

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

* You can also change the axis of the column in the Y axis.

## Group by column

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

* Click on the See more button then click the Group by option.

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

* Choose the available column to group by.

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

* Each column shall be grouped based on the selected column.

<figure><img src="/files/WsvwUrGNPfU1nP1sL6JL" alt="" width="459"><figcaption></figcaption></figure>

{% hint style="info" %}

* In Group by mode, only 1 chart of each type can be used.
* You can not change the chart if 1 chart type is presented.
  {% endhint %}

## Change to the Combo chart type from another widget

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

* The Combo chart option can be selected by opening the Settings slider and then clicking on the Properties option.

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

* Click on the View type dropdown and choose the Combo chart icon to begin configuring your data model to the Combo chart.


---

# 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://endash-guidance-docs.gitbook.io/docs/dashboard/widget-types/combo-chart-chart-type.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.
