2

I understand that when the value for one slice of a pie chart is too small, there is bound to have overlap.

However, the client insisted on a pie chart with data labels beside each slice (without legends as well) so I'm not sure what other solutions is there to "prevent overlap". Manually moving the labels wouldn't work as the values in the chart are dynamic.

enter image description here

abc
  • 399
  • 4
  • 18

1 Answers1

1

Did you try Best Fit option under Format Data Labels -> Label Options Image attached.enter image description here

Die-Bugger
  • 166
  • 8
  • 1
    I tried this method, but client doesn't like the labels to be inside the chart – abc Apr 28 '21 at 02:32