I am trying to position a tooltip in the y axis using this:
.style("top", yyscale(d["Seconds"]) + "px");
When I con