Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1934:e4a516ca2e86
When having axis in diagrams, always have one on the left.
flys-artifacts/trunk@3315 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 25 Nov 2011 08:42:44 +0000 |
parents | 9e9cfc036a3f |
children | 5b51f5232661 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Nov 24 11:03:33 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Nov 25 08:42:44 2011 +0000 @@ -1,3 +1,11 @@ +2011-11-25 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Let first visible axis be always on the left. + + * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: + (createAxes): When creating axes, keep track of which is the first + one. Set its location to "left". + 2011-11-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> Use multiple axis in relevant generators.