I'm using multiple highChart in a dashboard page e.g linearea, spline, pie and synchronisation of multiple charts
Set tooltip synchronisation for prototype
Highcharts.Pointer.prototype.reset = function () {
return undefined;
};
Highcharts.Point.prototype.highlight = function (event) {
this.onMouseOver(); // Show the hover marker
this.series.chart.tooltip.refresh(this); // Show the tooltip
this.series.chart.xAxis[0].drawCrosshair(event, this); // Show the crosshair
};
But above function effect all highchart e.g linearea and spline chart etc. what I want to apply on synchronisation only