Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 1050:7f3154331bc1
Use the chart size/height to export it to pdf. The chart's aspect ratio keeps alive if the size exceeds the maximum page size (issue290).
gnv-artifacts/trunk@1124 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 25 May 2010 15:41:31 +0000 |
parents | 778d86255d76 |
children | 8f836fb6f592 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue May 25 13:57:48 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue May 25 15:41:31 2010 +0000 @@ -1,3 +1,16 @@ +2010-05-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue290 + + * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: + Added chart width and chart height as new parameters for the pdf creation. + + * src/main/java/de/intevation/gnv/exports/ChartExportHelper.java: Don't use + the maximum size of a pdf page to draw the chart but use the parameter + chart width and chart height. Scale the chart down if its size and/or + height exceed the maximum size of the pdf page - the original aspect + ratio keeps alive. + 2010-05-25 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue287