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