diff flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java @ 2936:a805118fffa6

Fixed zooming in navigatable charts. flys-client/trunk@4885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 06 Jul 2012 11:38:56 +0000
parents c48e3df12c4a
children 725470fc57d2
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java	Tue Jul 03 15:29:33 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java	Fri Jul 06 11:38:56 2012 +0000
@@ -76,7 +76,7 @@
     protected ChartThemePanel ctp;
 
     /** The canvas that wraps the chart toolbar. */
-    protected Canvas tbarPanel;
+    protected ChartToolbar tbarPanel;
 
     /** The canvas that wraps the theme editor. */
     protected Canvas left;
@@ -629,7 +629,7 @@
     }
 
 
-    public Map getChartAttributes() {
+    public Map <String, String> getChartAttributes() {
         Map<String, String> attr = new HashMap<String, String>();
 
         Canvas chart = getChartPanel();

http://dive4elements.wald.intevation.org