Example chart: http://www.highcharts.com/demo/area-stacked-percent
1) Can I have a hover style and also perhaps a selected style for the x axis, much like in Highstocks (move the mouse over the chart to see a vertical line on hover): http://www.highcharts.com/stock/demo/area
2) Can I detect a click on this line?
1) Yes: see tooltip.crosshairs: http://api.highcharts.com/highcharts#tooltip.crosshairs
2) I am not sure. You can detect a click on the series, which should give you what you would need from clicking the crosshair line.
Of course, you can. Disable the
Hover
for series and enable thecross hairs
in theplotOptions
.Enable Crosshairs
For triggering an alert upon clicking the line, just add
combined answer for both of your questions, fiddled version is
here
.yes you can use crosshairs for that
here shared true will show the info of both the lines in the same tooltip