I'm using line chart of highcharts 1.3.0. I have a requirement of displaying the x axis value separately(not in the tooltip). I'm using PointMouseOverEventHandler for displaying the value. This seems to work when user hovers over the lines containing the points. However when the user hovers below the lines in the empty space in the chart the x-axis value is not rendered. I tried all the events but none seem to be fired when user hovers below the points.
Am I missing something or is this a bug ?
Thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I'm using line chart of highcharts 1.3.0. I have a requirement of displaying the x axis value separately(not in the tooltip). I'm using PointMouseOverEventHandler for displaying the value. This seems to work when user hovers over the lines containing the points. However when the user hovers below the lines in the empty space in the chart the x-axis value is not rendered. I tried all the events but none seem to be fired when user hovers below the points.
Am I missing something or is this a bug ?
Thanks in advance.
Any help??