Stats: Add an option to disable automatic comparisons#25143
Merged
Conversation
Collaborator
7cd32d0 to
db3ea40
Compare
kean
commented
Jan 16, 2026
| VStack(spacing: Constants.step1) { | ||
| chartHeaderView | ||
| .padding(.trailing, -Constants.step0_5) | ||
| if dateRange.comparison != .off || metrics.count == 1 { |
Contributor
Author
There was a problem hiding this comment.
We still need to show it for a (pretty rate) scenario where you add a chart and remove all metrics form it except for one.
e194d1e to
8079909
Compare
|
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 30472 | |
| Version | PR #25143 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 8079909 | |
| Installation URL | 50cp207j4po6o |
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 30472 | |
| Version | PR #25143 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 8079909 | |
| Installation URL | 3el50obmv2la8 |
Contributor
🤖 Build Failure AnalysisThis build has failures. Claude has analyzed them - check the build annotations for details. |
crazytonyli
approved these changes
Jan 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Fixes CMM-785: Add a way to turn comparisons with previous periods off.
Screenshots
With this change, users can make the new interface appear more like the simpler production implementation. When you disable comparisons, it still shows the basic trend indicators, which matches the web and the production version on mobile. In the future, we should probably add a dedicated screen for managing these preferences and add more options – can't satisfy everyone with just the defaults.
Before / After
I also slightly changed how the menu item looks: