# HG changeset patch # User Ingo Weinzierl # Date 1266235127 0 # Node ID 2501607971959245cea5fc6fcadcb8128e438d6c # Parent 3d13fa281a7ef4b65d803508d9fdf7fc1274c07c Added histogram as output mode in configuration files. gnv-artifacts/trunk@689 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Feb 15 11:58:47 2010 +0000 @@ -1,3 +1,17 @@ +2010-02-15 Ingo Weinzierl + + * doc/conf/products/timeseries/conf_mesh.xml, + doc/conf/products/timeseries/conf_timeseriespoint.xml, + doc/conf/products/horizontalprofile/conf_mesh.xml, + doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml, + doc/conf/products/horizontalprofile/conf_mesh_cross.xml, + doc/conf/products/verticalprofile/conf_mesh.xml, + doc/conf/products/verticalprofile/conf_timeseriespoint.xml, + doc/conf/products/verticalprofile/conf_instantaneouspoint.xml: Added + histogram as output mode. + + * doc/conf/charttemplate.xml: Added color of bars in histograms. + 2010-02-15 Ingo Weinzierl * src/main/java/de/intevation/gnv/state/timeseries/TimeSeriesOutputState.java: diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/doc/conf/charttemplate.xml --- a/gnv-artifacts/doc/conf/charttemplate.xml Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/doc/conf/charttemplate.xml Mon Feb 15 11:58:47 2010 +0000 @@ -77,4 +77,10 @@ + + + + + + diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Mon Feb 15 11:58:47 2010 +0000 @@ -226,6 +226,14 @@ + + + + + + + + diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Mon Feb 15 11:58:47 2010 +0000 @@ -227,6 +227,14 @@ + + + + + + + + diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Mon Feb 15 11:58:47 2010 +0000 @@ -193,6 +193,14 @@ + + + + + + + + diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Mon Feb 15 11:58:47 2010 +0000 @@ -215,6 +215,14 @@ + + + + + + + + diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml --- a/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Mon Feb 15 11:58:47 2010 +0000 @@ -198,6 +198,12 @@ + + + + + + diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Mon Feb 15 11:58:47 2010 +0000 @@ -95,6 +95,14 @@ + + + + + + + + diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Mon Feb 15 11:58:47 2010 +0000 @@ -231,6 +231,14 @@ + + + + + + + + diff -r 3d13fa281a7e -r 250160797195 gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Mon Feb 15 11:44:01 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Mon Feb 15 11:58:47 2010 +0000 @@ -169,6 +169,14 @@ + + + + + + + +