From 4ba212bb256ec06a4c287815732ddb3cac299c75 Mon Sep 17 00:00:00 2001 From: Tanner Date: Wed, 26 Aug 2026 16:00:23 +0000 Subject: [PATCH] style: reduce minTickGap to 5 on chart XAxis --- client/src/App.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/client/src/App.js b/client/src/App.js index 4b554a5..9c70d07 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -146,7 +146,7 @@ function SolarPower({end, duration}) { > @@ -208,7 +208,7 @@ function Temperature({name, sensorName, end, duration, yDomain, showHumidity, sh > @@ -278,7 +278,7 @@ function Thermostat({end, duration}) { > @@ -351,7 +351,7 @@ function Gas({end, duration}) { > @@ -410,7 +410,7 @@ function Water({end, duration}) { > @@ -469,7 +469,7 @@ function LivingRoomDust({end, duration}) { > @@ -510,7 +510,7 @@ function Air({name, sensorName, end, duration}) { > @@ -602,7 +602,7 @@ function BedroomSleep({end, duration}) { > @@ -643,7 +643,7 @@ function Lux({name, sensorName, end, duration}) { > @@ -747,7 +747,7 @@ function MultiLineChart({title, measurement, dataKey, sensors, colors, end, dura }} loading={loading} > - + @@ -831,7 +831,7 @@ function WH51Soil({name, sensorName, end, duration}) { >