color

Sets the color of the hovered bar:

seriesSettings: {
    bar: {
        enablePointSelection: true,
        activeSettings: {
            pointHoveredState: {
                color: 'red',
                borderColor: 'green',
                borderWidth: 12,
                borderRadius: 5
            }
        }
    }
}

This setting is demonstrated in the following example.