diff --git a/frontend/src/components/ContactInfoPane.tsx b/frontend/src/components/ContactInfoPane.tsx index 5609b16..bb911a0 100644 --- a/frontend/src/components/ContactInfoPane.tsx +++ b/frontend/src/components/ContactInfoPane.tsx @@ -1206,24 +1206,30 @@ function ContactTelemetrySection({ {chartData.length > 1 && activeSeries && ( - + { const d = new Date(t * 1000); return `${d.getMonth() + 1}/${d.getDate()} ${d.getHours()}:${d.getMinutes().toString().padStart(2, '0')}`; }} - fontSize={9} - tick={{ fill: 'var(--muted-foreground)' }} + tick={{ fontSize: 10, fill: 'hsl(var(--muted-foreground))' }} + tickLine={false} + axisLine={false} + /> + - new Date(Number(t) * 1000).toLocaleString()} - contentStyle={{ - backgroundColor: 'var(--popover)', - border: '1px solid var(--border)', - fontSize: '0.75rem', - }} />