Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 656:b98d1adee7a6
Added an offset of five percent between values and chart border in vertical profile charts (issue186).
gnv-artifacts/trunk@749 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 08 Mar 2010 15:15:08 +0000 |
parents | 6eccb68a8b99 |
children | 199982e8866e |
comparison
equal
deleted
inserted
replaced
655:6eccb68a8b99 | 656:b98d1adee7a6 |
---|---|
1 2010-03-08 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue186 | |
4 | |
5 * src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java: Adjusted | |
6 signature of method to store min/max ranges in x and y direction in | |
7 charts. | |
8 | |
9 * src/main/java/de/intevation/gnv/chart/TimeSeriesChart.java: Adjusted | |
10 method call to signature which has been changed in AbstractXYLineChart. | |
11 | |
12 * src/main/java/de/intevation/gnv/chart/HorizontalProfileChart.java: Added | |
13 some empty methods which overrides methods from parent which should not be | |
14 called on this class. | |
15 | |
16 * src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java: Added | |
17 methods to store vertical min/max ranges in charts. After adding a new | |
18 series to this chart, we call prepareRangeAxis() to add an offset (5 | |
19 percent) between values and chart border. | |
20 | |
1 2010-03-08 Tim Englich <tim.englich@intevation.de> | 21 2010-03-08 Tim Englich <tim.englich@intevation.de> |
2 | 22 |
3 * doc/conf/maptemplates/layer*.vm: | 23 * doc/conf/maptemplates/layer*.vm: |
4 Added some basetemplates for Lines, Points and Polygons that will be used | 24 Added some basetemplates for Lines, Points and Polygons that will be used |
5 if an WMS-layer of the Product Layer will be created. | 25 if an WMS-layer of the Product Layer will be created. |