diff --git a/frontend/src/pages/CompanyDetail.tsx b/frontend/src/pages/CompanyDetail.tsx index fa97ed3..f5e03fd 100644 --- a/frontend/src/pages/CompanyDetail.tsx +++ b/frontend/src/pages/CompanyDetail.tsx @@ -802,11 +802,12 @@ function TrendHistoryChart({ trends, latestTrends, ticker, marketPrices, range90 // Shared chart content — rendered at different sizes const chartContent = (height: number) => ( - + {marketMarkers.map((m, i) => ( )} - + {hasPrice && range90d.high != null && (