Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 846:8b6ef091d38c
It is possible to draw VerticalProfileCharts with just one single data point (issue229).
gnv-artifacts/trunk@962 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 21 Apr 2010 08:46:23 +0000 |
parents | 797a6264b89b |
children | 42c4cfc0d133 |
comparison
equal
deleted
inserted
replaced
845:797a6264b89b | 846:8b6ef091d38c |
---|---|
1 2010-04-21 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue229 | |
4 JFreeChart needs at least a lower and a different upper bounds to | |
5 calculate the range of the domain axis automatically. | |
6 | |
7 * src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java: Override | |
8 method that adjusts the range of domain and range axes. | |
9 | |
10 * src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java: | |
11 Override method that adjusts the range of domain and range axes. If there | |
12 are more changes to be done in the future, caused by inheritance from | |
13 VerticalProfileChart, we should stop that and derive this class from | |
14 AbstractXYLineChart! | |
15 | |
1 2010-04-20 Tim Englich <tim.englich@intevation.de> | 16 2010-04-20 Tim Englich <tim.englich@intevation.de> |
2 | 17 |
3 * src/main/java/de/intevation/gnv/artifacts/cache/CacheFactory.java (initializeCache): | 18 * src/main/java/de/intevation/gnv/artifacts/cache/CacheFactory.java (initializeCache): |
4 Initialize the CacheCline after the initialization of the ThematicDataCache. | 19 Initialize the CacheCline after the initialization of the ThematicDataCache. |
5 | 20 |