| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Not a draft — this should be ready for review. I've addressed the two issues you flagged (fixedFormatsAction connection restored, and log-scale ticker added) in the latest commits. One more thing worth flagging: macOS CI (macos-14 SQLCipher and macos-14 SQLite) is failing at the brew tap step: Error: Refusing to load formula sqlitebrowser/tap/sqlb-qt@5 from untrusted tap sqlitebrowser/tap. |
Sorry, something went wrong.
This is a known issue which someone with enough experience should look into, but if ever, it belongs to a dedicated PR. |
Sorry, something went wrong.
|
Perfect! Thanks for the implementation and addressing the comments, @Negi2110. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #4111
What this PR does
Adds logarithmic scale support for the X and Y axes in the Plot window,
accessible via two new options in the plot's right-click context menu:
Implementation
Follows the same pattern as existing toggleable plot options
(Show legend, Stacked bars, Fixed number format):
on xAxis, yAxis, and yAxis2
the scale type is reapplied whenever the plot data changes
switching to log scale with a non-positive lower bound
How to test