# How To Change Line Thickness of Chart

**URL:** https://discourse.nodered.org/t/how-to-change-line-thickness-of-chart/13788
**Category:** General
**Created:** [29 July 2019 08:51 UTC](https://discourse.nodered.org/t/how-to-change-line-thickness-of-chart/13788 "2019-07-29T08:51:16Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![hotNipi](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hotnipi/32/383_2.png) [@hotNipi](https://discourse.nodered.org/u/hotNipi)
#### Post date: [29 July 2019 11:18 UTC](https://discourse.nodered.org/t/how-to-change-line-thickness-of-chart/13788/2 "2019-07-29T11:18:03Z")

</div>

Property to change line thickness is `line.borderWidth`

```auto
msg.ui_control = {
    options: {
        elements: {
            line: {
                borderWidth: 5 // default = 3
            }
        }, .....

```

---

_[View the full topic](https://discourse.nodered.org/t/how-to-change-line-thickness-of-chart/13788)._
