diff --git a/script/script.js b/script/script.js index b861cb4..61387b5 100644 --- a/script/script.js +++ b/script/script.js @@ -12,8 +12,8 @@ const y = d3.scaleLinear().rangeRound([height, 0]); // Education levels for legend and grouped charts const educationLevels = [ - "Pre-primary, primary and lower secondary education", - "Upper secondary and post-secondary non-tertiary, all programmes", + "Primary education", + "Secondary education", "Tertiary education" ];