From 44b33cea75215b0c4b78c7a923d1c5594a573230 Mon Sep 17 00:00:00 2001 From: Tanner Date: Tue, 25 Aug 2026 19:52:57 +0000 Subject: [PATCH] fix: format tooltip values to one decimal place --- client/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.js b/client/src/App.js index 72abdb9..914eca6 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -525,7 +525,7 @@ function Air({name, sensorName, end, duration}) { v + units[name]} + formatter={(v, name) => v.toFixed(1) + units[name]} labelFormatter={timeStr => moment(timeStr).tz('America/Edmonton').format('ddd MMM DD h:mm A')} separator=': ' />