Update script.js
This commit is contained in:
parent
44048b9e29
commit
430a81be94
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ const y = d3.scaleLinear().rangeRound([height, 0]);
|
||||||
|
|
||||||
// Education levels for legend and grouped charts
|
// Education levels for legend and grouped charts
|
||||||
const educationLevels = [
|
const educationLevels = [
|
||||||
"Pre-primary, primary and lower secondary education",
|
"Primary education",
|
||||||
"Upper secondary and post-secondary non-tertiary, all programmes",
|
"Secondary education",
|
||||||
"Tertiary education"
|
"Tertiary education"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue