Skip to content

Conversation

@lars-nagel
Copy link

Summary

  • Adds right-click context menu option "Export Data to CSV" to plots
  • Exports only data within the visible/zoomed time range
  • Supports multiple curves merged by timestamp

Motivation

Addresses the feature request for per-plot CSV export respecting zoom level (see issue #1218).

Currently users must use the global CSV Publisher to export data all loaded data. This adds a quick way to export just the visible portion of a specific plot.

… CSV file.

Features:
- Exports only data within the current zoom/visible time range
- Supports multiple curves, merged by timestamp
- Empty cells for series without data at a given timestamp
- CSV format matches existing StatePublisherCSV output
- Remembers last export directory between sessions

Closes facontidavide#1218
@facontidavide
Copy link
Owner

Before you work more on this, please take into account that most probably I will not merge it in.

I am planning a complete refactoring of the CSV export to be much better than it currently is, therefore this change may not fit in my plan

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.

2 participants