Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 1054:8430269ec73b
Removed the parsing for double/integer values specifying the bin width or the number of bins in DefaultHistogram, because these inserted values are no longer i18n strings (issue289).
gnv-artifacts/trunk@1128 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 26 May 2010 17:01:29 +0000 |
parents | 6169ddc827ac |
children | bb2679624c6a |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Wed May 26 07:00:55 2010 +0000 +++ b/gnv-artifacts/ChangeLog Wed May 26 17:01:29 2010 +0000 @@ -1,3 +1,12 @@ +2010-05-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue289 + + * src/main/java/de/intevation/gnv/chart/DefaultHistogram.java: Values + specifying the bin width or the number of bins are inserted into this + histogram as double values - no longer as i18n strings. So the complete + parsing code is removed. + 2010-05-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue290 - PDF format of histograms depends on histograms' apsect ratio.