Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1688:7eb9015489b0
Worked on flys/issue150
flys-artifacts/trunk@2908 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 07 Oct 2011 15:55:38 +0000 |
parents | 19c4cf5163e8 |
children | e9475d2ef343 |
comparison
equal
deleted
inserted
replaced
1687:19c4cf5163e8 | 1688:7eb9015489b0 |
---|---|
1 2011-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 Worked on flys/issue150 (Diagramm: Anzeige von W bergauf). | |
4 Still does not work in all cases. | |
5 | |
6 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java (generateChart()): | |
7 Reordered calls to ensure that the inversion of the x axis is | |
8 not eliminated by other chart generation steps as a side effect. | |
9 | |
10 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
11 Assuming that JFreeChart is inverting axis automatically if the | |
12 KMs are reversed ordered only do invert only in some situations. | |
13 | |
14 Do not invert axis for Q (@Ingo: This is wrong! We must do this | |
15 if we are only displaying the Qs and the Ws are deactived). | |
16 | |
1 2011-10-07 Ingo Weinzierl <ingo@intevation.de> | 17 2011-10-07 Ingo Weinzierl <ingo@intevation.de> |
2 | 18 |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | 19 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: |
4 Take care on empty ranges while preparing ranges for single points. | 20 Take care on empty ranges while preparing ranges for single points. |
5 | 21 |