Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 2237:60615235e951
Added a ChartHelper class that currently contains a method to compute the xy ranges of an XYDataset.
flys-artifacts/trunk@3884 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 02 Feb 2012 15:39:28 +0000 |
parents | c2b15d9c0f43 |
children | 23c7c51df772 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Feb 02 14:00:40 2012 +0000 +++ b/flys-artifacts/ChangeLog Thu Feb 02 15:39:28 2012 +0000 @@ -1,3 +1,8 @@ +2012-02-02 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/exports/ChartHelper.java: New helper + class for working with charts. + 2012-02-02 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java: