Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1931:7c52e9cb2a72 | 1932:17e18948fe5e |
---|---|
1 2011-11-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix theming and legend items for plot with multiaxis feature. | |
4 Decouple renderer index from dataset index. | |
5 | |
6 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | |
7 (applyThemes): Do not get renderer based on dataset/axis-index but | |
8 count. | |
9 | |
1 2011-11-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 10 2011-11-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 11 |
3 In XYChartGenerators allow more than two datasets. | 12 In XYChartGenerators allow more than two datasets. |
4 Assign axis to indices of datasets, do not show axis if corresponding | 13 Assign axis to indices of datasets, do not show axis if corresponding |
5 dataset is set to be not visible. | 14 dataset is set to be not visible. |