From fb287236bff214221fc14fb439f68292cb9638f3 Mon Sep 17 00:00:00 2001 From: Adam Roe Date: Wed, 17 Jul 2024 22:19:59 +1000 Subject: [PATCH] Update header of hourly forecast chart --- client/src/components/weatherCharts/HourlyChart/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/components/weatherCharts/HourlyChart/index.js b/client/src/components/weatherCharts/HourlyChart/index.js index 8c30e7f..b824ae2 100644 --- a/client/src/components/weatherCharts/HourlyChart/index.js +++ b/client/src/components/weatherCharts/HourlyChart/index.js @@ -27,11 +27,12 @@ const chartOptions = ({ stacked: false, title: { display: true, - text: `24 Hour ${ + /*text: `24 Hour ${ altMode ? `Wind Speed / Precipitation (${lengthUnit})` : `Temp / Precipitation` - }`, + }`,*/ + text: "24-hour Forecast", fontColor: fontColor(darkMode), fontFamily: "Rubik, sans-serif", },