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

# Color

The **Color** tab controls the palette of the Gauge Chart.\
The available options depend on the selected **Gauge Layout**.

#### Semi-circle and Full-circle

These layouts include **Color Logic**.

**Color Logic options:**

* Use assigned member color
* Compare against target measure
* Color background by three configured ranges

**Available colors:**

* Background
* Track
* Value
* Border
* Label Text
* Value Text

#### Speedometer-style gauge

This layout uses range-based colors.

**Available colors:**

* Background
* Track
* Needle
* Low Range
* Mid Range
* High Range
* Border
* Label Text
* Value Text

**Additional setting:**

* **Bandwidth** — controls how the low, mid, and high ranges are distributed

#### Traffic light style gauge

This layout uses target-based status colors.

**Available colors:**

* Background
* Above Target
* On Target
* Below Target
* Traffic Body
* Traffic Border
* Label Text
* Value Text

**Additional setting:**

* **Target Tolerance (%)**

{% hint style="info" %}
Traffic light style gauge requires a **Target** measure.
{% endhint %}


---

# 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:

```
GET https://docs.infotopics.com/showmemore/features/gauge-chart/color.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.
