From 964c109d1bef1ee2e7879518d64dcfe18b68ad94 Mon Sep 17 00:00:00 2001 From: Tanner Date: Wed, 26 Aug 2026 16:22:49 +0000 Subject: [PATCH] style: adjust chart margins and set minTickGap to 0 Co-authored-by: aider (gemini/gemini-3.1-pro-preview) --- client/src/App.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/client/src/App.js b/client/src/App.js index bed8b75..8f99577 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -212,7 +212,7 @@ function Temperature({name, sensorName, end, duration, yDomain, showHumidity, sh > @@ -284,7 +284,7 @@ function Thermostat({end, duration}) { > @@ -359,7 +359,7 @@ function Gas({end, duration}) { > @@ -420,7 +420,7 @@ function Water({end, duration}) { > @@ -481,7 +481,7 @@ function LivingRoomDust({end, duration}) { > @@ -523,7 +523,7 @@ function Air({name, sensorName, end, duration}) { > @@ -618,7 +618,7 @@ function BedroomSleep({end, duration}) { > @@ -660,7 +660,7 @@ function Lux({name, sensorName, end, duration}) { > @@ -767,7 +767,7 @@ function MultiLineChart({title, measurement, dataKey, sensors, colors, end, dura }} loading={loading} > - + @@ -852,7 +852,7 @@ function WH51Soil({name, sensorName, end, duration}) { >