# Change Series Color

After converting the chart to a **Column Stacked Chart**, you can further customize the visualization by **changing the color of an individual data series**.

In the Widget Dashboard configuration model, series‑level colors are controlled directly from the database table **`DASH_WIDGET_CHART_PROP`**.

***

#### Update Series Color Configuration

To change the color of a specific series (for example, **Bangkok**), update the **`FIELD_COLOR`** column in the **`DASH_WIDGET_CHART_PROP`** table for the corresponding series record.

Set the value as shown below:

```
FIELD_COLOR = 'green'
```

This configuration applies the specified color to the entire series during chart rendering.

***

#### Verify the Updated Chart

After updating the record:

1. Open the dashboard page again.
2. Click the **Training** menu (or the dashboard page you configured previously).

***

#### Expected Result

The chart is re‑rendered, and the **Bangkok** series now appears in **green**, as shown in the example below.

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FxiWlKuI1RPbVYPKYK684%2Fimage.png?alt=media&#x26;token=c7364c58-fb2a-4f56-a851-0922341a408b" alt=""><figcaption></figcaption></figure>

***

#### Summary

By updating the **`FIELD_COLOR`** column:

* You can visually differentiate individual series
* Improve chart readability and comparison clarity
* Apply consistent color mappings without modifying data logic

This completes the **series‑level styling configuration** for charts in the Widget Dashboard.


---

# 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.onewebstack.com/oneweb-platform-th/building-apps/ui-page-designer/ux-ui-components/dashboard/widget-dashboard/steps-to-create-a-widget-dashboard/change-series-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.
