Incorrect position of custom tooltip

Hi Michael,

I modified the code to:

 divElement.css({
            left: tooltipPosition.x ,
            top: tooltipPosition.y
        });

and now it works!

Thanks