File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Modules/Sources/JetpackStats/Utilities Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ extension DateInterval {
2323 if totalDays <= 1 {
2424 return . hour
2525 }
26- // For ranges 2-31 days: show daily data (2-90 points)
26+ // For ranges 2-31 days: show daily data (2-31 points)
2727 else if totalDays <= 31 {
2828 return . day
2929 }
Original file line number Diff line number Diff line change 33* [**] Reader: Add "Freshly Pressed" to Discover [#24828]
44* [**] Intelligence: Expand AI-based features to more locales [#25034]
55* [*] Fix previewing posts on WordPress.com atomic sites [#25045]
6+ * [*] Stats: Add days/weeks/months/years picker for bar and line charts [#25093]
7+ * [*] Stats: Fix an issue with weekly data for the comparison period sometimes not being shown correctly [#25093]
68
7926.5
810-----
You can’t perform that action at this time.
0 commit comments