0

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/

4

1 回答 1

1

是的,可以从事件处理程序访问日期。

event.point.options.customProperty

演示

于 2013-04-19T03:03:09.923 回答