3
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 adj... Read full article