Update header of hourly forecast chart
This commit is contained in:
@@ -27,11 +27,12 @@ const chartOptions = ({
|
|||||||
stacked: false,
|
stacked: false,
|
||||||
title: {
|
title: {
|
||||||
display: true,
|
display: true,
|
||||||
text: `24 Hour ${
|
/*text: `24 Hour ${
|
||||||
altMode
|
altMode
|
||||||
? `Wind Speed / Precipitation (${lengthUnit})`
|
? `Wind Speed / Precipitation (${lengthUnit})`
|
||||||
: `Temp / Precipitation`
|
: `Temp / Precipitation`
|
||||||
}`,
|
}`,*/
|
||||||
|
text: "24-hour Forecast",
|
||||||
fontColor: fontColor(darkMode),
|
fontColor: fontColor(darkMode),
|
||||||
fontFamily: "Rubik, sans-serif",
|
fontFamily: "Rubik, sans-serif",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user