Skip to content

Commit

Permalink
fix: fixing historical altitude data in orbit graph (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault authored and GitHub committed Jun 12, 2025
1 parent 80c7572 commit f0ca581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ const OrbitDataGraph: React.FC<OrbitDataProps> = ({
dot={false}
/>
<Line
name="Semi-major Axis (km)"
name="Altitude (km)"
type="monotone"
dataKey="semiMajorAxis"
stroke="#ff0000"
Expand Down

0 comments on commit f0ca581

Please sign in to comment.