highcharts / export-csv

Highcharts plugin to export chart data to CSV
http://www.highcharts.com/plugin-registry/single/7/Export-CSV
MIT License
76 stars 94 forks source link

X-axis labels not included in csv or xls if multiple series or drilldown plot is being exported #45

Open dplatten opened 9 years ago

dplatten commented 9 years ago

Hi there. Thanks for putting this together - it's really useful. I am working on a project that uses Highcharts plots that include more than one series, and also include drilldown series. Unfortunately when the data from either of these plot types is exported to csv or xls the x-category data is missing, and is replaced with integers. See http://jsfiddle.net/9phfzewj/19/ for an example.

Do you have any suggestions as to how I could fix this?

Regards,

David