Mercurial > dive4elements > gnv-client
changeset 316:446301258f34
Added point in TODO regarding tick-unit distance of timeseries charts.
gnv-artifacts/trunk@374 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 26 Nov 2009 08:54:50 +0000 |
parents | 63f8b3fb7d9a |
children | 342cd58291f1 |
files | gnv-artifacts/ChangeLog gnv-artifacts/TODO |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Thu Nov 26 08:47:44 2009 +0000 +++ b/gnv-artifacts/ChangeLog Thu Nov 26 08:54:50 2009 +0000 @@ -1,3 +1,8 @@ +2009-11-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * TODO: Added point in TODO regarding tick units and distance between tick + units in timeseries charts. + 2009-11-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> * src/main/java/de/intevation/gnv/chart/AbstractXYLineChart.java: Localized
--- a/gnv-artifacts/TODO Thu Nov 26 08:47:44 2009 +0000 +++ b/gnv-artifacts/TODO Thu Nov 26 08:54:50 2009 +0000 @@ -3,3 +3,5 @@ in another way. (Property: -Dcache.chart) * charts for verticalcrosssection and horizontalcrosssection need to be implemented + * distance of tick units in timeseries charts are in form of "dd-MMM". This + needs to be adapted depending on range of x-axis.