diff flys-artifacts/src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java @ 728:56bcf56b1fe0

#157 Both types of discharge curves will now include the '0' value on the x-axis. flys-artifacts/trunk@2218 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 23 Jun 2011 13:42:47 +0000
parents f3fd8c9b7f51
children 39d191f011dc
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java	Thu Jun 23 12:39:59 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/ComputedDischargeCurveGenerator.java	Thu Jun 23 13:42:47 2011 +0000
@@ -5,10 +5,8 @@
 import org.w3c.dom.Document;
 
 import org.jfree.chart.JFreeChart;
-import org.jfree.chart.axis.ValueAxis;
 import org.jfree.chart.plot.XYPlot;
 import org.jfree.chart.title.TextTitle;
-import org.jfree.data.Range;
 
 import de.intevation.artifacts.Artifact;
 
@@ -73,18 +71,6 @@
 
 
     @Override
-    protected boolean zoomX(XYPlot plot, ValueAxis axis, Range range, Range x) {
-        boolean zoomin = super.zoom(plot, axis, range, x);
-
-        if (!zoomin) {
-            axis.setLowerBound(0d);
-        }
-
-        return zoomin;
-    }
-
-
-    @Override
     public void doOut(Artifact artifact, Facet facet, Document attr) {
         String name = facet != null ? facet.getName() : null;
 

http://dive4elements.wald.intevation.org