Skip to content

Commit

Permalink
minor changes to the orbital data graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Camlane committed Jul 16, 2025
1 parent 8378518 commit 9115906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 141 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const OrbitDataGraph: React.FC<OrbitDataProps> = ({ orbitalData }) => {
fontSize: "14px",
},
},
opposite: false, // Left side
},
// Second Y-axis (right) - Eccentricity
{
Expand Down Expand Up @@ -88,6 +89,7 @@ const OrbitDataGraph: React.FC<OrbitDataProps> = ({ orbitalData }) => {
fontSize: "14px",
},
},
opposite: false, // Left side
},
],
series: [
Expand Down

0 comments on commit 9115906

Please sign in to comment.