Update script.js

This commit is contained in:
dlawler489 2025-05-20 18:35:31 +10:00
parent 44048b9e29
commit 430a81be94

View file

@ -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"
]; ];