You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
dplatten
pushed a commit
to dplatten/export-csv
that referenced
this issue
Apr 28, 2015
X-axis labels are not included in csv or xls output files if multiple
series or drilldown plot is being exported. See
http://jsfiddle.net/9phfzewj/19/ for an example. This commit fixes the
problem. References issue highcharts#45.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: