Use linkedTo
property:
series: [{
...,
id: 'john'
}, {
...,
id: 'fem'
}, {
...,
linkedTo: 'john'
}, {
...,
linkedTo: 'fem'
}, {
...,
linkedTo: 'john'
}, {
...,
linkedTo: 'fem'
}]
Live demo: http://jsfiddle.net/BlackLabel/a4sog5xb/
API Reference: https://api.highcharts.com/highcharts/series.bubble.linkedTo
CLICK HERE to find out more related problems solutions.