comparison 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
comparison
equal deleted inserted replaced
3149:1203e12c97a6 3150:40147510e2d7
394 */ 394 */
395 protected LegendSection buildLegendSection() { 395 protected LegendSection buildLegendSection() {
396 LegendSection legendSection = new LegendSection(); 396 LegendSection legendSection = new LegendSection();
397 legendSection.setVisibility(isLegendVisible()); 397 legendSection.setVisibility(isLegendVisible());
398 legendSection.setFontSize(getLegendFontSize()); 398 legendSection.setFontSize(getLegendFontSize());
399 legendSection.setAggregationThreshold(10);
399 return legendSection; 400 return legendSection;
400 } 401 }
401 402
402 403
403 /** 404 /**

http://dive4elements.wald.intevation.org