Update header of hourly forecast chart
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user