I want to change xAxis labels for stockchart. This can be done using formatter. But when I tried to export the data (XLS), the xAxis labels didn't change.
https://jsfiddle.net/mozirny/19b82zhL/
There are source data (categories) and a formatter for the chart and for export.
Logically, the export formatter has priority. And this is true for PNG, but the data export accepts only the categories for chart.
How to fix it?