g.raphael icon indicating copy to clipboard operation
g.raphael copied to clipboard

Flag popup for piechart moving upward issue

Open AKrasheninnikov opened this issue 12 years ago • 2 comments

If you try to add a flag tooltip for an interactive piechart diagram such as http://jsfiddle.net/85VtZ/6/ using a construct like this.flag = r.popup(100, 100, this.sector.value.value || "0"); under pie.hover, you'll see that subsequent rendering of the background shape will move up by 18 pixels each time while the text shape will be positioned normally.

How can I fix that? graphael-piechart-flag

AKrasheninnikov avatar Jan 09 '13 08:01 AKrasheninnikov

Having the same issue. Doesn't appear to be happening with "tag".

aventuralabs avatar Jun 29 '13 16:06 aventuralabs

Actually, appears to be duplicate of #152

aventuralabs avatar Jun 29 '13 16:06 aventuralabs