Doughnut charts in different formats looks not similar

Hello,


I have used Java Apose.Total in order to create 2 type of charts:
Doughnut and Doughnut exaploded.

In Excel it looks ok, but in other formats, seems like different.

See attached files. For example how doughnutExploded chart looks in different formats:
in attached file : charts.png



P.S. Please move this message if you think it should be in another topic-thread.

Hi,


I have tested your file to convert to PDF, it looks fine, the charts are rendered fine as Ms Excel. Here is my sample code, I am using v7.1.1.4 (latest fix), please try it.

Sample code:
Workbook workbook = new Workbook(“d:\files\doughnutExploded.xlsx”);
workbook.save(“output.pdf”);