From 27ebb432397214ce828afe769fa89ce54b1d2ca8 Mon Sep 17 00:00:00 2001 From: Tanner Date: Wed, 26 Aug 2026 16:26:40 +0000 Subject: [PATCH] feat: force solar power Y-axis to display 6 ticks Co-authored-by: aider (gemini/gemini-3.1-pro-preview) --- client/src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/App.js b/client/src/App.js index 66a6e23..c9ac6f4 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -164,6 +164,7 @@ function SolarPower({end, duration}) { yAxisId='left' domain={[0, 6000]} width={35} + tickCount={6} tickFormatter={(tick) => tick === 0 ? 0 : (tick / 1000) + 'K'} />