I am using raphael.js to draw a simple SVG line graph like this:
When the user hovers the graph, id like to display a popover pointing to the line at the X position of the cursor, and at the Y position where the line is for that X position like so:
I need to take the path and find the Y coordinate for a given X coordinate.