-
Notifications
You must be signed in to change notification settings - Fork 7
Disable curve interactivity and point selection in real-time mode #114
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
Conversation
|
CC @giotherobot can you try if this fixes your issue? |
|
Thanks @xela-95!! |
GiulioRomualdi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor comment! Thanks again!
Co-authored-by: Giulio Romualdi <giulio.romualdi@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR disables curve interactivity and point selection features in real-time plotting mode to prevent interference with live data updates. When the signal provider is in REALTIME mode, the code now prevents users from clicking on curves or selecting individual data points.
Key Changes:
- Added logic to disable curve clickability and curve interaction for real-time plots
- Added early return in mouse click handler to prevent point selection in real-time mode
- Reordered imports (alphabetically)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Merging! |
Fixes #111