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:... }
]
}]
Yes it is possible to access the date from an event handler.
DEMO