Page 1 of 1

animated zoom bug

Posted: Thu Mar 06, 2008 10:28 am
by 7667115
I couldn't make the animated zoom work.
I was able to fix it by adding a new line after the line #1235 in Chart.java:

old line #1235:
invalidate(); // Repaint?

new:
invalidate(); // Repaint?
this.parent.refreshControl();

Posted: Thu Mar 06, 2008 10:49 am
by narcis
Hi Marian,

Thanks for reporting. I've been able to reproduce the issue here and added your fix suggestion to our defect list to be reviewed and considered for inclusion in next releases.