If a datalabel has "ShowPercent == true"
Occasionally when exporting to SVG from a Pie Chart we may go over "100%" as we do not check the total resulting values causing e.g. 7.5% to be displayed as 8% while Excel rounds it to 7% likely because it has the smallest residual.
We should check the total sum to ensure it does not go over 100%. See test: "HtmlExportWithPieWithDatalabels" test for an example
If a datalabel has "ShowPercent == true"
Occasionally when exporting to SVG from a Pie Chart we may go over "100%" as we do not check the total resulting values causing e.g. 7.5% to be displayed as 8% while Excel rounds it to 7% likely because it has the smallest residual.
We should check the total sum to ensure it does not go over 100%. See test: "HtmlExportWithPieWithDatalabels" test for an example