> For the complete documentation index, see [llms.txt](https://docs.bdb.ai/bdb-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bdb.ai/bdb-documentation/data-visualization/governed-dashboards/configuration/indicators-in-charts.md).

# Indicators in Charts

{% hint style="success" %}
*Check out the walk-through given below on how to apply an Indictor to a charting component in the Designer.*
{% endhint %}

![](/files/bY9sKzU8FalYrYMZ5Oiy)

* Drag and drop chart component.   &#x20;

![](/files/CI0Y0kEG5IqgYx49aZhS)

* Associate category and series fields to the chart component.   &#x20;

![](/files/Hlg6n9j1U2oXwDEOusVw)

* There are two types of indicators in the chart component:
  * Category Indicator
  * Series Indicator

#### Category Indicator

* Select the category field & navigate to the indicator tab.

&#x20;      ![](/files/qjvKO6WPzjo7I1YxH5z3)

* Click on the “+” icon to create a new indicator.
* Add the Category value and change the color based on the required conditions.

![](/files/09R5AqaFP7O9ZrERdCIc)

* The created Category Indicator gets displayed in the preview mode as shown below:

![](/files/IXYCAVgPta8j7nrluBCY)

#### Series Indicator

* Select the series field & navigate to the indicator tab.
* Click on the “+” icon to create a new indicator.

&#x20;     ![](/files/1xxOVlB9XeNdcAGyrlbR)

* An indicator dialog box appears with the required conditions.

&#x20;     ![](/files/hssmMTmuL8xv9gNIZ5Sw)

* ***Operator:*** Multiple comparators are available for choosing the comparison process.

&#x20;    &#x20;

![](/files/c489J1feVbKhO3odligr)

* ***Fixed Value Comparison:*** By enabling this, we can compare a ***Compared Field*** against static values given in the ***Compare to*** text area.  &#x20;

![](/files/wf1bzAxpzohfELZje1ca)

* ***Fixed Value Comparison:*** By disabling this, we can compare a ***Compared Field*** against field values given in the ***Compare to*** field.

![](/files/0KaimeKwhXMfnxFzH1Om)

* The created Indicator conditions get added.

&#x20;      ![](/files/W5quu8Y6aNJtCAovy6yk)

* The applied series Indicators appears in the preview mode of a Bar chart as given below:     &#x20;

![](/files/6RsW5yWP0l19twZjBivC)

{% hint style="info" %} <mark style="color:green;">Please Note</mark>: If the Category indicator is applied, the series indicator is not considered.
{% 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, and the optional `goal` query parameter:

```
GET https://docs.bdb.ai/bdb-documentation/data-visualization/governed-dashboards/configuration/indicators-in-charts.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.
