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:... }
]
}]
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:... }
]
}]