Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 6967fc6

Browse files
authored
Merge branch 'main' into nhaimerl-per-client-stats-table
2 parents b63cc0b + 2372710 commit 6967fc6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ const tidy = clone(SparkRetrievalResultCodes).flatMap(({ day, rates }) => {
290290
<div class="card">
291291
${Plot.plot({
292292
title: 'Time to First Byte (ms)',
293-
// TODO: Change tick to month once we have more data
294-
x: { type: 'utc', ticks: 'day' },
293+
x: { type: 'utc', ticks: 'month' },
295294
y: { grid: true, zero: true},
296295
marks: [
297296
Plot.lineY(SparkRetrievalTimes, {

src/provider/[provider].md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ const end = view(Inputs.date({ label: 'End', value: getDateXDaysAgo(1) }))
4242
<div class="card">
4343
${Plot.plot({
4444
title: 'Time to First Byte (ms)',
45-
// TODO: Change tick to month once we have more data
46-
x: { type: 'utc', ticks: 'day' },
45+
x: { type: 'utc', ticks: 'month' },
4746
y: { grid: true, zero: true },
4847
marks: [
4948
Plot.lineY(ttfbData, {

0 commit comments

Comments
 (0)