Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1053:6169ddc827ac
The format of a histogram pdf depends on the width and height specified by the user - or the default size (issue290).
gnv-artifacts/trunk@1127 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 26 May 2010 07:00:55 +0000 |
parents | b30361464775 |
children | 8430269ec73b |
comparison
equal
deleted
inserted
replaced
1052:b30361464775 | 1053:6169ddc827ac |
---|---|
1 2010-05-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 1 2010-05-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 2 |
3 Issue290 - PDF format belongs to the chart's aspect ratio. | 3 Issue290 - PDF format of histograms depends on histograms' apsect ratio. |
4 | |
5 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
6 Removed the boolean parameter to adjust the page format when calling the | |
7 pdf export method of a histogram. | |
8 | |
9 * src/main/java/de/intevation/gnv/exports/ChartExportHelper.java: The format | |
10 of a histogram depends on its width and height. Width and height depends | |
11 on user input or the default size (600x400). | |
12 | |
13 2010-05-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
14 | |
15 Issue290 - PDF format depends on the chart's aspect ratio. | |
4 | 16 |
5 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | 17 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: |
6 Removed reading the system property "export.pdf.landscape" to adjust the | 18 Removed reading the system property "export.pdf.landscape" to adjust the |
7 page format of a pdf. | 19 page format of a pdf. |
8 | 20 |