# Advanced solid gauge chart

The Advanced Solid Gauge Chart displays one or more values in a circular gauge scale, where the value is indicated by a filled arc.&#x20;

## Usage

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

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

An Advanced Solid Gauge Chart example is available in our [Showroom](https://showroom.appfarm.app/ui-components/advanced-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                                                                                                                                                                                                                               |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Data Source**         | Select a data source to display as a chart.                                                                                                                                                                                               |
| **Filter**              | Apply a filter to the selected data source.                                                                                                                                                                                               |
| **Conditional Filters** | Create conditional filters to apply to the selected data source.                                                                                                                                                                          |
| **Value Property**      | Select a data source to aggregate the data on. If no data source is selected, count will be used by default.                                                                                                                              |
| **Default Name**        | Enter a default name for one dataset. If no dataset property is selected, only one dataset will be shown.                                                                                                                                 |
| **Dataset Property**    | <p>Disabled if a <strong>Default Name</strong> is entered.</p><p></p><p>Select a data source to split the data into datasets based on this property. If no data source is selected, all the data will be treated as a single dataset.</p> |
| **Color Value**         | <p>Visible when <strong>Dataset Property of data type Boolean or Integer</strong> is selected.</p><p></p><p>Set the dataset color from a data source of type Enum Type.</p>                                                               |
| **Use Enum Colors**     | <p>Visible when <strong>Dataset Property of type Enumerated Type</strong> is selected.</p><p></p><p>Enable to use the colors defined in each Enum Value.</p>                                                                              |
| **Use Static Datasets** | <p>Only visible when <strong>Dataset Property</strong> is not defined.</p><p></p><p>Enable to use static datasets instead of defining a dataset property.</p>                                                                             |
| **Dataset Name**        | <p>Visible when <strong>Use Static Datasets</strong> is enabled.</p><p></p><p>Enter a static name for the dataset or bind it to a data source or function.</p>                                                                            |
| **Filter**              | <p>Visible when <strong>Use Static Datasets</strong> is enabled.</p><p></p><p>Apply a filter to the selected data source.</p>                                                                                                             |
| **Value Override**      | <p>Visible when <strong>Use Static Datasets</strong> is enabled.</p><p></p><p>Override the value if the value used for the dataset is stored in another property than the main value property.</p>                                        |
| **Color**               | <p>Visible when <strong>Use Static Datasets</strong> is enabled.</p><p></p><p>Define a color for the dataset.</p>                                                                                                                         |
| **Title**               | Enter a static title or bind it to a data source, function, date now or date today.                                                                                                                                                       |
| **Sub Title**           | Enter a static title or bind it to a data source, function, date now or date today.                                                                                                                                                       |
| **Show Legend**         | Enable to show a legend.                                                                                                                                                                                                                  |
| **Legend Position**     | <p>Visible when <strong>Show Legend</strong> is enabled.</p><p></p><p>Position the legend on the top, left, bottom or right side of the chart.</p>                                                                                        |
| **Disable Animation**   | Enable to stop animation of the chart.                                                                                                                                                                                                    |
| **Disable Gradient**    | Enable to lighten up the color value.                                                                                                                                                                                                     |
| **Min**                 | Define the minimum value of the gauge scale.                                                                                                                                                                                              |
| **Max**                 | Define the maximum value of the gauge scale.                                                                                                                                                                                              |


---

# 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/advanced-solid-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.
