> For the complete documentation index, see [llms.txt](https://docs.locoia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/gauge-chart.md).

# Gauge Chart

## Introduction

The **Gauge Chart** displays one data point on a gauge:

![Gauge Chart](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48076289149/original/UnbLoyyhGJJlDA_HR4f7FAr1lCIxDZ2mWg.png?1607965575)

## Expected Data and Graph Designer

The Gauge Chart expects data in a two column format with the title (e.g. "Revenue") in the first column and the value in the second column:

| Name    | Amount         |
| ------- | -------------- |
| Revenue | <p>100<br></p> |

The selection of the x-axis in the Graph Designer does not have an effect.&#x20;

You can set the gauge's range (*Maximum Value* and *Minimum Value*) and the number of value labels shown on it  (*Number of Value Labels*) in the Graph Designer *Series* section:

![Setting Gauge up](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48076290644/original/eYk_YNZTCuinzv7wyomrdyVdkP3ePZnn1g.png?1607965889)

The values for the values labels are then automatically calculated.

By for example changing the values for the three fields as follows:

![Changing Gauge Setup](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48076291729/original/coqJVK_ytqmAz4JjFDs0H8ekeBFoA7i-ow.png?1607966143)

The gauge chart will look like this:

![Resulting Gauge Chart](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48076291731/original/3a_KhUoinKsRc9o2YbnCSVDMXs4a7aOcOg.png?1607966147)

```
As you might have noticed, the color of the gauge pointer changes according to the color of the range it is in.
```

You can change the coloring option in *Series* ➔ *Gauge Line* - *Line Style* and add sections by clicking the *+* button. Then you can choose how much of the gauge (in percent) the section should cover and which color it should have. The percentage value is the value until which it should be colored (i.e. the upper bound) and if there is another section with a lower percentage, this represents the lower bound:

<br>

![Gauge Line Setup](https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48076302522/original/ajy6PejIoM2HBcpCdMOi2Hc0VMYtLKgOPQ.png?1607969058)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.locoia.com/data-and-dashboards/dashboards-and-insights/charts/gauge-chart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
