Yes, it’s possible to arrange slices of pie from smallest to largest by sorting dataPoints in ascending order before rendering the chart. Please take a look at this JSFiddle.
Hi
Thank you for your help.
My requirement was to arrange pie slices from largest to smallest, so achieved it by sorting dataPoints in
descending order and from clockwise direction using startAngle attribute.