Hi Team,
Cells Version : 21.6.0 (java)
JDK Version : 1.8.0_112
In the attachments DataLabels_Truncation_Issue_Input.xlsx file there is a chart with data, but the data labels are applied from the new data area created using some formula. This new data area is created in order to display the data labels when the height of the series fits the data label.
Using Cells 19.11.0 java jar version when the .xlsx file is converted to .pdf the data labels are completely visible in the generated pdf file.
But with latest cells jar 21.6.0 version the decimal value in the data label is missing in the generated pdf.
Actual data label --> 9.4
In pdf created with 21.6 --> 9. (here the decimal value after dot(.) that is 4 is missing)
Attaching the sample java code, excel sample used and the generated pdf files using both cells java jars (19.11.0 and 21.6.0)
Thanks,
Sanjeev
DataLabels_Truncation_Issue.zip (109.2 KB)