score:17
pretty simple, just add this:
plotoptions:{
series:{
point:{
events:{
click: function(){
alert(this.name);
}
}
}
}
}
the this
in the point scope represents the clicked point, therfore you have access to it's properties.
Source: stackoverflow.com
Related Query
- highmaps get country name on click event
- Highmaps get country name on click when country has no data
- highchart get each drilldown categories name on click event
- Javascript Highcharts cannot get the name of the click column in the onclick event
- Get X Axis value on bar Highchart click event
- Highcharts: get category name on column click
- highmaps click on country and change its background color, Also remove the Series 1 from tooltips
- Highcharts - How can I get the nearest point on click event
- On Click event on lat/long map point in highmaps
- highcharts group series click event to get all data in catagory
- get bot xAxis values when doing click event on highcharts
- Highcharts Legend event click to get data
- HighCharts event on column category name click
- How to get the X axis value from HighChart on android on click event
- Highchart multiple level drilldown click event get drilldown series data
- How do I attach a click event handler to null data points on HighMaps
- Highcharts - Double click event
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- programmatically trigger click event in svg rect element
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- Click event on clicking on the graph
- highcharts how to catch and insert logic in click reset zoom button event
- In high chart how to add event for label click
- programatically fire a click event for a point on highchart scatter plot
- How to pass custom data into Highcharts graph click event
- how to get chart object inside a point event function in Highcharts
- how to get geojson of mainly cities of all of country of the world
- Highcharts - get visible series name dynamically
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- Get name of clicked point in Highcharts when the point has drilldown
More Query from same tag
- hide a particular column on xAxis highchart Column Chart
- Highchart performance slow on plotting live data
- array.prototype.foreach called on null or undefined highcharts
- Highcharts : Single point in x-axis of datetime type shows 00:00:00:0000
- How to use highcharts to display data of only five point when the page is initialized?
- How can I give data from my webworker to highchart
- highcharts column stack label
- Formatter Using HighCharts
- Highcharts column width on a time series axis
- Gradient background bars in Highchart bar chart
- Display series.data.name after drilldown dynamically
- Highcharts series doesnt show data and render the chart
- How to get Highcharts X-Axis Categories starting at the left most point
- Is it possible to draw Highcharts PlotBand and/or PlotLines lower/higher then xAxis/top tick?
- The time interval from the chart highcharts
- How to add point to the beginning of series, Highcharts
- Highchairs: Change width of every other gridline
- Highcharts pie chart slice animation only works when an error is thrown
- Highcharts series data not persisting through angular route change
- HighCharts Combination Chart
- Highcharts export only renders one quarter of the image
- Loading Highcharts series from XML using jQuery
- Dual y-axis matching on Highcharts
- Mark a point and draw plot lines in Multi Series Highchart
- highcharts solid gauge: bigger tick marks
- Merge contents of a hash containing array of arrays in jQuery/JS for Highcharts
- How to get x-axis flags on dual axes chart with Highchart?
- Date becomes incorrect in the ALL view on Highstock chart?
- Highcharts increase height of the chart displayed
- Populate Highchart using json data in Angular js