score:1
Accepted answer
All points without data are rendered as null points by default, so you need to only enable nullInteraction
property:
series: [{
nullInteraction: true,
point: {
events: {
click: function() {
console.log(this.name)
}
},
},
...
}]
Live demo: https://jsfiddle.net/BlackLabel/wnfrza5j/1/
API Reference: https://api.highcharts.com/highmaps/series.map.nullInteraction
Source: stackoverflow.com
Related Query
- Highmaps get country name on click when country has no data
- highmaps get country name on click event
- Get name of clicked point in Highcharts when the point has drilldown
- When using Highcharts, how do you get the point name from a data point series?
- Custom Cursor in Highmaps when no data is available for hovered country
- How get data name in Highcharts pie chart legend instead of "Slice" using array of values?
- HiChart click event 1st time it's working but when I update the data then click event is not working
- how to get the axis value when I click on a cursor in highstock(high charts)?
- Highcharts: get category name on column click
- In highcharts,tool-tip does not move when chart has high data unlike when it has low data
- highmaps click on country and change its background color, Also remove the Series 1 from tooltips
- Hide a category when a series name has no value attributed to it highchart
- Using HIghcharts on Codeigniter to get data name and total
- Why do I get 'Cannot read property 'isValid' of undefined' when using 400 data points?
- HighMaps Not displaying Country Data
- highcharts group series click event to get all data in catagory
- Get all series values when click on single line chart
- Highstock get detailed info when data is grouped
- Highchart datetime graph x-axis unable to get data on plot when min and max is on
- Highchart maps / Highmaps update vue data properties on clicking country
- Highcharts cloud issue with data source when duplicating chart
- How to drilldown to third level when its data is determined by second's click event?
- get bot xAxis values when doing click event on highcharts
- Highcharts giving an extra legend when I get data dynamically from Highcharts
- How to get axis's coordinates when i click on column in Highchart
- How to set point in highcharts when x axis and y axis has data as text values?
- Highcharts Legend event click to get data
- highchart get each drilldown categories name on click event
- HighStock chart get hange browser when new data fill at 10sec interval
- Highmaps country map not showing when using type: "mappoint"
More Query from same tag
- Is possible to change "lineColor" in 3d charts?
- Custom SVG symbol using HighCharts in Angular
- Highcharts - Drilldown with setSize causes chart corruption
- Highcharts Pie chart
- Grand Totals in HighCharts Pie Chart Legend
- Highstock - SMA (Simple moving average) dataGrouping not working
- Is there a way to show overlapping points of the same serie in highchart?
- How to show only the last 100 candlesticks or hide the first 50 candlesticks in Highcharts Stock Chart?
- How to use image on label depending on data?
- Allowing some padding space in polar charts using Highcharts
- "Nested labels" in Highcharts
- Highstocks - Display year when hovering over a point
- How to get series's id in Highcharts / Highstock
- Highcharts-serverside-export not rendering graph with Rhino 1.7R3
- Datalabel placement - Opposite of of chart data (positive and negative values)
- Image inside Highcharts ring
- custom ticks based on selected range from rangeSelector in Highstock
- Highcharts - How to choose a range to display with javascript?
- How to Change the color of the text in donut chart
- How to adjust line-height/ellipses in Highcharts axis labels
- HighCharts JS - Getting multiple linear underlays on a scatter plot
- How to set scrollbar in highchart tooltip?
- setting for line graphs for graph charts
- Create highcharts chart using AJAX/JSON
- Creating charts and including them in email, a PHP lib that can render to image?
- Highcharts - remove points from series
- how to display chart in jquery?
- Using PhantomJs with PHP loops
- Highcharts: multiple yAxes labels overlap
- insert block of text after chart