In PieCharts_V1, when you click a slice it separates from the pie as an indicator that it was selected. This functionality happens by default in V1.
In the current version, nothing happens other than a slight highlight of where it could expand to.
How can I implement the functionality in V1 in the current version?
Hi @Aaron Blaquiere
By looking into https://api.highcharts.com/highcharts/plotOptions.pie.allowPointSelect, you must set this property to the chart.
For that you can use the action below in order to set those values you want to use,
Hope it helps,
PS: Do not forget to close the post if you consider it solved.
Attached you can also find oml you shared with this implementation ;)Cheers,JR