Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1958:82cefa3f954f
Partial fix for flys/issue420 (Mosel/DischargeCurves), do survive empty datasets when calculating axis extents.
flys-artifacts/trunk@3359 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 06 Dec 2011 10:26:07 +0000 |
parents | 3b08b8aacfb0 |
children | eace020067da |
comparison
equal
deleted
inserted
replaced
1957:3b08b8aacfb0 | 1958:82cefa3f954f |
---|---|
1 2011-12-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Partial fix for flys/issue420 (Berechnete Abflusskurve: Kein Diagramm für | |
4 Mosel). Protect axis extent calculation from empty or invalid | |
5 datasets. | |
6 | |
7 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
8 (includeRange, includeYRange): Renamed, updated callers. | |
9 (includeYRange): Protect from merging extent with NaNs. | |
10 (debugDatasets): Be more verbose on the datasets. | |
11 (zoom): Doc. | |
12 | |
1 2011-12-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 13 2011-12-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 14 |
3 Fix flys/issue423 (Diagramm: Hauptwerte bei Abflusskurve am Pegel | 15 Fix flys/issue423 (Diagramm: Hauptwerte bei Abflusskurve am Pegel |
4 werden an Y-Achse nicht angezeigt) - show not "raw" (vs interpolated) | 16 werden an Y-Achse nicht angezeigt) - show not "raw" (vs interpolated) |
5 values at Gauge. | 17 values at Gauge. |