From a80783f559fca5a8dfb721288fdf0e8a171c6d8c Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sat, 23 Sep 2023 17:12:40 -0400 Subject: [PATCH] fixing value --- public/app.js | 3 +-- public/index.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 @@

Choose Y-Axis

- 90 Day Outcomes % + 90 Day Outcomes % Dropped %