enabled

Enables the hover effects for data point. Defaults to true:

seriesSettings: {
    bubble: {
        pointMark: {
            activeSettings: {
                pointHoveredState: {
                    enabled: false
                }
            }
        }
    }
}

This setting is demonstrated in the following example.