spComplete.forEach(function(d) {
        d.date = parseDate(d.date);
        d.story_points = +d.story_points;
      });