Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Fri Oct 07 13:33:10 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Oct 07 15:55:38 2011 +0000 @@ -1,3 +1,19 @@ +2011-10-07 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + Worked on flys/issue150 (Diagramm: Anzeige von W bergauf). + Still does not work in all cases. + + * src/main/java/de/intevation/flys/exports/XYChartGenerator.java (generateChart()): + Reordered calls to ensure that the inversion of the x axis is + not eliminated by other chart generation steps as a side effect. + + * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: + Assuming that JFreeChart is inverting axis automatically if the + KMs are reversed ordered only do invert only in some situations. + + Do not invert axis for Q (@Ingo: This is wrong! We must do this + if we are only displaying the Qs and the Ws are deactived). + 2011-10-07 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: