@ -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;
@ -20,7 +20,7 @@
</dl>
<section id="yAxis">
<h3>Choose Y-Axis</h3>
90 Day Outcomes %<input name="y-axis" type="radio" value="outcomes"/>
90 Day Outcomes %<input checked name="y-axis" type="radio" value="outcomes"/>
Dropped %<input name="y-axis" type="radio" value="dropped"/>
</section>
<section id="metros">