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", },