|
|
|
@ -1,4 +1,6 @@
|
|
|
|
// TODO - different colors for each highted dot, matched in table row backgrounds
|
|
|
|
// TODO - different colors for each highted dot, matched in table row backgrounds
|
|
|
|
|
|
|
|
// TODO - filter by course
|
|
|
|
|
|
|
|
// TODO - change y axis to dropped
|
|
|
|
const WIDTH = 800;
|
|
|
|
const WIDTH = 800;
|
|
|
|
const HEIGHT = 600;
|
|
|
|
const HEIGHT = 600;
|
|
|
|
const parseTime = d3.timeParse("%B %e, %Y");
|
|
|
|
const parseTime = d3.timeParse("%B %e, %Y");
|
|
|
|
|