Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle CSV export of the datetime multi-series with variable X-axes #4128

Conversation

hrynko
Copy link
Contributor

@hrynko hrynko commented Dec 1, 2023

This change introduces CSV export of the datetime series with unequal X-axes. I know it is non-trivial to export data as CSV in the case of multi-series with variable X values, but it is still possible, at least for datetime series. It's an important and long-awaited input (given the issue referred below), and it also seems quite reasonable, since such data is seamlessly displayed on the timeline, thus should be available for export even with empty cells.

Fixes #1568

Type of change:

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@junedchhipa junedchhipa merged commit 5a69ce2 into apexcharts:main Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't download CSV when some series are incomplete?
2 participants