# Gauge chart

A gauge is a chart that displays a metrics and it's completion versus another metric

![](/files/8ngmJLFAw7VkNl7JzLSp)

### **Chart usage**

You should use two metrics to use the gauge chart :&#x20;

* The first metric is the current achievement
* The second metric is the target achievement

When the objective is reached, you can also display a sweet confetti animation 🎉

### **Chart characteristics**

* Number of metrics : 2
* Number of dimensions : none


---

# 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.whaly.io/data-visualisation/chart-your-data/gauge-chart.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.
