# Gauge Node Color fixing

**URL:** https://discourse.nodered.org/t/gauge-node-color-fixing/49410
**Category:** Dashboard
**Created:** [6 August 2021 07:25 UTC](https://discourse.nodered.org/t/gauge-node-color-fixing/49410 "2021-08-06T07:25:01Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![Gunner](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gunner/32/43582_2.png) [@Gunner](https://discourse.nodered.org/u/Gunner)
#### Post date: [9 August 2021 05:08 UTC](https://discourse.nodered.org/t/gauge-node-color-fixing/49410/14 "2021-08-09T05:08:47Z")

</div>

> [@Ashok](#):
>
> that also not working.

What do you mean "also".. it IS the heart of that particular graphing method.

What I did was change my node-red `settings.js` ...

```auto
    /** When httpAdminRoot is used to move the UI to a different root path, the
     * following property can be used to identify a directory of static content
     * that should be served at http://localhost:1880/.
     */
    httpStatic: '/home/pi/node-red-static/',

```

Create a subfolder in my `node-red-static` folder called `RGraph` and extracted the contents of the downloaded zip file from [Get hold of the RGraph software | RGraph.net](https://www.rgraph.net/download.html#stable) into it.

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/7/8/788d36ce885e946eedf2d6c07502886ff4882229.png)

It is that location of the RGraph library files which the contents of the provided flow utilizes in the embedded paths... (the `/home/pi/node-red-static/` part of the path is already implied by the changes in the `settings.js` file)

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/a/b/abe647326fd044479e9bb163e933069663d90907.png)

The rest of the template contents just make the graph look the way it is, and adjust based on the `msg.payload`... (and set the colour of the text in the `ui_text` node).

That library can make all sorts of interesting looking graphs based on template settings.

---

_[View the full topic](https://discourse.nodered.org/t/gauge-node-color-fixing/49410)._
