borderColor

Sets the color of the border for the hovered bars:

seriesSettings: {
    polarbar: {
        enablePointSelection: true,
        activeSettings: {
            pointHoveredState: {                
                color: "red",
                borderColor: "green",
                borderWidth: 12
            }
        }
    }
}

This setting is demonstrated in the following example.