Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 849:38c8cc586a85
Expand the range of a horizontalprofile chart manually if there is only a single data point or more data points with all the same value in this chart (issue233).
gnv-artifacts/trunk@965 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 21 Apr 2010 10:35:04 +0000 |
parents | 47280aff0eb7 |
children | 39d06d01825a |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Wed Apr 21 09:43:46 2010 +0000 +++ b/gnv-artifacts/ChangeLog Wed Apr 21 10:35:04 2010 +0000 @@ -1,3 +1,11 @@ +2010-04-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue233 + + * src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java: Expand + the range of the range axis (y-axis) manually if there is only one data + point or more data points with the same value. + 2010-04-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue243