# Gauge

To learn more about gauge charts and how to create one, please view this [video](https://youtu.be/WPYsGECgdQU?si=6Bd56AkxnunYR8xi).

Gauge charts display values for up to four measures in a meter format.

<table data-header-hidden><thead><tr><th width="306.3333333333333">Features</th><th>Quantity</th><th>Notes</th></tr></thead><tbody><tr><td>Features</td><td>Quantity</td><td>Notes</td></tr><tr><td>Required <a href="/pages/SDlz2Vb7QP7DF3xOL2rL#dimensions">Dimensions</a></td><td>0</td><td></td></tr><tr><td>Required <a href="/pages/SDlz2Vb7QP7DF3xOL2rL#measures">Measures</a></td><td>1-4</td><td>Measures are Base (required), Min, Max, and Target</td></tr></tbody></table>

## Example: Single Measure

The following dashboard shows a series of four basic Gauge charts (one measure each) that reflect the following values for the **transformers** data set:

* AVG Strength (Base)
* Minimum Strength (Base)
* Maximum Strength (Base)
* Standard Deviation Strength (Base)

![](/files/eox73YiNSKrCNLQ3vMhJ)

To create the dashboard as shown, add four Gauge charts, using the Transformers source and the measures as defined in the list above. For example, the following image shows the settings for the Average Strength gauge. You define the segment percentages and colors in Segment fields on the right pane. You can also:

* Display absolute values (instead of percentages)
* Set unfiltered values for Min, Max, and Target.
* Set or override Target, Min, and Max values. Here, instead of getting the maximum value from the source information, the Max value has been set to 10.

![](/files/qwdohD3WfQlI5GAs2IlH)

The dashboard also includes a donut pie chart that indicates the number of records per transformer line, showing the total number of records on which the gauges are based.

![](/files/Wwrsu8SiunDtgAt9DLtG)

## Example: Multiple Measures

In this example, multiple measures from the **transformers** data set are incorporated into one Gauge chart:

* Base - Average Strength (7.00)
* Min - Minimum Strength (1.00)
* Max - Maximum Strength (10.00)

![](/files/JPQeVWXGIBs96fsGNp8o)

Here, the Target measure has been set to 6.1 and is denoted by the light blue line.

![](/files/VqduhmIqCux6Vof5KzMf)


---

# 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.heavy.ai/immerse/immerse-chart-types/gauge.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.
