Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
KnightHawk
Posted - 16 Aug 2007 : 16:16:35 I have a quick question about zooming log plots. When I implement ChartZoom on a graph containing a log axis it will throw an exception if I have zoomObj.setZoomStackEnable(true);.
The exception thrown is: java.lang.StackOverflowError at com.quinncurtis.chart2djava.LogScale.copy(LogScale.java:73)com.quinncurtis.chart2djava.LogScale.copy(LogScale.java:73)com.quinncurtis.chart2djava.LogScale.copy(LogScale.java:73) . . .
Is there a work around so I can have a zoom stack with log graphs?
Posted - 24 Aug 2007 : 12:01:54 The libraries were updated on Aug. 24, 2007 to reflect the fix to this zooming log axis bug.
quinncurtis
Posted - 16 Aug 2007 : 18:17:01 What you describe is a bug. We have identified the source of the error and will post a new version of the software to our web site by the end of next week. Thanks for reporting it.