score:2
Accepted answer
After debugging the broken examples, the problem is that the url
is not included in the data passed in to the chart:
// add browser data
browserData.push({
name: categories[i],
y: data[i].y,
color: data[i].color,
// missing this line!
url: data[i].url
});
Once that is done, it is as easy as the docs describe:
point: {
events: {
click: function(e) {
location.href = this.options.url;
}
}
}
Source: stackoverflow.com
Related Query
- HighChart: Donut Pie with URL
- How to make Highchart 2 or more inner Pie but only 1 outer pie with donut type?
- How to align HTML span at center of highchart donut graph with responsive design?
- Highchart donut pie - Is there a max number of slices
- Highchart not displaying the pie chart with Ajax data
- Pie Chart for Data on Different Things with HighChart
- Highcharts: Only animate pie size with donut graph / prevent innersize animation
- Highchart Pie chart with partially colored slices
- pie chart legend overlap with older legend when replace series in highchart
- Highcharts Semi Donut Pie with Negative Percentage
- Highchart World map with pie
- my highchart is currently is not working with pie spline chart in updating after rendering chart
- Trouble showing results with pie highchart
- Highchart polar with additional pie series below
- Highchart Pie Chart not working properly with series
- How to make pie chart with data border radius in highchart
- Semi-circle donut pie chart with labels (data names) and %-ages on the pie ... and data numbers on mousehover
- Highcharts pie donut with gradient
- Highchart Semi Circle With Gauge Chart. Shrink pie chart and move gauge up
- Semi circle donut chart in highchart with data labels in corners
- Click event on Donut Highchart with GWT
- Donut chart with text inside pie and downward as well
- pie chart in highchart with dynamic data
- Pie Chart is not coming with dynamic data in HIghChart
- Pie Highchart Chart with multiple "ring's" around it
- creating highchart with ajax json data
- How to create a new Highstock chart with new Highchart and not jquery?
- Highchart Area Range chart with gradient that follows the line
- Change color of bars depending on value in Highchart bar-chart with MVC3
- set a symbol marker with highchart
More Query from same tag
- How to place x axis labels on top of horizontal bar chart
- Highcharts: Add plotlines to legend
- Pointplacement for a column when two columns are shown in same chart
- Increment x axis value by 10 instead of 1
- Remove image drawn on Highchart
- Highcharts markers on line only where there are labels
- Highcharts - Dyanmic graph with no initial data
- Overlapping and rounded stack in stacked column graph in Highcharts
- Adding null values to a pandas dataframe
- Highmaps drill down map select event
- how to render angular directive in Highcharts tool tip in Angular8
- Populating highcharts with php via json_encode
- Highcharts custom button styling off on full screen
- Highcharts bar and line issue
- How to change the X and Y axis names of Pie chart High Chart?
- Highcharts color issue when using Boost module
- HighCharts Export Server not rendering series marker symbols consistently
- Highcharts scatter plot - make tooltip not follow pointer
- How to embed solid Gauge using highcharts inside a div of a specific size
- HighCharts and idTabs - Charts width not setting properly
- load data in highcharts from 2 different csv files
- Making a Highcharts plot with Python
- live charts using chart.js
- save chart button of stock tool chart not working in highcharts
- Funneling a user input back through and model to render again
- How can I get highstock zoom infomation?
- Run Highcharts on Server side code to add to Word document
- Place Data in Highchart using json and post url
- Highcharts, How to show datatable when export PDF and not show pdf when normal
- Highcharts not changing x-axis label on pagination