Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 2394:02ac373b6d69
Added chart helper function to determine the min and max bounds (x and y) for TimeSeriesCollections.
flys-artifacts/trunk@4016 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 10 Feb 2012 08:43:06 +0000 |
parents | d0e7afb3696b |
children | cd4fb19ab892 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Feb 10 08:41:07 2012 +0000 +++ b/flys-artifacts/ChangeLog Fri Feb 10 08:43:06 2012 +0000 @@ -1,3 +1,9 @@ +2012-02-09 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/exports/ChartHelper.java: Added a + helper function to determine the min and max bounds (x and y) for + TimeSeriesCollections. + 2012-02-09 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/jfree/TimeBounds.java,