from what I can see, gRaphael only supports 4 positions for placing a popup, up,down,left and right, normally this would be enough, but my line graph has limited space, so the popups are cutting off inside of the SVG. My question is, how can I place the popup in say the up right (top right), up left (top left), down right (bottom right) or the down left (bottom left) position?
from what I can see, gRaphael only supports 4 positions for placing a popup,
Share
I ended up using qTip, like so…
worked perfectly. 🙂