diff flys-artifacts/src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java @ 4021:7cc05da7e35c

Add message for 'state.chart.km'
author Christian Lins <christian.lins@intevation.de>
date Thu, 04 Oct 2012 10:57:24 +0200
parents 89d7e97e9c9a
children 7eebd9e58641
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java	Thu Oct 04 09:58:36 2012 +0200
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java	Thu Oct 04 10:57:24 2012 +0200
@@ -228,6 +228,7 @@
         adaptZoom(plot);
 
         applySeriesAttributes(plot);
+
         addAnnotationsToRenderer(plot);
         addLogo(plot);
         aggregateLegendEntries(plot);
@@ -770,6 +771,7 @@
                     (StyledTimeSeries)getSeriesOf(data, j);
                 String key = series.getKey().toString();
                 if (attributes.containsKey(key)) {
+                    // Interpolated points are drawn unfilled
                     if (attributes.get(key).equals("interpolate")) {
                         XYLineAndShapeRenderer renderer =
                             series.getStyle().getRenderer();

http://dive4elements.wald.intevation.org