viz.tooltipDiv.html(rows)
          .style("left", (d3.event.pageX - 250) + "px")
          .style("top", (d3.event.pageY) + "px")