diff --git a/src/tabs/TimeDistanceGraphTab.tsx b/src/tabs/TimeDistanceGraphTab.tsx
index 0ede906..275bff6 100644
--- a/src/tabs/TimeDistanceGraphTab.tsx
+++ b/src/tabs/TimeDistanceGraphTab.tsx
@@ -842,6 +842,8 @@ export default function TimeDistanceGraphTab({ routes, workerApi, agencies }: Ti
(value / 1000).toFixed(1)
: undefined
}
- interval={0}
+ interval={xAxisMode === 'stop_sequence' ? 0 : undefined}
/>
formatDuration(value)}