score:14
Yes, this is possible. See cursor. Example (from that link). Basically you set cursor option for the series:
plotOptions: {
series: {
cursor: 'pointer',
events: {
click: function() {
alert('You just clicked the graph');
}
}
}
}
If you want to make the whole chart clickable then you need to handle mouse hover/over. But then you may lose detail on where you are clicking (want to click series point but now you cant because you captured it on the "top" layer).
Source: stackoverflow.com
Related Query
- Make cursor pointer in Highcharts
- Highcharts scatter plot - make tooltip not follow pointer
- Use of DotNet HighCharts dll to make charts in code behind
- How to make cursor pointer on mouse hover only on a particular PieChart slice?
- Highcharts pointer cursor doesn't work
- Highcharts pointer cursor for chart click event
- How to make highcharts default to 0 for missing data
- HighCharts - Make the pie chart 100% of the div
- Highcharts tooltip always on right side of cursor
- How to make highcharts scrollable horizontally when having big range in x-axis
- I can't make Highcharts phantomJs export server work
- how to make highcharts pie datalabels always in center of each slice?
- HighCharts box-plot: how to make it horizontal
- Make datepicker work with highcharts
- Make Highcharts border color match background color on column chart
- How to make a pie chart from highcharts responsive
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- Need to make tooltip border color same as marker color using Highcharts
- Make stack label disabled for a column in stacked column graph in Highcharts
- Is it possible to set Highcharts to hide tooltip when the mouse pointer is 30px away
- Changing the cursor in highcharts
- HighCharts Stock Chart error code 18
- Highcharts word cloud - Make a link to each word
- highcharts change rendered image source on click
- Highcharts : How do I keep the marker formatting and make the click event fire with a 5K+ point scatter plot?
- How to make Highcharts fetch data from external JSON file?
- How To Call A Function To Make A Graph Using HighCharts in PHP
- How can I make a graph with highcharts from csv file?
- Make highcharts fullscreen also fullscreen the div wrapping the chart
More Query from same tag
- Highmap Geojson of China cities
- Drilldown in two steps, multiple choice in Highcharts
- How to elegantly plot charts in ASP.NET MVC 3 using Highcharts?
- In highcharts,tool-tip does not move when chart has high data unlike when it has low data
- Highcharts - Aligning dateTime series for shared tooltip
- How Can we display a legend in high chart that contains apostrophe
- Spline chart gradient fill
- how to add dynamic xaxis category label name in new point highchart
- Issue on Drilling Down and Up in Highcharts.js Using External Dom Buttons
- how can we make bar width dynamic in highcharts?
- Highcharts: Format all numbers with comma?
- Highcharts issues in add like 1/10 on top of the column chart
- Minimum tick interval (monthly) not working for datetime Highchart graph
- High and low line on candlestick chart
- Highcharts with angular2 and SystemJS Setup
- HighCharts: Bar columns don't reach x-Axis on drill up
- Highcharts x axis date format issues
- How to change style of selected point in highcharts?
- Issue in drilldown of highcharts multiseries chart
- HighCharts - Selection Event keep the selection marked in graph
- Staged labels for xaxis with zero values
- create a donut chart using highchart using jquery json object
- HighStock xDateFormat month name
- How do I access halo on column click event?
- Javascript variable not working inside of highcharts
- highcharts pie chart color for dynamic data
- Extending typescript interface from another module
- Highcharts JSON multiple series
- Highchart tooltip customization
- Highcharts - Issue with the chart reflow function