fixing value

average
Matthew Huntington 2 years ago
parent f6e581efee
commit a80783f559

@ -9,8 +9,7 @@ let xScale, yScale;
let highlighted = [] let highlighted = []
let courses = [] let courses = []
let metros = [] let metros = []
let yAxis = 'dropped' let yAxis = 'outcomes'
//let yAxis = 'outcomes'
const randomColor = ()=>{ const randomColor = ()=>{
const red = Math.floor(Math.random()*128) + 64; const red = Math.floor(Math.random()*128) + 64;

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

Loading…
Cancel
Save