Hello,
I'm trying to export charts to an Excel Workbook using the Javascript Excel Library but I'm unable to get the horizontal axis to work correctly.The same issue can be seen here: https://www.igniteui.com/javascript-excel-library/excel-worksheet-charts
It looks great in the browser, but if you click on the "Create File" button and open it in Excel, the chart is drawn outside of the visible plot area.You can't see Expense 1 and Expense 2 for January as well as Expense 4 and Expense 5 for December.
The chart is drawn correctly if I toggle the Axis position for the Horisontal Axis to "Between tick marks" and then back to "On tick marks".
Is there a fix for this issue?