I have a simple chart with six data objects, three lines and three bubbles. Each line shares the name with its corresponding bubble. How can I join each pair so that I can have an onClick event on either series to make them disappear?
I'm also not sure why disabling the legend is overriden:
plotOptions: {
showLegend: false
}