I know I can get the actual value to show up in the pie chart, i.e. on the slice. However I want the percentage in the pie chart (which I can get to show up) since it is more likely to fit in a slice and the actual value underneath the label. However no matter what I do I can't get anything besides the respective percentage to show up underneath each slice's label. Help!
Asked
Active
Viewed 5,386 times
1 Answers
-3
I understand that you want to change your pie graph hiding the percentage shown inside the pie slice. If that is your goal, then you only have to update one chart setting. Follow these steps:
- Double left click on the chart. The chart editor sidebar will open.
- Click on the
Customise
tab. - Open the
Pie chart
submenu. - Update the
Slice label
property fromPercentage
toNone
.

Jacques-Guzel Heron
- 2,480
- 1
- 7
- 16
-
3Thanks but look at the picture again. I drew arrows to where I want the actual value, not a percentage, to be. I know how to change the display on the actual pie slice like you described. – nrojina0 Jan 25 '22 at 21:22