# 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](https://docs.appfarm.io/reference/platform-concepts/functions) 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.                                                                                                                                                                                          |
