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.
We are trying to export data displayed in Highcharts as an Excel spreadsheet using export-csv.js library. A problem arises when your series is not displayed in its entirety on the chart. In that scenario, the resulting excel will display 'undefined' as values for the data on y-axis, because it was not shown on the active chart area.
As far as my colleagues and I understand the inner workings of Highcharts, the functionality where datapoints in series outside of the active chart area are undefined could be considered core and really hard to change. Therefore, would it be possible to instead strip away the undefined datarows from the resulting excel?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are trying to export data displayed in Highcharts as an Excel spreadsheet using export-csv.js library. A problem arises when your series is not displayed in its entirety on the chart. In that scenario, the resulting excel will display 'undefined' as values for the data on y-axis, because it was not shown on the active chart area.
As far as my colleagues and I understand the inner workings of Highcharts, the functionality where datapoints in series outside of the active chart area are undefined could be considered core and really hard to change. Therefore, would it be possible to instead strip away the undefined datarows from the resulting excel?
The text was updated successfully, but these errors were encountered: