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, stacked: false,
title: { title: {
display: true, display: true,
text: `5 Day ${ /*text: `5 Day ${
altMode altMode
? `Wind Speed / Precipitation (${lengthUnit})` ? `Wind Speed / Precipitation (${lengthUnit})`
: `Temp / Precipitation` : `Temp / Precipitation`
}`, }`,*/
text: "Five-Day Forecast",
fontColor: fontColor(darkMode), fontColor: fontColor(darkMode),
fontFamily: "Rubik, sans-serif", fontFamily: "Rubik, sans-serif",
}, },