xAxis/yAxis mouse events
Now you can add events only to points. An axis event maybe could be made aware of the points that are at a specific x/y value. I would use such an event to create an index based on a certain value in a timeserie. I hope this makes sense, or I will try to better explain it.
-
valugi commented
I did like this. What happens is that the events are related to the serie and not on the graph. I want something that will be active at mouse over all over the graph not only on a particular serie. Besides in a graph with 4-5 graphs with 2 years of daily data doing this extra check to see what are the events for the same date are coming to a load price.
-
I think the best way to do that would be to loop over the series data and find the points with the correct x and y properties.