diff --git a/apps/dashboard/src/components/overview/overview-metrics.tsx b/apps/dashboard/src/components/overview/overview-metrics.tsx
index 85a6bf44..67545a84 100644
--- a/apps/dashboard/src/components/overview/overview-metrics.tsx
+++ b/apps/dashboard/src/components/overview/overview-metrics.tsx
@@ -220,10 +220,16 @@ export default function OverviewMetrics({ projectId }: OverviewMetricsProps) {
diff --git a/apps/dashboard/src/components/report-chart/common/axis.tsx b/apps/dashboard/src/components/report-chart/common/axis.tsx
index 51f1c366..96e49e13 100644
--- a/apps/dashboard/src/components/report-chart/common/axis.tsx
+++ b/apps/dashboard/src/components/report-chart/common/axis.tsx
@@ -66,7 +66,8 @@ export const useXAxisProps = (
interval === 'auto' ? 'day' : interval
);
return {
- height: hide ? 0 : undefined,
+ height: hide ? 0 : 14,
+ tickSize: 10,
axisLine: false,
dataKey: 'timestamp',
scale: 'utc',