We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279f8e2 commit 47d0f68Copy full SHA for 47d0f68
assets/js/dashboard/stats/graph/fetch-top-stats.test.ts
@@ -19,7 +19,8 @@ const expectedBaseInclude: StatsQuery['include'] = {
19
compare_match_day_of_week: true,
20
imports: true,
21
imports_meta: true,
22
- time_labels: false
+ time_labels: false,
23
+ partial_time_labels: false
24
}
25
26
const expectedRealtimeVisitorsQuery: StatsQuery = {
0 commit comments