# HG changeset patch # User Felix Wolfsteller # Date 1324537674 0 # Node ID e125f889cf2f5af812469912aa2ff68b6552fe6f # Parent eef55d18f4248849c301b00ca2bcfa87f4e59bfa Introduce ColletionView to all ChartPanel types. flys-client/trunk@3516 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r eef55d18f424 -r e125f889cf2f flys-client/ChangeLog --- a/flys-client/ChangeLog Wed Dec 21 12:21:23 2011 +0000 +++ b/flys-client/ChangeLog Thu Dec 22 07:07:54 2011 +0000 @@ -1,11 +1,16 @@ -2011-12-20 Felix Wolfsteller +2011-12-22 Felix Wolfsteller + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: + Introduce CollectionView to all ChartPanel types. + +2011-12-21 Felix Wolfsteller * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: Renamed 'Master' to 'CSMaster' to avoid confusion between MasterArtifact of Collection, CrossSection Master and Master of the Universe. -2011-12-20 Felix Wolfsteller +2011-12-21 Felix Wolfsteller * src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java: Fix over axis case, added new "over axis" menu item. diff -r eef55d18f424 -r e125f889cf2f flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java --- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java Wed Dec 21 12:21:23 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java Thu Dec 22 07:07:54 2011 +0000 @@ -138,8 +138,8 @@ } else { ctp = new ChartThemePanel(collection, mode); - ctp.setCollectionView(this.view); } + ctp.setCollectionView(this.view); ctp.addRedrawRequestHandler(this); ctp.addOutputParameterChangeHandler(this);