# Basic gauge chart

The Basic Gauge Chart displays a number value as a needle within a gauge (angular). &#x20;

## Usage

Basic Gauge Charts are used to show progress, performance or key business indicators in dashboard reports.&#x20;

{% hint style="info" %}
**Examples**

Basic Gauge Charts examples are available in our [Showroom](https://showroom.appfarm.app/ui-components/basic-gauge). You can view the demo, as well as access the setup in Appfarm Create. Don't have access? [Register](https://showroom.appfarm.app/sign-up).
{% endhint %}

## Properties

| Property                 | Description                                                                                                                                                                                                                     |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Value**                | Define a number value to display as the needle point between Min and Max. Often a [function](/reference/platform-concepts/functions.md) is used to do so.                                                                       |
| **Value Label**          | Define a value label to override the default value label. By default, the percentage of the value between Min and Max is automatically calculated and displayed.                                                                |
| **Min**                  | Define the minimum value of the gauge.                                                                                                                                                                                          |
| **Max**                  | Define the maximum value of the gauge.                                                                                                                                                                                          |
| **Number of Levels**     | Define the number of level indicators. By default, three levels are shown. Will be ignored, if **Custom Labels** is enabled.                                                                                                    |
| **Enable Custom Levels** | Enable to define some custom level indicators.                                                                                                                                                                                  |
| **Custom Levels**        | <p>Visible when <strong>Custom Levels</strong> is enabled.<br></p><p>Define custom levels, which have a color and a length defined in percentage between 0% and 100%. The total length of all levels should sum up to 100%.</p> |
| **Level Padding**        | Define the padding between the levels.                                                                                                                                                                                          |
| **Level Height**         | Define the height of the levels.                                                                                                                                                                                                |
| **Level Corner Radius**  | Define the corner radius of the levels.                                                                                                                                                                                         |
| **Hide Value Label**     | Enable to hide the value of the label.                                                                                                                                                                                          |
| **Disable Animation**    | Enable to stop animation of the 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://docs.appfarm.io/library/ui-components/basic-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.
