Changes 7 day forecast to 5 day forecast due to new API restrictions (#39)
This commit is contained in:
@@ -27,7 +27,7 @@ const createChartOptions = ({
|
||||
stacked: false,
|
||||
title: {
|
||||
display: true,
|
||||
text: `7 Day ${
|
||||
text: `5 Day ${
|
||||
altMode
|
||||
? `Wind Speed / Precipitation (${lengthUnit})`
|
||||
: `Temp / Precipitation`
|
||||
@@ -218,7 +218,7 @@ const DailyChart = () => {
|
||||
styles.errContainer
|
||||
}`}
|
||||
>
|
||||
<div>Cannot get 7 day weather forecast</div>
|
||||
<div>Cannot get 5 day weather forecast</div>
|
||||
<div className={styles.message}>{dailyWeatherDataErrMsg}</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user