score:5
Accepted answer
Although not ideal, this would give you some event for regular and drilldown:
chart: {
...,
events: {
drilldown: function (e) {
console.log(e.point); // The point, with name, that was clicked
}
}
}
Along with your own code this would fire one event for regular points (your own code), and two events for drilldown points. You would then be able to check name == null
in series.point.events.click
, and ignore it, and handle it in chart.events.drilldown
(API reference).
score:7
This is fixed now in the current development version of drilldown.src.js: http://jsfiddle.net/highcharts/Pq6gb/3/
point: {
events: {
click: function(e) {
console.log(e.type, this.name);
}
}
}
Source: stackoverflow.com
Related Query
- Get name of clicked point in Highcharts when the point has drilldown
- Highcharts: how to get the point category clicked on when drilling down?
- When using Highcharts, how do you get the point name from a data point series?
- Highcharts => Getting the id of a point when clicking on a line chart
- How to get Highcharts X-Axis Categories starting at the left most point
- How do I get the value of a highcharts graph point on mouseover?
- Highcharts - Rotate pie chart aligning the clicked section to a fixed point (180°)
- How do I get my highcharts to reduce in size when the window is resized down
- How to get the highlighted point from shared tooltip formatter, Highcharts
- Highcharts Bubble Chart - How to get the size of the point
- Highcharts - How can I get the nearest point on click event
- Get Parent When Clicked Child Highcharts
- How do i color the highcharts legend square symbol when my chart has multiple color entries
- Highcharts xAxis padding is lost when navigator when zooming in and out and can't get the padding back when zoom out
- Highcharts: How to move the column bar to the left most side when there is only one point in drilldown
- Get notice when a Highcharts chart is change after change the window size
- Highmaps get country name on click when country has no data
- How to use highcharts to display data of only five point when the page is initialized?
- How to set point in highcharts when x axis and y axis has data as text values?
- How to make a rendered label in Highcharts always visible and still relative to the point clicked or hovered over
- Highcharts - How can I get the name to display in the pie wedges?
- Highcharts large treemap How do I get the clicked node data?
- How te get the name property of a selected point in a highmap
- Javascript Highcharts cannot get the name of the click column in the onclick event
- To get the name of the series in bubble chart in highcharts
- How to get highcharts dates in the x axis?
- HighCharts Hide Series Name from the Legend
- Highcharts area fillOpacity do not work when changing the color
- Change title when drilldown in Highcharts
- Highcharts Pie charts get the selected pie id
More Query from same tag
- How to show the legend in HighCharts
- Highcharts: Looping JSON into Series Data
- Add line to 3d column chart in Highcharts
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- how to truncate the stackLabels on yaxis for a stacked Grouped column highchart
- Highcharts Server side generation not working on windows 2008 server
- Angular Highcharts-ng how to set additional data series as tooltip
- HighStock.js flags tooltip box formatting
- Highcharts x-axis label automatic grouping
- Highcharts - how to disable empty space around Column chart
- Highcharts vertical stacked bar chart with negative values, is it possible?
- how to pass json string to line highchart?
- Highcharts - Why is there extra spacing before the first column and after the last column?
- Can't change series edgeColor in highCharts after chart is drawn
- Alignment multiple DotNet.HighCharts
- inconsistent SVG elements from Highcharts making tests fail with Geb/Selenium and PhantomJS
- Tooltip formatter for multiple axes in Highcharts.js
- Can we display a tooltip by default not by mouseover
- How to put different categories value on X-Axis with in high-chart
- How to align highchart legend when using multiple pie chart in one container?
- Highcharts vertical line (crosshair) logic
- How to align highcharts legend to bottom right?
- Displaying dynamic data using charts and graphs in ruby on rails
- How to bind dynamic data in highcharts Tooltip
- Stacked column highcharts change x and y
- Line chart with multiple series and irregular intervals not displaying correctly
- Prevent JSON.parse(data) from cutting off zero digit for String floats
- In high chart library how to load image from hard disk not from network?
- Highcharts - Multiple pie charts from json
- Background color to highcharts