Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 502:fec85cd01497
Fixed issue105. Added option to enable/disable data points in charts. Parse this option while creating charts.
gnv-artifacts/trunk@585 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 20 Jan 2010 15:17:35 +0000 |
parents | 70adafe2b9d5 |
children | b951b14425fa |
comparison
equal
deleted
inserted
replaced
501:70adafe2b9d5 | 502:fec85cd01497 |
---|---|
1 2010-01-20 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue105 The option to enable/disable data points in charts is now | |
4 available in gui. | |
5 | |
6 * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: | |
7 Parse optional chart parameter 'points' to adjust rendering of shapes. | |
8 | |
9 * doc/conf/products/verticalcrosssection/conf_mesh.xml, | |
10 doc/conf/products/timeseries/conf_mesh.xml, | |
11 doc/conf/products/timeseries/conf_timeseriespoint.xml, | |
12 doc/conf/products/horizontalprofile/conf_mesh.xml, | |
13 doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml, | |
14 doc/conf/products/horizontalprofile/conf_mesh_cross.xml, | |
15 doc/conf/products/verticalprofile/conf_mesh.xml, | |
16 doc/conf/products/verticalprofile/conf_timeseriespoint.xml, | |
17 doc/conf/products/verticalprofile/conf_instantaneouspoint.xml: Added an | |
18 option to enable/disable data points in charts. | |
19 | |
1 2010-01-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 20 2010-01-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 21 |
3 * doc/conf/conf.xml: Set number of per axis samples to 1024 | 22 * doc/conf/conf.xml: Set number of per axis samples to 1024 |
4 because generation of "Horizontalschnitte" is much faster | 23 because generation of "Horizontalschnitte" is much faster |
5 now (60x). | 24 now (60x). |