Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1823:7a11b37d8594
Added a copy of JFreeChart's XYDifferenceRenderer
flys-artifacts/trunk@3152 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 03 Nov 2011 10:32:17 +0000 |
parents | 6ed439ff61bf |
children | 982956bde69e |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Nov 03 10:25:23 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Nov 03 10:32:17 2011 +0000 @@ -33,6 +33,18 @@ 2011-11-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> + * src/main/java/de/intevation/flys/jfree/StableXYDifferenceRenderer.java: + New. At the moment a pure copy of JFreeChart's XYDifferenceRenderer. + Needs to be refactored to cope with its limitations: + + - Series numbers need to be zero based. We have more than two series + in our diagrams. + + - Cannot handle definition holes indicated by NaNs. We have these + cases e.g. more than one "Fliessbereich". + +2011-11-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> + * src/main/java/de/intevation/flys/artifacts/charts/CrossSectionApp.java: Reenabled dumping data to disk.