Skip to content

Commit

Permalink
Update charts to match latest data
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed Aug 9, 2024
1 parent 6c28b27 commit 4104a2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/themes/people-skills-future/vacancies/index.vto
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ nicetheme: "People, Skills and The Future"
},
series: [
{
title: "March 2024",
value: "2024.25",
tooltip: '<strong class=\"subtitle\">{{ sector }}</strong><br />March 2023 - March 2024: <strong>{{ 2024.25 }}%</strong>'
title: "April 2024",
value: "2024.33",
tooltip: '<strong class=\"subtitle\">{{ sector }}</strong><br />April 2023 - April 2024: <strong>{{ 2024.33 }}%</strong>'
},
{
title: "March 2023",
value: "2023.25",
tooltip: '<strong class=\"subtitle\">{{ sector }}</strong><br />March 2022 - March 2023: <strong>{{ 2023.25 }}%</strong>' }]
title: "April 2023",
value: "2023.33",
tooltip: '<strong class=\"subtitle\">{{ sector }}</strong><br />April 2022 - April 2023: <strong>{{ 2023.33 }}%</strong>' }]
}
})
}}

0 comments on commit 4104a2b

Please sign in to comment.