, , . highcharts, . , , "" highcharts Javascript, , .
...
function doSomething(x)
{
alert(x);
}
...
mouseOver: function() {
$reporting.html('x: '+ this.x +', y: '+ this.y);
}
...
mouseOver: function() {
doSomething(this.x);
//$reporting.html('x: '+ this.x +', y: '+ this.y);
}
api . "", . , "select". , , allowPointSelect: true,