I have several flags series, each of these series belongs to different graphs (i use onSeries prop). I want to know on which graph the flag is on when i click on it, so that when i use the click event in plotOptions.series.point.events.click i could get the graph point and not the flag point.
plotOptions.series.point.events.click = function(){console.log(this)}
i have tried to pass the event param in to the callback but there is nothing conserning the graph it's on