The legend of waterfall chart is displayed incorrectly when excel is converted to HTML

The legend of waterfall chart is displayed incorrectly when excel is converted to HTML
image.png (8.6 KB)
image.png (29.5 KB)

this is the excel file:
EPPR-44371.zip (12.0 KB)

this is the code:

package test;package test;
import com.aspose.cells.SaveFormat;
import com.aspose.cells.Workbook;
public class EPPR_44371 { 
   public static void main(String args[]) {
   String designerFile = "D://Aspose//EPPR_44371//EPPR_44371.xlsx";
   try { 
      Workbook workbook = new Workbook(designerFile); 
      workbook.save("D://Aspose//EPPR_44371//EPPR_44371", SaveFormat.HTML);
       } catch (Exception e) { 
         e.printStackTrace();
        } 
      }
}

@xhaixia,

Please notice, I am able to reproduce the issue as you mentioned (via screenshots) by converting your template file to HTML. I found vertical axis values and point labels are not rendered properly/same when rendering Excel file (containing Waterfall chart) to HTML. I have logged a ticket with an id “CELLSJAVA-43620” for your issue. We will look into it soon.

Once we have an update on it, we will let you know.

@xhaixia,

This is to inform you that we have fixed your issue now. We will soon provide you the fixed version after performing QA and incorporating other enhancements and fixes.

The issues you have found earlier (filed as CELLSJAVA-43620) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi