oncojs / oncogrid

Javascript library for visualizing OncoGrids and related tracks
Apache License 2.0
26 stars 8 forks source link

fix tooltip positioning #27

Closed Jephuff closed 7 years ago

Jephuff commented 7 years ago

Figured it out, pageX and pageY wont work if any parent is position absolute or relative because they are relative to the entire page, not the container. This just creates a container to wrap everything that is position absolute so we can use the d3.mouse coordinates.