DmitryBaranovskiy / g.raphael

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

Pie Charts - Slices ignore animation after pie was animated with "init" #188

Open ghost opened 11 years ago

ghost commented 11 years ago

If a pie chart is initiated with the value of "init" set to true, any mouseOvers set on sectors will be completely ignored, disabling any kind of animation to follow. Even alerts set for mouseOvers don't work. Hence, I guess the hover event is not fired at all.

If "init" is set to false, everything works just fine.