Currently the way the internals work is that you need to set the SeriesPlotOptions directly on the Chart instance in order for the events to be wired up properly, as we don't yet support overriding the events on each Series instance separately. E.g. the following should work:
Note that if you do need to distinguish which series the event was fired on though, you can retrieve the series from the event instance that is passed in (and you can access the original Series instance via the Chart.getSeries() method if needed). E.g.
Currently the way the internals work is that you need to set the SeriesPlotOptions directly on the Chart instance in order for the events to be wired up properly, as we don't yet support overriding the events on each Series instance separately. E.g. the following should work:
Note that if you do need to distinguish which series the event was fired on though, you can retrieve the series from the event instance that is passed in (and you can access the original Series instance via the Chart.getSeries() method if needed). E.g.
Can you let us know if that resolves the issue you were seeing?
Last edit: Shawn Quinn 2011-09-01