JavaScript Chart borderWidth

Specifies the line thickness of the entire chart border:

{
    borderColor: '#000000',
    borderWidth: 4,
    borderRadius: 5
}

This setting is demonstrated in the following example.