codeaudit / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
1 stars 0 forks source link

XYPlot.setOverviewAxisEnabled() and setLegendEnabled() should work prior to XYPlot initialization #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See Ray's code comments in this check-in: http://code.google.com/p/gwt-
chronoscope/source/detail?r=756.

In general, all auxiliary panels (TopPanel, BottomPanel, RangePanel) should be 
configurable prior to 
plot initialization.

Original issue reported on code.google.com by chadtaka...@gmail.com on 22 Nov 2008 at 4:35

GoogleCodeExporter commented 9 years ago
Resolved in r760.  XYPlot.setLegendEnabled(), XYPlot.setOverviewEnabled(), and 
XYPlot.setSubPanelsEnabled() can 
now be called either before or after chart initialization in any combination.

Original comment by chadtaka...@gmail.com on 22 Nov 2008 at 11:51

GoogleCodeExporter commented 9 years ago
Reopening.  Doesn't work in all combinations.  However, it does currently work 
if you just want to disable 
overview/legend/all axes either prior to chart initialization or after chart 
initialization.

Original comment by chadtaka...@gmail.com on 22 Nov 2008 at 11:58

GoogleCodeExporter commented 9 years ago
Fixed in r761.

Original comment by chadtaka...@gmail.com on 25 Nov 2008 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by chadtaka...@gmail.com on 25 Nov 2008 at 3:37