-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Feature Request] - Plot zooming #1258
Comments
I'm glad to say that zooming is implemented in our latest nightly builds. That was my solution to issue #838. You can drag the plot for changing the view over the axis and zoom in and out with the mouse wheel. If you'd like to try: https://nightlies.sqlitebrowser.org/latest |
mmm, I compiled from sources yesterday, didn't found the feature. Will check again. |
You can also click on a point to get the row selected in the associated table. |
Thanks, the table and graph synchronization is a nice feature. Could a checkbox (or some other way) be added to limit zooming to the X axis only?. I accidentally hit the ESC key with the focus on the plot pane and it was hidden. I was unable to bring it back. |
Ok, let's leave this issue open for the enhancement about zooming to only one axis. The problem with the ESC is an ugly bug 😄 The same happens to the Remote dock. Not sure why when all are QDialog. A different issue would be ideal. |
By selecting the axis or the labels associated to the axis,the user can restrict the subsequent zoom or drag operation to that orientation. The possible user interactions are documented in the Whats's This information. See issue #1258
@FabianInostroza I've implemented your suggestion of zooming (and dragging) only in one orientation. You have to select first the axis (or associated labels) and then the wheel and drag operations will affect only to that axis. I've also documented the possible interactions in the What's This information, so users can discover them. Well, if they ever use this feature 😄 If you'd like to test it, it will be available in the next nightly build: https://nightlies.sqlitebrowser.org/latest |
Wonderful, many thanks. |
Details for the issue
It would be useful to be able to zoom in the plot pane. That feature could help reduce iterations
in reducing the the range for the X axis.
Useful extra information
QCustomPlot already support zooming, it's a matter of enabling it and defining or adding controls for
the used to control the interaction (zoom on X axis only, Y axis only, etc).
I'm opening this issue because:
I'm using DB4S on:
I'm using DB4S version:
I have also:
The text was updated successfully, but these errors were encountered: