Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 846:8b6ef091d38c
It is possible to draw VerticalProfileCharts with just one single data point (issue229).
gnv-artifacts/trunk@962 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 21 Apr 2010 08:46:23 +0000 |
parents | 797a6264b89b |
children | 42c4cfc0d133 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Apr 20 18:38:22 2010 +0000 +++ b/gnv-artifacts/ChangeLog Wed Apr 21 08:46:23 2010 +0000 @@ -1,3 +1,18 @@ +2010-04-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue229 + JFreeChart needs at least a lower and a different upper bounds to + calculate the range of the domain axis automatically. + + * src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java: Override + method that adjusts the range of domain and range axes. + + * src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java: + Override method that adjusts the range of domain and range axes. If there + are more changes to be done in the future, caused by inheritance from + VerticalProfileChart, we should stop that and derive this class from + AbstractXYLineChart! + 2010-04-20 Tim Englich <tim.englich@intevation.de> * src/main/java/de/intevation/gnv/artifacts/cache/CacheFactory.java (initializeCache):