Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 2553:c7b0dfa6a52c
Some refactoring in chart creation; timeseries charts are now able to apply plot specific settings as well.
flys-artifacts/trunk@4068 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 17 Feb 2012 07:45:27 +0000 |
parents | c7dbe696286c |
children | ee5eca3871cb |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Feb 16 12:36:25 2012 +0000 +++ b/flys-artifacts/ChangeLog Fri Feb 17 07:45:27 2012 +0000 @@ -1,3 +1,16 @@ +2012-02-17 Ingo Weinzierl <ingo@intevation.de> + + Part I/III flys/issue497 (Diagrammeigenschaften in Zeitseriendiagrammen) + + * src/main/java/de/intevation/flys/exports/ChartGenerator.java, + src/main/java/de/intevation/flys/exports/XYChartGenerator.java: Moved + adjustPlot() from XYChartGenerator to ChartGenerator which enables the + TimeseriesChartGenerator to call this method as well. + + * src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java: + Call adjustPlot() in generateChart() to apply the settings specific to + gridlines in the timeseries plot. + 2012-02-16 Raimund Renkert <raimund.renkert@intevation.de> Refactored the wq data fields.