The pie chart recalculates the percentages based on the data in the chart rather than draws slices of fixed percentages.
If you want fixed percentages you will need to add another value to the chart data that is the remainder of 100%-sum(your values), as Greg mentioned.
This additional 'holding' slice can then be formatted with no border or fill.
Bookmarks