This question already has an answer here:
- Set Additional Data to highcharts series 5 answers
Is it possible to attach additional data to a data point, and later access that data directly from an event handler?
series: [{
data: [
{ x: ..., y: ..., customProperty:... }
]
}]
http://jsfiddle.net/JGCmt/1/