From 430a81be94d4b29940a770fbf589420ccb1f4277 Mon Sep 17 00:00:00 2001 From: dlawler489 <104159223@student.swin.edu.au> Date: Tue, 20 May 2025 18:35:31 +1000 Subject: [PATCH] Update script.js --- script/script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ];