Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1645:4a8251eae217
Bugfix: #68 Set number format of chart plot axes based on the CallMeta instance for each request.
flys-artifacts/trunk@2832 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Sep 2011 10:06:19 +0000 |
parents | 2df1f9facd6c |
children | 614ffddb860e |
comparison
equal
deleted
inserted
replaced
1644:2df1f9facd6c | 1645:4a8251eae217 |
---|---|
1 2011-09-27 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue68 (Diagramm: Werte an der Y-Achse benötigen i18n) | |
4 | |
5 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: Added a | |
6 method to retrieve the current/preferred locale specified by CallMeta. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
9 Introduced two methods localizeDomainAxis() and localizeRangeAxis(). | |
10 Both methods of this class override the NumberFormat used to format axes | |
11 numbers. Those methods are called by localizeAxes() - which has private | |
12 access - for each domain and range axis of the current XYPlot. | |
13 | |
1 2011-09-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2011-09-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 15 |
3 * doc/conf/cache.xml: Number of cached annotations was much | 16 * doc/conf/cache.xml: Number of cached annotations was much |
4 to low. | 17 to low. |
5 | 18 |