JavaScript Chart borderRadius

Specifies the chart corners smooting value. The higher it is, the more rounded the corners will be:

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

This setting is demonstrated in the following example.