Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 1107:86ca3c10523f
Adjust the format of axes labels in histograms corresponding the specified locale (issue316).
gnv-artifacts/trunk@1238 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 29 Jun 2010 07:37:36 +0000 |
parents | 8ce8979f51df |
children | 337727011de0 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Jun 29 07:09:13 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Jun 29 07:37:36 2010 +0000 @@ -1,3 +1,13 @@ +2010-06-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue316 + + * src/main/java/de/intevation/gnv/chart/DefaultHistogram.java: Set the + specified locale in the constructor which is used to localize the axes. + + * src/main/java/de/intevation/gnv/chart/AbstractHistogram.java: Adjust the + localization of x and y axes corresponding the specified locale. + 2010-06-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue318