1
0

Update header of dailychart

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