comparison flys-artifacts/src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java @ 2634:fa015cf5c0af

Fixed duplicated legend entry for manual points. flys-artifacts/trunk@4256 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 18 Apr 2012 07:56:55 +0000
parents 894186b4c1d0
children 31772c144725
comparison
equal deleted inserted replaced
2633:894186b4c1d0 2634:fa015cf5c0af
530 FLYSAnnotation annotations = 530 FLYSAnnotation annotations =
531 new FLYSAnnotation(null, null, null, theme); 531 new FLYSAnnotation(null, null, null, theme);
532 annotations.setTextAnnotations(xy); 532 annotations.setTextAnnotations(xy);
533 533
534 // Do not generate second legend entry. (null was passed for the aand before). 534 // Do not generate second legend entry. (null was passed for the aand before).
535 doAnnotations(annotations, aandf, theme, visible); 535 doAnnotations(annotations, null, theme, visible);
536 536
537 addAxisDataset(tsc, axisIndex, visible); 537 addAxisDataset(tsc, axisIndex, visible);
538 } 538 }
539 539
540 /** 540 /**

http://dive4elements.wald.intevation.org