From fd26e68b78fd23480665f5229c51a7c1c06b8ff0 Mon Sep 17 00:00:00 2001 From: Tanner Date: Wed, 26 Aug 2026 16:30:21 +0000 Subject: [PATCH] fix: use numeric YAxis ticks with formatter Co-authored-by: aider (gemini/gemini-3.1-pro-preview) --- client/src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/App.js b/client/src/App.js index bea29ec..632695f 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -156,7 +156,8 @@ function SolarPower({end, duration}) { tick === 0 ? 0 : (tick / 1000) + 'k'} />