Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 2431:90c339e26a0a
#459 Take the current zoom into account for chart exports.
flys-client/trunk@4073 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 17 Feb 2012 09:41:38 +0000 |
parents | ea6065c2dabe |
children | 61c8e517671e |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Feb 17 09:26:34 2012 +0000 +++ b/flys-client/ChangeLog Fri Feb 17 09:41:38 2012 +0000 @@ -1,3 +1,16 @@ +2012-02-17 Ingo Weinzierl <ingo@intevation.de> + + flys/issue459 (Diagramm-Export hat nicht die gleiche Axenskalierung wie + Diagramm-Ansicht) + + * src/main/java/de/intevation/flys/client/client/ui/ImgLink.java: Added a + method setSource() that allows to reset the url of the export. + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartToolbar.java: + Implements ZoomHandler to update the export url of PNG, PDF and SVG + download links. This is necessary to take the current zoom information + into account. + 2012-02-17 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: