hoverLine = hoverLineGroup
      .append("line")
      .attr("x1", 0)
      .attr("x2", 0) 
      .attr("y1", 20)