diff --git a/apps/planner/app/components/ElevationChart.tsx b/apps/planner/app/components/ElevationChart.tsx index bd62d66..9fff833 100644 --- a/apps/planner/app/components/ElevationChart.tsx +++ b/apps/planner/app/components/ElevationChart.tsx @@ -354,6 +354,15 @@ export function ElevationChart({ yjs, onHover, days }: ElevationChartProps) { onMouseMove={handleMouseMove} onMouseLeave={handleMouseLeave} /> + {colorMode === "grade" && ( +
+ {"<3%"} + {"<6%"} + {"<10%"} + {"<15%"} + {"15%+"} +
+ )} ); }