# Gauge chart

A gauge chart is a type of chart used to display the progress or status of a specific metric or goal. It typically consists of a circular scale with needles or markers that move to indicate the current value or position. Gauge charts are often used in business and industry to track key performance indicators (KPIs), such as production levels, inventory levels, or customer satisfaction ratings. This chart shows a clear and concise visual representation of progress for quickly identifying trends and making data-driven decisions. You can drill down into the data by double-clicking on any dial in the chart. Gauge charts are implemented using Apache Echarts and do not support exporting to PDF.

![Gauge Chart](/files/ks6G6MzWE9lNgCcxqhWM)

Optional Properties for Gauge Charts

| Property                     | Definition                                                                                                                                  | Available In |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| **Show Measure Color Bands** | Use this property to divide the circular scale into discrete colored partitions.                                                            | Gauge charts |
| **Pattern**                  | If the **Show Measure Color Bands** property is selected, use this property to choose from **Gradient**, **3 Step**, or 5**Step** patterns. | Gauge charts |
| **Color**                    | If the **Show Measure Color Bands** property is selected, use this property to choose from different mixes of colors for your report.       | Gauge charts |
| **Reverse Colors**           | If the **Show Measure Color Bands** property is selected, use this property to reverse the order of colors in the report.                   | Gauge charts |


---

# 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.pentaho.com/pba/pentaho-analyzer-cp/creating-analyzer-reports/visualizations-for-analyzer/gauge-chart-analytics-analyzer-visualizations.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.
