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?
Some variables I am setting are:
zoomObj.setZoomYEnable(true); zoomObj.setZoomXEnable(true); zoomObj.setZoomXRoundMode(ChartConstants.AUTOAXES_FAR); zoomObj.setZoomYRoundMode(ChartConstants.AUTOAXES_FAR); zoomObj.setZoomRangeLimitsRatio(new ChartDimension(0.01, 0.01));
|
2 L A T E S T R E P L I E S (Newest First) |
quinncurtis |
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. |