comparison flys-artifacts/src/main/java/de/intevation/flys/exports/TimeseriesChartGenerator.java @ 3185:f1e4b37dcb60

Enable legend item aggreation in time series charts. flys-artifacts/trunk@4800 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 26 Jun 2012 13:07:18 +0000
parents e10323bf3cbc
children abc2db630815
comparison
equal deleted inserted replaced
3184:12440c6b8b66 3185:f1e4b37dcb60
217 addValueAxisMarker(plot); 217 addValueAxisMarker(plot);
218 adaptZoom(plot); 218 adaptZoom(plot);
219 219
220 applySeriesAttributes(plot); 220 applySeriesAttributes(plot);
221 addAnnotationsToRenderer(plot); 221 addAnnotationsToRenderer(plot);
222 aggregateLegendEntries(plot);
222 return chart; 223 return chart;
223 } 224 }
224 225
225 226
226 @Override 227 @Override

http://dive4elements.wald.intevation.org