# Remove text below the Chart for better visualization

**URL:** https://discourse.nodered.org/t/remove-text-below-the-chart-for-better-visualization/79960
**Category:** Dashboard
**Tags:** node-red-dashboard
**Created:** [20 July 2023 11:36 UTC](https://discourse.nodered.org/t/remove-text-below-the-chart-for-better-visualization/79960 "2023-07-20T11:36:45Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![GAOJY11](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gaojy11/32/80980_2.png) [@GAOJY11](https://discourse.nodered.org/u/GAOJY11)
#### Post date: [20 July 2023 11:36 UTC](https://discourse.nodered.org/t/remove-text-below-the-chart-for-better-visualization/79960/1 "2023-07-20T11:36:45Z")

</div>

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/f/0/f00a2ffb5d3696cd8b29947abf0f3fce718a4baa.png)  
How do I remove the text below the chart?

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [20 July 2023 12:49 UTC](https://discourse.nodered.org/t/remove-text-below-the-chart-for-better-visualization/79960/2 "2023-07-20T12:49:23Z")

</div>

First by working out why it is there.  
Show us how you have configured the chart node.  
Also add a Debug node showing what is going _into_ the chart, and show us what is there.

---

<div class="post-metadata">

### Author: ![E1cid](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/e1cid/32/77971_2.png) [@E1cid](https://discourse.nodered.org/u/E1cid)
#### Post date: [20 July 2023 12:50 UTC](https://discourse.nodered.org/t/remove-text-below-the-chart-for-better-visualization/79960/3 "2023-07-20T12:50:52Z")

</div>

At a guess send an empty label a payload and a series message properties, with no msg.topic  
e.g.

```auto
[{"id":"cd610c935e3473b8","type":"inject","z":"b9860b4b9de8c8da","name":"","props":[{"p":"payload"},{"p":"msg.label","v":"","vt":"str"},{"p":"series","v":"test","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"3","payloadType":"num","x":110,"y":3300,"wires":[["99c2e1533ad310d5"]]},{"id":"99c2e1533ad310d5","type":"ui_chart","z":"b9860b4b9de8c8da","name":"","group":"2d4fe667.28f8ba","order":2,"width":"9","height":"6","label":"chart","chartType":"bar","legend":"false","xformat":"HH:mm:ss","interpolate":"linear","nodata":"","dot":false,"ymin":"0","ymax":"20","removeOlder":1,"removeOlderPoints":"","removeOlderUnit":"3600","cutout":0,"useOneColor":true,"useUTC":false,"colors":["#1f77b4","#aec7e8","#ff7f0e","#2ca02c","#98df8a","#d62728","#ff9896","#9467bd","#c5b0d5"],"outputs":1,"useDifferentColor":false,"className":"","x":310,"y":3360,"wires":[["66f3a8506ea55dae"]]},{"id":"66f3a8506ea55dae","type":"debug","z":"b9860b4b9de8c8da","name":"debug 323","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":490,"y":3340,"wires":[]},{"id":"2d4fe667.28f8ba","type":"ui_group","name":"demo","tab":"1caa8458.b17814","order":2,"disp":true,"width":"18","collapse":false,"className":""},{"id":"1caa8458.b17814","type":"ui_tab","name":"Demo","icon":"dashboard","order":2,"disabled":false,"hidden":false}]

```

But really not enough info given to answer your question.  
e.g.  
no payloads , what node you are using and how you have configured it, and finally is it live readings or stored.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [19 August 2023 12:50 UTC](https://discourse.nodered.org/t/remove-text-below-the-chart-for-better-visualization/79960/4 "2023-08-19T12:50:57Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
