diff --git a/public/app.js b/public/app.js
index e40a237..7de84b0 100644
--- a/public/app.js
+++ b/public/app.js
@@ -9,8 +9,7 @@ let xScale, yScale;
let highlighted = []
let courses = []
let metros = []
-let yAxis = 'dropped'
-//let yAxis = 'outcomes'
+let yAxis = 'outcomes'
const randomColor = ()=>{
const red = Math.floor(Math.random()*128) + 64;
diff --git a/public/index.html b/public/index.html
index 37525c6..81be8c0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -20,7 +20,7 @@