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

Running Query Chart: Implement Day-Level Zoom and Consistent Data Display #346

Open
duyet opened this issue Sep 12, 2024 · 0 comments
Open

Comments

@duyet
Copy link
Owner

duyet commented Sep 12, 2024

Pasted_Image_12_9_24__22_46

Add zooming and filtering capability to query charts
When a user clicks on a date column in the main chart, the view should:

  • Zoom in to show a 24-hour detailed view for that specific day
  • Adjust all other charts to display data for the same 24-hour period
  • Filter the list of historical queries to show only those within the selected day's timeframe

Implementation details:

  • Update chart components to support dynamic time range adjustment
  • Implement click event handling on main chart date columns
  • Add filtering logic to the historical queries list based on selected timeframe
  • Ensure consistent data scaling across all charts when zoomed in
@duyet duyet changed the title Running Query Chart: zoom in day level Running Query Chart: Implement Day-Level Zoom and Consistent Data Display Sep 12, 2024
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

No branches or pull requests

1 participant