Skip to content

Commit 9dd5152

Browse files
committed
update x axis label
1 parent 6d58251 commit 9dd5152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/nodes/signal-graph-node/signal-graph-full.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default function SignalGraphView({ data }: SignalGraphViewProps) {
116116
</ResponsiveContainer>
117117

118118
{/* X axis label — pinned to left of brush */}
119-
<div className="absolute bottom-[38px] left-[90px] text-md text-[#666]">Time (hh:mm:ss.sss)</div>
119+
<div className="absolute bottom-[38px] left-[90px] text-md text-[#666]">Time (HH:MM:SS.mmm)</div>
120120

121121
{/* Signal selector */}
122122
<div className="flex gap-4 justify-center mt-2">

0 commit comments

Comments
 (0)