Problem Statement
High-velocity hyperbolic asteroids (>25 km/s) overflow max bin index in SpeedHistogram.tsx, placing data in undefined array index.
Why It Matters
Histogram chart breaks layout or omits fast-moving orbital objects.
Expected Behaviour
Histogram binning logic should include an overflow '25+ km/s' catch-all bin.
Acceptance Criteria
Likely Affected Files / Components
src/components/SpeedHistogram.tsx
Problem Statement
High-velocity hyperbolic asteroids (>25 km/s) overflow max bin index in
SpeedHistogram.tsx, placing data in undefined array index.Why It Matters
Histogram chart breaks layout or omits fast-moving orbital objects.
Expected Behaviour
Histogram binning logic should include an overflow '25+ km/s' catch-all bin.
Acceptance Criteria
Likely Affected Files / Components
src/components/SpeedHistogram.tsx