Some chart point overlap by label

Workbook wb = new Workbook("/Users/admin/Downloads/销售业绩分析——调试.xlsx");

HtmlSaveOptions options = new HtmlSaveOptions();

options.setExportActiveWorksheetOnly( true );

options.setHiddenColDisplayType(HtmlHiddenColDisplayType. HIDDEN );

options.setHiddenRowDisplayType(HtmlHiddenRowDisplayType. HIDDEN );

ImageOrPrintOptions imgOptions = options.getImageOptions();

imgOptions.setSaveFormat(SaveFormat. SVG );

wb.save("/Users/admin/Downloads/销售业绩分析——调试.html", options);

销售业绩分析——调试.xlsx.zip (15.9 KB)

Chart data point 2014/12/20 and 2014/12/21 is overlap by series label

@xhaixia,
We were able to observe the issue but we need to look into it more. We have logged the issue in our database for investigation and for a fix. Once, we will have some news for you, we will update you in this topic.

This issue has been logged as

CELLSJAVA-43154 - Some chart point overlap by label

@xhaixia,

Please try our latest version/fix: Aspose.Cells for Java v20.4.3 (attached)

Your issue should be fixed in it.

Let us know your feedback.
aspose-cells-20.4.3-java.zip (7.0 MB)

The issues you have found earlier (filed as CELLSJAVA-43154) have been fixed in Aspose.Cells for Java v20.5. This message was posted using Bugs notification tool by ahsaniqbalsidiqui