How To Change Line Thickness of Chart

Property to change line thickness is line.borderWidth

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