score:2
Accepted answer
You can use legendItemClick event and then hide element with series index in pie chart like here http://jsfiddle.net/TV8f4/3/
legendItemClick:function(){
var index = this.index,
chart = this.chart,
series = chart.series,
len = series.length,
pieSerie = series[len-1];
pieSerie.data[index].setVisible();
}
Source: stackoverflow.com
Related Articles
- Highcharts Combo graphs with common legend click
- Highcharts - Global configuration with common code and unique data & Headings
- How to trigger a legend click in HighCharts with jQuery?
- Change the legend in highcharts heatmap to show instead of a color bar, a set of fixed icons with hide and show on click
- How to modify highcharts legend item click event?
- Type 'number[]' has no properties in common with type 'XrangePointOptionsObject' in Angular8 using Highcharts
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- Flexdashboards and Leaflet and marker click with Highcharts
- Highcharts Legend Overlaps with X-Axis
- Highcharts connecting scatter chart and pie chart with single legend
- Click events on highcharts with multiple series
- Legend on bottom with highcharts
- 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?
- Show tootip and select pie slice on legend click of pie chart in HighCharts
- Highcharts - how to export chart with different scale in one click
- Highcharts dynamicly update legend with grouped values
- How to suppress items with NULL value from HighCharts legend
- Jquery Highcharts is not loading when using with common function?
- passing formatting JavaScript code to HighCharts with JSON
- Highcharts area chart hide graphs with one data point
- color in legend with range highcharts
- Show/Update Separate Bar graphs with Drilldown Pie chart of Highcharts
- Highcharts type flags with custom legend icon
- Highcharts multiple graphs stacked in seperate "<div>" with combine zooming
- Highcharts pie rendering in conflict with legend
- Highcharts - Dynamically change chart type with on radio buttons click
- dashboard-style page with Highcharts graphs
- Toggling legend text click event in highcharts
- Highcharts JS: Download all charts of current site with one click
- Is there no way to turn off animation in Highcharts for multiple real-time curves?
- JSON Data Map Issue with HighCharts + Ajax
- How can i force Highcharts to use same symbols in Legend and Series?
- it seems me that javascript If...Else works strangely
- Highcharts Angular - Highcharts Error #12
- highcharter hc_axis not working correctly
- Categories positions in highcharts
- ngUpgrade two versions of Highcharts, error 16
- On a columns chart from highcharts, how to set xAxis labels at columns edges?
- Remove the second tooltip in Tree map using Highcharts
- How to change aspect ratio and remove spacing in Highchart's gauge arc chart
- Customize tool tip in highchart
- javascript highcharts jQuery issue
- Highcharts custom indicator does not affect y axis range after zoom
- Highcharts area charts with single data, not rendering
- using Highcharters in R with Shiny, control highstock chart height failed
- Highcharts plot markers move behind spline graph animation
- Graph issue when y-axis has only '0' as values in highcharts
- Add Extra info like Data attribute or id in heat map highcharts jquery
- How do I enlarge the pie chart and shift to the center