DmitryBaranovskiy / g.raphael

Charts for Raphaël
http://g.raphaeljs.com/
1.52k stars 435 forks source link

Flag popup for piechart moving upward issue #178

Open AKrasheninnikov opened 11 years ago

AKrasheninnikov commented 11 years ago

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

aventuralabs commented 11 years ago

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

aventuralabs commented 11 years ago

Actually, appears to be duplicate of #152