Change this: ``` var circle = sthis.raphael.circle(point.circle.attr('cx'), point.circle.attr('cy'), 1); ``` to this: ``` var circle = sthis.raphael.circle(e.offsetX, e.offsetY, 1); ```
Change this:
to this: