I have the same problem posted in the post : highcharts pass multiple values to tooltip
I want to pass data to tooltip but this.point.config[2]
is not working.
Also I found this example. It's not working there too
formatter: function() {
return 'param1: '+this.point.config[2] + 'param2: '+this.point.config[3];
can you please help me