From b8081dd95170dd04a8d5275c8e0e43de3ae1ce0e Mon Sep 17 00:00:00 2001 From: Adam Roe Date: Wed, 17 Jul 2024 22:19:13 +1000 Subject: [PATCH] Update header of dailychart --- client/src/components/weatherCharts/DailyChart/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/components/weatherCharts/DailyChart/index.js b/client/src/components/weatherCharts/DailyChart/index.js index eb03eaf..d934933 100644 --- a/client/src/components/weatherCharts/DailyChart/index.js +++ b/client/src/components/weatherCharts/DailyChart/index.js @@ -27,11 +27,12 @@ const createChartOptions = ({ stacked: false, title: { display: true, - text: `5 Day ${ + /*text: `5 Day ${ altMode ? `Wind Speed / Precipitation (${lengthUnit})` : `Temp / Precipitation` - }`, + }`,*/ + text: "Five-Day Forecast", fontColor: fontColor(darkMode), fontFamily: "Rubik, sans-serif", },