How to Use scaleLinear Invert to Find a Data Point to Highlight on Mouse Move

InstructorJason Brown

Share this video with your friends

Send Tweet

In this lesson we'll use scaleLinear to render a line, and additionally add data points using circle. Using onMouseMove we will call the invert function to do a reverse range to domain value interpolation. Then we will use Math.round and adjust the radius of the circle to highlight the selected point.