Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1932:17e18948fe5e
Fix legend and themeing with new multiaxis feature.
flys-artifacts/trunk@3313 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 24 Nov 2011 10:59:40 +0000 |
parents | 7c52e9cb2a72 |
children | 9e9cfc036a3f |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Nov 24 07:20:46 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Nov 24 10:59:40 2011 +0000 @@ -1,3 +1,12 @@ +2011-11-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Fix theming and legend items for plot with multiaxis feature. + Decouple renderer index from dataset index. + + * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: + (applyThemes): Do not get renderer based on dataset/axis-index but + count. + 2011-11-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> In XYChartGenerators allow more than two datasets.