1
0

Update header of hourly forecast chart

This commit is contained in:
2024-07-17 22:19:59 +10:00
parent b8081dd951
commit fb287236bf
@@ -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",
},