option in pie chart legend
in pie chart legend when click to each slice hide the selected slice and redraw the chart without that slice such as http://www.amcharts.com/javascript/pie-chart/, when you click on circle char will draw with new percentage of slice

Implemented in 2.3 as ignoreHiddenPoint: http://api.highcharts.com/highcharts#plotOptions.pie.ignoreHiddenPoint
-
Jugal Thakkar commented
I don't find the feature working in your example, also i don't find the option "ignoreHiddenSlices" anywhere in http://code.highcharts.com/highcharts.src.js (v2.3.5 (2012-12-19))
I think the option name changed is changed to "ignoreHiddenPoint" instead ?
-
Anonymous commented
how to add description in amchart in pie chart ?
any one Please help me?