borderWidth

Specifies the line thickness of the border of each individual bar on the plot area:

seriesSettings: {
    polarbar: {
        borderColor: "red",
        borderWidth: 5
    }
}

This setting is demonstrated in the following example.