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?
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.