diff flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 3150:40147510e2d7

Initialize legend aggregation threshold. flys-artifacts/trunk@4758 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 22 Jun 2012 15:04:09 +0000
parents 5a0aef74c316
children 74c974b10c75
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java	Fri Jun 22 14:46:31 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java	Fri Jun 22 15:04:09 2012 +0000
@@ -396,6 +396,7 @@
         LegendSection legendSection = new LegendSection();
         legendSection.setVisibility(isLegendVisible());
         legendSection.setFontSize(getLegendFontSize());
+        legendSection.setAggregationThreshold(10);
         return legendSection;
     }
 

http://dive4elements.wald.intevation.org