Skip to content

Commit

Permalink
Changed trend back to every year
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshSinghONS committed Nov 20, 2023
1 parent a819771 commit 20460d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homepage/homepage.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func init() {
trendURI: "/employmentandlabourmarket/peopleinwork/employmentandemployeetypes/timeseries/s2qm/lms",
datePeriod: mapper.PeriodMonth,
data: zebedee.TimeseriesMainFigure{},
differenceInterval: mapper.PeriodMonth,
differenceInterval: mapper.PeriodYear,
}

// Unemployment
Expand All @@ -108,7 +108,7 @@ func init() {
trendURI: "/employmentandlabourmarket/peopleinwork/employmentandemployeetypes/timeseries/s2qk/lms",
datePeriod: mapper.PeriodMonth,
data: zebedee.TimeseriesMainFigure{},
differenceInterval: mapper.PeriodMonth,
differenceInterval: mapper.PeriodYear,
}
} else {
// Employment
Expand Down

0 comments on commit 20460d3

Please sign in to comment.