x-tools / SuperCount

New Experimental Edit Counter
19 stars 7 forks source link

Bug with Overview Pie Chart #29

Closed ghost closed 9 years ago

ghost commented 9 years ago

If you wiggle your mouse on and off of the big pie chart repetitively it just grows bigger and bigger.

Ok can't tell if the image worked (my preview button isn't working) so here is a link http://i.imgur.com/Cu7Kh0P.png

ghost commented 9 years ago

cyberpower678 commented 9 years ago

Not in my control.

ricordisamoa commented 9 years ago

@EoRdE6: it is an old bug presumably due to some code I copied from gRaphaël's Interactive Pie Chart example and by which SuperCount may have been inspired.

@cyberpower678: it should be easy to fix, just apply https://github.com/DmitryBaranovskiy/g.raphael/pull/209 (it is for the demo, but applies to your chart as well).

Incidentally, I fixed it by using D3.js instead.