enablePointSelection

A boolean value, which enables or disables selection of points. Defaults to true.

seriesSettings: {
    bubble: {
        enablePointSelection: false
    }
}

This setting is demonstrated in the following example.