Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 364:2413273f1c13
Workarround: Store lower and upper bounds of data while iterating over all data and set the max range of axes with these information. JFreeCharts method NumberAxis.setAutoRange(true) doesn't seem to work properly.
gnv-artifacts/trunk@439 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 16 Dec 2009 11:58:44 +0000 |
parents | 22229249e9fc |
children | f66088a43ecc |
comparison
equal
deleted
inserted
replaced
363:22229249e9fc | 364:2413273f1c13 |
---|---|
1 2009-12-16 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue100 | |
4 | |
5 * src/main/java/de/intevation/gnv/chart/TimeSeriesChart.java, | |
6 src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java, | |
7 src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java: | |
8 Workarround: Store information about max range of data for each parameter | |
9 while iterating over all data values. Set the max range at the end of | |
10 chart generation. | |
11 | |
12 NOTE: NumberAxis.setAutoRange(true) doesn't seem to work properly. | |
13 | |
1 2009-12-16 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 14 2009-12-16 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 15 |
3 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: | 16 * src/main/java/de/intevation/gnv/state/profile/verticalcrosssection/VerticalCrossSectionOutputState.java: |
4 Removed useless import of VerticalCrossSectionChartFactory. | 17 Removed useless import of VerticalCrossSectionChartFactory. |
5 | 18 |